summaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-10-19 16:44:07 +0200
committerPhilip Häusler <msquare@notrademark.de>2013-10-19 16:44:07 +0200
commit1f64ebc35eb4e70efebce1b2b554770eea651401 (patch)
treef9a28ddd80f29a1a2141f0a23d705200cf7000d9 /public/css
parent3c4321ff76accb98ec3c99316766234ebcafae90 (diff)
30c3 design takeover
Diffstat (limited to 'public/css')
-rw-r--r--public/css/style1.css15
-rw-r--r--public/css/style2.css14
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 {