]> git.wh0rd.org - tt-rss.git/blobdiff - themes/graycube/theme.css
css: font-size related fixes
[tt-rss.git] / themes / graycube / theme.css
index 826dd30b7064d3e83547a949afbee1ea524ef66c..58263fe5563b355e42b13cabba3476b0382adb6c 100644 (file)
@@ -54,14 +54,18 @@ div.notice {
        border : 1px solid #999999;
 }
 
+div.warning {
+       background : #ffcccc;
+       border : 1px solid #ff0000;
+}
+
+
 ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
        border : 1px solid #999999;
 }
 
 table.headlinesSubToolbar td {
-       font-size : x-small;
        color : gray;
-       padding : 5px 0px 5px 5px;
        background-image : url("images/grad_1.png");
        background-repeat : repeat-x;
        background-position : bottom left;
@@ -120,15 +124,16 @@ div.postReply > div.postHeader {
 }
 
 .evenGrayed, .evenGrayed td {
-       background-color : white;
-       color : #909090;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #ebebeb;
+       background-color : #f9f9f9;
+       color : gray;
+       border-width : 1px 0px 1px 0px;
+       border-style : solid;
+       border-color : #ebebeb;
 }
 
 .oddGrayed {
-       color : #909090;
+       color : gray;
+       background-color : #f9f9f9;
 }
 
 .even, .even td {
@@ -158,8 +163,7 @@ ul.feedList {
        list-style-type : none;
        margin : 5px;
        padding : 0px 0px 0px 5px;
-       font-size : small;
-       white-space : nowrap;
+       font-size : 9pt;
 }
 
 ul.feedList hr {
@@ -170,7 +174,7 @@ ul.feedList li.feedCat {
        margin : 0px;
        padding : 1px 0px 1px 0px;
        color : #707070;
-       font-size : small;
+       font-size : 9pt;
 }
 
 ul.feedList li.feedCat a:hover {
@@ -213,6 +217,10 @@ li.tagUnreadSelected a {
        color : gray;
 }
 
+div.prefFeedCatHolder {
+       border : 1px solid #999999;
+}
+
 table.prefFeedList td.feedEditCat {
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
@@ -256,7 +264,6 @@ span.contentPreview:hover {
        border-width : 1px 1px 1px 1px;
        border-style : solid;
        border-color : #999999;
-       font-size : small;
        position : relative;
        bottom : 2px;
        right : 2px;
@@ -264,6 +271,14 @@ span.contentPreview:hover {
        background : white;
 }
 
+div.infoBoxContents a {
+       color : gray;
+}
+
+div.infoBoxContents a:hover {
+       color : black;
+}
+
 #header {
        position : absolute;
        white-space: nowrap;
@@ -272,7 +287,6 @@ span.contentPreview:hover {
        right : 20px;
        height : 40px;
        color : gray;
-       font-size : small;
 }
 
 #feeds-holder {
@@ -313,7 +327,6 @@ div.headlines_normal {
        right : 20px;
        overflow : hidden;
        background : white;
-       font-size : small;
        border-collapse : collapse;
 }
 
@@ -327,7 +340,6 @@ div.headlines_cdm {
        top : 85px;
        right : 20px;
        overflow : hidden;
-       font-size : small;
        background : white;
        border-collapse : collapse;
 }
@@ -353,7 +365,6 @@ div.headlines_cdm {
        bottom : 5px;
        text-align : center;
        color : gray;
-       font-size : x-small;
        right : 0px;
        left : 0px;
        padding : 0px;
@@ -375,7 +386,6 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #c0c0c0;
        background-color : #fafafa; */
-       font-size : x-small;
 }
 
 #headlinesInnerContainer {
@@ -406,12 +416,10 @@ div.prefsTabSelected {
 #prefHeader {
        margin : 10px 10px 10px 25px;
        color : gray;
-       font-size : small;
 }
 
 div.return {
        float : right;
-       font-size : small;
        margin-right : 10px;
 }
 
@@ -434,10 +442,21 @@ div.return a:hover {
        padding : 1em;
        margin : 0px;
        background : white;
-       font-size : small;
        border-width : 1px 1px 1px 1px;
        border-color : #999999;
        border-style : solid;
 
 }
 
+ul.headlineDropdownMenu ul li:hover {
+       color : black;
+}
+
+.insensitive a {
+       color : gray;
+       text-decoration : underline;
+}
+
+.insensitive a:hover {
+       color : black;
+}