30c3 design takeover

This commit is contained in:
Philip Häusler 2013-10-19 16:44:07 +02:00
parent 3c4321ff76
commit 1f64ebc35e
3 changed files with 25 additions and 4 deletions

View File

@ -1,3 +1,16 @@
#logo { #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;
}

View File

@ -3,7 +3,11 @@ body {
color: #bbb; 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; background-color: #333;
} }
@ -15,9 +19,13 @@ a {
color: #fff; 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 { .form input[type="text"],.form input[type="password"],.form textarea {

BIN
public/pic/header_30c3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 KiB