metacat/lib/style/skins/sms/sms.css @ 9377
1 |
body
|
---|---|
2 |
{
|
3 |
font-size: 70%; /* Resets 1em to 10px */ |
4 |
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; |
5 |
background-color: white; |
6 |
color: #333; |
7 |
}
|
8 |
|
9 |
#page
|
10 |
{
|
11 |
width: 700px; |
12 |
margin: 00px auto; |
13 |
border: 0px; |
14 |
background: #e7bd59; |
15 |
}
|
16 |
|
17 |
img
|
18 |
{
|
19 |
border: 0px; |
20 |
}
|
21 |
|
22 |
p
|
23 |
{
|
24 |
padding: 5px; |
25 |
}
|
26 |
|
27 |
.headerbar
|
28 |
{
|
29 |
width: 650px; |
30 |
margin: 0px auto; |
31 |
border: 1px; |
32 |
}
|
33 |
|
34 |
a:hover |
35 |
{
|
36 |
color:#e7bd59; |
37 |
}
|
38 |
|
39 |
a
|
40 |
{
|
41 |
text-decoration:none; |
42 |
color:white; |
43 |
}
|
44 |
|
45 |
/* Disable the error console */
|
46 |
#javascriptConsole {display: none !important} |
47 |
|