]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
fix maximum width of images in cdmIntermediate
[tt-rss.git] / css / cdm.css
index 6bb55375ea2fa5187dab02ecf82704aa80fc54da..777a5bee0ecae4aff066c586605492b77fce63c1 100644 (file)
@@ -62,9 +62,11 @@ div.cdmIntermediate {
 div.cdmContentInner {
        margin : 10px;
        line-height : 1.5;
-       font-size : 15px;
+       font-size : 16px;
 }
 
+div.cdmIntermediate img,
+div.cdmIntermediate video,
 div.cdmContentInner img,
 div.cdmContentInner video {
        border-width : 0px;
@@ -161,7 +163,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;
@@ -191,7 +193,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 {
@@ -211,6 +213,7 @@ div.cdm.active div.cdmContent {
 }
 
 span.cdmExcerpt {
+       white-space : nowrap;
        font-size : 11px;
        color : #999;
        font-weight : normal;
@@ -223,7 +226,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;
@@ -239,7 +242,7 @@ div.cdmFeedTitle a {
 }
 
 div.cdmFeedTitle a:hover {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdmHeader span.hlFeed {
@@ -263,7 +266,7 @@ div.cdm .hlFeed a {
 }
 
 div.cdmContentInner p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -275,6 +278,7 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
+       white-space : nowrap;
        color : #555;
        font-size : 11px;
        font-weight : normal;
@@ -404,6 +408,6 @@ div.cdmFeedTitle a.catchup {
 }
 
 div.cdmFeedTitle a.catchup:hover {
-       color : #4684ff;
+       color : #0088cc;
 }