]> git.mxchange.org Git - friendica.git/commitdiff
Various theme stuff.
authorThomas Willingham <founder@kakste.com>
Mon, 2 Jul 2012 02:40:12 +0000 (03:40 +0100)
committerThomas Willingham <founder@kakste.com>
Mon, 2 Jul 2012 02:40:12 +0000 (03:40 +0100)
Profile group list for testbubble
Screenshot for facepark
Various niggles in darkzero/NS

view/theme/darkzero-NS/style.css
view/theme/darkzero/style.css
view/theme/facepark/screenshot.jpg [new file with mode: 0644]
view/theme/testbubble/style.css

index 9c15329da32813ea15634cf39ddec015d556ca2e..5d1bb6310c6c0650da9238c6bd78648a8c32a63d 100644 (file)
@@ -113,7 +113,7 @@ input#acl-search {
 
 
 .notify-seen {
-  background:#666;
+  background:#111;
 }
 
 #nav-notifications-menu {
@@ -157,4 +157,27 @@ blockquote {
 
 #datebrowse-sidebar select {
 color:#99CCFF !important;
-}
\ No newline at end of file
+}
+
+.settings-widget .selected {
+background: #666;
+}
+
+#adminpage table tr:hover {
+    color: #eec;
+    background-color: #666;
+}
+
+input#prvmail-subject {
+background: #222 !important;
+}
+
+/* Events */
+
+.fc-state-highlight {
+background: #666 !important;
+}
+.fc-state-disabled, .fc-state-disabled .fc-button-inner {
+color: #000 !important;
+}
index 8a6099ee810c004baace1f538f3051cb70223c9c..55644e462d90e52ed64aba201f62e08c02217054 100644 (file)
@@ -111,9 +111,8 @@ input#acl-search {
 }
 
 
-
 .notify-seen {
-  background:#666;
+  background:#111;
 }
 
 #nav-notifications-menu {
@@ -138,7 +137,7 @@ blockquote {
   color:#eec !important;
 }
 
-.group-selected, .nets-selected, .fileas-selected, .categories-selected {
+.group-selected, .nets-selected, .fileas-selected, .categories-selected{
   background:#2e2f2e;
 }
 
@@ -146,11 +145,33 @@ blockquote {
   background:#444;
 }
 
-/* This seems okay to me...we might not need a new iconset, lets see how people react */
 .editicon {
        background-color: #333;
 }
 
 #datebrowse-sidebar select {
 color:#99CCFF !important;
-}
\ No newline at end of file
+}
+
+.settings-widget .selected {
+background: #666;
+}
+
+#adminpage table tr:hover {
+    color: #eec;
+    background-color: #666;
+}
+
+input#prvmail-subject {
+background: #222 !important;
+}
+
+/* Events */
+
+.fc-state-highlight {
+background: #666 !important;
+}
+
+.fc-state-disabled, .fc-state-disabled .fc-button-inner {
+color: #000 !important;
+}
diff --git a/view/theme/facepark/screenshot.jpg b/view/theme/facepark/screenshot.jpg
new file mode 100644 (file)
index 0000000..37adcc5
Binary files /dev/null and b/view/theme/facepark/screenshot.jpg differ
index 1e63c7ef63056abe19bef689c5513abadf9f2432..58f31971bfb085c8b7c18f00d1c9d109ef8da4b5 100644 (file)
@@ -3280,3 +3280,9 @@ ul.menu-popup {
 .notify-seen {
        background: #000;
 }
+
+
+/* Pages profile widget */
+#page-profile div#profile-page-list{
+margin-left: 45px;
+}
\ No newline at end of file