diff options
Diffstat (limited to 'theme/css')
-rw-r--r-- | theme/css/blog.php | 13 | ||||
-rwxr-xr-x | theme/css/bubbles.css | 9 | ||||
-rwxr-xr-x | theme/css/website.css | 74 |
3 files changed, 78 insertions, 18 deletions
diff --git a/theme/css/blog.php b/theme/css/blog.php index b4b80d0..bef21dd 100644 --- a/theme/css/blog.php +++ b/theme/css/blog.php | |||
@@ -91,6 +91,13 @@ div.entry { | |||
91 | font: 75%/150% Arial, "Trebuchet MS", Tahoma; | 91 | font: 75%/150% Arial, "Trebuchet MS", Tahoma; |
92 | } | 92 | } |
93 | 93 | ||
94 | div.entry ol, | ||
95 | div.entry ul, | ||
96 | a[name|="comment"]+div.bubble ol, | ||
97 | a[name|="comment"]+div.bubble ul { | ||
98 | margin-left: 3em; | ||
99 | } | ||
100 | |||
94 | <?php | 101 | <?php |
95 | 102 | ||
96 | $getupdates = "SELECT * FROM updates"; | 103 | $getupdates = "SELECT * FROM updates"; |
@@ -207,3 +214,9 @@ div.post-date-4 { | |||
207 | float: left; | 214 | float: left; |
208 | background: url(/theme/images/date-bg-4.gif) no-repeat; | 215 | background: url(/theme/images/date-bg-4.gif) no-repeat; |
209 | } | 216 | } |
217 | |||
218 | span.post-vote { | ||
219 | float: right; | ||
220 | position: relative; | ||
221 | top: -10px; | ||
222 | } | ||
diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index c859bf9..311e471 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css | |||
@@ -2,7 +2,7 @@ | |||
2 | div.bubble { | 2 | div.bubble { |
3 | width: auto; | 3 | width: auto; |
4 | font-size: 0.75em; | 4 | font-size: 0.75em; |
5 | margin-bottom: 24px; | 5 | margin-bottom: 14px; |
6 | font: 1em "Lucida Grande", Lucida, Verdana, sans-serif; | 6 | font: 1em "Lucida Grande", Lucida, Verdana, sans-serif; |
7 | } | 7 | } |
8 | 8 | ||
@@ -20,7 +20,7 @@ div.bubble blockquote div { | |||
20 | 20 | ||
21 | div.bubble cite { | 21 | div.bubble cite { |
22 | position: relative; | 22 | position: relative; |
23 | margin: 0px; | 23 | margin: 0; |
24 | padding: 7px 0px 0px 15px; | 24 | padding: 7px 0px 0px 15px; |
25 | top: 6px; | 25 | top: 6px; |
26 | background: transparent url(/theme/images/tip.gif) no-repeat 20px 0; | 26 | background: transparent url(/theme/images/tip.gif) no-repeat 20px 0; |
@@ -62,8 +62,8 @@ div#pimped.bubble cite.rounded { | |||
62 | } | 62 | } |
63 | 63 | ||
64 | div.bubble div.bquote blockquote { | 64 | div.bubble div.bquote blockquote { |
65 | margin: 0px; | 65 | margin: 0; |
66 | padding: 0px; | 66 | padding: 4px 0; |
67 | border: 1px solid #c9c2c1; | 67 | border: 1px solid #c9c2c1; |
68 | background-color: #fff; | 68 | background-color: #fff; |
69 | } | 69 | } |
@@ -85,4 +85,5 @@ div.bubble div.bquote blockquote { | |||
85 | border-top-right-radius: 10px; | 85 | border-top-right-radius: 10px; |
86 | border-bottom-left-radius: 10px; | 86 | border-bottom-left-radius: 10px; |
87 | border-bottom-right-radius: 10px; | 87 | border-bottom-right-radius: 10px; |
88 | padding: 4px; | ||
88 | } | 89 | } |
diff --git a/theme/css/website.css b/theme/css/website.css index de2fecd..806b01f 100755 --- a/theme/css/website.css +++ b/theme/css/website.css | |||
@@ -67,13 +67,12 @@ a img { | |||
67 | 67 | ||
68 | /* Random Elements */ | 68 | /* Random Elements */ |
69 | 69 | ||
70 | ul#bannernav, p { | 70 | * { |
71 | margin:0pt; | 71 | margin:0pt; |
72 | padding:0pt; | 72 | padding:0pt; |
73 | } | 73 | } |
74 | 74 | ||
75 | p {margin-top: 1em} | 75 | p {margin-top: 1em;} |
76 | |||
77 | ul, ol {margin-top: 1em; margin-bottom: 1em} | 76 | ul, ol {margin-top: 1em; margin-bottom: 1em} |
78 | 77 | ||
79 | img.center, img[align="center"] { | 78 | img.center, img[align="center"] { |
@@ -93,7 +92,7 @@ acronym, abbr { | |||
93 | blockquote { | 92 | blockquote { |
94 | padding-left: 10px; | 93 | padding-left: 10px; |
95 | border-left: 3px solid #CCC; | 94 | border-left: 3px solid #CCC; |
96 | font-family: helvetica; | 95 | font-family: Helvetica, sans-serif; |
97 | font-size: 14px; | 96 | font-size: 14px; |
98 | margin-top: 10px; | 97 | margin-top: 10px; |
99 | margin-bottom: 10px; | 98 | margin-bottom: 10px; |
@@ -111,7 +110,7 @@ div#banner, div#fi-banner { | |||
111 | width: 900px; /*728*/ | 110 | width: 900px; /*728*/ |
112 | height: 200px; | 111 | height: 200px; |
113 | float: left; | 112 | float: left; |
114 | margin-top: 21px; | 113 | /* margin-top: 21px; */ |
115 | } | 114 | } |
116 | 115 | ||
117 | div#banner { | 116 | div#banner { |
@@ -136,11 +135,50 @@ div#banner h1, div#fi-banner h1 { | |||
136 | font-size: 3.0em; | 135 | font-size: 3.0em; |
137 | font-weight: normal; | 136 | font-weight: normal; |
138 | } | 137 | } |
139 | 138 | ||
140 | div#bannernav { | 139 | /* NavBar */ |
140 | |||
141 | div#fi-navbar { | ||
142 | position: relative; | ||
143 | } | ||
144 | |||
145 | div#fi-navbar .rounded { | ||
146 | padding: 0; | ||
147 | } | ||
148 | |||
149 | div#fi-navbar ul { | ||
150 | margin-top: .25em; | ||
151 | margin-bottom: .25em; | ||
152 | padding-left: 1em; | ||
141 | text-align: center; | 153 | text-align: center; |
142 | } | 154 | } |
143 | 155 | ||
156 | div#fi-navbar ul li { | ||
157 | display: inline; | ||
158 | font-family: Verdana, sans-serif; | ||
159 | font-size: 1.1em; | ||
160 | } | ||
161 | |||
162 | div#fi-navbar ul li+li:before { | ||
163 | content: " - "; | ||
164 | } | ||
165 | |||
166 | div#fi-navbar ul li img { | ||
167 | display: none; | ||
168 | } | ||
169 | |||
170 | div#fi-navbar ul li.active a { | ||
171 | display: none; | ||
172 | } | ||
173 | |||
174 | div#fi-navbar ul li.active img { | ||
175 | display: inline; | ||
176 | background-color: white; | ||
177 | outline: white solid .5em; | ||
178 | margin-left: .5em; | ||
179 | margin-right: .5em; | ||
180 | } | ||
181 | |||
144 | /* Sidebar */ | 182 | /* Sidebar */ |
145 | 183 | ||
146 | div#rightbar { | 184 | div#rightbar { |
@@ -197,7 +235,6 @@ div#sidebar li img { | |||
197 | margin: 10px auto; | 235 | margin: 10px auto; |
198 | text-align: left; | 236 | text-align: left; |
199 | padding: 0; | 237 | padding: 0; |
200 | margin-top: 25px; | ||
201 | } | 238 | } |
202 | 239 | ||
203 | div#top-fade { | 240 | div#top-fade { |
@@ -256,7 +293,6 @@ div#content h2 { | |||
256 | 293 | ||
257 | div.cleardiv { | 294 | div.cleardiv { |
258 | clear: both; | 295 | clear: both; |
259 | height: 1em; | ||
260 | } | 296 | } |
261 | 297 | ||
262 | div#footer { | 298 | div#footer { |
@@ -269,6 +305,7 @@ div#footer { | |||
269 | width: 100%; | 305 | width: 100%; |
270 | border-top: 1px black solid; | 306 | border-top: 1px black solid; |
271 | border-bottom: 4px gray solid; | 307 | border-bottom: 4px gray solid; |
308 | background-color: white; | ||
272 | } | 309 | } |
273 | 310 | ||
274 | div#footer ul.rows li { | 311 | div#footer ul.rows li { |
@@ -296,11 +333,6 @@ div#content ul { | |||
296 | list-style: url(/theme/images/bullet_disk_big.png); | 333 | list-style: url(/theme/images/bullet_disk_big.png); |
297 | } | 334 | } |
298 | 335 | ||
299 | div.push { | ||
300 | clear: both; | ||
301 | height: 20px; | ||
302 | } | ||
303 | |||
304 | div#content a img { | 336 | div#content a img { |
305 | border: solid transparent 1px; | 337 | border: solid transparent 1px; |
306 | } | 338 | } |
@@ -313,6 +345,20 @@ div#hatbar.quotes-options ul { | |||
313 | list-style: none; | 345 | list-style: none; |
314 | } | 346 | } |
315 | 347 | ||
348 | div.autosize { | ||
349 | margin-bottom: 6px !important; | ||
350 | } | ||
351 | |||
352 | ul blockquote, ol blockquote { | ||
353 | position: relative; | ||
354 | left: -3em; | ||
355 | width: 110%; | ||
356 | } | ||
357 | |||
358 | li+br { | ||
359 | display: none; | ||
360 | } | ||
361 | |||
316 | /* Tables */ | 362 | /* Tables */ |
317 | 363 | ||
318 | table.webmail { | 364 | table.webmail { |