diff options
| -rwxr-xr-x | theme/css/website.css | 10 | ||||
| -rw-r--r-- | theme/images/bg_body.gif | bin | 0 -> 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 | ||
| 12 | body.fourm { | 12 | body.fourm { |
| 13 | font-family: Verdana, Helvetica, Arial, sans-serif ; | 13 | font-family: Verdana, Helvetica, Arial, sans-serif; |
| 14 | } | ||
| 15 | |||
| 16 | body.fourm div#wrap, | ||
| 17 | body.poll div#wrap, | ||
| 18 | body.quotes div#wrap, | ||
| 19 | body.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 | |||
