]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
actions dropbox: add action to show hotkey help
[tt-rss.git] / tt-rss.css
index 3c75196bb29d2f477ad7e679b5f05fc65ae2a839..73db3b4a094666111ebd56926fd0162a4adde928 100644 (file)
@@ -33,7 +33,7 @@ div.postReply div.postHeader {
        border-width : 0px 0px 1px 0px;
        border-style : dotted;
        border-color : #88b0f0; 
-       margin : 0px 1px 0px 1px;
+       margin : 0px 1px 0px 0px;
        padding : 5px;
 }
 
@@ -239,7 +239,7 @@ input.editbox {
        display : none;
        float : right;
        font-size : 9pt;
-       z-index : 999;
+       z-index : 998;
        -moz-border-radius : 2px;
        padding : 5px 5px 5px 5px;
 }
@@ -438,6 +438,14 @@ table.prefFeedList td.feedEditCat {
        padding-top : 0.5em;
 }
 
+table.prefFilterList td.filterEditCat {
+       font-weight : bold;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       border-color : #88b0f0;
+       padding-top : 0.5em;
+}
+
 table.prefFeedList td.feedIcon {
        text-align : center;
 }
@@ -583,12 +591,9 @@ div.prefsTab {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
-       -moz-border-radius : 3px;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
-       position : relative;
-       bottom : -2px;
 }
 
 div.prefsTabSelected {
@@ -602,14 +607,10 @@ div.prefsTabSelected {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
-       -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
        cursor : pointer;
-       position : relative;
-       bottom : -2px;
-       
 }
 
 div.notice {
@@ -673,7 +674,7 @@ span.feed_error {
        color : red;
 }
 
-span.insensitive, div.insensitive, li.insensitive, label.insensitive {
+span.insensitive, div.insensitive, li.insensitive, label.insensitive, td.insensitive {
        color : gray;
 }
 
@@ -728,13 +729,19 @@ table.headlinesSubToolbar {
        border-style : solid;
        border-color : #f0f0f0;
        position : absolute;
-       left : 1px;
+       left : 0px;
        top : 0px;
        height : 25px;
        right : 0px;
        background-color : white;
 }
 
+input#subtoolbar_search_box {
+       height : 10px;
+       font-size : 7pt;
+       vertical-align : middle;
+}
+
 table.headlinesSubToolbar td.headlineActions {
        font-size : 9pt;
        font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
@@ -925,7 +932,7 @@ div.cdmHeader {
        padding : 5px 5px 10px 5px;
 }
 
-div.cdmArticleUnread div.cdmHeader a {
+div.cdmArticleUnread div.cdmHeader span.titleWrap a {
        color : black;
 }
 
@@ -934,16 +941,20 @@ div.cdmFooter {
        color : black;
        padding : 5px;
        color : gray;
-       background-color : white;
+/*     background-color : white; */
        border-width : 1px 0px 0px 0px;
        border-color : #c0c0c0;
        border-style : dotted;
 }
 
-div.cdmArticleSelected div.cdmFooter {
+/*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;
@@ -991,7 +1002,6 @@ div.cdmHeader a:hover {
 
 div.cdmContent {
        margin : 5px 15px 0px 15px;
-
 }
 
 div.cdmEnclosures {
@@ -1408,7 +1418,7 @@ div.headlines_normal {
        border-width : 1px 0px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
-       left : 260px;
+       left : 261px;
        height : 305px;
        top : 85px;
        right : 0px;
@@ -1424,7 +1434,7 @@ div.headlines_cdm {
        border-width : 1px 0px 1px 0px;
        border-style : solid;
        border-color : #88b0f0;
-       left : 260px;
+       left : 261px;
        bottom : 40px;
        top : 85px;
        right : 0px;
@@ -1441,7 +1451,7 @@ div.headlines_cdm {
        border-color : #88b0f0;
        overflow : auto;
        top : 390px;
-       left : 260px;
+       left : 261px;
        bottom : 40px;
        right : 0px;
        border-collapse : collapse;
@@ -1461,7 +1471,7 @@ div.headlines_cdm {
        background-repeat : repeat-x; 
        background-color : white;
        right : 0px;
-       left : 260px;
+       left : 261px;
        padding : 10px;
        width: expression((parseInt(document.documentElement.clientWidth)-20)+'px');
        border-collapse : collapse;
@@ -1484,7 +1494,7 @@ div.headlines_cdm {
 }
 
 #headlinesContainer {
-       margin-left : 1px;
+       margin-left : 0px;
        background-color : white;
 }
 
@@ -1499,7 +1509,7 @@ div.headlines_cdm {
 #headlinesInnerContainer {
        overflow : auto;
        position : absolute;
-       left : 1px;
+       left : 0px;
        right : 0px;
        bottom : 0px;
        top : 25px; 
@@ -1612,7 +1622,7 @@ ul.headlineDropdownMenu li.vsep {
 
 ul.headlineDropdownMenu li.top:hover {
        cursor : pointer;
-       border-width : 1px 1px 0px 1px;
+       border-width : 1px 1px 1px 1px;
        border-color : #c0c0c0;
        border-style : solid;
 }
@@ -1733,3 +1743,99 @@ div.topLinks a.feedback {
 div.dashboard {
        margin-left : 3px;
 }
+
+a.visibleLink {
+       color : #4684ff;
+
+}
+
+table.headlinesList tr.feedTitle td a, div.cdmFeedTitle a {
+       color : #4684ff;
+}
+
+div.cdmFeedTitle {
+       border-color : #a0a0a0;
+       border-width : 0px 0px 1px 0px;
+       border-style : solid;
+       padding : 5px;
+}
+
+table.headlinesList tr.feedTitle td {
+/*     text-align : right;
+       margin-top : 10px; */
+       padding-left : 5px;
+}
+
+td.hlContentH a, td.hlContentH span {
+       color : #00cc00;
+}
+
+td.hlContentL a, td.hlContentL span {
+       color : #909090;
+       text-decoration : line-through;
+}
+
+span.titleWrapH, span.titleWrapH a {
+       color : #00cc00;
+}
+
+span.titleWrapL, span.titleWrapL a {
+       color : #909090;
+       text-decoration : line-through;
+}
+
+img.hlScorePic {
+       vertical-align : middle;
+       width : 16px;
+       height : 16px;
+}
+
+div#hotkey_help_overlay {
+       position : absolute;
+       left : 15%;
+       right : 15%;
+       top : 15%;
+       z-index : 999;
+       padding : 1em;
+       background : url("images/shadow_dark.png");
+       color : white;
+       border : 1px solid black;
+       font-size : 12pt;
+}
+
+div#hotkey_help_overlay h1 {
+       text-align : center;
+}
+
+div#hotkey_help_overlay ul {
+       list-style-type : none;
+       margin : 0px;
+}
+
+div#hotkey_help_overlay li {
+       margin : 0px;
+}
+
+div#hotkey_help_overlay p {
+       text-align : center;
+}
+
+div#hotkey_help_overlay td.n {
+       text-align : right;
+       font-weight : bold;
+       width : 6em;
+       color : #a0ffa0;
+       padding-right : 5px;
+}
+
+div#hotkey_help_overlay h1 {
+       margin : 0px 0px 0.5em 0px;
+}
+
+div#hotkey_help_overlay h2 {
+       font-size : 13pt;
+       border-width : 0px;
+       margin : 0.7em 0px 0.5em 0px;
+       text-align : center;
+       color : #88b0f0;
+}