]> git.wh0rd.org - tt-rss.git/commitdiff
update neon theme
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 14:12:34 +0000 (17:12 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 14:12:34 +0000 (17:12 +0300)
feedlist.js
themes/neon/images/ttrss_logo.png
themes/neon/images/ttrss_logo.svg
themes/neon/theme.css

index a6a864a86e6b8a02430156a8e6f20e7450d1cfcf..48385664cec3001c23275c96c730c10ed2de3769 100644 (file)
@@ -467,7 +467,8 @@ function feedlist_init() {
                        }
                }
 
-               if (getInitParam("theme") == "" || getInitParam("theme") == "neon") {
+               if (getInitParam("theme") == "" || getInitParam("theme") == "darkroom" || 
+                               getInitParam("theme") == "neon") {
                        setTimeout("hide_footer()", 5000);
                }
 
index 911e0430476c8d07b4055d3de93c0f9d394f3e80..5277670e787326bd3b23379d9701ccf3234ade3b 100644 (file)
Binary files a/themes/neon/images/ttrss_logo.png and b/themes/neon/images/ttrss_logo.png differ
index 56722dad8853e799dede2cd57878c637e756d7d6..da72b97ce6296d99308b92e40791e8c7948270bd 100644 (file)
@@ -90,7 +90,7 @@
      pagecolor="#202020"
      bordercolor="#666666"
      borderopacity="1.0"
-     inkscape:pageopacity="1"
+     inkscape:pageopacity="0"
      inkscape:pageshadow="2"
      inkscape:zoom="3.959798"
      inkscape:cx="103.10277"
index d41cebf0f6532e64e76e71339c9d2c0dd97ab6bc..7fb213b836e91fa0a9006b97fec2df746cb09da2 100644 (file)
@@ -51,6 +51,10 @@ div#l_progress_i {
        background : #202020;
 }
 
+option {
+       color : #b077ec;
+}
+
 input, select, button {
        background : #3c2c4c;
        border : 1px solid black;
@@ -241,36 +245,36 @@ span.contentPreview:hover, td.hlContent a:hover {
 }
 
 span#headlineActionsDrop {
-       border : 1px solid #202020;
-       color : gray;
-       background : #202020;
+       border : 1px solid black;
+       color : #b077ec;
+       background : #3c2c4c;
 }
 
 ul#headlineActionsBody {
-       background-color : #202020;
-       border-color : #202020;
+       background-color : #3c2c4c;
+       border-color : black;
 }
 
 ul#headlineActionsBody li {
-       color : gray;
+       color : #b077ec;
 }
 
 ul#headlineActionsBody li:hover {
-       color : gray;
-       background : #404040;
+       color : white;
+       background : #b077ec;
 }
 
 ul#headlineActionsBody li.insensitive {
-       color : #404040;
+       color : white;
 }
 
 ul#headlineActionsBody li.insensitive:hover {
-       background : #202020;
-       color : #404040;
+       background : #3c2c4c;
+       color : white;
 }
 
 optgroup {
-       color : #b077ec;
+       color : white;
 }
 
 #infoBoxTitle {
@@ -486,3 +490,21 @@ div.cdmContent a:hover {
        color : #3c2c4c;
 }
 
+::-moz-selection {
+       background : #3c2c4c;
+       color : white;
+}
+
+::selection {
+       background : #3c2c4c;
+       color : white;
+}
+
+code::-moz-selection {
+       background: #3c2c4c;
+}
+
+code::selection {
+       background: #3c2c4c;
+}
+