]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
assorted fixes, support for n/p shortcuts in CDM (refs #191)
[tt-rss.git] / tt-rss.css
index 77be649f73e86f2318dcb99946669d215d9ee6b8..06db9da0cbba6c7a852ad0867e7f8da39ef42a71 100644 (file)
@@ -56,6 +56,11 @@ div.postReply div.postIcon {
        margin : 10px 0px 10px 10px;
 }
 
+div.postReply div.postEnclosures {
+       margin-top : 1em;
+       color : gray;
+}
+
 div.postReply img.tagsPic {
        width : 16px;
        height : 16px;
@@ -101,11 +106,11 @@ ul.feedCatList li {
        color : black;
 }
 
-ul.feedList li {
-       margin : 0px;
+ul.feedList li {
+       padding : 0px 0px 2px 0px;
 }
 
-ul.feedCatList img {
+ul.feedCatList img, ul.feedList img {
        vertical-align : bottom;
 }
 
@@ -610,7 +615,7 @@ div.prefsTabSelected {
 div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
-       width : 50%;
+       width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
        font-size : 9pt;
@@ -620,7 +625,7 @@ div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        font-size : 9pt;
-       width : 50%;
+       width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
 }
@@ -668,7 +673,7 @@ span.feed_error {
        color : red;
 }
 
-span.insensitive, div.insensitive {
+span.insensitive, div.insensitive, li.insensitive, label.insensitive {
        color : gray;
 }
 
@@ -847,6 +852,15 @@ td.hlFeed {
        text-align : right;
 }
 
+span.hlFeed, span.hlFeed a {
+       font-size : 9pt;
+       color : gray;
+}
+
+span.hlFeed a:hover {
+       color : #4684ff;
+}
+
 /* div.cdmArticle:hover {
        background-color : white;
 } */
@@ -872,10 +886,12 @@ div.cdmArticle {
        border-color : #a0a0a0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       /* background-color : #fafafa; */
+       background-color : #f9faff;
        margin : 0px;
        color : #505050;
        /* padding : 10px; */
+       color : black;
+
 }
 
 /* div.cdmArticleUnread:hover {
@@ -928,6 +944,10 @@ div.cdmArticleSelected div.cdmFooter {
        background-color : transparent;
 }
 
+div.cdmArticleUnreadSelected div.cdmFooter {
+       background-color : transparent;
+}
+
 div.cdmFooter span.s0 {
        border-width : 0px 1px 0px 0px;
        border-color : #c0c0c0;
@@ -978,6 +998,11 @@ div.cdmContent {
 
 }
 
+div.cdmEnclosures {
+       margin-top : 1em;
+       color : gray;
+}
+
 a.warning {
        color : #f04040;
 }
@@ -1032,6 +1057,11 @@ ul.userFeedList {
        padding :0px;
 }*/
 
+div.labelTestError {
+       margin : 5px 0px 5px 0px;
+       color : #f04040;
+}
+
 ul.labelTestResults {
        height : 100px;
        overflow : auto;
@@ -1350,7 +1380,7 @@ div.whiteBox {
 }
 
 #feeds-holder {
-       border-width : 1px 1px 1px 0px;
+       border-width : 1px 1px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
        top : 50px;
@@ -1358,7 +1388,7 @@ div.whiteBox {
        position : absolute;
        width : 260px;
        overflow : auto;
-       bottom : 40px;
+       bottom : 0px;
        border-collapse : collapse;
        height: expression((parseInt(document.documentElement.clientHeight)-40-20-30)+'px');
 }
@@ -1435,16 +1465,20 @@ div.headlines_cdm {
        background-repeat : repeat-x; 
        background-color : white;
        right : 0px;
-       left : 0px;
+       left : 260px;
        padding : 10px;
        width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
        border-collapse : collapse;
-       border-width : 1px 0px 0px 0px;
+       border-width : 1px 0px 0px 1px;
        border-style : solid;
        border-color : #88b0f0;
 
 }
 
+#prefFooter {
+       left : 0px;
+}
+
 #footer a, #prefFooter a {
        color : gray;
 }
@@ -1547,7 +1581,7 @@ ul.headlineDropdownMenu {
 
 ul.headlineDropdownMenu li.top {
        float : left;
-       width : 11em;
+       width : 12em;
        background-image : url("images/down_arrow.png");
        background-position : center right;
        background-repeat : no-repeat;
@@ -1599,7 +1633,7 @@ ul.headlineDropdownMenu ul {
        padding : 0px;
        display : none;
        background-color : white;
-       width : 11em;
+       width : 12em;
        z-index : 3;
        top : auto;
        left : auto;
@@ -1623,7 +1657,6 @@ ul.headlineDropdownMenu ul li:hover {
 #newVersionIcon {
        vertical-align : middle;
        cursor : pointer;
-       display : none;
 }
 
 a.helpLinkPic {
@@ -1679,3 +1712,28 @@ div.autocomplete ul li {
        cursor : pointer;
 }
 
+#feedOpToolbar {
+       float : right;
+}
+
+div.topLinks {
+       float : right;
+       margin-right : 5px;
+       color : gray;
+}
+
+div.topLinks a {
+       color : #4684ff;        
+}
+
+div.topLinks a:hover {
+       color : black;
+}
+
+div.topLinks a.feedback {
+       color : #009900;
+}
+
+div.dashboard {
+       margin-left : 3px;
+}