]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
properly select next unread feed in feedlist when catching up
[tt-rss.git] / tt-rss.css
index 3a72bb6ed6fa913ba28917b0a5950f91ac0a85db..96502b5603763011d3cbd8ae5a6be589529bc8b9 100644 (file)
@@ -7,11 +7,11 @@ body {
 }
 
 blockquote {
-       margin : 5px 5px 5px 5px;
-       border-width : 0px 0px 0px 4px;
+       margin : 0px;
+       border-width : 0px 0px 0px 8px;
        border-color : #e0e0e0;
        border-style : solid;
-       padding : 5px;
+       padding : 10px;
        background-color : #f0f0f0;
 }
 
@@ -28,14 +28,14 @@ div.postReply a:hover {
 }
 
 div.postReply div.postHeader {
-       background : #ecf4ff;
-       /* border : 1px solid #88b0f0; */
        border-width : 0px 0px 1px 0px;
-       border-style : dotted;
-       border-color : #88b0f0; 
+       border-style : solid;
+       border-color : #a0a0a0;
+       background-color : #f9faff;
        margin : 0px 1px 0px 0px;
        padding : 5px;
        cursor : move;
+       color : #909090;
 }
 
 /* div.postReply > div.postHeader {
@@ -49,6 +49,7 @@ div.postReply div.postContent {
 
 div.postReply div.postContent img {
        border-width : 0px;
+       max-width : 98%;
 }
 
 div.postReply div.postIcon {
@@ -74,24 +75,29 @@ div.postReply span.author {
 
 ul.feedList {
        list-style-type : none;
-       margin : 5px;
+       margin : 5px 5px 5px 0px;
        padding : 0px 0px 0px 5px;
        font-size : 12px;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
-ul.feedList li.feedCat {
+ul.feedList li.feedCat, ul.feedList li.virtCat {
        margin : 0px;
        padding : 3px 0px 3px 0px;
        color : #707070;
        font-size : 12px;
 }
 
-ul.feedList li.feedCat a {
+ul.feedList img.catCollapse {
+       cursor : pointer;
+}
+
+ul.feedList span.catTitle {
        color : #707070;
+       cursor : pointer;
 }
 
-ul.feedList li.feedCat a:hover {
+ul.feedList span.catTitle:hover {
        color : #4684ff;
 }
 
@@ -102,13 +108,14 @@ ul.feedList li.feedCatSelected {
        font-size : 12px;
 }
 
-ul.feedList li.feedCatSelected a {
+ul.feedList li.feedCatSelected span.catTitle {
        color : #4684ff;
+       cursor : pointer;
 }
 
 ul.feedCatList {
        list-style-type : none;
-       margin : 0px 0px 0px 15px;
+       margin : 0px 0px 0px 20px;
        padding : 0px;  
 }
 
@@ -242,9 +249,9 @@ input.editbox {
 }
 
 #notify {
-       border-width : 1px;
+       border-width : 0px 1px 1px 1px;
        border-style : solid;
-       top : 10px;
+       top : 0px;
        right : 35%;
        min-width : 30%;
        position : absolute;    
@@ -252,7 +259,6 @@ input.editbox {
        float : right;
        font-size : 12px;
        z-index : 998;
-       -moz-border-radius : 2px;
        padding : 5px 5px 5px 5px;
 }
 
@@ -309,31 +315,6 @@ div.expPane {
        margin : 15px;
 }
 
-iframe {
-       border : 0px solid white;
-}
-
-iframe.feedsFrameWithActions {
-       width : 100%;
-       height : 90%;
-       margin : 0px;
-       padding : 0px;
-}
-
-iframe.feedsFrame {
-       width : 100%;
-       height : 100%;
-       margin : 0px;
-       padding : 0px;
-}
-
-iframe.contentFrame, iframe.headlinesFrame {
-       width : 100%;
-       padding : 0px;
-       margin : 0px;
-       height : 100%;
-}
-
 /*.button {
        border : 1px solid #d0d0d0;
        background-image : url("images/button.png");
@@ -364,34 +345,43 @@ a.button {
        .evenSelectedUnread td {
        background-color : #fff7d5;
        font-weight : bold;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
 }
 
 .oddUnreadSelected, .oddSelectedUnread, .oddUnreadSelected td,
        .oddSelectedUnread td {
        background-color : #fff7d5;
        font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
 }
 
 .evenSelected, .evenSelected td {
        background-color : #fff7d5;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #e7d796;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
+       border-collapse : collapse;
 }
 
-.oddSelected, .evenSelected td {
+.oddSelected, .oddSelected td {
        background-color : #fff7d5;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #e7d796;
+       border-collapse : collapse;
 }
 
 .evenGrayed, .evenGrayed td {
        background-color : #f0f0f0;
        color : #909090;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-collapse : collapse;
 }
 
 .oddGrayed {
@@ -399,22 +389,34 @@ a.button {
 }
 
 .even, .even td {
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
        background-color : #f0f0f0;
+       border-collapse : collapse;
+}
+
+.odd, .odd td {
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-collapse : collapse;
 }
 
 .evenUnread, .evenUnread td {
        background-color : #f0f0f0;
        font-weight : bold;
-                 border-width : 1px 0px 1px 0px;
-                 border-style : solid;
-                 border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
+       border-collapse : collapse;
 }
 
 .oddUnread, .oddUnread td {
        font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #c0c0c0;
 }
 
 .invisible {
@@ -423,6 +425,14 @@ a.button {
 
 /* preferences */
 
