Automatic installer.php lang files by installer_builder (20070213)
[moodle.git] / theme / metal / gradients.css
blob07fa60a41a4cddc3d3fb56a50f4138308d3e15f9
1 /**
2 * Adds all the nice finish to the standard theme
4 */
6 body {
7 background-color: rgb(210,210,210);
8 background-image: url(background.png);
9 background-repeat: repeat;
10 background-attachment: scroll;
13 th.header,
14 td.header,
15 div.header {
16 background-image:url(gradient.jpg);
17 background-position:top;
18 background-repeat:repeat-x;
21 .navbar {
22 background-image: none !important;
23 background-color: #BBBBBB !important;
24 border-top : 2px groove rgb(250,250,250);
25 border-bottom: 2px groove rgb(250,250,250);
26 border-left: 0px;
27 border-right: 0px;
30 .homelink a:link,
31 .homelink a:visited,
32 .homelink a:hover {
33 background-color: #dddddd;
34 color: #000;
35 text-decoration: none;
36 background-color: rgb(210,210,210);
37 background-image: url(background.png);
38 background-repeat: repeat;
39 background-attachment: scroll;