From 3e5c0cf0ea41a378a95483ce633faf6891d139dd Mon Sep 17 00:00:00 2001 From: mits Date: Sun, 20 Mar 2005 12:42:13 +0000 Subject: [PATCH] *** empty log message *** --- theme/oceanblue/styles_color.css | 26 ++++++++++++------- theme/oceanblue/styles_layout.css | 42 +++++++++++++++++++++++++------ 2 files changed, 52 insertions(+), 16 deletions(-) diff --git a/theme/oceanblue/styles_color.css b/theme/oceanblue/styles_color.css index f4f37dc2928..503f36cf301 100644 --- a/theme/oceanblue/styles_color.css +++ b/theme/oceanblue/styles_color.css @@ -50,6 +50,20 @@ a.autolink.glossary:hover { cursor: help; } +.tablink a:link, +.tablink a:visited { + color:#000066; +} + +.tablink a:hover { + text-decoration: none; +} + +.selected .tablink a:link, +.selected .tablink a:visited { + color:#000000; +} + /* general styles */ body { @@ -57,7 +71,8 @@ body { color:#000066; } -th.header { +th.header, +td.header { background-color:#DDDDDD; } @@ -149,12 +164,6 @@ th.header { border-color:#DDDDDD; /* borders */ } -/* summary of a user in a nice little box - weblib.php */ -.userinfobox { - border-color:#AAAAFF; /* borders */ -} - - /* weblib.php table */ .tabledivider { border-color:#AAAAFF; /* borders */ @@ -456,7 +465,7 @@ table.minicalendar { border-color:#DDDDDD; } -#calendar .maincalendar .eventlist .event .header, +#calendar .maincalendar .eventlist .event .topic, #calendar .maincalendar .eventlist .event .picture, #calendar .maincalendar .eventlist .event .side { @@ -560,7 +569,6 @@ table.minicalendar { border-color:#AAAAFF; /* borders */ } .sideblock .header { - background-color: #EEEEEE; } .sideblock .content { diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index 0c746c3dce9..bb78ede8d7d 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -172,11 +172,6 @@ a img { border-style:solid; } -.userinfoboxside, -.userinfoboxsummary, -.userinfoboxlinkcontent { } - - /* weblib.php table */ .tabledivider { border-width:1px; @@ -336,6 +331,10 @@ table.formtable tbody th vertical-align: bottom; } +.userinfobox .list td { + padding: 3px; +} + .userinfobox .username { padding-bottom: 20px; } @@ -594,14 +593,21 @@ table.generaltable th.header, } body#mod-quiz-report .tabs .side, -body#message-index .tabs .side { +body#message-index .tabs .side, +body.course .tabs .side, +body.user .tabs .side, +body#mod-forum-user .tabs .side { border-style: solid; border-width: 0px 0px 1px 0px; border-color: #AAAAAA; width: 50%; } -body#mod-quiz-report .tabs { +body#mod-quiz-report .tabs, +body#message-index .tabs, +body.course .tabs, +body.user .tabs, +body#mod-forum-user .tabs { margin-bottom: 15px; } @@ -1137,4 +1143,26 @@ body#course-enrol .coursebox { .headingblock .link { text-align:right; +} + +body#course-user .graph { + text-align: center; +} + +body#course-user .section, +body#course-user .content { + margin-left: 30px; + margin-right: 30px; +} + +body#course-user .section { + border-width:1px; + border-style:solid; + padding:10px; + border-color:#AAAAAA; + margin-bottom: 20px; +} + +body#course-user .section h2 { + margin-top: 0px; } \ No newline at end of file