summary refs log tree commit diff stats
path: root/style.css
blob: 43e5568c53a81f145fc6c6dad18fa3929d76ae7f (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
div#wrap {
 margin: 0 auto;
 width: 31.25em;
}

div.post {
 clear: both;
}

div.date {
 float: left;
 background-color: #cccccc;
 text-align: center;
 text-transform: uppercase;
 font-family: Arial;
 padding: 4px;
 margin-right: 4px;
 width: 3em;
 height: 3.5em;
}

div.title {
 padding-top: 4px;
 width: 28em;
 min-height: 3.5em;
 letter-spacing: -1px;
 font-style: "Trebuchet MS", Tahoma, Arial;
 line-height: 100%;
}

h1 {
 text-align: center;
 font-family: Arial;
}

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(/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;
}