X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=tt-rss.css;h=a6fef1e1f0a48dbad45c75cfc385fbaa051afe60;hb=a5ff2e77257f6884896a40c9d3303b768c49302f;hp=6e0990445a3eaaff094305a3e4f698bf008fd986;hpb=958e3f4ff42190d6a162ca67584a447ae6b5d523;p=tt-rss.git diff --git a/tt-rss.css b/tt-rss.css index 6e099044..a6fef1e1 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -7,11 +7,11 @@ body { } blockquote { - margin : 5px 5px 5px 5px; - border-width : 0px 0px 0px 4px; + margin : 0px; + border-width : 0px 0px 0px 8px; border-color : #e0e0e0; border-style : solid; - padding : 5px; + padding : 10px; background-color : #f0f0f0; } @@ -28,23 +28,19 @@ div.postReply a:hover { } div.postReply div.postHeader { - background : #ecf4ff; - /* border : 1px solid #88b0f0; */ border-width : 0px 0px 1px 0px; - border-style : dotted; - border-color : #88b0f0; + border-style : solid; + border-color : #a0a0a0; + background-color : #f9faff; margin : 0px 1px 0px 0px; padding : 5px; cursor : move; + color : #909090; } -/* div.postReply > div.postHeader { - padding : 5px; -} */ - div.postReply div.postContent { padding : 10px; - font-size : 14px; + font-size : 12px; } div.postReply div.postContent img { @@ -66,19 +62,62 @@ div.postReply div.postEnclosures { div.postReply img.tagsPic { width : 16px; height : 16px; + margin-left : 4px; vertical-align : middle; } +div.articleNote div.articleNoteOps { + text-align : center; + color : #9a8c59; + font-style : italic; + margin-top : 5px; +} + +div.articleNote div.articleNoteOps a { + color : #9a8c59; +} + +div.articleNote div.articleNoteOps a:hover { + color : black; +} + +div.articleNote { + background-color : #fff7d5; + border-width : 1px; + padding : 5px; + border-style : dashed; + border-color : #e7d796; + font-size : 8px; + margin-bottom : 5px; + margin-top : 5px; + margin-left : 5px; + float : right; + color : #9a8c59; + max-width : 150px; + text-align : justify; +} + div.postReply span.author { font-size : 12px; } +ul.feedList span.feedlink:hover { + cursor : pointer; + color : #4684ff; +} + + +ul.feedList img.hlLoading { + margin-left : 5px; + vertical-align : middle; + height : 10px; +} + ul.feedList { list-style-type : none; margin : 5px 5px 5px 0px; padding : 0px 0px 0px 5px; font-size : 12px; - font-family : "Lucida Grande", Tahoma, Arial, sans-serif; } ul.feedList li.feedCat, ul.feedList li.virtCat { @@ -141,24 +180,24 @@ li.tagUnread { font-weight : bold; } -li.errorSelected a, -li.error a, -li.errorUnread a, -li.errorUnreadSelected a { +li.errorSelected span.feedlink, +li.error span.feedlink, +li.errorUnread span.feedlink, +li.errorUnreadSelected span.feedlink { color : #f04040; } -li.feedSelected a, -li.labelSelected a, -li.virtSelected a, -li.tagSelected a { +li.feedSelected span.feedlink, +li.labelSelected span.feedlink, +li.virtSelected span.feedlink, +li.tagSelected span.feedlink { color : #4684ff; } -li.feedUnreadSelected a, -li.labelUnreadSelected a, -li.virtUnreadSelected a, -li.tagUnreadSelected a { +li.feedUnreadSelected span.feedlink, +li.labelUnreadSelected span.feedlink, +li.virtUnreadSelected span.feedlink, +li.tagUnreadSelected span.feedlink { color : #4684ff; } @@ -178,6 +217,7 @@ ul.feedList img, img.tinyFeedIcon { margin : 0px 3px 0px 0px; width : 16px; height : 16px; + vertical-align : middle; border-width : 0px; } @@ -194,7 +234,7 @@ h2 { } h3 { - font-size : 14px; + font-size : 12px; font-weight : bold; border-width : 0px 0px 1px 0px; border-style : solid; @@ -221,15 +261,6 @@ a:hover { position : absolute; } -#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_email, -#iedit_parent_feed { - width : 100%; - padding-left : 2px; - background-color : #f0fff0; -} - textarea.iedit { width : 100%; } @@ -297,7 +328,7 @@ input.editbox { #dispSwitch { font-size : 12px; - font-family : "Lucida Grande", Tahoma, Arial, sans-serif; + font-family : "Lucida Grande", Arial, sans-serif; text-align : right; float : right; margin : 5px 5px 0px 0px; @@ -311,36 +342,6 @@ input.editbox { color : #4684ff; } -div.expPane { - margin : 15px; -} - -/*.button { - border : 1px solid #d0d0d0; - background-image : url("images/button.png"); - background-position : top; - background-repeat : repeat-x; - background-color : white; - color : black; -} - -.button:hover { - background : white; - text-decoration : none; - color : black; -} - -.disabledButton { - border : 1px solid #c0c0c0; - background-color : white; - color : gray; -} - -a.button { - padding : 2px 5px 2px 5px; - font-size : small; -} */ - .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td, .evenSelectedUnread td { background-color : #fff7d5; @@ -448,10 +449,6 @@ tr.title td a:hover { color : black; } -div.feedEditSearch { - float : right; -} - table.prefFeedList td.feedEditCat { font-weight : bold; border-width : 0px 0px 1px 0px; @@ -534,109 +531,6 @@ a.helpLink:hover { color : #4684ff; } -div.helpResponse { - margin : 10px; - background-image : url("images/vgrad_light_rev2.png"); - background-position : top left; - background-repeat : repeat-x; - padding : 10px 20px 10px 20px; - border : 1px solid #f0f0f0; -} - -#infoBoxTitle { - border-width : 1px 1px 1px 1px; - border-style : solid; - border-color : #99d67a; - background-color : #99d67a; - padding : 4px 2px 4px 10px; - color : white; - font-weight : bold; - font-size : 12px; -} - -/* shadow stuff from http://www.sixapart.com/pronet/articles/ydsf_-_robust_c.html */ - -#infoBox { - border-width : 1px 1px 1px 1px; - border-style : solid; - border-color : #99d67a; - background-color : #f8fcf5; - position: relative; - overflow : hidden; - left : -4px; - top : -4px; -} - -html>body #infoBox { - left : -10px; - top : -10px; - margin : 0; -} - -#infoBoxShadow:before, #infoBoxShadow:after { - content : " "; - display : block; - background : inherit; - width : 10px; - height : 10px; -} - -#infoBoxShadow:before { - position : absolute; - top : 0; - right : 0; - margin : -10px 0 0 auto; - background-position : right top; -} - -#infoBoxShadow:after { - margin : -10px 0 0 -10px; - background-position : left bottom; -} - - -#infoBoxShadow { - background-image : url("images/shadow.png"); - background-position : bottom right; - left : 25%; - top : 70px; - width : 50%; - z-index : 5; - position : absolute; - display : none; - min-width : 600px; -} - -div.infoBoxContents { - padding : 10px; - margin-bottom : 5px; - font-size : 12px; -} - -div.infoBoxContents td { - font-size : 12px; -} - -div.infoBoxContents a { - color : #527040; -} - -div.infoBoxContents a:hover { - color : black; -} - -div.helpResponse h1, div.infoBoxContents h1 { -/* border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #c0c0c0; */ - font-size : 18px; -} - -div.helpResponse h2, div.infoBoxContents h2 { -/* border-width : 0px 0px 0px 0px; */ - font-size : 16px; -} - pre { margin : 5px; } @@ -661,12 +555,12 @@ div.prefsTabSelected:hover { div.prefsTab { float : left; border-width : 1px 1px 0px 1px; - border-color : #88b0f0; + border-color : #C4D1E4; border-style : solid; margin : 0px 0px 0px 5px; padding : 3px 5px 3px 5px; font-size : 12px; - font-family : "Lucida Grande", Tahoma, Arial, sans-serif; + font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif; border-collapse : collapse; min-width : 100px; text-align : center; @@ -685,7 +579,7 @@ div.prefsTabSelected { padding : 3px 5px 3px 5px; background-color : #ecf4ff; font-size : 12px; - font-family : "Lucida Grande", Tahoma, Arial, sans-serif; + font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif; border-collapse : collapse; font-weight : bold; min-width : 100px; @@ -715,7 +609,6 @@ div.warning { margin : 0px 0px 5px 0px; } - div.warning img, div.notice img, div.error img { vertical-align : middle; padding : 5px; @@ -748,16 +641,6 @@ table.loginForm { background-color : #ecf4ff; } -table.innerLoginForm { - border : 1px solid #88b0f0; - padding : 50px; - background-color : white; -} - -table.innerLoginForm td { - padding : 3px 3px 5px 3px; -} - span.feed_error { color : red; } @@ -774,32 +657,8 @@ span.feed_error { color : black; } -/* .prefGenericAddBox { - font-size : 12px; -} */ - -body.logoutBody { - background-color : #f0f0f0; - color : black; -} - -span.logoutWarning { - color : red; - font-weight : bold; -} - -div.logoutContent { - width : 600px; - border : 1px solid #c0c0c0; - background-color : white; - margin-left : auto; - margin-right : auto; - margin-top : 20px; - padding : 10px; -} - .small { - font-size : 12px; + font-size : 11px; } table.innerFeedTable td { @@ -812,7 +671,7 @@ td.selectPrompt { color : gray; } -table.headlinesSubToolbar { +div.headlinesSubToolbar { border-width : 0px 0px 1px 0px; border-style : solid; border-color : #f0f0f0; @@ -820,35 +679,25 @@ table.headlinesSubToolbar { left : 0px; top : 0px; height : 25px; + line-height : 25px; + padding-left : 5px; + padding-right : 5px; right : 0px; background-color : white; font-size : 11px; - font-family : "Lucida Grande", Tahoma, Arial, sans-serif; + font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif; color : gray; } -input#subtoolbar_search_box { - height : 10px; - font-size : 9px; - vertical-align : middle; -} - -table.headlinesSubToolbar td.headlineActions { - padding : 0px 5px 0px 5px; +div.headlinesSubToolbar * { + line-height : normal; } -table.headlinesSubToolbar td.headlineActionsRTL { - padding : 0px 5px 0px 5px; -} -table.headlinesSubToolbar td.headlineTitle { - padding : 0px 5px 0px 5px; - text-align : right; -} +div.headlinesSubToolbar div#subtoolbar_ftitle { + float : right; + line-height : 25px; -table.headlinesSubToolbar td.headlineTitleRTL { - padding : 0px 5px 0px 5px; - text-align : left; } span.contentPreview { @@ -875,6 +724,11 @@ table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef { white-space: nowrap; } +table.headlinesList img.hlLoading { + margin-left : 5px; + vertical-align : middle; +} + table.headlinesList td.hlFeedIcon { width : 25px; text-align : center; @@ -919,10 +773,6 @@ div.postHeader div.postDateRTL { float : right; } -div.postReply span.tagList { - color : gray; -} - div.postHeader div { padding-bottom : 3px; font-size : 12px; @@ -942,12 +792,6 @@ div.postHeader div { display : none; } -/*td.hlContent { - overflow : hidden; - height : 1em; - display : block; -} */ - td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed { height : 1em; } @@ -965,10 +809,6 @@ span.hlFeed a:hover { color : #4684ff; } -/* div.cdmArticle:hover { - background-color : white; -} */ - div.cdmAllTags { float : left; background-color : white; @@ -987,37 +827,29 @@ span.cdmAllTagsCtr:hover div { } div.cdmArticle { - border-color : #a0a0a0; - border-width : 0px 0px 1px 0px; + border-color : #c0c0c0; + border-width : 1px; border-style : solid; - background-color : #f9faff; - margin : 0px; - color : #505050; - /* padding : 10px; */ + background : white; + margin : 5px 5px 0px 5px; color : black; - } -/* div.cdmArticleUnread:hover { - background-color : white; -} */ - div.cdmArticleUnread { - border-color : #a0a0a0; - border-width : 0px 0px 1px 0px; + border-color : #88b0f0; + border-width : 1px; border-style : solid; background-color : white; - margin : 0px; - /* padding : 10px; */ + margin : 5px 5px 0px 5px; color : black; } div.cdmArticleSelected, div.cdmArticleUnreadSelected { - margin : 0px; background-color : #fff7d5; border-color : #e7d796; - border-width : 0px 0px 1px 0px; - border-style : solid; + border-width : 1px; + border-style : solid; + margin : 5px 5px 0px 5px; } div.cdmArticleUnread div.cdmHeader a.title, @@ -1028,32 +860,36 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title { div.cdmHeader { padding : 5px 5px 10px 5px; color : gray; +} +div.cdmArticleUnread div.cdmHeader { + background : url("images/footer.png") top left; + background-repeat : repeat-x; } div.cdmArticleUnread div.cdmHeader span.titleWrap a { color : black; } +div.cdmArticleSelected div.cdmFooter, div.cdmArticleUnreadSelected div.cdmFooter { + background : #e7d796; +} + +div.cdmFooter input { + vertical-align : middle; +} + div.cdmFooter { font-size : 12px; color : black; padding : 5px; color : gray; -/* background-color : white; */ - border-width : 1px 0px 0px 0px; - border-color : #c0c0c0; - border-style : dotted; -} - -/*div.cdmArticleSelected div.cdmFooter { - background-color : transparent; + background : #f9f9f9; +/* border-width : 1px 0px 0px 0px; + border-style : solid; + border-color : #88b0f0; */ } -div.cdmArticleUnreadSelected div.cdmFooter { - background-color : transparent; -}*/ - div.cdmFooter span.s0 { border-width : 0px 1px 0px 0px; border-color : #c0c0c0; @@ -1076,11 +912,7 @@ div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic { width : 16px; height : 16px; vertical-align : middle; -} - -img.markedPic { - cursor : pointer; -} +} div.cdmHeader div.articleUpdated { float : right; @@ -1132,6 +964,10 @@ div.cdmEnclosures { color : gray; } +img.markedPic { + cursor : pointer; +} + a.warning { color : #f04040; } @@ -1147,8 +983,6 @@ span.groupPrompt { } div.tagCloudContainer { -/* height : 300px; - overflow : auto; */ border : 1px solid #99d67a; background-color : white; margin : 5px 0px 5px 0px; @@ -1156,6 +990,13 @@ div.tagCloudContainer { text-align : center; } +div.errorExplained { + border : 1px solid #99d67a; + background-color : white; + margin : 5px 0px 5px 0px; + padding : 5px; +} + ul.feedErrorsList { height : 300px; overflow : auto; @@ -1176,23 +1017,8 @@ ul.userFeedList { padding : 0px; } -/* #browseBigFeedList li.oddSelected { - border : 1px solid #d0d0f6; - background-color : #eaeaff; - -moz-border-radius : 5px; -} */ - -/*#browseBigFeedList li { - padding :0px; -}*/ - -div.labelTestError { - margin : 5px 0px 5px 0px; - color : #f04040; -} - -ul.labelTestResults { - height : 100px; +ul.browseFeedList { + height : 300px; overflow : auto; list-style-type : none; margin : 0px 0px 5px 0px; @@ -1201,28 +1027,8 @@ ul.labelTestResults { background-color : white; } -ul.filterTestResults { - height : 300px; - overflow : auto; - list-style-type : none; - margin : 0px 0px 5px 0px; - padding : 0px; - border : 1px solid #99d67a; - background-color : white; -} - -ul.browseFeedList { - height : 300px; - overflow : auto; - list-style-type : none; - margin : 0px 0px 5px 0px; - padding : 0px; - border : 1px solid #99d67a; - background-color : white; -} - -ul.browseFeedList li { - margin : 0px; +ul.browseFeedList li { + margin : 0px; padding : 0px; } @@ -1335,44 +1141,6 @@ a.cdmToggleLink:hover { margin : 10px; } -#fatal_error { - background : white; - left : 0; - top : 0; - height : 100%; - width : 100%; - z-index : 200; - display : none; - position : absolute; -} - -#fatal_error_inner { - font-weight : bold; - margin : 10px; - color : red; -} - -#fatal_error_msg { - color : black; - padding : 10px; - font-weight : normal; - background-color : #ffcccc; - border : 1px solid #ff0000; -} - -#fatal_error_msg a { - color : red; -} - -#fatal_error_msg a:hover { - color : red; - text-decoration : underline; -} - -#fatal_error_msg img { - vertical-align : middle; -} - #noDaemonWarning { position : absolute; background-color : #ecf4ff; @@ -1506,8 +1274,8 @@ div.whiteBox { #feeds-holder { border-width : 1px 1px 0px 0px; - border-style : dotted solid; - border-color : #88b0f0; + border-style : solid solid; + border-color : #C4D1E4 #88b0f0; top : 40px; left : 0px; position : absolute; @@ -1517,10 +1285,15 @@ div.whiteBox { border-collapse : collapse; } +#toolbar div.actionChooser { + margin-right : 5px; + float : right; +} + #toolbar { position : absolute; left : 261px; - padding : 2px 0px 2px 10px; + padding : 0px 0px 0px 10px; top : 40px; right : 0px; white-space: nowrap; @@ -1531,6 +1304,10 @@ div.whiteBox { font-size : 12px; } +#toolbar input { + vertical-align : middle; +} + div.headlines_normal { position : absolute; border-width : 1px 0px 0px 0px; @@ -1636,10 +1413,6 @@ div.headlines_cdm { } #headlineActionsTop { -/* border-width : 0px 0px 1px 0px; - border-style : solid; - border-color : #c0c0c0; - background-color : #fafafa; */ font-size : 12px; } @@ -1710,12 +1483,6 @@ div.return a:hover { right : 2px; } -a.feedUpdErrLink { - color : #ff0000; - display : block; - margin-bottom : 0.5em; -} - .catCtrHasUnread, .feedCtrHasUnread { font-weight : bold; color : #707070; @@ -1725,103 +1492,18 @@ a.feedUpdErrLink { display : none; } -ul.headlineDropdownMenu { - list-style-type : none; - margin : 0px; - padding : 0px; -} - -ul.headlineDropdownMenu li.top { - float : left; - width : 12em; - background-image : url("images/down_arrow.png"); - background-position : center right; - background-repeat : no-repeat; - margin : 0px; - cursor : pointer; - border-width : 1px 1px 1px 1px; - border-color : transparent; - border-style : solid; -} - -ul.headlineDropdownMenu li.top2 { - float : left; -} - -ul.headlineDropdownMenu li.top3 { - float : left; - margin : 0px; - cursor : pointer; - border-width : 1px 1px 1px 1px; - border-color : transparent; - border-style : solid; -} - -ul.headlineDropdownMenu li.vsep { - float : left; - margin : 0px 5px 0px 0px; - border-width : 0px 1px 0px 0px; - border-color : #c0c0c0; - border-style : dotted; - color : white; -} - -ul.headlineDropdownMenu li.top:hover { - cursor : pointer; - border-width : 1px 1px 1px 1px; - border-color : #c0c0c0; - border-style : solid; -} - -ul.headlineDropdownMenu li.top:hover ul { - display : block; -} - -ul.headlineDropdownMenu ul { - list-style-type : none; - position : absolute; - float : none; - margin : 0px; - padding : 0px; - display : none; - background-color : white; - width : 12em; - z-index : 3; - top : auto; - left : auto; - border-width : 0px 1px 1px 1px; - border-color : #c0c0c0; - border-style : solid; - margin-left : -1px; - max-height : 300px; - overflow : auto; -} - -ul.headlineDropdownMenu ul li { - float: none; - padding : 2px 0px 2px 10px; - color : black; -} - -ul.headlineDropdownMenu ul li:hover { - color : #4684ff; - background-color : #f0f0f0; -} - -#newVersionIcon { +div.topLinks img { vertical-align : middle; cursor : pointer; } -a.helpLinkPic { - float : right; +#offlineModePic { + margin-left : 5px; } a.helpLinkPic img { border-width : 0px; -} - -#fadd_login_container { + vertical-align : middle; } li.feedCatHolder { @@ -1832,12 +1514,6 @@ table.prefFeedCatList { background-color : white; } -/*a[target="_new"], a[target="_blank"] { - border-width : 0px 0px 1px 0px; - border-color : #778899; - border-style : dotted; -}*/ - div.autocomplete { position : absolute; width : 250px; @@ -1872,8 +1548,8 @@ div.autocomplete ul li { div.topLinks { float : right; - margin-right : 5px; color : gray; + font-size : 12px; } div.topLinks a { @@ -1888,13 +1564,8 @@ div.topLinks a.feedback { color : #009900; } -div.dashboard { - margin-left : 3px; -} - a.visibleLink { color : #4684ff; - } a.visibleLinkB { @@ -2059,7 +1730,7 @@ div#hotkey_help_overlay table.hho td.content { div#hotkey_help_overlay table.hho td.top, div#hotkey_help_overlay table.hho td.bottom { text-align : center; - font-size : 13px; + font-size : 11px; } div.prefKbdHelp { @@ -2096,7 +1767,7 @@ div#l_progress_i { } div.dlgSec { - font-size : 14px; + font-size : 12px; color : gray; font-weight : bold; clear : both; @@ -2118,15 +1789,215 @@ div.dlgButtons { clear : both; } -textarea.labelSQL { +pre, code { + font-size : 12px; font-family : monospace; } -div#label_test_result { - clear : both; +span#headlineActionsDrop { + border : 1px solid #c0c0c0; + padding : 1px 5px 1px 10px; + color : #063064; + cursor : pointer; } -pre, code { - font-size : 12px; - font-family : monospace; +ul#headlineActionsBody { + list-style-type : none; + position : absolute; + margin : 0px; + padding : 0px; + background-color : white; + width : 150px; + z-index : 4; + top : auto; + left : auto; + border-width : 1px 1px 1px 1px; + border-color : #c0c0c0; + border-style : solid; + margin-left : -1px; + max-height : 250px; + overflow : auto; +} + +ul#headlineActionsBody li { + padding : 2px 5px 2px 10px; + color : black; +} + +ul#headlineActionsBody li:hover { + color : #4684ff; + cursor : pointer; + background : #ecf4ff; +} + +ul#headlineActionsBody li.insensitive { + color : gray; +} + +ul#headlineActionsBody li.insensitive:hover { + background : white; + cursor : normal; + color : gray; +} + +span.prefsLabelEntry { + padding : 2px; +} + +div.labelColorIndicator { + height : 14px; + width : 14px; + line-height : 14px; + font-height : 9px; + text-align : center; + border : 1px solid black; + float : left; + background-color : #fff7d5; + color : #063064; + margin-right : 10px; +} + +div.colorPicker div.colorPickerEntry:hover { + border : 1px solid #88b0f0; +} + +div.colorPicker div.ccPrompt:hover { + color : black; +} + +div.colorPicker div.colorPickerEntry { + height : 15px; + width : 15px; + line-height : 13px; + font-height : 9px; + text-align : center; + border : 1px solid black; + margin : 5px 5px 0px 0px; + float : left; +} + +div.colorPicker { + border : 1px solid #cccccc; + background : #f0f0f0; + width : 110px; + padding : 0px 0px 5px 5px; + position : absolute; + left : auto; + top : auto; + z-index : 3; + color : #909090; +} + +div#offlineModeDrop div { + padding : 2px 2px 2px 2px; + text-align : left; +} + +div#offlineModeDrop { + position : absolute; + margin : 0px; + padding : 2px; + background-color : white; + z-index : 2; + margin : 2px 0px 0px 0px; + top : auto; + right : 0px; + border : 1px solid #cccccc; + background : white; + min-width : 170px; + margin-left : -1px; + max-height : 250px; + overflow : auto; + color : #909090; +} + +optgroup { + color : #4684ff; + font-style : normal; +} + +option { + color : black; +} + +div#cmdline { + position : absolute; + left : 5px; + bottom : 5px; + font-size : 11px; + color : gray; + font-weight : bold; + background-color : white; + border : 1px solid #88b0f0; + padding : 3px 5px 3px 5px; + z-index : 5; +} + +#feed_browser_spinner { + vertical-align : middle; + height : 18px; + 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; +} + +/* +button:active { + background-image : url("images/button_pressed.png"); +} + +button, select { + background-color : transparent; + background-repeat : repeat-x; + background-position : top left; + background-image : url("images/button.png"); + border : 1px solid #bebebe; + font-family : "Lucida Grande", Tahoma, Arial, Verdana, sans-serif; + font-size : 100%; + text-decoration : none; + color : #303030; + cursor : pointer; + padding : 1px 5px 1px 5px; + margin : 0px; } + +select { + background : #ffffff; + padding : 1px 0px 1px 3px; +} + +input { + background : white; + border : 1px solid #bebebe; + font-size : 100%; + padding : 1px 3px 1px 3px; +} + +button:hover { + background-color : #f9faff; + border : 1px solid #88b0f0; + color : #336699; +} + +button[disabled] { + background : #f0f0f0; + color : #dedede; + border : 1px solid #dedede; +} */