blob: a91a651f699f59a12b9a2673788f7c366c7c9ec8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
/* Layout Stylesheet - Colors taken from MythWeb - arranged by md10md*/
.style2 {color: #FFFFFF}
.style3 {color: #FFFFFF}
.header {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #CCCCCC;
border: solid thin #000000;
}
a, a:link { color: #E0E0FF; text-decoration: none; font-size: 14px; }
a:active { color: #990033; text-decoration: none; font-size: 14px; }
a:visited { color: #E0E0FF; text-decoration: none; font-size: 14px; }
a:hover { color: #F0F000; text-decoration: underline; font-size: 14px; }
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
background-color: #002650;
}
td,th {
border: thin solid #000000;
background-color: #265990;
}
.headerimage {
background-color: #335555;
border: solid thin #000000;
font-size: 18px;
color: #FFFFFF;
}
|