summaryrefslogtreecommitdiff
path: root/public/css/style2.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/style2.css')
-rw-r--r--public/css/style2.css66
1 files changed, 0 insertions, 66 deletions
diff --git a/public/css/style2.css b/public/css/style2.css
deleted file mode 100644
index edbe8a1c..00000000
--- a/public/css/style2.css
+++ /dev/null
@@ -1,66 +0,0 @@
-body {
- background-color: #222;
- color: #bbb;
-}
-
-details,.news_comment details, .news details {
- background-color: #333;
-}
-
-a {
- color: #fff;
-}
-
-#menu li.selected a,#menu li a:hover
- {
- color: #0094B3;
-}
-
-.toolbar a.selected, .toolbar a:hover {
- color: #000;
-}
-
-.form input[type="text"],.form input[type="password"],.form textarea {
- background-color: #333;
-}
-
-.error,.success,.info {
- color: #fff;
- background-color: #333;
-}
-
-th,.hidden {
- background-color: #333;
-}
-
-tr:hover>td {
- background-color: #333;
-}
-
-.selection ul li:nth-child(2n) {
- background-color: #333;
-}
-
-#shifts {
- background-color: #222;
-}
-
-#shifts td.free {
- background-color: #322;
-}
-
-#shifts td.occupied {
- background-color: #232;
-}
-
-#shifts td.own {
- background-color: #223;
-}
-
-#shifts td.collides {
- background-color: #333;
-}
-
-a.button {
- background-color: #000;
-} \ No newline at end of file