From b731093e5d3427020b8a8b83d8b9cd82b20b5a2b Mon Sep 17 00:00:00 2001 From: mits Date: Mon, 4 Jul 2005 04:51:21 +0000 Subject: [PATCH] Changed some, based on standard theme. --- theme/oceanblue/styles_color.css | 34 ++++++++++++++++++++++++++++++- theme/oceanblue/styles_fonts.css | 13 ++++++------ theme/oceanblue/styles_layout.css | 24 ++++++++++++++++++---- 3 files changed, 60 insertions(+), 11 deletions(-) diff --git a/theme/oceanblue/styles_color.css b/theme/oceanblue/styles_color.css index 0c41371d77c..01aedd67a08 100644 --- a/theme/oceanblue/styles_color.css +++ b/theme/oceanblue/styles_color.css @@ -52,6 +52,15 @@ a.autolink.glossary:hover { cursor: help; } +img.userpicture, +img.grouppicture { + border-color:#000 +} + +.block_online_users .listentry img { + border:#888 +} + body { background-color:#AAAAFF; color:#000066; @@ -220,6 +229,19 @@ body#admin-index .c0 { background-color: #FAFAFA; } +body#admin-blocks table#blocks .r0, +body#admin-blocks table#incompatible .r0 { + background-color: #f0f0f0; +} + +body#admin-blocks table#blocks .r1, +body#admin-blocks table#incompatible .r1 { + background-color: #fafafa; +} + +body#admin-blocks table#incompatible td.c0 { + color: #ff0000; +} /*** @@ -243,7 +265,10 @@ body#admin-index .c0 { border-top-color:#999999; } -.sideblock .list { +#left-column .hidden .header, +#right-column .hidden .header +{ + border-bottom-color: #dddddd; } .sideblock .header .hide-show img.hide-show-image { @@ -254,6 +279,13 @@ body#admin-index .c0 { background: url('../../pix/t/switch_plus.gif') no-repeat bottom; } +.blockconfigtable { + background-color:#FFFFFF; + border-left:1px solid; + border-right:1px solid; + border-bottom:1px solid; + border-color:#AAAAAA; +} /*** diff --git a/theme/oceanblue/styles_fonts.css b/theme/oceanblue/styles_fonts.css index 623b4e58be3..011ee03d9b3 100644 --- a/theme/oceanblue/styles_fonts.css +++ b/theme/oceanblue/styles_fonts.css @@ -511,6 +511,9 @@ body#mod-forum-index .generalbox .cell { font-size: 0.80em; } +.forumpost .edited { + font-style: italic; +} /*** @@ -520,19 +523,17 @@ body#mod-forum-index .generalbox .cell { .glossarypost .commands { font-size: 0.8em; } -.glossarypost .entryheader .author, -.glossarypost .entryheader .time { +.glossarypost .author { font-size: 0.8em; } -.glossarypost .entryheader .time { - font-style: italic; +.glossarypost .time { + font-size: 0.8em; } .concept { font-weight: bold; } -.glossarycomment .time { +.glossarycomment .author { font-size: 0.8em; - font-style: italic; } .entrylowersection .aliases { font-size: 0.8em; diff --git a/theme/oceanblue/styles_layout.css b/theme/oceanblue/styles_layout.css index c55296e9344..a5df97b3e56 100644 --- a/theme/oceanblue/styles_layout.css +++ b/theme/oceanblue/styles_layout.css @@ -82,6 +82,13 @@ table { a img { border:none; } + +img.userpicture, +img.grouppicture, +.block_online_users .listentry img { + border: 1px solid +} + .notifyproblem { text-align: center; padding: 10px; @@ -835,6 +842,10 @@ body#grade-index .grades .weighted { *** Login ***/ +.loginbox { + margin-top:15px; +} + .loginbox .content { border-width:1px; border-style:solid; @@ -1209,6 +1220,11 @@ body#mod-forum-search .introcontent { white-space: nowrap; } +#mod-glossary-comments .glossarypost, +#mod-glossary-comment .glossarypost { + margin-top: 15px; +} + .entryboxheader { border-width: 1px 1px 0px 1px; border-style: solid; @@ -1362,10 +1378,12 @@ body#mod-forum-search .introcontent { .feedbacktext { display:block; + text-align:right; } body#mod-quiz-report table#attempts, -body#mod-quiz-report table#commands +body#mod-quiz-report table#commands, +body#mod-quiz-report table#itemanalysis { width: 80%; margin: auto; @@ -1389,9 +1407,7 @@ body#mod-quiz-report table#attempts td { border-right-width: 1px; border-left-style: solid; border-right-style: solid; -} -.feedbacktext { - text-align:right; + vertical-align: middle; } body#mod-quiz-report table#attempts .header { text-align: left;