diff options
author | Philip Häusler <msquare@notrademark.de> | 2013-10-19 16:44:07 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2013-10-19 16:44:07 +0200 |
commit | 1f64ebc35eb4e70efebce1b2b554770eea651401 (patch) | |
tree | f9a28ddd80f29a1a2141f0a23d705200cf7000d9 /public | |
parent | 3c4321ff76accb98ec3c99316766234ebcafae90 (diff) |
30c3 design takeover
Diffstat (limited to 'public')
-rw-r--r-- | public/css/style1.css | 15 | ||||
-rw-r--r-- | public/css/style2.css | 14 | ||||
-rw-r--r-- | public/pic/header_30c3.png | bin | 0 -> 162566 bytes |
3 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 { diff --git a/public/pic/header_30c3.png b/public/pic/header_30c3.png Binary files differnew file mode 100644 index 00000000..29006aa8 --- /dev/null +++ b/public/pic/header_30c3.png |