diff options
author | Michael Bien <[email protected]> | 2010-07-05 03:12:52 +0200 |
---|---|---|
committer | Michael Bien <[email protected]> | 2010-07-05 03:12:52 +0200 |
commit | 2fa8a8543563f2fd80277b74a4528fcf74e4beca (patch) | |
tree | 1ab01471e777893734679f1b8bc11df87855e2c2 /www/style.css | |
parent | a81e907b30364b1abc2a75d446772f066fbf74ff (diff) |
updated webside. logo, favicon, style.
Diffstat (limited to 'www/style.css')
-rw-r--r-- | www/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/style.css b/www/style.css new file mode 100644 index 00000000..7e3cfd20 --- /dev/null +++ b/www/style.css @@ -0,0 +1,5 @@ +/*webside theme colors*/ +#menu, #menu li, #footer {background-color:#567072;} +#sidebar li a:hover {background-color:#EEEEEE;} +#menu a, #footer a, #footer {color: #FFFFFF} +#main a:hover {color:#000000;} |