From 0a5d69b288cb972c03d4a2d802f7f4b76839cd91 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Wed, 27 Jul 2005 19:45:19 +0000 Subject: [PATCH] merged from 1.5: Enlarged the font-size of the calender popup and added the styles to gray out hidden sections on the course page. My font tag hack to avoid that old font tags overwrite the styles killed all font formating in the resources written with HTML Editor. The Editor formats font sizes with font tags. It also makes pages failing the XHTML tests. Is really no other Editor out? --- theme/orangewhite/styles_color.css | 11 ++++++++++- theme/orangewhite/styles_fonts.css | 18 ++++++++++-------- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/theme/orangewhite/styles_color.css b/theme/orangewhite/styles_color.css index 7e3780df262..eac320d88c6 100644 --- a/theme/orangewhite/styles_color.css +++ b/theme/orangewhite/styles_color.css @@ -437,6 +437,15 @@ table.minicalendar { #course-user .logtable .r1 { background-color:#DFDFDF } +#course-view .section.hidden *, +#course-view .section.hidden .content, +#course-view .section.hidden .side { + border-color:#EEE; + color:#AAA +} +#course-view .section.hidden .left { + background-color:#EEE +} /*** *** Doc @@ -672,4 +681,4 @@ body#mod-quiz-report table#attempts .r1 { } .workshopassessmentheading { background-color:#FFEDCE -} +} \ No newline at end of file diff --git a/theme/orangewhite/styles_fonts.css b/theme/orangewhite/styles_fonts.css index 1c49c38a171..7ad0a41e436 100644 --- a/theme/orangewhite/styles_fonts.css +++ b/theme/orangewhite/styles_fonts.css @@ -31,9 +31,9 @@ .clearer { font-size:1px } -* font { +/** font { font-size:100% -} +}*/ body { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:100% @@ -258,14 +258,16 @@ table.formtable tbody th { table.minicalendar { font-size:0.85em } -.cal_popup_caption { +.cal_popup_close { font-family:sans-serif; font-size:0.8em; font-weight:bold } -.cal_popup_close { - font-family:sans-serif; - font-size:0.8em; +.cal_popup_bg { + font-size:1.2em +} +.cal_popup_cg { + font-size:0.95em; font-weight:bold } #calendar .maincalendar .calendar-controls .current { @@ -562,9 +564,9 @@ body#mod-forum-index .cell { #mod-resource-index .cell { font-size:0.85em } -.mod-resource font { +/*.mod-resource font { font-size:0.8em -} +}*/ /*** *** Modules:Scorm