]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
make appearance of feed title/updated more similar across combined and normal mode
[tt-rss.git] / tt-rss.css
index ef84b75801988535050c48fa35b8a8cf44b5792c..0b7e8ec7e22f88b801ca47255adddfdfc5abe6ef 100644 (file)
@@ -60,17 +60,6 @@ div.postReply div.postContent img {
        max-width : 98%;
 }
 
-div.postReply div.postIcon {
-       float : right;
-       border : 0px;
-       margin : 5px;
-}
-
-div.postReply div.postIcon img {
-       max-width : 120px;
-       display : inline;
-}
-
 div.postReply div.postEnclosures {
        margin-top : 1em;
        color : gray;
@@ -194,7 +183,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 +191,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 +199,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 +207,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 +215,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 +231,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 +243,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 +273,8 @@ table.prefPrefsList tr:hover td.prefValue input {
 } */
 
 table.prefPrefsList h3 {
-       margin-top : 0px;
+       margin-top : 0.5em;
+       margin-bottom : 0px;
 }
 
 tr.title td {
@@ -398,35 +388,40 @@ a.helpLink:hover {
        color : #4684ff;
 }
 
-#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
-       margin : 0px 0px 0px 1em;
-       padding : 0px;
-       font-family : monospace;
-       font-size : 12px;
-       background : transparent;
-       border-width : 0px;
-       color : gray;
-}
-
 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
-       margin : 0px 0px 0px 1em;
-       border-width : 0px 0px 0px 2px;
+       margin : 5px 0px 5px 0px;
+       padding : 10px;
+       color : gray;
+       border-width : 0px 0px 0px 3px;
        border-color : #c0c0c0;
        border-style : solid;
-       font-style : italic;
-       padding : 0px 0px 0px 1em;
-       font-size : 12px;
-       color : gray;
+       background : #fafafa;
 }
 
 #content-insert code, #headlines-frame code, .dijitContentPane code {
-       background : transparent;
-       border : 0px solid transparent;
-       margin : 0px;
+       margin : 5px 0px 5px 0px;
+       padding : 10px;
+       color : #009900;
        font-family : monospace;
-       padding : 0px;
        font-size : 12px;
-       color : black;
+       border-width : 0px;
+       border-color : #c0e0c0;
+       border-style : solid;
+       background : #fafafa;
+       display : block;
+}
+
+#content-insert pre, #headlines-frame pre, .dijitContentPane pre {
+       margin : 5px 0px 5px 0px;
+       padding : 10px;
+       color : gray;
+       font-family : monospace;
+       font-size : 12px;
+       border-width : 0px;
+       border-color : #c0c0c0;
+       border-style : solid;
+       background : #fafafa;
+       display : block;
 }
 
 div.notice {
@@ -529,44 +524,10 @@ div#headlines-toolbar .dijitSelect {
 div#headlines-toolbar span.r {
        float: right;
    position: relative;
-       background : #ecf4ff;
-       border-left: 5px solid white;
        padding : 0 4px 0px 4px;
        text-align : right;
 }      
 
-/* http://css-tricks.com/adobe-like-arrow-headers/ */
-
-@media screen and (-webkit-min-device-pixel-ratio:0) { 
-       div#headlines-toolbar span.r:before,
-       div#headlines-toolbar span.r:after {
-               content: "";
-          position: absolute;
-           /* Pushed down half way, will get pulled back up half height of triangle
-              ensures centering if font-size or line-height changes */
-           top: 50%;
-           width: 0;
-           height: 0;
-       }
-       div#headlines-toolbar span.r:before {
-           left: -12px;
-           /* Triangle */
-           border-top: 8px solid transparent;
-           border-bottom: 8px solid transparent;
-           border-right: 8px solid white;
-           /* Pull-up */
-           margin-top: -8px;
-       }
-       div#headlines-toolbar span.r:after {
-           /* Smaller and different position triangle */
-           left: -5px;
-           border-top: 6px solid transparent;
-           border-bottom: 6px solid transparent;
-           border-right: 6px solid #ecf4ff;
-           margin-top: -6px;
-       }
-}
-
 div#headlines-toolbar span.r span.error {
        color : red;
 } 
@@ -598,23 +559,12 @@ span.hlLabelRef {
        white-space: nowrap;
 }
 
-td.hlSelectRow, td.hlUpdPic {
-       width : 25px;
-       text-align : center;
-}
-
 div.postHeader div.postDate {
        text-align : right;
        color : gray;
        float : right;
 }
 
-div.postHeader div.postDateRTL {
-       text-align : left;
-       color : gray;
-       float : right;
-}
-
 div.postHeader div {
        padding-bottom : 3px;
        font-size : 12px;
@@ -633,17 +583,11 @@ div.postHeader div {
        display : none;
 }
 
-td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
-       height : 1em;
-}
-
-td.hlFeed {
-       text-align : right;
-}
-
 span.hlFeed, span.hlFeed a {
-       font-size : 12px;
+       font-size : 10px;
        color : gray;
+       font-style : italic;
+       font-weight : normal;
 }
 
 span.hlFeed a:hover {
@@ -652,6 +596,7 @@ span.hlFeed a:hover {
 
 img.markedPic {
        cursor : pointer;
+       vertical-align : middle;
 }
 
 a.warning {
@@ -930,74 +875,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;
@@ -1129,9 +1006,13 @@ span.hlUpdated {
        display : table-cell;
        width : 100%;
        vertical-align : middle;
-       padding-top : 4px;
-       padding-bottom : 4px;
        text-align : right;
+       font-size : 10px;
+       font-weight : normal;
+}
+
+div.hlLeft {
+       padding-left : 8px;
 }
 
 div.hlLeft input {
@@ -1141,19 +1022,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 {
@@ -1183,7 +1056,9 @@ div.fatalError textarea {
 
 #content-wrap {
        padding : 0px;
-       border-width : 0px;
+       border-width : 0px 0px 1px 1px;
+       border-style : solid;
+       border-color : #c0c0c0;
        margin : 0px;
 }
 
@@ -1215,12 +1090,6 @@ div.fatalError textarea {
        display : none;
 }
 
-#content-tabs {
-       margin : 0px;
-       padding : 0px;
-       border-width : 0px;
-}
-
 #toolbar {
        padding : 0px;
        margin : 0px;
@@ -1282,6 +1151,7 @@ div.fatalError textarea {
 img.feedIcon, img.tinyFeedIcon {
        width : 16px;
        height : 16px;
+       vertical-align : middle;
 }
 
 div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
@@ -1343,13 +1213,6 @@ a.bookmarklet {
        padding : 2px;
 }
 
-#newVersionIcon {
-       margin-left : 5px;
-       vertical-align : middle;
-       position : relative;
-       top : -1px;
-}
-
 .player {
        display : inline-block;
        color : gray;
@@ -1409,3 +1272,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;
+}