]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
style tweaks
[tt-rss.git] / tt-rss.css
index f8ada76dda098227185d31646b4d4bb66ad9a5a6..8d613fa8cf1fe8ae81c18aea3cf58a68160e766f 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,18 +29,27 @@ 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;
@@ -51,7 +61,7 @@ ul.feedList {
        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 {
@@ -268,7 +278,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;
@@ -440,6 +450,7 @@ div.prefFeedCatHolder {
        overflow : auto;
        border : 1px solid #99d67a;
        margin : 5px 0px 5px 0px;
+       background-color : white;
 }
 
 a.helpLink {
@@ -569,13 +580,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 {
@@ -587,15 +599,16 @@ div.prefsTabSelected {
        padding : 3px 5px 3px 5px;
        background-color : #ecf4ff;
        font-size : 9pt;
-       font-family : "Lucida Grande", Tahoma, sans-serif;
-       position : relative;
-       bottom : -1px;
+       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 : 2;
+       cursor : pointer;
+       position : relative;
+       bottom : -2px;
+       
 }
 
 div.notice {
@@ -723,21 +736,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;
@@ -745,7 +758,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;
@@ -774,7 +787,7 @@ table.headlinesList td.hlfeed {
        text-align : right;
 }
 
-td.hlSelectRow, td.hlUpdatePic {
+td.hlSelectRow, td.hlUpdPic {
        width : 25px;
        text-align : center;
 }
@@ -838,27 +851,53 @@ td.hlFeed {
        text-align : right;
 }
 
+/* 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 : #fafafa; */
        margin : 0px;
-       padding : 10px;
+       color : #505050;
+       /* padding : 10px; */
 }
 
+/* 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;
@@ -871,21 +910,53 @@ 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 span.s0 {
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       padding : 0px 10px 0px 0px;
+}
+
+div.cdmFooter span.s1 {
+       border-width : 0px 1px 0px 0px;
+       border-color : #c0c0c0;
+       border-style : dotted;
+       padding : 0px 10px 0px 10px;
+}
+
+div.cdmFooter span.s2 {
+       padding : 0px 10px 0px 10px;
 }
 
 div.cdmFooter img.markedPic {
        width : 16px;
        height : 16px;
-       float : right;
+       vertical-align : middle;
 }
 
+
 div.cdmHeader div.articleUpdated {
        float : right;
 }
@@ -895,7 +966,7 @@ div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
 }
 
 div.cdmHeader, div.cdmHeader a {
-       color : gray;
+       color : #505050;
        font-size : 9pt;
 }
 
@@ -904,7 +975,8 @@ div.cdmHeader a:hover {
 }
 
 div.cdmContent {
-       margin-bottom : 5px;
+       margin : 5px 15px 0px 15px;
+
 }
 
 a.warning {
@@ -921,6 +993,16 @@ 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;
@@ -1068,6 +1150,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;
@@ -1466,6 +1560,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;
@@ -1536,3 +1639,13 @@ a.helpLinkPic img {
 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;
+}