X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.css;h=8e87d6598ac0091772946512f92de6f1901346fa;hb=6322ac79a020ab584d412d782d62b2ee77d7c6cf;hp=5a260bd50cbdd0e38e918dbbbe09db98b9a76921;hpb=bf6df2368da7e8b03f1bc0efdcdd69d26981cdab;p=tt-rss.git diff --git a/tt-rss.css b/tt-rss.css index 5a260bd5..8e87d659 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -32,17 +32,16 @@ div.postReply a:hover { div.postReply div.postHeader { border-width : 0px 0px 1px 0px; border-style : solid; - border-color : #88b0f0; - background-color : white; - background : url("images/toolbar.png"); - background-position : bottom left; - background-repeat : repeat-x; + border-color : #c0c0c0; + background : #fafafa; + box-shadow : 0px 0px 3px 0px #ccc; padding : 5px; color : #909090; } div.postReply div.postTitle { overflow : hidden; + text-overflow: ellipsis; white-space : nowrap; } @@ -58,6 +57,7 @@ div.postReply div.postContent { div.postReply div.postContent img { border-width : 0px; max-width : 98%; + height: auto; } div.postReply div.postEnclosures { @@ -132,14 +132,12 @@ a:hover { } #notify { - top : 10px; + bottom : 10px; right : 10px; border-width : 1px; border-style : solid; position : absolute; - display : none; - float : right; - font-size : 11px; + font-size : 12px; z-index : 99; padding : 5px; min-width : 200px; @@ -148,7 +146,21 @@ a:hover { #notify img { vertical-align : middle; - margin-right : 4px; + max-height : 14px; +} + +#notify span.msg { + width : 100%; +} + +#notify span.close { + text-align : right; +} + +#notify span { + display : table-cell; + vertical-align : middle; + padding : 4px; } .notify { @@ -171,50 +183,11 @@ a:hover { border-color : #ff0000; } -.notify.error span:hover { - color : red; - cursor : pointer; -} - -.Selected { - background-color : #fff7d5 ! important; -} - -.Unread div.hlTitle { +.hl.Unread div.hlTitle { font-weight : bold; } -.even.Unread.Selected { - background : #fff7d5 ! important; - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #e7d796; -} - -.odd.Unread.Selected { - background : #fff7d5 ! important; - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #e7d796; -} - -.even.Selected { - background : #fff7d5 ! important; - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #e7d796; - border-collapse : collapse; -} - -.odd.Selected { - background : #fff7d5 ! important; - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #e7d796; - border-collapse : collapse; -} - -.even.Grayed { +.hl.even.Grayed { background : #f0f0f0; color : #909090; border-width : 0px 0px 1px 0px; @@ -223,37 +196,27 @@ a:hover { border-collapse : collapse; } -.odd.Grayed { +.hl.odd.Grayed { color : #909090; } -.even { - border-width : 0px 0px 1px 0px; +.hl { + border-width : 0px 1px 1px 0px; border-style : solid; border-color : #c0c0c0; - background : #f0f0f0; - border-collapse : collapse; } -.odd { - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #c0c0c0; - border-collapse : collapse; +.hl.active { + background : #ecf4ff ! important; } -.even.Unread { +.hl.even { background : #f0f0f0; - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #c0c0c0; border-collapse : collapse; } -.odd.Unread { - border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #c0c0c0; +.hl.odd { + background : white; } div.filterTestHolder { @@ -294,6 +257,8 @@ div.filterTestHolder { border-style : solid; background : #fafafa; display : block; + max-width : 98%; + overflow : auto; } div.notice, div.warning, div.error { @@ -356,7 +321,7 @@ span.feed_error { div#headlines-toolbar { border-width : 0px 0px 1px 0px; background-color : #f0f0f0; - border-color : #88b0f0 #88b0f0 #ecf4ff #88b0f0; + border-color : #c0c0c0; font-size : 11px; font-family : "Segoe UI", Tahoma, sans-serif; color : gray; @@ -448,7 +413,7 @@ div.hlFeed a:hover { color : #4684ff; } -img.markedPic { +img.markedPic, img.pubPic { cursor : pointer; vertical-align : middle; } @@ -823,6 +788,10 @@ div.fatalError textarea { border-width : 0px; } +#feedTree { + overflow : visible; +} + #headlines-frame { padding : 0px; border-color : #88b0f0; @@ -882,6 +851,11 @@ div.fatalError textarea { margin-right : 1em; } +.labelParam { + float : right; + margin-right : 1em; +} + .dijitTreeLabel.Disabled, .labelParam.Disabled { color : gray; } @@ -898,6 +872,7 @@ img.feedIcon, img.tinyFeedIcon { width : 16px; height : 16px; vertical-align : middle; + display : inline-block; } .dijitDialog .dijitToolbar { @@ -1009,6 +984,7 @@ div.postHeader span.author { body#ttrssZoom { margin-left : auto; margin-right : auto; + padding : 2em; max-width : 800px; background : #f0f0f0; } @@ -1019,11 +995,10 @@ body#ttrssZoom div.postContent p { body#ttrssZoom div.postReply { border : 1px solid #ccc; - margin : 20px; box-shadow : 0px 0px 3px #ccc; } -body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader { +body#ttrssZoom div.postContent { background-color : white; } @@ -1032,6 +1007,25 @@ body#ttrssZoom div.footer { text-align : center; } +body#ttrssZoom div.postContent img { + max-width : 650px; + height : auto; +} + select.attachments { display : block; + margin-top : 10px; + max-width : 120px; +} + +div.hl.active { + border-color : #88b0f0; +} + +div.hl.active a.title { + color : #4684ff; +} + +#selected_prompt { + margin-right : 25px; }