mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Splitting white-wood backgroud into two different backgrounds,
one to be used with blocks (darker) and the other for contents (brighter). Suggestion from Urs!
This commit is contained in:
parent
09ba8e56a9
commit
d18634d3fd
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
theme/wood/gradient4.jpg
Normal file
BIN
theme/wood/gradient4.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
@ -18,6 +18,8 @@ form.mform fieldset.hidden,
|
||||
form.mform fieldset.hidden fieldset.fgroup,
|
||||
ul.tabrow1 li a:link,
|
||||
ul.tabrow1 li a:visited,
|
||||
.sideblock .r0,
|
||||
.sideblock .r1,
|
||||
div.sideblock table.minicalendar {
|
||||
border:none;
|
||||
background:none;
|
||||
@ -223,10 +225,9 @@ legend,
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Places using the vertical white wood texture with borders **/
|
||||
/** Places using the vertical ultra-white wood texture with borders **/
|
||||
|
||||
.results,
|
||||
.sideblock .content,
|
||||
.loginbox,
|
||||
.generalboxcontent,
|
||||
.informationboxcontent,
|
||||
@ -275,7 +276,7 @@ form.mform fieldset,
|
||||
border-top:1px solid #FFCC99;
|
||||
}
|
||||
|
||||
/** Places using the vertical white wood texture without borders **/
|
||||
/** Places using the vertical ultra-white wood texture without borders **/
|
||||
|
||||
#mod-chat-gui_header_js-users,
|
||||
#admin-index .c1,
|
||||
@ -287,7 +288,6 @@ form.mform fieldset,
|
||||
#admin-index table.environmenttable td,
|
||||
.generaltable .cell,
|
||||
.forumpost .left,
|
||||
.sideblock .r1,
|
||||
.r0 {
|
||||
background-image:url(gradient2.jpg);
|
||||
background-position:bottom;
|
||||
@ -295,6 +295,27 @@ form.mform fieldset,
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Places using the white wood texture with borders **/
|
||||
|
||||
.sideblock .content {
|
||||
border-top:1px solid #FFCC99;
|
||||
border-left:1px solid #FFCC99;
|
||||
border-bottom:1px solid #330000;
|
||||
border-right:1px solid #330000;
|
||||
background-image:url(gradient4.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat;
|
||||
}
|
||||
|
||||
/** Places using the white wood texture with borders **/
|
||||
|
||||
.nonefornow {
|
||||
background-image:url(gradient4.jpg);
|
||||
background-position:bottom;
|
||||
background-repeat:repeat;
|
||||
border:none;
|
||||
}
|
||||
|
||||
/** Places using the vertical medium wood texture with borders **/
|
||||
|
||||
#notused,
|
||||
|
Loading…
x
Reference in New Issue
Block a user