X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.css;h=e6198d48c6c160087a5e23f0f2dc8c02936b3955;hb=f820f205d0ec1c5ce9027e49755fc8642b0c5b42;hp=99cd9958bf24d6ef894e2002b8702ffa50f2c2be;hpb=b5d4716a52aab283e1d3e0527d036134c5787095;p=tt-rss.git diff --git a/tt-rss.css b/tt-rss.css index 99cd9958..e6198d48 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -132,56 +132,58 @@ a:hover { } #notify { - border-width : 0px 1px 1px 1px; + top : 10px; + right : 10px; + border-width : 1px; border-style : solid; - top : 0px; - right : 35%; - min-width : 30%; position : absolute; display : none; float : right; - font-size : 12px; + font-size : 11px; z-index : 99; - padding : 5px 5px 5px 5px; + padding : 5px; + min-width : 200px; + box-shadow : 0px 0px 2px #ccc; } #notify img { vertical-align : middle; + margin-right : 4px; } -.notifyProgress { +.notify { border-color : #d7c47a; background-color : #fff7d5; - color : black; } -.notifyInfo { - border-color : #7AD78E; - background-color : #D5FFDB; - color : black; -} - -.notify { +.notify.progress { border-color : #d7c47a; background-color : #fff7d5; - color : black; } -.notifyError { +.notify.info { + border-color : #88b0f0; + background-color : #ecf4ff; +} + +.notify.error { background-color : #ffcccc; border-color : #ff0000; - color : black; } -.notifyError span:hover { +.notify.error span:hover { color : red; cursor : pointer; } -.Selected, .Selected { +.Selected { background-color : #fff7d5 ! important; } +.Unread div.hlTitle { + font-weight : bold; +} + .even.Unread.Selected { background : #fff7d5 ! important; border-width : 0px 0px 1px 0px; @@ -254,53 +256,16 @@ a:hover { border-color : #c0c0c0; } -.invisible { - display : none; -} - -/* preferences */ - -table.prefPrefsList h3 { - margin-top : 0.5em; - margin-bottom : 0px; -} - -tr.title td { - border-width : 0px 0px 1px 0px; - border-color : #ecf4ff; - border-style : solid; - color : #4684ff; -} - -tr.title td a { - color : #4684ff; -} - -tr.title td a:hover { - color : black; -} - -div.prefFeedCatHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder, div.filterTestHolder { +div.filterTestHolder { height : 300px; overflow : auto; - border-width : 0px 1px 1px 1px; border-color : #c0c0c0; border-style : solid; margin : 0px 0px 5px 0px; background-color : #ecf4ff; -} - -div.prefFeedOPMLHolder, div.filterTestHolder { border-width : 1px 1px 1px 1px; } -a.helpLink { - color : #808080; -} - -a.helpLink:hover { - color : #4684ff; -} #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote { margin : 5px 0px 5px 0px; @@ -331,39 +296,29 @@ a.helpLink:hover { display : block; } +div.notice, div.warning, div.error { + padding : 4px 10px 4px 4px; + display : inline-block; + margin : 2px 0px 2px 0px; + font-size : 11px; + box-shadow : 0px 0px 2px #ccc; +} + div.notice { - background : #ffffff; - border : 1px solid #88b0f0; - width : 60%; - padding : 5px; - margin : 0px 0px 5px 0px; - font-size : 12px; + background : #ecf4ff; } div.warning { background : #fff7d5; - border : 1px solid #d7c47a; - font-size : 12px; - width : 60%; - padding : 5px; - margin : 0px 0px 5px 0px; -} - -div.warning img, div.notice img, div.error img { - vertical-align : middle; - padding : 5px; -} - -span.filterDateError { - color : #ff0000; } div.error { - border : 1px solid #ff0000; background : #ffcccc; - padding : 5px; - margin : 0px 0px 5px 0px; - font-size : 12px; +} + +div.warning img, div.notice img, div.error img { + margin-right : 4px; + vertical-align : middle; } ul.nomarks { @@ -393,10 +348,6 @@ span.feed_error { color : black; } -.small { - font-size : 11px; -} - div#headlines-toolbar { border-width : 0px 0px 1px 0px; background-color : #f0f0f0; @@ -485,6 +436,7 @@ div.hlFeed, div.hlFeed a { color : gray; font-style : italic; font-weight : normal; + white-space: nowrap; } div.hlFeed a:hover { @@ -496,10 +448,6 @@ img.markedPic { vertical-align : middle; } -a.warning { - color : #f04040; -} - div.tagCloudContainer { border : 1px solid #c0c0c0; background-color : #ecf4ff; @@ -525,30 +473,10 @@ ul.feedErrorsList { padding : 5px; } -ul.selfUpdateList { - height : 200px; - overflow : auto; - list-style-type : none; - border : 1px solid #c0c0c0; - background-color : #ecf4ff; - margin : 0px 0px 5px 0px; - padding : 5px; -} - ul.feedErrorsList em { color : gray; } -ul.userFeedList { - height : 300px; - overflow : auto; - list-style-type : none; - border : 1px solid gray; - background-color : white; - margin : 0px 0px 5px 0px; - padding : 0px; -} - ul.browseFeedList { height : 300px; overflow : auto; @@ -645,49 +573,12 @@ html, body#ttrssMain, #main { margin: 0; } -html, body#ttrssPrefs, #main { - width: 100%; - height: 100%; - border: 0; - padding: 0; - margin: 0; -} - #toolbar div.actionChooser { display : table-cell; text-align : right; padding-right : 3px; } -/* preferences layout */ - -div.return { - float : right; - font-size : 12px; - margin-right : 10px; -} - -div.return a { - color : #4684ff; -} - -div.return a:hover { - color : black; -} - -#header a { - color : #4684ff; -} - -#header a:hover { - color : black; -} - -#header img { - vertical-align : middle; - cursor : pointer; -} - div.autocomplete { position : absolute; width : 250px; @@ -720,16 +611,6 @@ a.visibleLink { color : #4684ff; } -a.visibleLinkB { - color : #4684ff; - border : 1px solid #4684ff; - padding : 2px; -} - -a.visibleLinkB:hover { - background-color : #ecf4ff; -} - .hlContentH a, .hlContentH span { color : #00cc00; } @@ -833,25 +714,6 @@ div#cmdline { width : 18px; } -div#auxDlg { - position : absolute; - z-index : 3; - bottom : 5px; - right : 25px; - padding : 5px; - border-width : 1px; - border-style : solid; - border-color : #d7c47a; - background-color : #fff7d5; - color : black; - text-align : center; - font-size : 13px; -} - -div#auxDlg a { - color : #4684ff; -} - div.hlTitle { display : table-cell; cursor : pointer; @@ -1033,65 +895,10 @@ img.feedIcon, img.tinyFeedIcon { vertical-align : middle; } -div#feedlistLoading, div#filterlistLoading, div#labellistLoading { - text-align : center; - padding : 5px; - color : gray; -} - -div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading { - margin-right : 5px; -} - -div#pref-tabs .dijitContentPane { - font-size : 12px; -} - -div#pref-tabs { - margin : 0px 5px 0px 5px; -} - -div#pref-tabs .dijitContentPane h3 { - font-size : 14px; - font-weight : bold; -} - -#pref-filter-wrap, #pref-filter-header, #pref-filter-content, -#pref-label-wrap, #pref-label-header, #pref-label-content, -#pref-user-wrap, #pref-user-header, #pref-user-content, -#pref-instance-wrap, #pref-instance-header, #pref-instance-content { - margin : 0px; - padding : 0px; - border-width : 0px; -} - -#userConfigTab, #labelConfigTab, #filterConfigTab, #pref-feeds-feeds, #instanceConfigTab { - padding : 0px; -} - -#errorButton { - color : red; -} - -span.labelFixedLength { - display : inline-block; - width : 70%; -} - -#filter_dlg_date_chk_box { - display : inline-block; -} - .dijitDialog .dijitToolbar { border : 1px solid #c0c0c0; } -a.bookmarklet { - color : #4684ff; - border : 1px solid #ecf4ff; - padding : 2px; -} - .player { display : inline-block; color : gray; @@ -1104,6 +911,7 @@ a.bookmarklet { text-align : center; background : white; } + .player.playing { color : #00c000; border-color : #00c000; @@ -1122,10 +930,6 @@ a.bookmarklet { color : gray; } -td.error { - color : red; -} - div.dialogNotice { margin-bottom : 5px; color : gray; @@ -1152,10 +956,6 @@ ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitChec margin-right : 5px; } -table.prefPluginsList td label, table.prefUserList td { - cursor : pointer; -} - ul.helpKbList { max-height : 300px; overflow : auto; @@ -1190,6 +990,40 @@ div.postContent p { max-width : 650px; } -.Unread div.hlTitle { - font-weight : bold; +div.postContent iframe { + min-width : 50%; +} + +div.postHeader span.author { + color : gray; + font-size : 11px; + font-weight : normal; +} + +body#ttrssZoom { + margin-left : auto; + margin-right : auto; + max-width : 800px; + background : #f0f0f0; +} + +body#ttrssZoom div.postContent p { + max-width : 650px; +} + +body#ttrssZoom div.postReply { + border : 1px solid #ccc; + margin : 20px; + box-shadow : 0px 0px 3px #ccc; +} + +body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader { + background-color : white; } + +body#ttrssZoom div.footer { + margin-top : 1em; + text-align : center; +} + +