]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
increase content font size by 1px
[tt-rss.git] / css / cdm.css
index 515bbb3fbadb34b0d2b90cfdda4658bcc88c7949..91946bfcdba4abfe3555109051112271491fc168 100644 (file)
@@ -55,10 +55,14 @@ div.cdmHeader input {
        margin-right : 4px;
 }
 
+div.cdmIntermediate {
+       margin : 10px;
+}
+
 div.cdmContentInner {
        margin : 10px;
        line-height : 1.5;
-       font-size : 15px;
+       font-size : 16px;
 }
 
 div.cdmContentInner img,
@@ -157,7 +161,7 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
 }
 
 div.cdm.expandable.active div.cdmHeader a.title {
-       color : #4684ff;
+       color : #0088cc;
        font-size : 16px;
        font-weight : 600;
        text-rendering: optimizelegibility;
@@ -187,7 +191,7 @@ div.cdm.expanded.active {
 }
 
 div.cdm.expanded.active div.cdmHeader a.title {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdm.expanded.Unread div.cdmHeader a.title {
@@ -207,6 +211,7 @@ div.cdm.active div.cdmContent {
 }
 
 span.cdmExcerpt {
+       white-space : nowrap;
        font-size : 11px;
        color : #999;
        font-weight : normal;
@@ -219,7 +224,7 @@ div.cdmContent div.postEnclosures {
 }
 
 div.cdmFeedTitle {
-       border-color : #4684ff;
+       border-color : #0088cc;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        padding : 5px 3px 5px 5px;
@@ -235,7 +240,7 @@ div.cdmFeedTitle a {
 }
 
 div.cdmFeedTitle a:hover {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdmHeader span.hlFeed {
@@ -259,7 +264,7 @@ div.cdm .hlFeed a {
 }
 
 div.cdmContentInner p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -271,6 +276,7 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
+       white-space : nowrap;
        color : #555;
        font-size : 11px;
        font-weight : normal;
@@ -400,6 +406,6 @@ div.cdmFeedTitle a.catchup {
 }
 
 div.cdmFeedTitle a.catchup:hover {
-       color : #4684ff;
+       color : #0088cc;
 }