diff options
Diffstat (limited to 'theme/css')
-rwxr-xr-x | theme/css/bubbles.css | 3 | ||||
-rwxr-xr-x | theme/css/website.css | 38 |
2 files changed, 15 insertions, 26 deletions
diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index ac982f9..bf3445c 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css | |||
@@ -34,7 +34,8 @@ div.bubble div.rounded { | |||
34 | border: 3px solid #fff; | 34 | border: 3px solid #fff; |
35 | background-color: #b7e0ff; | 35 | background-color: #b7e0ff; |
36 | } | 36 | } |
37 | div.bubble div.rounded blockquote { | 37 | div.bubble div.rounded blockquote, |
38 | div.bubble div.navbar-rounded blockquote { | ||
38 | border: 0; | 39 | border: 0; |
39 | background-color: transparent; | 40 | background-color: transparent; |
40 | } | 41 | } |
diff --git a/theme/css/website.css b/theme/css/website.css index 6161d8d..56c2c4a 100755 --- a/theme/css/website.css +++ b/theme/css/website.css | |||
@@ -107,6 +107,7 @@ div#banner, div#fi-banner { | |||
107 | 107 | ||
108 | div#banner { | 108 | div#banner { |
109 | background-image: url("/theme/images/fourisland_header.png"); | 109 | background-image: url("/theme/images/fourisland_header.png"); |
110 | background-position: center; | ||
110 | } | 111 | } |
111 | 112 | ||
112 | body div#banner h1, body div#fi-banner h1 { | 113 | body div#banner h1, body div#fi-banner h1 { |
@@ -132,10 +133,19 @@ div#banner h1, div#fi-banner h1 { | |||
132 | 133 | ||
133 | div#fi-navbar { | 134 | div#fi-navbar { |
134 | position: relative; | 135 | position: relative; |
136 | background-color: #b7e0ff; | ||
137 | border-left: 5px solid gray; | ||
138 | border-right: 5px solid gray; | ||
139 | border-top: none; | ||
140 | border-bottom: none; | ||
141 | width: auto; | ||
142 | margin-bottom: 14px; | ||
143 | font: 0.9em "Lucida Grande", Lucida, Verdana, sans-serif; | ||
135 | } | 144 | } |
136 | 145 | ||
137 | div#fi-navbar .rounded { | 146 | div#fi-navbar div { |
138 | padding: 0; | 147 | padding: .001em 0; |
148 | margin: 10px; | ||
139 | } | 149 | } |
140 | 150 | ||
141 | div#fi-navbar ul { | 151 | div#fi-navbar ul { |
@@ -185,7 +195,6 @@ div#fi-navbar div.bubble blockquote a { | |||
185 | div#rightbar { | 195 | div#rightbar { |
186 | float: left; | 196 | float: left; |
187 | width: 250px; /*210*/ | 197 | width: 250px; /*210*/ |
188 | padding: 0 10; | ||
189 | } | 198 | } |
190 | 199 | ||
191 | div.sidebar { | 200 | div.sidebar { |
@@ -236,23 +245,9 @@ div#sidebar li img { | |||
236 | margin: 10px auto; | 245 | margin: 10px auto; |
237 | text-align: left; | 246 | text-align: left; |
238 | padding: 0; | 247 | padding: 0; |
239 | } | ||
240 | |||
241 | body.fourm div#wrap, | ||
242 | body.poll div#wrap, | ||
243 | body.admin div#wrap { | ||
244 | background-image: url(/theme/images/bg_body.gif); | 248 | background-image: url(/theme/images/bg_body.gif); |
245 | background-repeat: repeat-y; | 249 | background-repeat: repeat-y; |
246 | } | 250 | border-top: 4px solid gray; |
247 | |||
248 | div#top-fade { | ||
249 | position: absolute; | ||
250 | top: 0; | ||
251 | left: 0; | ||
252 | width: 100%; | ||
253 | background-image: url(/theme/images/top_fade.png); | ||
254 | height: 400px; | ||
255 | z-index: 0; | ||
256 | } | 251 | } |
257 | 252 | ||
258 | #page-body { | 253 | #page-body { |
@@ -310,17 +305,10 @@ div#footer { | |||
310 | margin-top: .5em; | 305 | margin-top: .5em; |
311 | text-align: center; | 306 | text-align: center; |
312 | font-size: .68em; | 307 | font-size: .68em; |
313 | width: 100%; | ||
314 | border-top: 1px black solid; | 308 | border-top: 1px black solid; |
315 | border-bottom: 4px gray solid; | 309 | border-bottom: 4px gray solid; |
316 | } | 310 | } |
317 | 311 | ||
318 | body.home div#footer { | ||
319 | background-color: white; | ||
320 | border-left: 4px gray solid; | ||
321 | border-right: 4px gray solid; | ||
322 | } | ||
323 | |||
324 | div#footer ul.rows li { | 312 | div#footer ul.rows li { |
325 | display: list-item; | 313 | display: list-item; |
326 | } | 314 | } |