X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=css%2Ftt-rss.css;h=8d692cfa59be103bfca3a5ea17d8ff5fcf2e22ee;hb=2f43089de1ead3f164b8b31967d1abbb784319fa;hp=8bd44ffc7cd37004b4840970f683a8667aa684d7;hpb=c34bc41a9b0fb9a7ff26f2fd5f59dd9a487b428d;p=tt-rss.git diff --git a/css/tt-rss.css b/css/tt-rss.css index 8bd44ffc..8d692cfa 100644 --- a/css/tt-rss.css +++ b/css/tt-rss.css @@ -7,6 +7,10 @@ body#ttrssMain, body#ttrssPrefs, body#ttrssLogin, body { font-size: 14px; } +body#ttrssMain { + overflow : hidden; +} + div.postReply { padding : 0px; } @@ -27,7 +31,7 @@ div.postReply div.postTitle { font-weight : 600; text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -64,7 +68,6 @@ div.articleNote { border-style : solid; border-color : #e7d796; border-width : 1px; - background-color : #fff7d5; color : #9a8c59; } @@ -82,7 +85,7 @@ h1 { font-weight : 600; text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -94,7 +97,7 @@ h2 { border-color : #ecf4ff; text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -106,7 +109,7 @@ h3 { font-weight : 600; text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -115,7 +118,7 @@ h4 { font-weight : 600; text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -139,18 +142,30 @@ a:hover { position : absolute; } +#notify.visible { + transform: translate(0, -35px); + -webkit-transform: translate(0, -35px); + -o-transform: translate(0, -35px); + -moz-transform: translate(0, -35px); + + transition: all 0.5s ease-in-out; + -webkit-transition: all 0.5s ease-in-out; + -moz-transition: all 0.5s ease-in-out; + -o-transition: all 0.5s ease-in-out; +} + #notify { - bottom : 10px; - right : 20px; - border-width : 1px; + bottom : -35px; + right : 0px; + height : 20px; + left : 0px; + border-width : 1px 0px 0px 0px; border-style : solid; position : absolute; font-size : 12px; z-index : 99; - max-width : 200px; - min-width : 100px; padding : 5px; - -width : 200px; + box-shadow : 0px -2px 2px rgba(0,0,0,0.1); } #notify img { @@ -177,17 +192,17 @@ a:hover { background-color : #fff7d5; } -.notify.progress { +.notify.notify_progress { border-color : #d7c47a; background-color : #fff7d5; } -.notify.info { +.notify.notify_info { border-color : #88b0f0; background-color : #ecf4ff; } -.notify.error { +.notify.notify_error { background-color : #ffcccc; border-color : #ff0000; } @@ -196,7 +211,7 @@ a:hover { font-weight : 600; text-rendering: optimizelegibility; font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; color : #777; } @@ -207,7 +222,7 @@ a:hover { .hl.active div.hlTitle a { color : #4684ff; - text-shadow : 1px 1px 2px #fff; + /* text-shadow : 1px 1px 2px #fff; */ } .hl.Selected { @@ -335,8 +350,7 @@ div.prefHelp { #main-toolbar table *, #main-toolbar .actionChooser * { text-rendering: optimizelegibility; - font-family : "Segoe WP Semibold", "Segoe UI Semibold", - "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue", + font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size : 12px; @@ -384,8 +398,7 @@ div.prefHelp { span.contentPreview { color : #999; font-weight : normal; - text-shadow : 1px 1px 2px #fff; - font-size : 11px; + font-size : 12px; padding-left : 4px; } @@ -546,7 +559,11 @@ div.loadingPrompt { div.whiteBox { margin-left : 1px; text-align : center; - padding : 1em; + padding : 1em 1em 0px 1em; + font-size : 11px; + border-width : 0px 0px 1px 0px; + border-style : solid; + border-color : #ddd; } div.autocomplete { @@ -592,6 +609,10 @@ div#headlines-frame.wide .hlTitle { white-space : normal; } +div#headlines-frame.wide .hl .hlFeed { + display : none; +} + .hl a.title.high, span.hlContent.high .contentPreview { color : #00aa00; } @@ -797,6 +818,7 @@ div.fatalError textarea { overflow : hidden; background : #f5f5f5; box-shadow : inset -1px 0px 2px -1px rgba(0,0,0,0.1); + -webkit-overflow-scrolling : touch; } #headlines-wrap-inner { @@ -810,6 +832,7 @@ div.fatalError textarea { border-width : 0px; border-color : #ddd; margin-top : 0px; + -webkit-overflow-scrolling : touch; } #headlines-toolbar_splitter, #toolbar_splitter { @@ -857,8 +880,10 @@ div.fatalError textarea { padding : 0px; border-color : #ddd; border-width : 0px; - line-height: 20px; + line-height: 1.5; + font-size : 15px; overflow : auto; + -webkit-overflow-scrolling : touch; } #feedTree .dijitTreeRow .dijitTreeLabel.Unread { @@ -904,10 +929,20 @@ img.feedIcon, img.tinyFeedIcon { height : 100%; margin-left : 1px; text-align : center; - padding : 1em; color : #555; + font-size : 11px; + font-style : italic; +} + +#headlines-spacer a, #headlines-spacer span { + color : #555; + padding : 10px; + display : block; } +#headlines-spacer a:hover { + color : #88b0f0; +} ul#filterDlg_Matches, ul#filterDlg_Actions { max-height : 100px; @@ -959,7 +994,7 @@ div.postContent h1 { div.postContent h2, div.postContent h3, div.postContent h4 { - font-size : 14px; + font-size : 15px; } div.postContent p { @@ -1009,7 +1044,7 @@ body#ttrssMain #feedTree { height : 100%; overflow-x : hidden; text-rendering: optimizelegibility; - font-family : "Segoe UI Web", "Segoe UI", "Helvetica Neue", + font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } @@ -1054,6 +1089,12 @@ div.enclosure_title { body#ttrssMain #headlines-frame .dijitCheckBox { border-width : 0px; + opacity : 0.5; +} + +body#ttrssMain #headlines-frame .dijitCheckBoxHover, +body#ttrssMain #headlines-frame .dijitCheckBoxChecked { + opacity : 1; } body#ttrssMain #feedTree .dijitTreeRow img.dijitTreeExpandoLeaf {