X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.css;h=b04f02eeb2b0fafec85548db4d22984b568140ca;hb=ad780e9ce960c8d2a98350b5f68986a4d07a6a88;hp=577acbe7b1e67f42b717bda26a5d2167ccaec724;hpb=bc8320baa46066e322cc774d6c387b5f1ced673b;p=tt-rss.git diff --git a/tt-rss.css b/tt-rss.css index 577acbe7..b04f02ee 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -31,7 +31,7 @@ table.main td.prefsToolbar { } table.main td.feeds { - width : 300px; + width : 290px; height : 100%; border-width : 1px 0px 0px 0px; border-style : solid; @@ -124,6 +124,9 @@ div.postReply a:hover { div.postReply div.postHeader { background : white; border : 1px solid #c0c0c0; +} + +div.postReply > div.postHeader { padding : 5px; } @@ -146,11 +149,8 @@ ul.feedList { ul.feedList li.feedCat { margin : 0px; padding : 3px 0px 3px 0px; -/* border-width : 0px 0px 1px 0px; - border-color : #f0f0f0; - border-style : solid; */ color : #707070; - font-size : small; + font-size : x-small; } ul.feedList li.feedCat a { @@ -163,13 +163,14 @@ ul.feedList li.feedCat a:hover { ul.feedCatList { list-style-type : none; - margin : 0px; - padding : 0px 0px 0px 10px; + margin : 0px 0px 0px 20px; + padding : 0px; } ul.feedCatList li { margin : 0px; padding : 0px 0px 0px 0px; + color : black; } ul.feedList li { @@ -217,12 +218,19 @@ ul.feedlist } */ ul.feedlist li.feedUnread, +ul.feedlist li.errorUnread, ul.feedlist li.labelUnread, ul.feedlist li.virtUnread, ul.feedlist li.tagUnread { font-weight : bold; } +ul.feedlist li.errorSelected a, +ul.feedlist li.error a, +ul.feedlist li.errorUnread a, +ul.feedlist li.errorUnreadSelected a { + color : #f04040; +} ul.feedlist li.feedSelected a, ul.feedlist li.labelSelected a, @@ -238,7 +246,8 @@ ul.feedlist li.tagUnreadSelected a { color : #5050aa; } -ul.feedlist li.feedUnreadSelected , +ul.feedlist li.feedUnreadSelected, +ul.feedlist li.errorUnreadSelected, ul.feedlist li.labelUnreadSelected, ul.feedlist li.virtUnreadSelected, ul.feedlist li.tagUnreadSelected { @@ -294,7 +303,8 @@ a:hover { #piggie { width : 400; height : 400; - left : 50; + right : 0; + top : -400; background-color : white; display : none; z-index : 3; @@ -311,7 +321,8 @@ a:hover { #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl, #iedit_purgintl, #iedit_ulogin, #iedit_ulevel, #iedit_match, #iedit_feed, -#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass { +#iedit_fcat, #iedit_filter_action, #iedit_login, #iedit_pass, #iedit_email, +#iedit_parent_feed { width : 100%; padding-left : 2px; } @@ -321,18 +332,21 @@ input.editbox { padding-left : 2px; } -#notify { +td.notifyBox { font-size : 10pt; text-align : right; +} + +#notify { color : black; font-weight : bold; padding : 3px; } #dispSwitch { - text-align : right; padding : 5px 5px 5px 0px; font-size : x-small; + text-align : right; } #dispSwitch a { @@ -447,7 +461,7 @@ a.button { display : none; } -input { +td > input, div > input { border : 1px solid #a0a0a0; } @@ -510,12 +524,16 @@ div.helpResponse { } #userDlg { - background : #fffff0; + padding : 15px; + border : 1px solid #c0c0c0; + font-size : small; position : relative; bottom : 2px; right : 2px; - padding : 15px; - border : 1px solid #c0c0c0; + background-color : white; + background-image : url("images/vgrad_light_rev2.png"); + background-position : top left; + background-repeat : repeat-x; } #qafInput { @@ -536,11 +554,11 @@ div.helpResponse { #infoBoxShadow { background-image : url("images/shadow.png"); position : absolute; - margin-left : 30%; width : 30%; + left : 35%; + top : 30%; z-index : 3; display : none; - top : 30%; } div.infoBoxContents { @@ -653,7 +671,7 @@ div.prefHelp, td.prefHelp { } td.welcomePrompt { - font-size : small; + font-size : x-small; color : gray; text-align : right; padding-right : 10px; @@ -683,10 +701,6 @@ table.innerLoginForm td { padding : 3px 3px 5px 3px; } -div.small, p.small { - font-size : x-small; -} - span.insensitive { color : gray; } @@ -721,7 +735,7 @@ div.logoutContent { } .small { - font-size : small; + font-size : x-small; } table.innerFeedTable td { @@ -740,6 +754,12 @@ table.headlinesSubToolbar td.headlineActions { padding : 5px 0px 5px 5px; } +table.headlinesSubToolbar td.headlineActionsRTL { + font-size : x-small; + color : gray; + padding : 5px 5px 5px 0px; +} + table.headlinesSubToolbar td.headlineTitle { font-size : x-small; color : gray; @@ -747,6 +767,13 @@ table.headlinesSubToolbar td.headlineTitle { text-align : right; } +table.headlinesSubToolbar td.headlineTitleRTL { + font-size : x-small; + color : gray; + padding : 5px 0px 5px 5px; + text-align : left; +} + span.contentPreview { font-size : x-small; color : gray; @@ -813,6 +840,12 @@ div.postHeader td.postDate { color : gray; } +div.postHeader td.postDateRTL { + font-size : x-small; + text-align : left; + color : gray; +} + #feedUpdateErrors { display : none; } @@ -826,11 +859,11 @@ div.postHeader td.postDate { display : none; } -td.hlContent { +/*td.hlContent { overflow : hidden; height : 1em; display : block; -} +} */ td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed { height : 1em; @@ -889,3 +922,131 @@ div.cdmHeader a:hover { div.cdmContent { } + +a.warning { + color : #f04040; +} + +img.closeButton { + border-width : 0px; + float : right; +} + +span.groupPrompt { + font-size : x-small; + color : #505050; +} + +ul.userFeedList { + height : 300px; + overflow : auto; + list-style-type : none; +} + +/* #browseBigFeedList li.oddSelected { + border : 1px solid #d0d0f6; + background-color : #eaeaff; + -moz-border-radius : 5px; +} */ + +ul.browseFeedList { + height : 300px; + overflow : auto; + list-style-type : none; + margin : 0px 0px 5px 0px; + padding : 0px; +} + +ul.browseFeedList li { + margin : 0px; + padding : 0px; +} + +span.subscribers { + color : #808080; +} + +div.subscribers { + color : #808080; + font-size : x-small; + float : right; +} + +input.feedBrowseCB { + margin-right : 1em; +} + +div.browserDetails { + margin : 5px 5px 5px 5px; + display : none; + padding : 5px; +} + +ul.compact { + list-style-type : none; + margin : 0px; + padding : 0px; +} + +ul.compact li { + margin : 0px; + padding : 0px; +} + +div.browserFeedInfo { + font-size : x-small; +} + +div.browserFeedInfo div.detailsPart { + margin : 5px 0px 5px 5px; +} + +div.cdmContent a { + color : #5050aa; +} + +div.cdmContent a:hover { + color : black; +} + +.noborder { + border-width : 0px; +} + +#debug_output { + width : 400; + height : 200; + right : 20; + bottom : 20; + background-color : white; + display : none; + z-index : 3; + position : absolute; + border : 1px solid #c0c0c0; + overflow : auto; + margin : 0px; + padding : 0px; + list-style-type : none; +} + +#debug_output li { + margin : 0px; + padding : 0px; + font-size : x-small; +} + +#overlay { + background : white; + left : 0; + top : 0; + height : 100%; + width : 100%; + z-index : 100; + position : absolute; +} + +#overlay_inner { + font-weight : bold; + text-align : center; + margin : 10px; +}