+table.prefPrefsList tr:hover td.prefValue {
+       color : #88b0f0;
+}
+
+table.prefPrefsList tr:hover td.prefValue input {
+       color : #88b0f0;
+}
+
 tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
@@ -589,7 +599,7 @@ html>body #infoBox {
        background-image : url("images/shadow.png");
        background-position : bottom right;
        left : 25%;
-       top : 100px;
+       top : 70px;
        width : 50%;
        z-index : 5;
        position : absolute;
@@ -711,6 +721,10 @@ div.warning img, div.notice img, div.error img {
        padding : 5px;
 }
 
+span.filterDateError {
+       color : #ff0000;
+}
+
 div.error {
        border : 1px solid #ff0000;
        background : #ffcccc;
@@ -798,7 +812,7 @@ td.selectPrompt {
        color : gray;
 }
 
-table.headlinesSubToolbar {
+div.headlinesSubToolbar {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #f0f0f0;
@@ -806,6 +820,9 @@ table.headlinesSubToolbar {
        left : 0px;
        top : 0px;
        height : 25px;
+       line-height : 25px;
+       padding-left : 5px;
+       padding-right : 5px;
        right : 0px;
        background-color : white;
        font-size : 11px;
@@ -813,28 +830,15 @@ table.headlinesSubToolbar {
        color : gray;
 }
 
-input#subtoolbar_search_box {
-       height : 10px;
-       font-size : 9px;
-       vertical-align : middle;
-}
-
-table.headlinesSubToolbar td.headlineActions {
-       padding : 0px 5px 0px 5px;
+div.headlinesSubToolbar * {
+       line-height : normal;
 }
 
-table.headlinesSubToolbar td.headlineActionsRTL {
-       padding : 0px 5px 0px 5px;
-}
 
-table.headlinesSubToolbar td.headlineTitle {
-       padding : 0px 5px 0px 5px;
-       text-align : right;
-}
+div.headlinesSubToolbar div#subtoolbar_ftitle {
+       float : right;
+       line-height : 25px;
 
-table.headlinesSubToolbar td.headlineTitleRTL {
-       padding : 0px 5px 0px 5px;
-       text-align : left;
 }
 
 span.contentPreview {
@@ -851,6 +855,23 @@ table.headlinesList {
        width : 100%;
 }
 
+table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef {
+       background-color : #fff7d5;     
+       font-height : 8px;
+       color : #063064;
+       font-weight : normal;
+       margin : 0px 3px 0px 3px;
+       padding : 0px 4px 0px 4px;
+       white-space: nowrap;
+}
+
+table.headlinesList td.hlFeedIcon {
+       width : 25px;
+       text-align : center;
+       cursor : pointer;
+}
+
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;
@@ -888,10 +909,6 @@ div.postHeader div.postDateRTL {
        float : right;
 }
 
-div.postReply span.tagList {
-       color : gray;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
@@ -996,6 +1013,8 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
 
 div.cdmHeader {
        padding : 5px 5px 10px 5px;
+       color : gray;
+
 }
 
 div.cdmArticleUnread div.cdmHeader span.titleWrap a {
@@ -1051,6 +1070,12 @@ img.markedPic {
 
 div.cdmHeader div.articleUpdated {
        float : right;
+       font-weight : bold;
+       color : gray;
+}
+
+div.cdmHeader div.articleUpdated img {
+       vertical-align : middle;
 }
 
 div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
@@ -1070,6 +1095,11 @@ div.cdmContent {
        margin : 0px 15px 5px 15px;
 }
 
+div.cdmContent img {
+       border-width : 0px;
+       max-width : 98%;
+}
+
 div.cdmContent:hover {
        cursor : pointer;
 }
@@ -1112,6 +1142,13 @@ div.tagCloudContainer {
        text-align : center;
 }
 
+div.errorExplained {
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 5px 0px 5px 0px;
+       padding : 5px;
+}
+
 ul.feedErrorsList {
        height : 300px;
        overflow : auto;
@@ -1452,19 +1489,19 @@ div.whiteBox {
 #header {
        position : absolute;
        white-space: nowrap;
-       top : 10px;
+       top : 5px;
        left : 15px;
        right : 5px;
-       height : 40px;
+       height : 35px;
        color : #4684ff;
        font-size : 12px;
 }
 
 #feeds-holder {
        border-width : 1px 1px 0px 0px;
-       border-style : solid;
+       border-style : dotted solid;
        border-color : #88b0f0;
-       top : 50px;
+       top : 40px;
        left : 0px;
        position : absolute;
        width : 260px;
@@ -1476,8 +1513,8 @@ div.whiteBox {
 #toolbar {
        position : absolute;
        left : 261px;
-       padding : 5px 10px 5px 10px;
-       top : 50px;
+       padding : 0px 0px 0px 10px;
+       top : 40px;
        right : 0px;
        white-space: nowrap;
        height : 30px;
@@ -1494,7 +1531,7 @@ div.headlines_normal {
        border-color : #88b0f0;
        left : 261px;
        height : 305px;
-       top : 85px;
+       top : 70px;
        right : 0px;
        overflow : hidden;
        font-size : 12px;
@@ -1508,7 +1545,7 @@ div.headlines_cdm {
        border-color : #88b0f0;
        left : 261px;
        bottom : 40px;
-       top : 85px;
+       top : 70px;
        right : 0px;
        overflow : hidden;
        font-size : 12px;
@@ -1672,99 +1709,19 @@ a.feedUpdErrLink {
        margin-bottom : 0.5em;
 }
 
-.catCtrHasUnread {
+.catCtrHasUnread, .feedCtrHasUnread {
        font-weight : bold;
        color : #707070;
 }
 
-.catCtrNoUnread {
-       display : none;
-}
-
-ul.headlineDropdownMenu {
-       list-style-type : none;
-       margin : 0px;
-       padding : 0px;
-}
-
-ul.headlineDropdownMenu li.top {
-       float : left;
-       width : 12em;
-       background-image : url("images/down_arrow.png");
-       background-position : center right;
-       background-repeat : no-repeat;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top2 {
-       float : left;
-}
-
-ul.headlineDropdownMenu li.top3 {
-       float : left;
-       margin : 0px; 
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : transparent;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.vsep {
-       float : left;
-       margin : 0px 5px 0px 0px;
-       border-width : 0px 1px 0px 0px;
-       border-color : #c0c0c0;
-       border-style : dotted;
-       color : white;
-}
-
-ul.headlineDropdownMenu li.top:hover {
-       cursor : pointer;
-       border-width : 1px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-}
-
-ul.headlineDropdownMenu li.top:hover ul {
-       display : block;
-}
-
-ul.headlineDropdownMenu ul {
-       list-style-type : none;
-       position : absolute;
-       float : none;
-       margin : 0px;
-       padding : 0px;
+.catCtrNoUnread, .feedCtrNoUnread {
        display : none;
-       background-color : white;
-       width : 12em;
-       z-index : 3;
-       top : auto;
-       left : auto;
-       border-width : 0px 1px 1px 1px;
-       border-color : #c0c0c0;
-       border-style : solid;
-       margin-left : -1px;
-}
-
-ul.headlineDropdownMenu ul li {
-       float: none;
-       padding : 2px 0px 2px 10px;
-       color : black;
-}
-
-ul.headlineDropdownMenu ul li:hover {
-       color : #4684ff;
-       background-color : #f0f0f0;
 }
 
 #newVersionIcon {
        vertical-align : middle;
        cursor : pointer;
+       margin-left : 10px;
 }
 
 a.helpLinkPic {
@@ -1851,6 +1808,16 @@ a.visibleLink {
 
 }
 
+a.visibleLinkB {
+       color : #4684ff;
+       border : 1px solid #4684ff;
+       padding : 2px;
+}
+
+a.visibleLinkB:hover {
+       background-color : #ecf4ff;
+}
+
 table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
        color : #4684ff;
 }
@@ -1859,13 +1826,29 @@ div.cdmFeedTitle {
        border-color : #a0a0a0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       padding : 5px;
+       padding : 5px 3px 5px 5px;
+       background : url("images/toolbar.png") bottom left;
+       background-repeat : repeat-x;
+}
+
+table.headlinesList tr, table.headlinesList td {
+       border-collapse : collapse;
+       margin : 0px;
 }
 
 table.headlinesList tr.feedTitle td {
 /*     text-align : right;
        margin-top : 10px; */
-       padding-left : 5px;
+       /*padding-left : 5px;*/
+
+       background : url("images/toolbar.png") bottom left;
+       background-repeat : repeat-x;
+
+       border-color : #c0c0c0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       padding : 5px 3px 5px 5px;
+
 }
 
 td.hlContent, td.hlContentL, td.hlContentH {
@@ -2037,7 +2020,7 @@ div.dlgSecCont {
        top : -20px;
        float : left;
        font-size : 12px;
-       font-weight : medium;
+       font-weight : normal;
        line-height : 200%;
 }
 
@@ -2046,10 +2029,92 @@ div.dlgButtons {
        clear : both;
 }
 
-textarea.labelSQL {
+div#label_test_result {
+       clear : both;
+}
+
+pre, code {
+       font-size : 12px;
        font-family : monospace;
 }
 
-div#label_test_result {
-       clear : both;
+span#headlineActionsDrop {
+       border : 1px solid #c0c0c0;
+       padding : 1px 5px 1px 10px;
+       color : #063064;
+       cursor : pointer;
+}
+
+ul#headlineActionsBody {
+       list-style-type : none;
+       position : absolute;
+       margin : 0px;
+       padding : 0px;
+       background-color : white;
+       width : 150px;
+       z-index : 4;
+       top : auto;
+       left : auto;
+       border-width : 1px 1px 1px 1px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       margin-left : -1px;
+       max-height : 250px;
+       overflow : auto;
+}
+
+ul#headlineActionsBody li {
+       padding : 2px 5px 2px 10px;
+       color : black;
+}
+
+ul#headlineActionsBody li:hover {
+       color : #4684ff;
+       cursor : pointer;
+       background : #ecf4ff;
+}
+
+ul#headlineActionsBody li.insensitive {
+       color : gray;
+}
+
+ul#headlineActionsBody li.insensitive:hover {
+       background : white;
+       cursor : normal;
+       color : gray;
+}
+
+div#extendedErrorBox {
+       left : 25%;
+       top : 70px;
+       width : 50%;
+       z-index : 999;
+       position : absolute;
+       min-width : 600px;
+       background-color : #ffcccc;
+       border : 1px solid #ff0000;
+       font-size : 12px;
+}
+
+div#extendedErrorBox div#xebTitle {
+       background-color : #ff0000;
+       color : white;
+       padding : 4px 2px 4px 10px;
+       color : white;
+       font-weight : bold;
+       font-size : 12px;
+}
+
+div#extendedErrorBox div#xebContent {
+       font-size : 12px;
+       padding : 10px;
+}
+
+div#extendedErrorBox textarea {
+       width : 100%;
+       height : 200px;
+}
+
+div#extendedErrorBox input {
+       margin-bottom : 10px;
 }