mirror of
https://github.com/moodle/moodle.git
synced 2025-03-18 14:40:06 +01:00
Will be needing these
This commit is contained in:
parent
6d1c6cdf06
commit
c159888c58
19
theme/standardblue/gradients.css
Normal file
19
theme/standardblue/gradients.css
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Adds all the nice finish to the standard theme
|
||||
*
|
||||
*/
|
||||
|
||||
th.header,
|
||||
td.header,
|
||||
div.header {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
19
theme/standardgreen/gradients.css
Normal file
19
theme/standardgreen/gradients.css
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Adds all the nice finish to the standard theme
|
||||
*
|
||||
*/
|
||||
|
||||
th.header,
|
||||
td.header,
|
||||
div.header {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
19
theme/standardred/gradients.css
Normal file
19
theme/standardred/gradients.css
Normal file
@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Adds all the nice finish to the standard theme
|
||||
*
|
||||
*/
|
||||
|
||||
th.header,
|
||||
td.header,
|
||||
div.header {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
background-image:url(gradient.jpg);
|
||||
background-position:top;
|
||||
background-repeat:repeat-x;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user