diff --git a/main/css/academica/default.css b/main/css/academica/default.css index 36ea2a680a..9a10ff2af3 100644 --- a/main/css/academica/default.css +++ b/main/css/academica/default.css @@ -124,6 +124,7 @@ ul { clear: right; } + #outerframe { background-color: #fff; width: 100%; @@ -131,6 +132,15 @@ ul { padding: 0; } +.user_course_category { + font: bold 100% sans, sans-serif, arial; + text-transform: capitalize; + padding: .3em; + background: #8cafe1 url('images/crystal3.png') repeat-x; + color: #fff; + margin:.8em 0; +} + /* ============================================================================== HEADER STYLES @@ -347,13 +357,13 @@ ul { */ #footer { - background: #4171b5 url('images/bg.jpg') no-repeat 25% 100%; + background: #4171b5 url('images/bg.jpg') no-repeat 50% 100%; font: bold 1em Arial, sans-serif, sans; - width: 95%; + width: 98%; float: left; clear: both; color: #B7DCE9; - padding: 82px 0 .8em 5%; + padding: 82px 0 .8em 2%; border-bottom: 1px solid #4171b5; } @@ -369,7 +379,7 @@ ul { #footer .copyright { float: right; clear: right; - margin: 0 6em 0 0; + margin: 0 2em 0 0; } /* @@ -494,22 +504,8 @@ td .menu { text-decoration: none; } -.data_table .row_even a,.data_table .row_odd a { - color: #001B41; -} - -.data_table .row_odd a:hover,.data_table .row_odd:focus,.data_table .row_even a:hover,.data_table .row_odd a:focus - { - color: #fff; -} - -/* Hack to improve readability in Ie6 or older*/ -* html .data_table .row_odd a:hover,* html .data_table .row_odd:focus,* html .data_table .row_even a:hover,* html .data_table .row_odd a:focus - { - color: #000; -} - .data_table .row_even td { + border-right: 1px solid #fff; background: #d6e3f5; padding: .2em; color: #00122B; @@ -517,7 +513,8 @@ td .menu { } .data_table .row_odd td { - background: #b0c8eb; + border-right: 1px solid #fff; + background: #dfecff; padding: .2em; color: #00122B; margin: 0; @@ -528,6 +525,14 @@ td .menu { color: #fff; } +.data_table .row_even:hover td a,.data_table .row_odd:hover td a{ + color: #00357f; +} + +.data_table .row_even:hover td a:hover,.data_table .row_odd:hover td a:hover,.data_table .row_even:hover td a:focus,.data_table .row_odd:hover td a:focus{ + color: #fff; +} + .data_table th,.data_table .row_odd th,.row_odd th { font: bold 100% sans, sans-serif, arial; text-transform: capitalize; @@ -594,7 +599,7 @@ div.row { } div.row div.formw { - width: 78%; + width: 73%; margin: 0; } @@ -602,7 +607,7 @@ div.row div.label { float: left; text-align: left; font: bold 115% Arial, sans-serif, sans; - width: 20%; + width: 25%; margin: 0; } @@ -1325,6 +1330,17 @@ div.system_announcement { .system_announcement_title { color: #fff; } +/* +============================================================================== + FCKEDITOR +============================================================================== +*/ + +#skip { + position:absolute; + top:0; + left:-9000px; +} /* ============================================================================== @@ -1380,91 +1396,4 @@ div.system_announcement { background-color: #f7f7f7; padding-left: 2px; width: 50%; -} -.skip { - display: none; -} - -#WCAG-editor { - border: 1px #DCDCDC solid; - background-color: #F0F0F0; - width: 100%; -} - -#WCAG-editor .title { - padding: 2px; - - background-color: #DCDCDC; - - text-align: center; - color: #000000; - font-weight: bold; -} - -#WCAG-editor .body { - padding-top: 5px; - padding-left: 5px; - padding-right: 13px; - padding-bottom: 5px; -} - -#WCAG-editor textarea { - margin-left: 0px; - margin-right: 0px; - width: 100%; - height: 180px; - - border: 1px #DCDCDC solid; -} - -#WCAG-editor input { - width: 98%; -} - -/* don't work on IE 6 */ -#WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] { - width: auto; -} - -/* only for IE6 */ -#WCAG-editor #submit, #WCAG-editor #visible_teacher, #WCAG-editor #visible_student, #WCAG-editor #visible_guest { - width: auto; -} - -#WCAG-content img { - float: left; - margin-right: 5px; - margin-bottom: 5px; -} - -#WCAG-content p { - text-align: justify; -} - -/* hack for IE < 7 */ - -#course_description input { - width: auto; -} - -#course_description #imagefile, #course_description #imageLabel, #course_description #link, #course_description #linkLabel { - width: 98%; -} - -.WCAG-form textarea { - width: 100%; - height: 180px; -} - -.skip { - display: none; -} - -/* ------------------------------------------------------------------------------- - OTHERS ------------------------------------------------------------------------------- -*/ -.input_titles{ - width: 300px; -} +} \ No newline at end of file diff --git a/main/css/academica/images/bg.jpg b/main/css/academica/images/bg.jpg index 2957858721..8451edead6 100644 Binary files a/main/css/academica/images/bg.jpg and b/main/css/academica/images/bg.jpg differ diff --git a/main/css/academica/images/shadowheader.jpg b/main/css/academica/images/shadowheader.jpg index 56455deb65..685b6b340c 100644 Binary files a/main/css/academica/images/shadowheader.jpg and b/main/css/academica/images/shadowheader.jpg differ diff --git a/main/css/baby/default.css b/main/css/baby/default.css index 03abf145ec..b368cd60bd 100644 --- a/main/css/baby/default.css +++ b/main/css/baby/default.css @@ -12,11 +12,11 @@ a { text-decoration: none; font: bold 100% Arial, sans-serif, sans; - color: #9a0; + color: #0265aa; } a:hover,a:focus { - color: #470; + color: #697ccf; } blockquote { @@ -46,10 +46,10 @@ img { input { margin-left: 1em; - border-color: #aa1; + border-color: #EE4C03; border-width: 1px; background-color: #fff; - font: normal 90% Georgia, verdana, Arial, sans, sans-serif; + font: normal 90% verdana, Arial, sans, sans-serif; } p { @@ -58,8 +58,8 @@ p { } select,textarea { - font: normal 90% Georgia, verdana, Arial, sans, sans-serif; - border: 1px solid #aa1; + font: normal 90% verdana, Arial, sans, sans-serif; + border: 1px solid #EE4C03; } small { @@ -105,11 +105,11 @@ ul { font-size: 89%; width: 96%; padding: 0 1% 15px 3%; - background: transparent url('images/bg.jpg') no-repeat 100% 100%; /* min-height hack for ie6 or older*/ - min-height: 400px; + min-height: 320px; + margin-bottom:1em; height: auto !important; - height: 400px; + height: 320px; clear: both; float: left; } @@ -133,6 +133,19 @@ ul { padding: 0; } +.user_course_category { + font: bold 110% sans, sans-serif, arial; + text-transform: capitalize; + text-align: center; + background: transparent url("images/thindivider.jpg") no-repeat bottom center; + height: 2.8em; + border-top:2px solid #5F5700; + padding-top:0.5em; + color: #5F5700; + width:80%; + margin:.8em 0; +} + /* ============================================================================== HEADER STYLES @@ -150,12 +163,12 @@ ul { } #header a { - color: #ed2; + color: #f7d77e; text-decoration: none; } #header li#current a,#header a:hover,header a:focus { - color: #fe0; + color: #eee403; text-decoration: none; } @@ -202,11 +215,11 @@ ul { } #header2 a { - color: #470; + color: #e4031e; } #header2 a:hover,#header2 a:focus { - color: #9a0; + color: #fff; } #header2 ul { @@ -245,7 +258,7 @@ ul { /* makes an input appear like a link in this header */ background-color: transparent; border: none; - color: #a90; + color: #e4031e; height: auto; display: inline; line-height: 1em; @@ -326,13 +339,13 @@ ul { } #header4 a { - color: #a90; + color: #ee8003; font-size: 120%; letter-spacing: -.05em; } #header4 a:hover,a:focus { - color: #eb2; + color: #eeb103; text-decoration: none; } @@ -355,27 +368,28 @@ ul { #footer { font-family: bold .7em Arial, sans-serif, sans; - width: 95%; + width: 98%; float: left; clear: both; - padding: 0 0 0 5%; - color: #cb1; - margin-top: -1em; + color: #f7d77e; + margin-top: -1.7em; + padding: 82px 0 .8em 2%; + background: transparent url('images/bg.jpg') no-repeat 100% 100%; } #footer a { - color: #470; + color: #eee403; } #footer a:hover,footer a:focus { text-decoration: none; - color: #9a0; + color: #c7e272; } #footer .copyright { float: right; clear: right; - margin: 0 6em 0 0; + margin: 0 2em 0 0; } /* @@ -396,23 +410,26 @@ ul { float: left; clear: left; width: 215px; - border: 1px solid #3F3A00; + border: 1px solid #EE4C03; margin: 0 0 1em 0; padding: 0 0 .3em 0; font-family: Arial, sans-serif, sans; + /* min-height hack for ie6 or older*/ + min-height: 210px; + height: auto !important; + height: 210px; } .menu a { - color: #470; + color: #794102; } .menu a:hover,.menu a:focus { - color: #813207; + color: #df6000; } .menu #formLogin { text-align: center; - color: #813207; font-weight: bold; margin-bottom: .8em; } @@ -465,7 +482,6 @@ ul { .menu #loginform { text-align: center; - color: #813207; font-weight: bold; margin-bottom: .8em; } @@ -509,63 +525,68 @@ td .menu { } .data_table .row_even a,.data_table .row_odd a { - color: #001B41; + color: #ac5d02; } -.data_table .row_odd a:hover,.data_table .row_odd:focus,.data_table .row_even a:hover,.data_table .row_odd a:focus - { - color: #fff; -} /* Hack to improve readability in Ie6 or older*/ -* html .data_table .row_odd a:hover,* html .data_table .row_odd:focus,* html .data_table .row_even a:hover,* html .data_table .row_odd a:focus +* html .data_table .row_odd a:hover,* html .data_table .row_odd a:focus,* html .data_table .row_even a:hover,* html .data_table .row_odd a:focus { - color: #fff; + color: #e36300; } .data_table .row_even td { - background: #FFF15F; + border-right: 1px solid #fff; + background: #ffdc9f; padding: .2em; - color: #3F3A00; margin: 0; } .data_table .row_odd td { - background: #FFE900; + border-right: 1px solid #fff; + background: #ffea9f; padding: .2em; - color: #3F3A00; margin: 0; } .data_table .row_even:hover td,.data_table .row_odd:hover td { - background: #BFAF00 none; + background: #eebb03 none; color: #fff; } +.data_table .row_even:hover td a,.data_table .row_odd:hover td a{ + color: #000; +} + +.data_table .row_even:hover td a:hover,.data_table .row_odd:hover td a:hover,.data_table .row_even:hover td a:focus,.data_table .row_odd:hover td a:focus{ + color: #fff0df; +} + .data_table th,.data_table .row_odd th,.row_odd th { font: bold 100% sans, sans-serif, arial; text-transform: capitalize; padding: .2em; - background: #ebc41f url('images/headertables.jpg') repeat-x; - color: #fff; + background: #ffb963 url('images/headertables.jpg') repeat-x; + color: #c7e272; } .data_table .row_odd th a { - color: #fff; + color: #EE4C03; text-decoration: none; font-size: 110%; } .data_table .row_odd th a:hover,.data_table .row_odd th a:focus { - color: #FFF79F; + color: #eee403; } +/*For forum*/ .data_table tr th,.data_table tr th a { - color: #813207; + color: #fff; } .data_table tr th a:hover,.data_table tr th a:focus { - color: #fff; + color: #000; } .row_odd img,.row_even img { @@ -583,11 +604,11 @@ td .menu { } #doc_links a:hover,#doc_links a:focus { - color: #3F3A00; + color: #697ccf; } #folderselector { - color: #3F3A00; + color: #000; } #folderselector select { @@ -610,12 +631,12 @@ div.row div.label { float: left; text-align: left; font: bold 115% Arial, sans-serif, sans; - width: 20%; + width: 25%; margin: 0; } div.row div.formw { - width: 78%; + width: 73%; margin: 0; } @@ -655,7 +676,7 @@ div.row div.formw { /* Specific forms: profile,add course,advanced search,advanced course search,etc.. */ #add_course,#profile,#advanced_course_search,#advanced_search,#category,#course_user_import,#export_users,#update_course,#user_add,#user_import { - border: 1px solid #ddd; + border: 1px solid #EE4C03; background: transparent url("images/headerform.jpg") no-repeat top left; width: 550px; position: relative; @@ -712,10 +733,10 @@ div.row div.formw { clear: both; width: 50%; margin: 3em auto; - background: #fff url("images/tinydivider.jpg") no-repeat bottom center; + padding-bottom:2em; + background: transparent url("images/tinydivider.jpg") no-repeat bottom center; font-size: 110%; text-align: center; - height: 3.5em; width: 550px; } @@ -767,7 +788,7 @@ div.row div.formw { float: left; margin: 1em 1em; width: 40%; - border: 1px solid #BFAF00; + border: 1px solid #EE4C03; padding: .5em .7em .5em .7em; line-height: 120%; } @@ -793,7 +814,7 @@ div.row div.formw { .courseadminview { width: 80%; text-align: center; - border: 1px solid #BFAF00; + border: 1px solid #EE4C03; margin: 1.5em auto; } @@ -802,11 +823,6 @@ div.row div.formw { margin: 0 auto; text-align: center; font: bold 100% Arial, sans-serif, sans; - color: #9a0; -} - -.courseadminview a:hover,.courseadminview a:focus { - color: #470; } .courseadminview table td { @@ -842,8 +858,8 @@ div.row div.formw { } #agenda_list .datanow { - background: #ebc41f url('images/headertables.jpg') repeat-x; - border: 1px solid #BFAF00; + background: #ffb963 url('images/headertables.jpg') repeat-x; + border: 1px solid #EE4C03; vertical-align: top; } @@ -857,7 +873,7 @@ div.row div.formw { } #agenda_list td.textnow { - border: 1px solid #5F5700; + border: 1px solid #EEB103; background-color: #eee; padding: .5em; } @@ -868,19 +884,19 @@ div.row div.formw { } #agenda_list tr.data,#agenda_list td.data,.data { - background: #DFCC00 url('images/headertables.jpg') repeat-x top center; + background: #ffb963 url('images/headertables.jpg') repeat-x top center; vertical-align: top; - border: 1px solid #5F5700; - color: #FFFCDF; + border: 1px solid #EE4C03; + color: #000; } #agenda_list tr.text,#agenda_list td.text,.text { - border: 1px solid #5F5700; + border: 1px solid #EEB103; } .agenda_month_divider,.title { font: bold 1.2em Arial, sans-serif, sans; - color: #FFF79F; + color: #000; text-align: center; } @@ -888,7 +904,7 @@ div.row div.formw { text-align: center; background: transparent url("images/divider2.jpg") no-repeat 50% 1.3em; height: 2.8em; - color: #5F5700; + color: #EE4C03; } #agenda_select img { @@ -901,22 +917,21 @@ div.row div.formw { } #agenda_select li a { - color: #4170b4; font: bold 1em Arial, sans-serif, sans; text-decoration: none; - color: #9a0; + color: #0265AA; } #agenda_select li a:hover,#agenda_select li a:hover { - color: #3F3A00; + color: #000; } .alternativeBgLight { - background-color: #FFF15F; + background-color: #EEB103; } .announcements_datum { - color: #7F7400; + color: #C67D44; border: 1px solid #5F5700; background-color: #FFF15F; } @@ -940,18 +955,18 @@ span.agendaitem { span.agendaitem i { font: bold 97% Arial, sans-serif, sans; - color: #a9a; + color: #EE8003; } /* Calendar */ .days_today { font: bold 1em Arial, sans-serif, sans; text-decoration: none; - color: #3F3A00; + color: #000; } .days_week { - background-color: #FFEF3F; + background-color: #EEB103; } .days_week,.days_weekend,.days_today { @@ -959,18 +974,18 @@ span.agendaitem i { } .days_weekend { - background-color: #DFCC00; + background-color: #EE4C03; } .days_week a,.days_weekend a { font: bold 1em Arial, sans-serif, sans; - color: #7F7400; + color: #697ccf; } .days_week a:hover,.days_weekend a:hover,.days_week a:focus,.days_weekend a:focus { text-decoration: none; - color: #3F3A00; + color: #0265aa; } .days_week .agendaitem i,.days_weekend .agendaitem i { @@ -978,7 +993,7 @@ span.agendaitem i { } .title { - background: #ebc41f url('images/headertables.jpg') repeat-x; + background: #ffb963 url('images/headertables.jpg') repeat-x; } .title a { @@ -992,7 +1007,7 @@ span.agendaitem i { .weekdays { font: bold 1.1em Arial, sans-serif, sans; color: #fff; - background-color: #7F7400; + background-color: #EE8003; text-align: center; } @@ -1005,7 +1020,7 @@ span.agendaitem i { #settings { width: 70%; margin: .5em auto; - border: 1px solid #BFAF00; + border: 1px solid #EE4C03; padding: .2em; } @@ -1013,11 +1028,11 @@ span.agendaitem i { text-align: left; text-indent: .5em; font: bold 130% Arial, sans-serif, sans; - color: #fff; + color: #000; margin: .1em auto .1em auto; padding: .1em; - border: 1px solid #BFAF00; - background: #DFCC00 url('images/headertables.jpg') repeat-x top center; + border: 1px solid #EE4C03; + background: #ffb963 url('images/headertables.jpg') repeat-x top center; width: 99.5%; letter-spacing: -.03em; } @@ -1063,8 +1078,8 @@ span.agendaitem i { .blog_menu_title { width: 99%; - border-bottom: 1px solid #7F7400; - background: #DFCC00 url('images/headertables.jpg') repeat-x top center; + border-bottom: 1px solid #EE8003; + background: #ffb963 url('images/headertables.jpg') repeat-x top center; } .blogpost { @@ -1110,15 +1125,15 @@ span.agendaitem i { .blogpost_title { font: bold 130% Arial, sans-serif, sans; margin: 0 0 .5em 1em; - color: #7F7400; + color: #000; } .blogpost_title a { - color: #7F7400; + color: #EE8003; } .blogpost_title a:hover,.blogpost_title a:focus { - color: #813207; + color: #000; } .blog_subtitle { @@ -1126,16 +1141,16 @@ span.agendaitem i { top: .8em; padding: .2em; witdh: 100%; - border: 1px solid #BFAF00; - background: #ebc41f url('images/headertables.jpg') repeat-x top center; + border: 1px solid #EEB103; + background: #ffb963 url('images/headertables.jpg') repeat-x top center; } .blog_title { padding: .1em 1em; - font: bold 130% Arial, sans-serif, sans; - color: #fff; - background-color: #5F5700; + font: bold 140% Arial, sans-serif, sans; + color: #EE4C03; margin-bottom: .2em; + text-transform:uppercase; } .comments,.new_comment { @@ -1149,12 +1164,20 @@ span.agendaitem i { margin-bottom: 2em; } +.blogpost_comment a{ + color:#fff; +} + +.blogpost_comment a:hover,.blogpost_comment a:focus{ + color:#000; +} + .blogpost_comment_title { font-size: 95%; - background: transparent url('images/headertables.jpg') repeat-x top + background: #ffb963 url('images/headertables.jpg') repeat-x top center; padding: 0.4em; - border: 1px solid #BFAF00; + border: 1px solid #EE8003; } .blogpost_comment_date { @@ -1162,13 +1185,13 @@ span.agendaitem i { } .blogpost_comment .blogpost_text { - border: 1px solid #BFAF00; + border: 1px solid #EE8003; padding: .6em; } #title { font: bold 1.2em Arial, sans-serif, sans; - color: #9F9100; + color: #000; text-align: center; } @@ -1180,11 +1203,11 @@ span.agendaitem i { a.specialLink { font: bold 100% Arial, sans-serif, sans; - color: #9F9100; + color: #0265aa; } a.specialLink:hover,a.specialLink:focus { - color: #813207; + color: #697ccf; } /* @@ -1211,28 +1234,28 @@ a.specialLink:hover,a.specialLink:focus { .forum_message_post_title { text-align: left; font: bold 95% Arial, sans-serif, sans; - background: transparent url('images/headertables.jpg') repeat-x top + background: #ffb963 url('images/headertables.jpg') repeat-x top center; padding: 0.2em; vertical-align: top; height: 20px; - border: 1px solid #BFAF00; + border: 1px solid #EE8003; } .forum_message_left { background: #ebc41f url('images/bglogin.jpg') repeat-y top center; - border-right: 1px solid #BFAF00; + border-right: 1px solid #EE8003; vertical-align: top; width: 15em; border-collapse: collapse; } .forum_message_left a { - color: #470; + color: #794102; } .forum_message_left a:hover,.forum_message_left a:focus { - color: #813207; + color: #000; } .forum_message_post_text { @@ -1248,12 +1271,12 @@ a.specialLink:hover,a.specialLink:focus { /* Common message styles */ .normal-message,.warning-message,.confirmation-message,.error-message { - border: 1px solid #BFAF00; + border: 1px solid #EE8003; margin: 1em auto; padding: 40px .3em .5em .3em; position: relative; width: 500px; - color: #813207; + color: #EE4C03; background: transparent url('images/alert.jpg') no-repeat 54px 0px; font: bold 110% Arial, sans-serif, sans; text-align: left; @@ -1291,7 +1314,7 @@ a.specialLink:hover,a.specialLink:focus { */ #tabbed_menu { - border: 1px solid #BFAF00; + border: 1px solid #EE8003; background: transparent url('images/dropbox.jpg') no-repeat top left; width: 10em; margin: 0 0 1em 0; @@ -1316,15 +1339,15 @@ a.specialLink:hover,a.specialLink:focus { div.system_announcement { padding: .2em; - border: 1px solid #BFAF00; + border: 1px solid #EE8003; } .system_announcement a,.system_announcement_title { - color: #FFF79F; + color: #794102; } .system_announcement a:hover,.system_announcement a:focus { - color: #FFF15F; + color: #000; } .system_announcements { @@ -1339,13 +1362,25 @@ div.system_announcement { } .system_announcement { - background: #ebc41f url('images/headertables.jpg') repeat-x; + background: #ffb963 url('images/headertables.jpg') repeat-x; font: bold 100% arial, sans-serif, sans; } .system_announcement_content { font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans; } +/* +============================================================================== + FCKEDITOR +============================================================================== +*/ + +#skip { + position:absolute; + top:0; + left:-9000px; +} + /* ============================================================================== @@ -1401,87 +1436,4 @@ div.system_announcement { background-color: #f7f7f7; padding-left: 2px; width: 50%; -} -.skip { - display: none; -} - -#WCAG-editor { - border: 1px #DCDCDC solid; - background-color: #F0F0F0; - width: 100%; -} - -#WCAG-editor .title { - padding: 2px; - - background-color: #DCDCDC; - - text-align: center; - color: #000000; - font-weight: bold; -} - -#WCAG-editor .body { - padding-top: 5px; - padding-left: 5px; - padding-right: 13px; - padding-bottom: 5px; -} - -#WCAG-editor textarea { - margin-left: 0px; - margin-right: 0px; - width: 100%; - height: 180px; - - border: 1px #DCDCDC solid; -} - -#WCAG-editor input { - width: 98%; -} - -/* don't work on IE 6 */ -#WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] { - width: auto; -} - -/* only for IE6 */ -#WCAG-editor #submit, #WCAG-editor #visible_teacher, #WCAG-editor #visible_student, #WCAG-editor #visible_guest { - width: auto; -} - -#WCAG-content img { - float: left; - margin-right: 5px; - margin-bottom: 5px; -} - -#WCAG-content p { - text-align: justify; -} - -/* hack for IE < 7 */ - -#course_description input { - width: auto; -} - -#course_description #imagefile, #course_description #imageLabel, #course_description #link, #course_description #linkLabel { - width: 98%; -} - -.WCAG-form textarea { - width: 100%; - height: 180px; -} - -/* ------------------------------------------------------------------------------- - OTHERS ------------------------------------------------------------------------------- -*/ -.input_titles{ - width: 300px; -} +} \ No newline at end of file diff --git a/main/css/baby/images/bg.jpg b/main/css/baby/images/bg.jpg index 7936db131d..1775f23ea0 100644 Binary files a/main/css/baby/images/bg.jpg and b/main/css/baby/images/bg.jpg differ diff --git a/main/css/baby/images/bgheader.jpg b/main/css/baby/images/bgheader.jpg index d7a998ad88..fb5ffa68f4 100644 Binary files a/main/css/baby/images/bgheader.jpg and b/main/css/baby/images/bgheader.jpg differ diff --git a/main/css/baby/images/bglogin.jpg b/main/css/baby/images/bglogin.jpg index 492b207098..33a951addb 100644 Binary files a/main/css/baby/images/bglogin.jpg and b/main/css/baby/images/bglogin.jpg differ diff --git a/main/css/baby/images/bgloginconf.jpg b/main/css/baby/images/bgloginconf.jpg index b492a90336..37aeacb451 100644 Binary files a/main/css/baby/images/bgloginconf.jpg and b/main/css/baby/images/bgloginconf.jpg differ diff --git a/main/css/baby/images/dropbox.jpg b/main/css/baby/images/dropbox.jpg index 489ae910f7..cf4e39fdd5 100644 Binary files a/main/css/baby/images/dropbox.jpg and b/main/css/baby/images/dropbox.jpg differ diff --git a/main/css/baby/images/headerform.jpg b/main/css/baby/images/headerform.jpg index c722295c94..9b87b12901 100644 Binary files a/main/css/baby/images/headerform.jpg and b/main/css/baby/images/headerform.jpg differ diff --git a/main/css/baby/images/headerform2.jpg b/main/css/baby/images/headerform2.jpg index de3345fd48..29a3fbcac1 100644 Binary files a/main/css/baby/images/headerform2.jpg and b/main/css/baby/images/headerform2.jpg differ diff --git a/main/css/baby/images/headerform3.jpg b/main/css/baby/images/headerform3.jpg index 8839d0cde8..8dcf57020e 100644 Binary files a/main/css/baby/images/headerform3.jpg and b/main/css/baby/images/headerform3.jpg differ diff --git a/main/css/baby/images/headertables.jpg b/main/css/baby/images/headertables.jpg index 9924d52034..585fb071ef 100644 Binary files a/main/css/baby/images/headertables.jpg and b/main/css/baby/images/headertables.jpg differ diff --git a/main/css/baby/images/line.jpg b/main/css/baby/images/line.jpg index 985be5adf9..a132f916e3 100644 Binary files a/main/css/baby/images/line.jpg and b/main/css/baby/images/line.jpg differ diff --git a/main/css/baby/images/shadowheader.jpg b/main/css/baby/images/shadowheader.jpg index 8cdd23fd98..8e7b776015 100644 Binary files a/main/css/baby/images/shadowheader.jpg and b/main/css/baby/images/shadowheader.jpg differ diff --git a/main/css/baby/images/systemenouvelles.gif b/main/css/baby/images/systemenouvelles.gif index 8961a0e7f8..ede800010a 100644 Binary files a/main/css/baby/images/systemenouvelles.gif and b/main/css/baby/images/systemenouvelles.gif differ diff --git a/main/css/baby/images/tables.jpg b/main/css/baby/images/tables.jpg new file mode 100644 index 0000000000..2f9eadeb95 Binary files /dev/null and b/main/css/baby/images/tables.jpg differ diff --git a/main/css/baby/images/vertdivider.jpg b/main/css/baby/images/vertdivider.jpg index ea6a17ddf3..87617baf49 100644 Binary files a/main/css/baby/images/vertdivider.jpg and b/main/css/baby/images/vertdivider.jpg differ diff --git a/main/css/corporativa/default.css b/main/css/corporativa/default.css index 7f05a0dc0e..2573e852a8 100644 --- a/main/css/corporativa/default.css +++ b/main/css/corporativa/default.css @@ -131,6 +131,16 @@ ul { padding: 0; } +.user_course_category { + font: bold 100% sans, sans-serif, arial; + text-transform: capitalize; + padding: .25em; + background: #eee url('images/headertables.jpg') repeat-x top center; + border: 1px solid #ddd; + vertical-align: top; + margin:.8em 0; +} + /* ============================================================================== HEADER STYLES @@ -351,10 +361,10 @@ ul { background: url('images/headerbg.jpg') repeat-y top right; font-family: Arial, sans-serif, sans; font-weight: bold; - width: 95%; + width: 98%; float: left; clear: both; - padding: .2em 0 .6em 5%; + padding: .2em 0 .6em 2%; border-bottom: 1px solid #999; } @@ -370,7 +380,7 @@ ul { #footer .copyright { float: right; clear: right; - margin: 0 6em 0 0; + margin: 0 2em 0 0; } #footer .copyright a:hover,#footer .copyright a:focus { @@ -499,26 +509,19 @@ td .menu { text-decoration: none; } -.data_table .row_even a { - color: #4170b4; -} - .data_table .row_even { + border-right: 1px solid #fff; background-color: #eee; padding: .2em; - color: #777; } .data_table .row_odd { - background-color: #ddd; + border-right: 1px solid #fff; + background-color: #f9f9f9; padding: .2em; color: #333; } -.data_table .row_odd a { - color: #157; -} - .data_table .row_odd a:hover,.data_table .row_odd:focus,.data_table .row_even a:hover,.data_table .row_odd a:focus { color: #111; @@ -578,7 +581,7 @@ div.row { } div.row div.formw { - width: 78%; + width: 73%; margin: 0; } @@ -586,7 +589,7 @@ div.row div.label { float: left; text-align: left; font: bold 115% Arial, sans-serif, sans; - width: 20%; + width: 25%; margin: 0; } @@ -1276,6 +1279,17 @@ div.system_announcement { .system_announcements h3 { text-align: center; } +/* +============================================================================== + WCAG +============================================================================== +*/ + +.skip { + position:absolute; + top:0; + left:-9000px; +} /* ============================================================================== @@ -1331,87 +1345,4 @@ div.system_announcement { background-color: #f7f7f7; padding-left: 2px; width: 50%; -} -.skip { - display: none; -} - -#WCAG-editor { - border: 1px #DCDCDC solid; - background-color: #F0F0F0; - width: 100%; -} - -#WCAG-editor .title { - padding: 2px; - - background-color: #DCDCDC; - - text-align: center; - color: #000000; - font-weight: bold; -} - -#WCAG-editor .body { - padding-top: 5px; - padding-left: 5px; - padding-right: 13px; - padding-bottom: 5px; -} - -#WCAG-editor textarea { - margin-left: 0px; - margin-right: 0px; - width: 100%; - height: 180px; - - border: 1px #DCDCDC solid; -} - -#WCAG-editor input { - width: 98%; -} - -/* don't work on IE 6 */ -#WCAG-editor input[type="checkbox"], #WCAG-editor input[type="radio"], #WCAG-editor input[type="submit"] { - width: auto; -} - -/* only for IE6 */ -#WCAG-editor #submit, #WCAG-editor #visible_teacher, #WCAG-editor #visible_student, #WCAG-editor #visible_guest { - width: auto; -} - -#WCAG-content img { - float: left; - margin-right: 5px; - margin-bottom: 5px; -} - -#WCAG-content p { - text-align: justify; -} - -/* hack for IE < 7 */ - -#course_description input { - width: auto; -} - -#course_description #imagefile, #course_description #imageLabel, #course_description #link, #course_description #linkLabel { - width: 98%; -} - -.WCAG-form textarea { - width: 100%; - height: 180px; -} - -/* ------------------------------------------------------------------------------- - OTHERS ------------------------------------------------------------------------------- -*/ -.input_titles{ - width: 300px; -} +} \ No newline at end of file diff --git a/main/css/corporativa/images/bg.jpg b/main/css/corporativa/images/bg.jpg index aca43fcc77..252b08c1c8 100644 Binary files a/main/css/corporativa/images/bg.jpg and b/main/css/corporativa/images/bg.jpg differ diff --git a/main/css/corporativa/images/headerbg.jpg b/main/css/corporativa/images/headerbg.jpg index e5b7c402e3..cfc0f728c5 100644 Binary files a/main/css/corporativa/images/headerbg.jpg and b/main/css/corporativa/images/headerbg.jpg differ diff --git a/main/css/corporativa/images/shadowup.jpg b/main/css/corporativa/images/shadowup.jpg index 9b3eab4aa1..1ef2118b13 100644 Binary files a/main/css/corporativa/images/shadowup.jpg and b/main/css/corporativa/images/shadowup.jpg differ