]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/darkness/style.css
add remove_user hook (it looks like dreamhost changed all my file permissions, this...
[friendica.git] / view / theme / darkness / style.css
old mode 100644 (file)
new mode 100755 (executable)
index a7097d5..3bc4c6a
@@ -1,4 +1,14 @@
-@import url('../default/style.css');
+@import url('../loozah/style.css');
+
+nav {
+       background: #CCC;
+}
+footer {
+       background: #CCC;
+}
+#banner {
+       color: #FF0000;
+}
 
 body { 
        background: #000000;
@@ -6,8 +16,29 @@ body {
 }
 .nav-selected {
        background: #000000 !important;
+       color: #888888 !important;
+}
+
+input:hover {
+       background-color: #800000;
+}
+input, select {
+       background-color: #000000;
+       color: #FF0000;
+}
+.nav-link:hover, .nav-commlink:hover, .tab:hover {
+       background: #DDDDDD;
+       color: #FF0000;
+}
+
+#logo-text a, #logo-text a:visited, #site-location {
+       color: #000000;
 }
 
+
+#page-footer {
+       border: none;
+}
 .nav-link {
        color: #FF0000;
        background: #444444;
@@ -18,7 +49,7 @@ body {
        background: #444444;
 }
 
-.profile-tabs {
+.tab {
        color: #FF0000;
        background: #444444;
 
@@ -33,3 +64,4 @@ a:hover, .fakelink:hover {
        color: #FF0000;
        text-decoration: underline;
 }
+