-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwgrover.css
130 lines (112 loc) · 2.2 KB
/
wgrover.css
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
* { padding: 0; margin: 0}
body {
font-family: 'Droid Sans', sans-serif;
font-size: 1.0em;
}
#wrapper {
margin: 0 auto;
width: 922px;
}
#header {
/* color: #333;*/
width: 900px;
float: left;
padding-bottom: 20px;
border-bottom: 1px solid #000000;
/* height: 100px;*/
margin: 0px 0px 0px 0px;
background: #FFFFFF;
}
#leftcolumn {
color: #333;
/* border: 1px solid #ccc;*/
background: #FFFFFF;
margin: 0px 0px 0px 0px;
padding-top: 10px;
/* height: 350px;*/
width: 700px;
float: left;
}
#rightcolumn {
float: right;
color: #333;
border-left: 1px solid #000000;
background: #FFFFFF;
margin: 0px 0px 0px 0px;
padding-top: 10px;
padding-left: 10px;
/* height: 350px;*/
width: 200px;
display: inline;
}
#footer {
width: 900px;
clear: both;
color: #333;
/* border: 1px solid #ccc;*/
background: #FFFFFF;
margin: 0px 0px 10px 0px;
padding: 10px;
}
p {
font-size:1.0em;
padding-bottom: 0px;
margin-top: 10px;
font-family: 'Droid Sans', sans-serif;
}
h1 {
/* USED FOR MAIN TITLE*/
font-size:2.0em;
margin-bottom: 10px;
margin-top: 50px;
font-family: 'Droid Sans', sans-serif;
}
h2 {
/* USED FOR POST TITLES AND MENU BAR */
font-size:1.5em;
font-family: 'Droid Sans', sans-serif;
}
h3 {
font-style: normal;
font-weight: normal;
font-family: 'Droid Sans', sans-serif;
float: right;
}
img { margin-left: 0px;
margin-right: 15px;
margin-top: 0px;
margin-bottom: 5px;
float: left }
hr {
border: 0;
width: 100%;
color: #000000;
background-color: #000000;
height: 1px;
}
h4 {
font-family: 'Droid Sans', sans-serif;
}
h5 {
margin-bottom: 0px;
margin-top: 30px;
font-family: 'Droid Sans', sans-serif;
}
a {
font-style: none;*/
text-transform: none;
text-decoration: none;
font-weight: bold;
color: #000099;
font-family: 'Droid Sans', sans-serif;
}
a:hover {
color: #0099FF;
text-decoration: underline;
}
.post .signoff {
text-align: right;
padding-bottom: 0px;
margin-bottom: 10px;
font-family: 'Droid Sans', sans-serif;
}