From 6eb6cd8753c83ad24c3a974b6a49040b9443fad3 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 26 Apr 2003 12:07:14 +0000 Subject: [PATCH] New style for teacher-only colour (eg when showing teacher posts in recent activity) --- theme/brightretro/styles.php | 4 ++++ theme/cordoroyblue/styles.php | 4 ++++ theme/garden/styles.php | 4 ++++ theme/oceanblue/styles.php | 4 ++++ theme/poweraid/styles.php | 4 ++++ theme/standard/styles.php | 4 ++++ theme/standardblue/styles.php | 5 ++++- theme/standardgreen/styles.php | 5 ++++- theme/standardlogo/styles.php | 5 ++++- theme/standardred/styles.php | 5 ++++- theme/standardwhite/styles.php | 4 ++++ 11 files changed, 44 insertions(+), 4 deletions(-) diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index baf0d7d006..f52042f6e2 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -225,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index 7443987dc4..f6a9745255 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -295,3 +295,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/garden/styles.php b/theme/garden/styles.php index 296a417402..4b8e0d956c 100755 --- a/theme/garden/styles.php +++ b/theme/garden/styles.php @@ -248,3 +248,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index 6bde74ac48..78b8a6487a 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -350,3 +350,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/poweraid/styles.php b/theme/poweraid/styles.php index b881a41fa4..0f1c3c56ea 100644 --- a/theme/poweraid/styles.php +++ b/theme/poweraid/styles.php @@ -205,3 +205,7 @@ select { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/standard/styles.php b/theme/standard/styles.php index baf0d7d006..f52042f6e2 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -225,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index f98281456c..f52042f6e2 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -218,7 +218,6 @@ a.dimmed:hover { font-size: small; } - .logininfo { font-size: x-small; } @@ -226,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index f98281456c..f52042f6e2 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -218,7 +218,6 @@ a.dimmed:hover { font-size: small; } - .logininfo { font-size: x-small; } @@ -226,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index f98281456c..f52042f6e2 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -218,7 +218,6 @@ a.dimmed:hover { font-size: small; } - .logininfo { font-size: x-small; } @@ -226,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index f98281456c..f52042f6e2 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -218,7 +218,6 @@ a.dimmed:hover { font-size: small; } - .logininfo { font-size: x-small; } @@ -226,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index baf0d7d006..f52042f6e2 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -225,3 +225,7 @@ a.dimmed:hover { .homelink { font-size: x-small; } + +.teacheronly { + color: "#990000"; +} -- 2.39.5