]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
add a placeholder where floicon might be added if needed, still keep it
[tt-rss.git] / tt-rss.css
index f7cc46d04778c25a0bfd0ceb90c68b49f5931721..72bdc1d24c7588da44df7089eb995b0ad8148fa1 100644 (file)
@@ -211,11 +211,11 @@ a:hover {
 }
 
 #headlines-frame div.hl:nth-child(even) {
-       background : #f0f0f0;
+       background : #fafafa;
 }
 
 #headlines-frame.normal {
-       font-size : 13px;
+
 }
 
 .hl {
@@ -241,12 +241,11 @@ div.filterTestHolder {
 
 #content-insert blockquote, #headlines-frame blockquote, .dijitContentPane blockquote {
        margin : 5px 0px 5px 0px;
-       padding : 10px;
        color : #555;
-       border-width : 0px 0px 0px 3px;
+       padding-left : 10px;
+       border-width : 0px 0px 0px 4px;
        border-color : #c0c0c0;
        border-style : solid;
-       background : #fafafa;
 }
 
 #content-insert code, #headlines-frame code, .dijitContentPane code {
@@ -855,6 +854,10 @@ div.fatalError textarea {
        font-weight : bold;
 }
 
+.dijitTreeLabel {
+       outline : 0;
+}
+
 .feedParam {
        color : #555;
        float : right;
@@ -995,22 +998,31 @@ div.postHeader span.author {
 body#ttrssZoom {
        margin-left : auto;
        margin-right : auto;
-       padding : 2em;
+       padding : 20px;
        max-width : 800px;
-       background : #f0f0f0;
+       background : #f9fbff;
 }
 
 body#ttrssZoom div.postContent p {
        max-width : 650px;
 }
 
+body#ttrssZoom div.postHeader {
+       margin : 10px;
+       border : 1px solid #ccc;
+       box-shadow : none;
+       border-radius : 4px;
+}
+
 body#ttrssZoom div.postReply {
        border : 1px solid #ccc;
-       box-shadow : 0px 0px 3px #ccc;
+       border-radius : 4px;
+       box-shadow : inset 0px 0px 3px rgba(0,0,0,0.1);
+       background : white;
 }
 
 body#ttrssZoom div.postContent {
-       background-color : white;
+
 }
 
 body#ttrssZoom div.footer {
@@ -1021,7 +1033,7 @@ body#ttrssZoom div.footer {
 body#ttrssZoom div.postContent img {
        max-width : 650px;
        height : auto;
-}
+} 
 
 select.attachments {
        display : block;
@@ -1041,6 +1053,7 @@ div.hl.active {
        padding : 2px 0px 2px;
        border-width : 1px;
        border-color : transparent;
+       color : #333;
 }
 
 #feedTree .dijitTreeNode {
@@ -1054,6 +1067,12 @@ div.hl.active {
        font-family : "Segoe UI", Tahoma, sans-serif;
 }
 
+#feedTree .counterNode.aux {
+       background : #f0f0f0;
+       color : #999;
+       border-color : #f0f0f0;
+}
+
 #feedTree .counterNode {
        font-weight : bold;
        display : inline-block;
@@ -1082,3 +1101,6 @@ body#ttrssPrefs hr {
        max-width : 100%;
 }
 
+.dijitMenuItemLabel {
+       font-size : 13px;
+}