]> git.wh0rd.org - tt-rss.git/blobdiff - themes/graycube/theme.css
css: font-size related fixes
[tt-rss.git] / themes / graycube / theme.css
index a22f7010e8f15f767f3c7812c693ac95ff68de06..58263fe5563b355e42b13cabba3476b0382adb6c 100644 (file)
@@ -65,7 +65,6 @@ ul.userFeedList, ul.browseFeedList, ul.labelTestResults {
 }
 
 table.headlinesSubToolbar td {
-       font-size : x-small;
        color : gray;
        background-image : url("images/grad_1.png");
        background-repeat : repeat-x;
@@ -164,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 {
@@ -176,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 {
@@ -266,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;
@@ -274,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;
@@ -282,7 +287,6 @@ span.contentPreview:hover {
        right : 20px;
        height : 40px;
        color : gray;
-       font-size : small;
 }
 
 #feeds-holder {
@@ -323,7 +327,6 @@ div.headlines_normal {
        right : 20px;
        overflow : hidden;
        background : white;
-       font-size : small;
        border-collapse : collapse;
 }
 
@@ -337,7 +340,6 @@ div.headlines_cdm {
        top : 85px;
        right : 20px;
        overflow : hidden;
-       font-size : small;
        background : white;
        border-collapse : collapse;
 }
@@ -363,7 +365,6 @@ div.headlines_cdm {
        bottom : 5px;
        text-align : center;
        color : gray;
-       font-size : x-small;
        right : 0px;
        left : 0px;
        padding : 0px;
@@ -385,7 +386,6 @@ div.headlines_cdm {
        border-style : solid;
        border-color : #c0c0c0;
        background-color : #fafafa; */
-       font-size : x-small;
 }
 
 #headlinesInnerContainer {
@@ -416,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;
 }
 
@@ -444,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;
+}