From: urs_hunkler Date: Thu, 27 Jan 2005 12:34:28 +0000 (+0000) Subject: Minor changes. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d796e6d8396cb5ae77e1b881efcd49623e1a2dfe;p=moodle.git Minor changes. --- diff --git a/theme/standard/styles_color.css b/theme/standard/styles_color.css index 53032ba2da..3fe5bc4d89 100644 --- a/theme/standard/styles_color.css +++ b/theme/standard/styles_color.css @@ -133,7 +133,7 @@ th { } .weeklyoutlinesidehidden, .topicsoutlinesidehidden { - background-color:#AAAAAA; /* hidden */ + border-color:#AAAAAA; /* hidden */ } .weeklyoutlinecontent, @@ -141,7 +141,8 @@ th { border-color:#DDDDDD; /* cellheading */ } -.weeklyoutlinecontenthighlight, .topicsoutlinecontenthighlight { +.weeklyoutlinecontenthighlight, +.topicsoutlinecontenthighlight { border-color:#FFC85F; /* cellheading2 */ } diff --git a/theme/standard/styles_fonts.css b/theme/standard/styles_fonts.css index 652e84e0b2..1cce678d40 100644 --- a/theme/standard/styles_fonts.css +++ b/theme/standard/styles_fonts.css @@ -37,6 +37,17 @@ font { font-size:1px; } + +/* general styles */ +body, td, th, li { + font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; + font-size:0.95em; +} + +th { + font-weight:bold; +} + a:link, a:visited { text-decoration:none; @@ -59,17 +70,6 @@ a.dimmed:hover { } -/* general styles */ -body, td, th, li { - font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; - font-size:0.95em; -} - -th { - font-weight:bold; -} - - /* header styles */ .headermain { font-weight:bold; @@ -119,21 +119,6 @@ th { *** Course *** ******************************/ - - -/***************************** -*** -*** Activities -*** -******************************/ -/* index, admin, course, lang, adodb, quiz */ -.categoryname, -.categorynumber { - font-size:larger; - font-weight:bold; -} - - /* course */ .activitydate, .activityhead { font-size:x-small; @@ -159,6 +144,20 @@ th { } + +/***************************** +*** +*** Activities +*** +******************************/ +/* index, admin, course, lang, adodb, quiz */ +.categoryname, +.categorynumber { + font-size:larger; + font-weight:bold; +} + + /* forum */ .forumolddiscuss { text-align:right;