]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
update translations
[tt-rss.git] / tt-rss.css
index ef84b75801988535050c48fa35b8a8cf44b5792c..ee52454cf54c24928376d46576efb66acd005e63 100644 (file)
@@ -194,7 +194,7 @@ a:hover {
 }
 
 .even.Unread.Selected, .even.Unread.Selected td {
-       background-color : #fff7d5 ! important;
+       background : #fff7d5 ! important;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -202,7 +202,7 @@ a:hover {
 }
 
 .odd.Unread.Selected, .odd.Unread.Selected td {
-       background-color : #fff7d5 ! important;
+       background : #fff7d5 ! important;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -210,7 +210,7 @@ a:hover {
 }
 
 .even.Selected, .even.Selected td {
-       background-color : #fff7d5;
+       background : #fff7d5 ! important;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -218,7 +218,7 @@ a:hover {
 }
 
 .odd.Selected, .odd.Selected td {
-       background-color : #fff7d5;
+       background : #fff7d5 ! important;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #e7d796;
@@ -226,7 +226,7 @@ a:hover {
 }
 
 .even.Grayed, .even.Grayed td {
-       background-color : #f0f0f0;
+       background : #f0f0f0;
        color : #909090;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -242,7 +242,7 @@ a:hover {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #c0c0c0;
-       background-color : #f0f0f0;
+       background : #f0f0f0;
        border-collapse : collapse;
 }
 
@@ -254,7 +254,7 @@ a:hover {
 }
 
 .even.Unread, .even.Unread td {
-       background-color : #f0f0f0;
+       background : #f0f0f0;
        font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
@@ -284,7 +284,8 @@ table.prefPrefsList tr:hover td.prefValue input {
 } */
 
 table.prefPrefsList h3 {
-       margin-top : 0px;
+       margin-top : 0.5em;
+       margin-bottom : 0px;
 }
 
 tr.title td {
@@ -652,6 +653,7 @@ span.hlFeed a:hover {
 
 img.markedPic {
        cursor : pointer;
+       vertical-align : middle;
 }
 
 a.warning {
@@ -930,74 +932,6 @@ img.hlScorePic {
        height : 16px;
 }
 
-div#hotkey_help_overlay {
-       position : absolute;
-       left : 30px;
-       right : 30px;
-       top : 30px;
-       z-index : 999;
-       color : white;
-       font-size : 15px;
-       background : black;
-       border-radius : 30px;
-       padding : 10px;
-}
-
-div#hotkey_help_overlay h1 {
-       text-align : center;
-}
-
-div#hotkey_help_overlay ul {
-       list-style-type : none;
-       margin : 0px;
-}
-
-div#hotkey_help_overlay a {
-       color : #88b0f0;
-}
-
-div#hotkey_help_overlay a:hover {
-       color : white;
-}
-
-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 td {
-       vertical-align : top;
-}
-
-div#hotkey_help_overlay h1 {
-       margin : 0px;
-}
-
-div#hotkey_help_overlay h2 {
-       font-size : 16px;
-       border-width : 0px;
-       margin : 0.3em 0px 0.3em 0px;
-       text-align : center;
-       color : #88b0f0;
-}
-
-div#hotkey_help_overlay table.hho td.top,
-div#hotkey_help_overlay table.hho td.bottom {
-       text-align : center;
-       font-size : 11px;
-}
-
 div.dlgSec {
        font-size : 12px;
        color : gray;
@@ -1134,6 +1068,10 @@ span.hlUpdated {
        text-align : right;
 }
 
+div.hlLeft {
+       padding-left : 8px;
+}
+
 div.hlLeft input {
        margin-left : 4px;
        margin-right : 4px;
@@ -1141,19 +1079,11 @@ div.hlLeft input {
 
 div.hlLeft img, div.hlRight img {
        margin : 0px 4px 0px 4px;
-
 }
 
-div.hlUpdPic {
-       display : table-cell;
-       padding-right : 4px;
-       padding-left : 4px;
-       text-align : center;
-       vertical-align : middle;
-}
-
-div.hlUpdPic img {
-       max-width : 16px;
+div.hlLeft img {
+       width : 16px;
+       height : 16px;
 }
 
 div.fatalError {
@@ -1409,3 +1339,29 @@ ul#filterDlg_Matches li, ul#filterDlg_Actions li {
 ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitCheckBox {
        margin-right : 5px;
 }
+
+table.prefPluginsList td label, table.prefUserList td {
+       cursor : pointer;
+}
+
+ul.helpKbList {
+       max-height : 300px;
+       overflow : auto;
+       list-style-type : none;
+       border : 1px solid #c0c0c0;
+       background-color : #ecf4ff;
+       margin : 0px 0px 5px 0px;
+       padding : 5px;
+}
+
+ul.helpKbList span.hksequence {
+       width : 6em;
+       margin-left : 20px;
+       color : #88b0f0;
+       font-weight : bold;
+       display : inline-block;
+}
+
+ul.helpKbList h2 {
+       margin-top : 0px;
+}