summary refs log tree commit diff stats
path: root/theme
diff options
context:
space:
mode:
Diffstat (limited to 'theme')
-rwxr-xr-xtheme/css/website.css10
-rw-r--r--theme/images/bg_body.gifbin0 -> 421 bytes
2 files changed, 9 insertions, 1 deletions
diff --git a/theme/css/website.css b/theme/css/website.css index ab1f725..76ff9ca 100755 --- a/theme/css/website.css +++ b/theme/css/website.css
@@ -10,7 +10,15 @@ body {
10} 10}
11 11
12body.fourm { 12body.fourm {
13 font-family: Verdana, Helvetica, Arial, sans-serif ; 13 font-family: Verdana, Helvetica, Arial, sans-serif;
14}
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;
14} 22}
15 23
16/* Effects */ 24/* Effects */
diff --git a/theme/images/bg_body.gif b/theme/images/bg_body.gif new file mode 100644 index 0000000..80d75d5 --- /dev/null +++ b/theme/images/bg_body.gif
Binary files differ