mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Adjusting Wood theme for 1.8
This commit is contained in:
parent
dd43d37152
commit
64e396939c
Binary file not shown.
Before Width: | Height: | Size: 69 B After Width: | Height: | Size: 12 KiB |
@ -13,7 +13,8 @@
|
||||
#grade-exceptions table .generalboxcontent,
|
||||
#mod-forum-view table.forumheaderlist td,
|
||||
#mod-assignment-submissions table.submissions th,
|
||||
#mod-assignment-submissions table.submissions td {
|
||||
#mod-assignment-submissions table.submissions td,
|
||||
form.mform fieldset.hidden {
|
||||
border:none;
|
||||
background:none;
|
||||
}
|
||||
@ -27,7 +28,6 @@ body {
|
||||
|
||||
table {
|
||||
border:none;
|
||||
collapse:separate;
|
||||
}
|
||||
|
||||
div {
|
||||
@ -35,7 +35,11 @@ div {
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top-color:#330000;
|
||||
border-top:solid 1px #FFCC99;
|
||||
border-left:solid 1px #FFCC99;
|
||||
border-bottom:solid 1px #330000;
|
||||
border-right:solid 1px #330000;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
div#footer {
|
||||
@ -44,8 +48,6 @@ div#footer {
|
||||
|
||||
/** Links defined here **/
|
||||
|
||||
.tablink a:link,
|
||||
.tablink a:visited,
|
||||
a:link,
|
||||
a:visited {
|
||||
color:#990000;
|
||||
@ -60,39 +62,56 @@ a.autolink:visited {
|
||||
|
||||
.tabs .r0,
|
||||
.tabs .r1 {
|
||||
background:none;
|
||||
background:none;
|
||||
}
|
||||
|
||||
.tabs .side,
|
||||
.tabrow td {
|
||||
.tabrow0 a {
|
||||
border-color: #330000;
|
||||
}
|
||||
.tabrow td {
|
||||
.tabrow0 a {
|
||||
background:url(pix/tab/left.gif) top left no-repeat;
|
||||
}
|
||||
.tabrow td .tablink {
|
||||
.tabrow0 a span {
|
||||
background:url(pix/tab/right.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow td:hover {
|
||||
.tabrow0 .last a span {
|
||||
background: url(pix/tab/right_end.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow0 a:hover {
|
||||
background-image:url(pix/tab/left_hover.gif);
|
||||
}
|
||||
.tabrow td:hover .tablink {
|
||||
.tabrow0 a:hover span {
|
||||
background-image:url(pix/tab/right_hover.gif);
|
||||
}
|
||||
.tabrow .last {
|
||||
background: transparent url(pix/tab/right_end.gif) top right no-repeat;
|
||||
.tabrow0 .last a:hover span {
|
||||
background-image:url(pix/tab/right_hover.gif);
|
||||
}
|
||||
.tabrow .selected {
|
||||
.tabrow0 a.here {
|
||||
background:url(pix/tab/left_active.gif) top left no-repeat;
|
||||
}
|
||||
.tabrow .selected .tablink {
|
||||
.tabrow0 a.here span {
|
||||
background:url(pix/tab/right_active.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow td.selected:hover {
|
||||
background-image:url(pix/tab/left_active_hover.gif);
|
||||
.tabrow0 a.here:hover {
|
||||
background:url(pix/tab/left_active.gif) top left no-repeat;
|
||||
}
|
||||
.tabrow td.selected:hover .tablink {
|
||||
background-image:url(pix/tab/right_active_hover.gif);
|
||||
.tabrow0 a.here:hover span {
|
||||
background:url(pix/tab/right_active.gif) top right no-repeat;
|
||||
}
|
||||
.tabrow1.empty {
|
||||
height:0px;
|
||||
}
|
||||
.tabrow2.empty {
|
||||
border:none;
|
||||
height:0px;
|
||||
}
|
||||
.tabrow0 ul a:visited,
|
||||
.tabrow0 ul a:link {
|
||||
color:#990000;
|
||||
}
|
||||
.tabrow0 ul a.here:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.breadcrumb .sep {
|
||||
@ -125,6 +144,8 @@ h2.header,
|
||||
.forumpost,
|
||||
.navbar,
|
||||
table.files th,
|
||||
.tabrow0 ul,
|
||||
legend,
|
||||
#footer-bar {
|
||||
border-top:1px solid #FFCC99;
|
||||
border-left:1px solid #FFCC99;
|
||||
@ -132,7 +153,7 @@ table.files th,
|
||||
border-right:1px solid #330000;
|
||||
background-image:url(gradient1.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
}
|
||||
|
||||
/** Places using the horizontal medium wood texture without borders **/
|
||||
@ -145,11 +166,10 @@ table.files th,
|
||||
.glossarypost .entryattachment,
|
||||
#grade-index .header,
|
||||
#grade-exceptions .header,
|
||||
#calendar .maincalendar .eventlist .event .topic,
|
||||
.required {
|
||||
#calendar .maincalendar .eventlist .event .topic {
|
||||
background-image:url(gradient1.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
border:none;
|
||||
}
|
||||
|
||||
@ -176,12 +196,15 @@ table.files th,
|
||||
.block_calendar_month .minicalendar,
|
||||
#calendar .maincalendar .eventlist .event,
|
||||
#calendar .maincalendar,
|
||||
.generalbox,
|
||||
.courseboxcontent,
|
||||
.categoryboxcontent,
|
||||
.cal_popup_fg,
|
||||
#course-view .section td.content,
|
||||
table.files,
|
||||
#admin-index .generalbox,
|
||||
.generalbox,
|
||||
.admin .generalbox,
|
||||
form.mform fieldset,
|
||||
#adminsettings fieldset {
|
||||
border-top:1px solid #FFCC99;
|
||||
border-left:1px solid #FFCC99;
|
||||
@ -189,7 +212,7 @@ table.files,
|
||||
border-right:1px solid #330000;
|
||||
background-image:url(gradient2.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
}
|
||||
|
||||
|
||||
@ -217,7 +240,7 @@ table.files,
|
||||
.r0 {
|
||||
background-image:url(gradient2.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
border:none;
|
||||
}
|
||||
|
||||
@ -231,7 +254,7 @@ table.files,
|
||||
border-right:1px solid #330000;
|
||||
background-image:url(gradient3.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
}
|
||||
|
||||
/** Places using the vertical medium wood texture without borders **/
|
||||
@ -242,7 +265,7 @@ table.files,
|
||||
#calendar .maincalendar .eventlist .event .side {
|
||||
background-image:url(gradient3.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
border:none;
|
||||
}
|
||||
|
||||
@ -255,7 +278,7 @@ table.files,
|
||||
border-right:1px solid #330000;
|
||||
background-image:url(background.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
}
|
||||
|
||||
/** Places using the horizontal dark wood texture without borders **/
|
||||
@ -265,7 +288,7 @@ table.files,
|
||||
.categoryheader {
|
||||
background-image:url(background.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat-x repeat-y;
|
||||
background-repeat:repeat;
|
||||
border:none;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user