]> git.wh0rd.org Git - tt-rss.git/commitdiff
mobile version recolorings
authorAndrew Dolgov <fox@bah.spb.su>
Wed, 17 May 2006 10:38:31 +0000 (11:38 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Wed, 17 May 2006 10:38:31 +0000 (11:38 +0100)
mobile/mobile.css

index a77e96bfd106584ad33167b468ce172369fd4652..a370a08e461908c5c88fd94efb8909c727ec5ac3 100644 (file)
@@ -12,7 +12,7 @@ h2 {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #e0e0e0;
+       border-color : #88b0ff;
 }
 
 h3 {
@@ -23,30 +23,11 @@ h3 {
        border-color : #e0e0e0;
 }
 
-td > input, div > input {
-       border : 1px solid #a0a0a0;
-}
-
-.button {
-       border : 1px solid #d0d0d0;
-       background-image : url("../images/button.png");
-       background-position : top;
-       background-repeat : repeat-x;
-       background-color : white;
-       color : black;  
-}
-
-.button:hover {
-       background : white;
-       text-decoration : none;
-       color : black;
-}
-
 #heading {
        padding : 2px;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #a0a0a0;
+       border-color : #88b0ff;
        font-weight : bold;
 }
 
@@ -57,10 +38,9 @@ td > input, div > input {
 #footer {
        border-width : 1px 0px 0px 0px;
        border-style : solid;
-       border-color : #c0c0c0;
+       border-color : #88b0ff;
        text-align : center;
        font-size : x-small;
-       background-color : white;
        color : gray;
        padding : 2px;
 }
@@ -92,7 +72,7 @@ ul.feedList li.feedCat a {
 }
 
 ul.feedList li.feedCat a:hover {
-       color : #5050aa;
+       color : #4684ff;
 }
 
 ul.feedCatList {
@@ -122,7 +102,7 @@ ul.headlines a, ul.feedList a {
 }
 
 a {
-       color : #5050aa;
+       color : #4684ff;
        text-decoration : none;
 }
 
@@ -146,11 +126,13 @@ ul.feedlist li.tagUnread {
 }
 
 .even {
-       background-color : #e0e0e0;
+       background-color : #88b0ff;
 }
 
 .evenUnread {
-       background-color : #e0e0e0;
+       border-width : 1px 0px 1px 0px;
+       border-color : #88b0ff;
+       border-style : solid;
        font-weight : bold;
 }