summary refs log tree commit diff stats
path: root/theme/css/website.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/website.css')
-rwxr-xr-xtheme/css/website.css15
1 files changed, 7 insertions, 8 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index 9ae46d9..6161d8d 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -13,14 +13,6 @@ body.fourm {
13 font-family: Verdana, Helvetica, Arial, sans-serif; 13 font-family: Verdana, Helvetica, Arial, sans-serif;
14} 14}
15 15
16body.fourm div#wrap,
17body.poll div#wrap,
18body.quotes div#wrap,
19body.admin div#wrap {
20 background-image: url(/theme/images/bg_body.gif);
21 background-repeat: repeat-y;
22}
23
24/* Effects */ 16/* Effects */
25 17
26::selection { 18::selection {
@@ -246,6 +238,13 @@ div#sidebar li img {
246 padding: 0; 238 padding: 0;
247} 239}
248 240
241body.fourm div#wrap,
242body.poll div#wrap,
243body.admin div#wrap {
244 background-image: url(/theme/images/bg_body.gif);
245 background-repeat: repeat-y;
246}
247
249div#top-fade { 248div#top-fade {
250 position: absolute; 249 position: absolute;
251 top: 0; 250 top: 0;