summaryrefslogtreecommitdiff
path: root/public/css/style11.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-10-13 00:52:44 +0200
committerPhilip Häusler <msquare@notrademark.de>2013-10-13 00:52:44 +0200
commit3c4321ff76accb98ec3c99316766234ebcafae90 (patch)
tree7461bf942302ec3344a5006f3d40c49963ac28dc /public/css/style11.css
parentbfb0cacd541cc20129a3c0ac77130370741dca18 (diff)
30c3 theme
Diffstat (limited to 'public/css/style11.css')
-rw-r--r--public/css/style11.css53
1 files changed, 0 insertions, 53 deletions
diff --git a/public/css/style11.css b/public/css/style11.css
deleted file mode 100644
index c69d4b8d..00000000
--- a/public/css/style11.css
+++ /dev/null
@@ -1,53 +0,0 @@
-body.background {
- background: #000532;
-}
-
-footer, footer a {
- color: #fff;
-}
-
-#body {
- background: #fff;
- border: 1px solid #fff;
- border-radius: 2px;
- padding: 20px;
-}
-
-.content {
- background: transparent;
-}
-
-#logo {
- background: url('../pic/engelsystem_logo_29c3.png') top left no-repeat #fff;
- display: block;
- height: 100px;
- margin: 10px;
- width: 900px;
-}
-
-tr:hover > td {
- background-color: #f0f0f0;
-}
-
-.selection ul li.heading {
- text-align: center;
- font-weight: bold;
-}
-
-.selection ul li:nth-child(even) {
- background: #f0f0f0;
-}
-
-.error {
- background: #fff;
- border-color: #ed1a3b;
- color: #ed1a3b;
- font-weight: bold;
-}
-
-.success {
- background: #fff;
- border-color: rgb(0, 178, 107);
- color: rgb(0, 178, 107);
- font-weight: bold;
-}