Files
moodle/theme/standardwhite/gradients.css
T

24 lines
445 B
CSS

/**
* Adds all the nice finish to the standard theme
*
*/
th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {
background-image:url(gradient.jpg);
background-position:top;
background-repeat:repeat-x;
}
table.rotateheaders th.header {
background-image: none;
}
.navbar {
background-image:url(gradient.jpg);
background-position:top;
background-repeat:repeat-x;
}