summary refs log tree commit diff stats
path: root/theme/css
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-14 09:39:10 -0500
commit9cb1fcba82027daa21eb457f1b2912ee02e5c7eb (patch)
treeb9ad822ca0f186f42da00e1a2c882ede77d2ee14 /theme/css
parentf037e1d6baa069b324b7a0fd6eaffbdfb5c6f4dc (diff)
downloadfourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.gz
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.tar.bz2
fourisland-9cb1fcba82027daa21eb457f1b2912ee02e5c7eb.zip
Major design and code overhaul
I don't know, a lot of stuffses happened that I don't quite remember anymore. Goodness, that's not good.
Diffstat (limited to 'theme/css')
-rw-r--r--theme/css/blog.php13
-rwxr-xr-xtheme/css/bubbles.css9
-rwxr-xr-xtheme/css/website.css74
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
94div.entry ol,
95div.entry ul,
96a[name|="comment"]+div.bubble ol,
97a[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
218span.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 @@
2div.bubble { 2div.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
21div.bubble cite { 21div.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
64div.bubble div.bquote blockquote { 64div.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
70ul#bannernav, p { 70* {
71 margin:0pt; 71 margin:0pt;
72 padding:0pt; 72 padding:0pt;
73} 73}
74 74
75p {margin-top: 1em} 75p {margin-top: 1em;}
76
77ul, ol {margin-top: 1em; margin-bottom: 1em} 76ul, ol {margin-top: 1em; margin-bottom: 1em}
78 77
79img.center, img[align="center"] { 78img.center, img[align="center"] {
@@ -93,7 +92,7 @@ acronym, abbr {
93blockquote { 92blockquote {
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
117div#banner { 116div#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
140div#bannernav { 139/* NavBar */
140
141div#fi-navbar {
142 position: relative;
143}
144
145div#fi-navbar .rounded {
146 padding: 0;
147}
148
149div#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
156div#fi-navbar ul li {
157 display: inline;
158 font-family: Verdana, sans-serif;
159 font-size: 1.1em;
160}
161
162div#fi-navbar ul li+li:before {
163 content: " - ";
164}
165
166div#fi-navbar ul li img {
167 display: none;
168}
169
170div#fi-navbar ul li.active a {
171 display: none;
172}
173
174div#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
146div#rightbar { 184div#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
203div#top-fade { 240div#top-fade {
@@ -256,7 +293,6 @@ div#content h2 {
256 293
257div.cleardiv { 294div.cleardiv {
258 clear: both; 295 clear: both;
259 height: 1em;
260} 296}
261 297
262div#footer { 298div#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
274div#footer ul.rows li { 311div#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
299div.push {
300 clear: both;
301 height: 20px;
302}
303
304div#content a img { 336div#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
348div.autosize {
349 margin-bottom: 6px !important;
350}
351
352ul blockquote, ol blockquote {
353 position: relative;
354 left: -3em;
355 width: 110%;
356}
357
358li+br {
359 display: none;
360}
361
316/* Tables */ 362/* Tables */
317 363
318table.webmail { 364table.webmail {