summaryrefslogtreecommitdiff
path: root/public/css/style2.css
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-09-08 14:12:42 +0200
committerPhilip Häusler <msquare@notrademark.de>2014-09-08 14:12:42 +0200
commit8a0bd3d55cb0a012056a13ab8e4158a69ccb4764 (patch)
tree554313a324a88aa6545b77598fc5524131ab969d /public/css/style2.css
parent1785c386989860f0608be245c02d03645a608cfc (diff)
several fixes
- syntax error in index.php - switched from sass to less because of bootstrap submodule
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