blob: 580235b686c8c67e89b5a934c364a83ddf61a81e (
plain) (
blame)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
div#wrap {
margin: 0 auto;
width: 31.25em;
padding: 0 3.5em;
position: relative;
}
div.post {
clear: both;
}
div.date {
background-color: #cccccc;
text-align: center;
text-transform: uppercase;
font-family: Arial;
padding: 4px;
width: 3em;
position: absolute;
left: 0;
}
div.title {
height: 3.65em;
font-size: 110%;
padding-top: 0.1em;
}
h1 {
text-align: center;
font-family: Arial;
}
h2 {
text-align: center;
font-family: Arial;
margin: 0;
}
div.cleardiv {
clear: both;
}
ul.navbar li a,
div#footer a,
ul#archive li a {
text-decoration: none;
color: black;
}
a:hover, a:focus, a:active {
text-decoration: underline !important;
}
ul.navbar li {
background-color: #cccccc;
text-align: center;
font-family: Arial;
padding: 4px;
text-transform: uppercase;
margin-left: 2px;
margin-right: 2px;
display: inline;
}
ul.navbar {
list-style-type: none;
text-align: center;
padding-left: 0;
}
div.image {
text-align: center;
clear: both;
}
div#header h1 {
text-indent: -9999px;
background-image: url(/images/title.png);
height: 115px;
width: 500px;
}
div#footer {
margin-top: 4px;
font-size: x-small;
color: gray;
text-align: center;
}
ul#archive {
list-style-type: none;
text-align: center;
padding-left: 0;
}
a img {
border: 0;
}
table#seasons {
text-align: center;
width: 100%;
}
|