diff --git a/theme/formal_white/fw_color.css b/theme/formal_white/fw_color.css index e58ffd8a0dd79..4343f79e5d0bc 100644 --- a/theme/formal_white/fw_color.css +++ b/theme/formal_white/fw_color.css @@ -59,7 +59,7 @@ div.header { background-color:#C6BDA8; border-color:#666666; /* height: 20px; */ - background: url(pix/grad/bg_bread.jpg) repeat-x; + /* background: url(pix/grad/bg_bread.jpg) repeat-x; */ } .sitetopiccontent { @@ -77,6 +77,22 @@ div.header { border-color:#C6BDA8; } +/*** + *** Login + ***/ + +.loginbox { + margin-top: 20px; + } + +.loginbox .header { + border-color:#C6BDA8; +} + +.loginbox .content { + border-color:#C6BDA8; +} + /*** *** Blocks @@ -184,3 +200,13 @@ table.minicalendar tr td.weekend { .categorybox .category { border-color: #C6BDA8; } + +#course-view .section .content { + border-color: #C6BDA8; + background-color: #FFFFFF; +} + +#course-view .section .side { + border-color: #C6BDA8; + background-color: #FFFFFF; +} diff --git a/theme/formal_white/fw_fonts.css b/theme/formal_white/fw_fonts.css index 7e7ae71a45b3c..cf17b1fd6d4af 100644 --- a/theme/formal_white/fw_fonts.css +++ b/theme/formal_white/fw_fonts.css @@ -69,7 +69,6 @@ div.header, } - /*** *** Header ***/ @@ -85,6 +84,15 @@ div.header, font-size:.8em; } + /*** + *** Blocks + ***/ + +.sideblock .footer { + font-size:0.85em; + text-align: left; +} + /*** *** Calendar ***/ @@ -110,13 +118,13 @@ table.minicalendar tr td.day { font-size:0.7em; } - /*** - *** Blocks +/*** + *** Course ***/ - -.sideblock .footer { - font-size:0.85em; - text-align: left; + +#course-view .section .left { + font-weight: bold; + font-size: 1.2em; } diff --git a/theme/formal_white/fw_layout.css b/theme/formal_white/fw_layout.css index 8dad0f5ef2d32..ad4ad2181e858 100644 --- a/theme/formal_white/fw_layout.css +++ b/theme/formal_white/fw_layout.css @@ -31,7 +31,7 @@ h4 { } input { - background: transparent; + } .generalbox { @@ -67,6 +67,28 @@ input { text-align:right; } +.navbar { + width:100%; + padding:3px 0.5em; + height:1.3em; + border-width:1px; + border-style:solid; +} + +/*** + *** Login + ***/ +.loginbox .header { + border-width:1px; + border-style:solid; + border-bottom-width: 0px; +} + +.loginbox .content { + border-top-width: 0px; +} + + /*** *** Footer ***/ @@ -75,6 +97,7 @@ input { text-align:left; } + /*** *** Blocks ***/ @@ -88,10 +111,6 @@ input { border-style:solid; } - /*** - *** Blocks - ***/ - .sideblock .footer { border-top-width:1px; border-top-style:dashed; @@ -148,4 +167,9 @@ table.calendarmonth tr td { border-bottom: solid; border-width: 1px; padding-top: 7px; +} + +#course-view .section .left { + border-right-width: 1px; + border-right-style: dashed; } \ No newline at end of file