]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/goldenrod/style.css
theme name cleanup - rename default to loozah, provide sane fallbacks and change...
[friendica.git] / view / theme / goldenrod / style.css
index e84cf5d6472b2cedf15ee8f74cd8a4a1f1171ab0..2a098e95510498169a877bada2238f53a95a0285 100644 (file)
@@ -1,4 +1,52 @@
-@import url('../default/style.css');
+@import url('../loozah/style.css');
+
+footer {
+       background: #CCC;
+}
+
+#banner {
+       color: #444444;
+}
+
+#logo-text a, #logo-text a:visited, #site-location {
+       color: #000000;
+}
+
+body { 
+       background: #FFFFFF;
+       color: #000000;
+}
+.nav-selected {
+       background: #FFFFFF !important;
+       color: #888888 !important;
+}
+
+input:hover {
+       background-color: #FFEEBB;
+       color: #000000;
+       border: 1px solid #000000;
+}
+
+input, select {
+       background-color: #FFEEBB;
+       color: #000000;
+}
+.nav-link:hover, .nav-commlink:hover {
+       background: #FFDDAA;
+       color: #0000EE;
+}
+option {
+       background-color: #FFEEBB;
+}
+#page-footer {
+       border: none;
+}
+
+nav {
+       background: #FFEEBB;
+}
+
+
 
 body { 
        background: #FFDDAA;
@@ -15,6 +63,10 @@ body {
        background: #FFCC55;
 }
 
+.nav-selected {
+       background: #FFDDAA !important;
+}
+
 .profile-tabs {
        color: #444444;
        background: #FFCC55;