summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-07 18:00:19 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-07 18:00:19 +0100
commit734447b40c8fd50788aba8b3a71edd7df55c8e1a (patch)
treeaddd8e3d32af4608d36ea7f8562a97512984fb97 /public
parentd0c82e1037beb997adba9e349d6fb888bc527f73 (diff)
29c3 design
Diffstat (limited to 'public')
-rw-r--r--public/css/style11.css35
-rw-r--r--public/pic/engelsystem_logo_29c3.pngbin0 -> 4904 bytes
2 files changed, 31 insertions, 4 deletions
diff --git a/public/css/style11.css b/public/css/style11.css
index 86720e6a..3a77f5bc 100644
--- a/public/css/style11.css
+++ b/public/css/style11.css
@@ -1,9 +1,29 @@
+body.background {
+ background: #000532;
+}
+
+footer, footer a {
+ color: #fff;
+}
+
+#body {
+ background: #fff;
+ border: 1px solid #fff;
+ border-radius: 2px;
+ padding: 20px;
+ margin: 0 20px;
+}
+
+.content {
+ background: transparent;
+}
+
#logo {
- background: url('../pic/engelsystem_logo_28c3.png') top left no-repeat;
+ background: url('../pic/engelsystem_logo_29c3.png') top left no-repeat #fff;
display: block;
- height: 69px;
- margin: 10px auto;
- width: 378px;
+ height: 100px;
+ margin: 10px;
+ width: 900px;
}
tr:hover > td {
@@ -18,3 +38,10 @@ tr:hover > td {
.selection ul li:nth-child(even) {
background: #f0f0f0;
}
+
+.error {
+ background: #fff;
+ border-color: #ed1a3b;
+ color: #ed1a3b;
+ font-weight: bold;
+} \ No newline at end of file
diff --git a/public/pic/engelsystem_logo_29c3.png b/public/pic/engelsystem_logo_29c3.png
new file mode 100644
index 00000000..cbaefd6f
--- /dev/null
+++ b/public/pic/engelsystem_logo_29c3.png
Binary files differ