I cleaned up the worst issues with these 1.9 themes under 2.0 and added missing images.

This commit is contained in:
urs_hunkler
2008-07-21 07:41:36 +00:00
parent 1fe98e8d5b
commit a3dfd2ff21
5 changed files with 91 additions and 34 deletions
+44 -20
View File
@@ -1,4 +1,4 @@
/* @override http://ubuntu.userver.lan/moodle_19_test/theme/colors/colors.css */
/* @override http://ubuntu.userver.lan/moodle_20/theme/colors/colors.css */
/* @group core */
body {
background-color: #b9baa3;
@@ -458,9 +458,6 @@ link
body#course-user .section h2 {
color: #006EA2;
}
#admin-roles-override .cell.c1,
#admin-roles-assign .cell.c1 {
padding-top: 2px;
#admin-roles-override .cell.c1,
#admin-roles-assign .cell.c1 {
padding-top: 2px;
@@ -598,7 +595,7 @@ link
color: #fff;
}
.sideblock a.current {
display: block;
display: block;
background-color: #da5a23;
}
#left-column .hidden .header {
@@ -683,45 +680,50 @@ div.loginbox.twocolumns div.loginpanel {
}
/* @end */
/* @group login */
div.loginbox {
div.loginbox {
border-color: #EEE;
}
div.loginbox.twocolumns div.loginpanel {
border-color: #EEE;
}
div.loginbox.twocolumns div.loginpanel {
border-color: #EEE;
}
.loginbox h2 {
color: #444;
font-weight: normal;
font-style: normal;
}
/* @end */
/* @group content */
/* @group content */
#content {
clear: both;
}
#site-index #content,
#course-view #content,
.haslayouttable #content {
margin: 0;
}
clear: both;
#site-index .subscribelink,
#course-view .subscribelink {
#course-view div#content,
.haslayouttable div#content {
padding: 0 5px;
}
.weeks-format #left-column,
#site-index .subscribelink,
.weeks-format #right-column,
.topics-format #left-column,
.topics-format #right-column {
width: 15.5em;
}
#layout-table {
width: 960px;
.weeks-format,
.topics-format {
width: 960px;
}
margin: 0;
}
.topics-format #left-column {
background-color: #f68933;
background-color: #f68933;
}
.topics-format #middle-column {
padding: 0;
padding: 0;
background-color: #fff;
margin: 0 16.5em;
#layout-table #right-column {
}
.topics-format #right-column {
background-color: #1d6fcf;
}
@@ -750,6 +752,28 @@ div.categorybox {
}
div.coursebox {
border-style: none;
border-top: 1px solid #EEE;
}
div.categorybox {
border-top: 1px solid #EEE;
}
#site-index .sitetopic {
margin-top: 10px;
}
/*#site-index .sitetopic {
background: url(pix/pix/vinn_hi_splash.jpg) no-repeat center top;
padding-top: 180px;
margin-top: 10px;
}*/
/* @group My Group */
.admin #layout-table #middle-column {
/*padding-top: 10px;*/
}
#layout-table {
width: 960px;
border-collapse: collapse;
margin: 0;
}
#layout-table #left-column {
width: 220px !important;
background-color: #f68933;
+47 -14
View File
@@ -1,4 +1,4 @@
/* @override http://ubuntu.userver.lan/moodle_19_test/theme/lines/lines.css */
/* @override http://ubuntu.userver.lan/moodle_20/theme/lines/lines.css */
/* @group core */
body {
background-color: #eaebd3;
@@ -646,16 +646,24 @@ link
.loginbox h2 {
color: #444;
font-weight: normal;
font-style: normal;
}
/* @end */
font-style: normal;
}
/* @end */
/* @group content */
#content {
clear: both;
#content {
clear: both;
margin: 10px;
}
#site-index div#content,
#course-view div#content,
.haslayouttable div#content {
margin: 0;
}
.weeks-format #left-column,
.weeks-format #right-column,
.topics-format #left-column,
#course-view div#content,
.topics-format #right-column {
width: 15.5em;
}
.weeks-format,
.topics-format {
@@ -697,9 +705,35 @@ link
}
.coursebox {
border-style: none;
border-top: 1px solid #EEE;
}
.categorybox {
border-top: 1px solid #EEE;
}
#site-index .sitetopic {
margin-top: 10px;
}
/*#site-index .sitetopic {
background: url(pix/pix/vinn_hi_splash.jpg) no-repeat center top;
padding-top: 180px;
margin-top: 10px;
}*/
/* @group 2.0 layout-table hacks */
#layout-table {
border-collapse: collapse;
margin-top: 0;
.categorybox {
}
#layout-table #left-column,
#layout-table #right-column {
padding: 10px 0 0;
background: #f8f9ef url(pix/sideblock_grad.png) repeat-x left top;
}
#layout-table #middle-column {
padding: 0 14px;
background: url(pix/content_bottom_right.png) no-repeat right bottom;
}
/* @end */
/* @end */
/* @group course */
#course-view .weeks .section,
#course-view .topics .section {
@@ -712,13 +746,12 @@ link
#course-view .topics .section {
background-color: #FFF;
}
#course-view .section td.side {
#course-view .section .side {
border-top: 5px #EEE;
border-style: solid none dotted;
border-style: solid none dotted;
}
#course-view .section .left {
color: #444;
font-weight: bold;
}
#course-view .section .left {
color: #444;
font-weight: bold;
padding: 8px 0 0;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB