-
Notifications
You must be signed in to change notification settings - Fork 0
/
freeside.css
265 lines (216 loc) · 3.26 KB
/
freeside.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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
/*
FILE ARCHIVED ON 11:38:47 Jan 20, 2013 AND RETRIEVED FROM THE
INTERNET ARCHIVE ON 19:15:14 Feb 28, 2013.
JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.
ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
SECTION 108(a)(3)).
*/
/*
* Stylesheet for http://www.freesideatl.org
*
* Author: dknowles2@gmail.com
*/
body {
background-color: #f0f0f0;
font-family: helvetica, arial, sans-serif;
font-size: 79%;
margin: 1em 2em;
}
a, .lk, .l {
color: #00c;
color: #00a8ff;
color: #0096e3;
}
a:hover,
.lk:hover,
.l:hover {
color: #00f;
color: #116fa1;
}
#about,
#Text1 {
-moz-border-radius: 1.2em;
-webkit-border-radius: 1.2em;
background-color: #fafafa;
border: 1px solid #ccc;
margin-bottom: 2em;
padding: 1em;
}
#about h2,
#Text1 h2 {
border: 0;
color: #000;
font-size: 1.2em;
margin: 0;
text-transform: none;
}
#Text1.widget-content {
color: #000;
}
.Text .widget-content {
color: #000;
}
.Text h2 {
}
#articles {
margin: 1em;
}
#Blog1 {
padding-left: 1em;
}
#calendar {
border: 0;
height: 20em;
width: 100%;
}
#container {
background-color: #fff;
border: 1px solid #ccc;
padding: 1em;
vertical-align: middle;
}
#content {
float: left;
padding-right: 260px;
padding-top: 1em;
position: relative;
}
#footer {
clear: both;
color: #666;
margin: 2em;
text-align: center;
}
#header {
border-bottom: 1px solid #ccc;
margin-top: -1em;
}
#header h1 {
margin: 1em 0 0 0;
}
#header h2 {
color: #777;
font-size: 1.3em;
font-style: italic;
font-weight: normal;
margin: 0;
}
#header-content {
padding: 2em 0;
position: relative;
}
#logo-container {
float: left;
margin-bottom: -2em;
position: relative;
}
#logo {
border: 0;
height: 190px;
width: 200px;
}
#main-wrapper {
float: left;
position: relative;
width: 100%;
}
#main {
float: left;
padding-right: 2em;
}
#sidebar-wrapper {
float: left;
margin-right: -260px;
position: relative;
width: 240px;
}
#sidebar {
float: left;
}
#top-nav {
float: left;
font-size: 1.2em;
margin: 2em 0 0 0;
padding: 0;
}
#top-nav li {
float: left;
font-weight: bold;
list-style-type: none;
padding: 0 1em 0 0;
}
.article,
.post {
margin-bottom: 3em;
}
.article h2,
.post h3,
.post h3 a {
color: #b70000;
font-size: 1.3em;
letter-spacing: 1px;
margin: 0;
text-decoration: none;
}
.post-body {
margin: 1em 0;
}
.post-header-line-1 {
color: #666;
font-size: 0.9em;
font-style:italic;
}
.article-author {
color: #666;
font-size: 0.9em;
font-style: italic;
}
.article-content {
margin: 1em 0;
}
.article-footer {
font-size: 0.9em;
}
.box,
.widget {
margin-bottom: 2em;
}
.box h2,
.widget h2 {
border-bottom: 1px solid #ccc;
color: #777;
font-size: 1em;
margin: 0 0 0.25em 0;
padding-bottom: 0.25em;
text-transform: uppercase;
}
.box h2 a,
.widget h2 a {
text-decoration: none;
}
.box h2 a:hover,
.widget h2 a:hover {
text-decoration: underline;
}
.box ul,
.widget ul {
margin: 1em 0;
padding: 0 0 0 2em;
}
.box-content,
.widget-content {
color: #666;
margin: 1em 0;
}
.hacky-full-div,
.clear {
clear: both;
}
#Feed1 ul {
list-style-type: none;
padding: 0;
}
#Feed1 li {
margin: 0.5em 0;
padding: 0;
}