From: stronk7 Date: Sat, 26 Apr 2003 18:54:37 +0000 (+0000) Subject: Added the dimmed_text css style to show normal text dimmed (gray #AAAAAA) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=85093cf4f94dbbfc95b4ea8e1af5b2728079731e;p=moodle.git Added the dimmed_text css style to show normal text dimmed (gray #AAAAAA) --- diff --git a/theme/brightretro/styles.php b/theme/brightretro/styles.php index c40d8cd3a2..57955a8d95 100644 --- a/theme/brightretro/styles.php +++ b/theme/brightretro/styles.php @@ -199,6 +199,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/cordoroyblue/styles.php b/theme/cordoroyblue/styles.php index e8431407ef..5dee6f64b8 100644 --- a/theme/cordoroyblue/styles.php +++ b/theme/cordoroyblue/styles.php @@ -264,6 +264,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { background-image: url(/texture2.jpg); diff --git a/theme/garden/styles.php b/theme/garden/styles.php index 90cccd3d29..e74a25572d 100755 --- a/theme/garden/styles.php +++ b/theme/garden/styles.php @@ -222,6 +222,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/oceanblue/styles.php b/theme/oceanblue/styles.php index b6b5b621d8..0563d7ad1c 100644 --- a/theme/oceanblue/styles.php +++ b/theme/oceanblue/styles.php @@ -325,6 +325,10 @@ a.dimmed:hover { color: red; } +.dimmed_text { + color: #AAAAAA; +} + .forumpostheader { } diff --git a/theme/standard/styles.php b/theme/standard/styles.php index c40d8cd3a2..57955a8d95 100644 --- a/theme/standard/styles.php +++ b/theme/standard/styles.php @@ -199,6 +199,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/standardblue/styles.php b/theme/standardblue/styles.php index c40d8cd3a2..57955a8d95 100644 --- a/theme/standardblue/styles.php +++ b/theme/standardblue/styles.php @@ -199,6 +199,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/standardgreen/styles.php b/theme/standardgreen/styles.php index c40d8cd3a2..57955a8d95 100644 --- a/theme/standardgreen/styles.php +++ b/theme/standardgreen/styles.php @@ -199,6 +199,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/standardlogo/styles.php b/theme/standardlogo/styles.php index c40d8cd3a2..57955a8d95 100644 --- a/theme/standardlogo/styles.php +++ b/theme/standardlogo/styles.php @@ -199,6 +199,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/standardred/styles.php b/theme/standardred/styles.php index c40d8cd3a2..4410debd34 100644 --- a/theme/standardred/styles.php +++ b/theme/standardred/styles.php @@ -199,6 +199,12 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} +dimmed_text { + color: #AAAAAA; +} .forumpostheader { } diff --git a/theme/standardwhite/styles.php b/theme/standardwhite/styles.php index c40d8cd3a2..57955a8d95 100644 --- a/theme/standardwhite/styles.php +++ b/theme/standardwhite/styles.php @@ -199,6 +199,9 @@ a.dimmed:hover { text-decoration: underline; color: red; } +.dimmed_text { + color: #AAAAAA; +} .forumpostheader { }