]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
tweak hello/prefs/logout linkbar (refs #163)
[tt-rss.git] / tt-rss.css
index 5709f1d7d28253415a3265b8104dbb0e094d0d9a..f1580b0336fbe898aa02d0ddb4dc0ec8dbe4cceb 100644 (file)
@@ -3,19 +3,20 @@ body {
        color : black;
        margin : 0px;
        padding : 0px;
-       font-family : "Lucida Grande", sans-serif;
+       font-family : "Lucida Grande", Arial, sans-serif;
 }
 
 blockquote {
-       margin : 5px;
+       margin : 5px 5px 5px 5px;
        border-width : 0px 0px 0px 4px;
-       border-color : #f0f0f0;
+       border-color : #e0e0e0;
        border-style : solid;
-       padding : 2px 0px 2px 5px;
+       padding : 5px;
+       background-color : #f0f0f0;
 }
 
 div.postReply {
-       padding : 10px;
+       padding : 0px;
 }
 
 div.postReply a {
@@ -28,30 +29,49 @@ div.postReply a:hover {
 
 div.postReply div.postHeader {
        background : #ecf4ff;
-       border : 1px solid #88b0f0;
+       /* border : 1px solid #88b0f0; */
+       border-width : 0px 0px 1px 0px;
+       border-style : dotted;
+       border-color : #88b0f0; 
+       margin : 0px 1px 0px 1px;
+       padding : 5px;
 }
 
-div.postReply > div.postHeader {
+/* div.postReply > div.postHeader {
        padding : 5px;
-}
+} */
 
 div.postReply div.postContent {
        padding : 10px;
        font-size : 10pt;
 }
 
+div.postReply div.postContent img {
+       border-width : 0px;
+}
+
 div.postReply div.postIcon {
        float : right;
        border : 0px;
        margin : 10px 0px 10px 10px;
 }
 
+div.postReply img.tagsPic {
+       width : 16px;
+       height : 16px;
+       vertical-align : middle;
+}
+
+div.postReply span.author {
+       font-size : 9pt;
+}
+
 ul.feedList {
        list-style-type : none;
        margin : 5px;
        padding : 0px 0px 0px 5px;
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
 }
 
 ul.feedList li.feedCat {
@@ -81,11 +101,11 @@ ul.feedCatList li {
        color : black;
 }
 
-ul.feedList li {
-       margin : 0px;
+ul.feedList li {
+       padding : 0px 0px 2px 0px;
 }
 
-ul.feedCatList img {
+ul.feedCatList img, ul.feedList img {
        vertical-align : bottom;
 }
 
@@ -173,22 +193,8 @@ a:hover {
 }
 
 #piggie {
-       width : 400;
-       height : 400;
-       right : 0;
-       top : -400;
-       background-color : white;
-       display : none;
        z-index : 999;
-       background-image : url("images/piggie.png");
-       background-position : center center;
-       background-repeat : no-repeat;
        position : absolute;
-       border : 1px solid pink;        
-       margin-left : auto;
-       margin-right : auto;
-       -moz-border-radius : 10px;
-       opacity : 0.8;
 }
 
 #iedit_title, #iedit_link, #iedit_regexp, #iedit_descr, #iedit_expr, #iedit_updintl,
@@ -268,7 +274,7 @@ input.editbox {
 
 #dispSwitch {
        font-size : 8pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        text-align : right;
        float : right;
        margin : 5px 5px 0px 0px;
@@ -438,8 +444,9 @@ table.prefFeedList td.feedSelect {
 div.prefFeedCatHolder {
        height : 250px;
        overflow : auto;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        margin : 5px 0px 5px 0px;
+       background-color : white;
 }
 
 a.helpLink {
@@ -459,6 +466,27 @@ div.helpResponse {
        border : 1px solid #f0f0f0;
 }
 
+#infoBoxTitle {
+       border-width : 1px 1px 1px 1px;
+       border-style : solid;
+       border-color : #99d67a;
+       background-color : #99d67a;
+       padding : 2px;
+       color : white;
+}
+
+#infoBox {     
+       border-width : 1px 1px 1px 1px;
+       border-style : solid;
+       border-color : #99d67a;
+       position : relative;
+       bottom : 2px;
+       right : 2px;
+       padding-bottom : 5px;   
+       background-color : #f8fcf5;
+}
+
+/*
 #infoBoxTitle {
        border-width : 1px 1px 1px 1px;
        border-style : solid;
@@ -468,7 +496,6 @@ div.helpResponse {
        color : white;
 }
 
-
 #infoBox {     
        border-width : 1px 1px 1px 1px;
        border-style : solid;
@@ -477,11 +504,8 @@ div.helpResponse {
        bottom : 2px;
        right : 2px;
        padding-bottom : 5px;   
-       background-image : url("images/prefs-content.png");
-       background-position : top left;
-       background-repeat : repeat-x;
-       background-color : white;
-}
+       background-color : #f7faff;
+} */
 
 #infoBoxShadow {
        background-image : url("images/shadow.png");
@@ -491,7 +515,7 @@ div.helpResponse {
        z-index : 3;
        position : absolute;
        display : none;
-}
+} 
 
 div.infoBoxContents {
        padding : 10px;
@@ -504,7 +528,7 @@ div.infoBoxContents td {
 }
 
 div.infoBoxContents a {
-       color : #4684ff;
+       color : #527040;
 }
 
 div.infoBoxContents a:hover {
@@ -552,13 +576,14 @@ div.prefsTab {
        margin : 0px 0px 0px 5px;
        padding : 3px 5px 3px 5px;
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
-       position : relative;
-       bottom : -2px;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        min-width : 100px;
        text-align : center;
+       cursor : pointer;
+       position : relative;
+       bottom : -2px;
 }
 
 div.prefsTabSelected {
@@ -570,21 +595,22 @@ div.prefsTabSelected {
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
-       position : relative;
-       bottom : -2px;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        border-collapse : collapse;
        -moz-border-radius : 3px;
        font-weight : bold;
        min-width : 100px;
        text-align : center;
-       z-index : 999;
+       cursor : pointer;
+       position : relative;
+       bottom : -2px;
+       
 }
 
 div.notice {
        background : #ffffff;
        border : 1px solid #88b0f0;
-       width : 50%;
+       width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
        font-size : 9pt;
@@ -594,13 +620,13 @@ div.warning {
        background : #fff7d5;
        border : 1px solid #d7c47a;
        font-size : 9pt;
-       width : 50%;
+       width : 60%;
        padding : 5px;
        margin : 0px 0px 5px 0px;
 }
 
 
-div.warning img, div.notice img {
+div.warning img, div.notice img, div.error img {
        vertical-align : middle;
        padding : 5px;
 }
@@ -638,7 +664,11 @@ table.innerLoginForm td {
        padding : 3px 3px 5px 3px;
 }
 
-span.insensitive, div.insensitive {
+span.feed_error {
+       color : red;
+}
+
+span.insensitive, div.insensitive, li.insensitive, label.insensitive {
        color : gray;
 }
 
@@ -702,21 +732,21 @@ table.headlinesSubToolbar {
 
 table.headlinesSubToolbar td.headlineActions {
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineActionsRTL {
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
 }
 
 table.headlinesSubToolbar td.headlineTitle {
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
        text-align : right;
@@ -724,7 +754,7 @@ table.headlinesSubToolbar td.headlineTitle {
 
 table.headlinesSubToolbar td.headlineTitleRTL {
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
+       font-family : "Lucida Grande", Tahoma, Arial, sans-serif;
        color : gray;
        padding : 0px 5px 0px 5px;
        text-align : left;
@@ -740,6 +770,10 @@ span.contentPreview:hover {
        color : #4684ff;
 }
 
+table.headlinesList {
+       width : 100%;
+}
+
 table.headlinesList td.hlMarkedPic {
        width : 25px;
        text-align : center;
@@ -749,7 +783,7 @@ table.headlinesList td.hlfeed {
        text-align : right;
 }
 
-td.hlSelectRow, td.hlUpdatePic {
+td.hlSelectRow, td.hlUpdPic {
        width : 25px;
        text-align : center;
 }
@@ -813,27 +847,64 @@ td.hlFeed {
        text-align : right;
 }
 
+span.hlFeed, span.hlFeed a {
+       font-size : 9pt;
+       color : gray;
+}
+
+span.hlFeed a:hover {
+       color : #4684ff;
+}
+
+/* div.cdmArticle:hover {
+       background-color : white;
+} */
+
+div.cdmAllTags {
+       float : left;
+       background-color : white;
+       border : 1px solid #c0c0c0;
+       display : none;
+       z-index : 3;
+       top : auto;
+       left : auto;
+       right : auto;
+       position : absolute;
+       padding : 10px;
+}
+
+span.cdmAllTagsCtr:hover div {
+       display : block;
+}
+
 div.cdmArticle {
-       border-color : #c0c0c0;
+       border-color : #a0a0a0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       background-color : #fafafa;
+       background-color : #f9faff;
        margin : 0px;
-       padding : 10px;
+       color : #505050;
+       /* padding : 10px; */
+       color : black;
+
 }
 
+/* div.cdmArticleUnread:hover {
+       background-color : white;
+} */
+
 div.cdmArticleUnread {
-       border-color : #c0c0c0;
+       border-color : #a0a0a0;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       background-color : #fafeff;
+       background-color : white;
        margin : 0px;
-       padding : 10px;
+       /* padding : 10px; */
+       color : black;
 }
 
 div.cdmArticleSelected, div.cdmArticleUnreadSelected {
        margin : 0px;
-       padding : 10px;
        background-color : #fff7d5;
        border-color : #e7d796;
        border-width : 0px 0px 1px 0px;
@@ -846,19 +917,54 @@ div.cdmArticleUnreadSelected div.cdmHeader a.title {
 }
 
 div.cdmHeader {
-       padding-bottom : 5px;
+       padding : 5px 5px 10px 5px;
+}
+
+div.cdmArticleUnread div.cdmHeader a {
+       color : black;
 }
 
 div.cdmFooter {
        font-size : 9pt;
+       color : black;
+       padding : 5px;
        color : gray;
-       padding-top : 5px;
+       background-color : white;
+       border-width : 1px 0px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+}
+
+div.cdmArticleSelected div.cdmFooter {
+       background-color : transparent;
 }
 
-div.cdmFooter img.markedPic {
+div.cdmFooter span.s0 {
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       padding : 0px 5px 0px 0px;
+}
+
+div.cdmFooter span.s1 {
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       padding : 0px 5px 0px 5px;
+}
+
+div.cdmFooter span.s2 {
+       padding : 0px 5px 0px 5px;
+}
+
+div.cdmFooter img.markedPic, div.cdmFooter img.tagsPic {
        width : 16px;
        height : 16px;
-       float : right;
+       vertical-align : middle;
+}
+
+img.markedPic {
+       cursor : pointer;
 }
 
 div.cdmHeader div.articleUpdated {
@@ -870,7 +976,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
 }
 
 div.cdmHeader, div.cdmHeader a {
-       color : gray;
+       color : #505050;
        font-size : 9pt;
 }
 
@@ -879,7 +985,8 @@ div.cdmHeader a:hover {
 }
 
 div.cdmContent {
-       margin-bottom : 5px;
+       margin : 5px 15px 0px 15px;
+
 }
 
 a.warning {
@@ -896,11 +1003,21 @@ span.groupPrompt {
        color : #4684ff;
 }
 
+div.tagCloudContainer {
+/*     height : 300px;
+       overflow : auto; */
+       border : 1px solid #99d67a;
+       background-color : white;
+       margin : 5px 0px 5px 0px;
+       padding : 5px;
+       text-align : center;
+}
+
 ul.feedErrorsList {
        height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
        margin : 0px 0px 5px 0px;
        padding : 0px;
@@ -910,7 +1027,7 @@ ul.userFeedList {
        height : 300px;
        overflow : auto;
        list-style-type : none;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
        margin : 0px 0px 5px 0px;
        padding : 0px;
@@ -922,13 +1039,22 @@ ul.userFeedList {
        -moz-border-radius : 5px;
 } */
 
+/*#browseBigFeedList li {
+       padding :0px;
+}*/
+
+div.labelTestError {
+       margin : 5px 0px 5px 0px;
+       color : #f04040;
+}
+
 ul.labelTestResults {
        height : 100px;
        overflow : auto;
        list-style-type : none;
        margin : 0px 0px 5px 0px;
        padding : 0px;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
 }
 
@@ -938,7 +1064,7 @@ ul.filterTestResults {
        list-style-type : none;
        margin : 0px 0px 5px 0px;
        padding : 0px;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
 }
 
@@ -948,7 +1074,7 @@ ul.browseFeedList {
        list-style-type : none;
        margin : 0px 0px 5px 0px;
        padding : 0px;
-       border : 1px solid #88b0f0;
+       border : 1px solid #99d67a;
        background-color : white;
 }
 
@@ -973,7 +1099,6 @@ input.feedBrowseCB {
 
 div.browserDetails {
        margin : 5px 5px 5px 5px;
-       display : none;
        padding : 5px;
 }
 
@@ -1043,6 +1168,18 @@ a.cdmToggleLink:hover {
        font-size : 8pt;
 }
 
+#dialog_overlay {
+       background : white;
+       left : 0;
+       top : 0;
+       height : 100%;
+       width : 100%;
+       z-index : 2;
+       opacity : 0.5;
+       position : absolute;
+       display : none;
+}
+
 #overlay {
        background : white;
        left : 0;
@@ -1289,7 +1426,7 @@ div.headlines_cdm {
 
 #content-frame {
        position : absolute;
-       border-width : 1px 0px 1px 0px;
+       border-width : 1px 0px 0px 0px;
        border-style : solid;
        border-color : #88b0f0;
        overflow : auto;
@@ -1299,7 +1436,7 @@ div.headlines_cdm {
        right : 0px;
        border-collapse : collapse;
        width: expression((parseInt(document.documentElement.clientWidth)-260)+'px');
-       height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px');
+/*     height: expression((parseInt(document.documentElement.clientHeight)-40-305-50)+'px'); */
 }
 
 #footer, #prefFooter {
@@ -1426,7 +1563,7 @@ ul.headlineDropdownMenu {
 
 ul.headlineDropdownMenu li.top {
        float : left;
-       width : 9em;
+       width : 12em;
        background-image : url("images/down_arrow.png");
        background-position : center right;
        background-repeat : no-repeat;
@@ -1441,6 +1578,15 @@ 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;
@@ -1469,7 +1615,7 @@ ul.headlineDropdownMenu ul {
        padding : 0px;
        display : none;
        background-color : white;
-       width : 9em;
+       width : 12em;
        z-index : 3;
        top : auto;
        left : auto;
@@ -1493,7 +1639,6 @@ ul.headlineDropdownMenu ul li:hover {
 #newVersionIcon {
        vertical-align : middle;
        cursor : pointer;
-       display : none;
 }
 
 a.helpLinkPic {
@@ -1505,5 +1650,64 @@ a.helpLinkPic img {
 }
 
 #fadd_login_container {
-       display : none;
+}
+
+li.feedCatHolder {
+       display : inline;
+}
+
+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;
+       background-color : white;
+       border :1px solid #778899;
+       margin : 0px;
+       padding : 0px;
+}
+
+div.autocomplete ul {
+       list-style-type : none;
+       margin : 0px;
+       padding : 0px;
+}
+
+div.autocomplete ul li.selected { 
+       background-color : #fff7d5;
+}
+
+div.autocomplete ul li {
+       list-style-type : none;
+       display : block;
+       margin : 0;
+       padding : 2px;
+       height : 32px;
+       cursor : pointer;
+}
+
+#feedOpToolbar {
+       float : right;
+}
+
+div.topLinks {
+       float : right;
+       margin-right : 5px;
+       color : gray;
+}
+
+div.topLinks a {
+       color : #4684ff;        
+}
+
+div.topLinks a:hover {
+       color : black;
 }