diff options
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/style1.css | 15 | ||||
-rw-r--r-- | public/css/style2.css | 14 |
2 files changed, 25 insertions, 4 deletions
diff --git a/public/css/style1.css b/public/css/style1.css index 738a3e36..d08796c1 100644 --- a/public/css/style1.css +++ b/public/css/style1.css @@ -1,3 +1,16 @@ #logo { - background-image: url('../pic/engelsystem_logo_30c3.png'); + background-image: url('../pic/engelsystem_logo_30c3.png'); } + +header { + background-image: url('../pic/header_30c3.png'); +} + +#menu li.selected a,#menu li a:hover + { + color: #0094B3; +} + +.toolbar a.selected, .toolbar a:hover { + color: #fff; +}
\ No newline at end of file diff --git a/public/css/style2.css b/public/css/style2.css index aac84188..30d6d748 100644 --- a/public/css/style2.css +++ b/public/css/style2.css @@ -3,7 +3,11 @@ body { color: #bbb; } -header, details,.news_comment details, .news details { +header { + background-image: url('../pic/header_30c3.png'); +} + +details,.news_comment details, .news details { background-color: #333; } @@ -15,9 +19,13 @@ a { color: #fff; } -#menu li.selected a,.toolbar a.selected,#menu li a:hover,.toolbar a:hover +#menu li.selected a,#menu li a:hover { - color: #090; + color: #0094B3; +} + +.toolbar a.selected, .toolbar a:hover { + color: #000; } .form input[type="text"],.form input[type="password"],.form textarea { |