]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
bring cdmFeedTitle style in line with the rest of the UI
[tt-rss.git] / css / cdm.css
index b8c763b316143af00d0c812917cf30fff3fab7c5..ed9bedea13d240cfad8fc6137b60713319288d27 100644 (file)
@@ -52,10 +52,12 @@ div.cdmHeader input {
 
 div.cdmContentInner {
        margin : 10px;
-       line-height : 20px;
+       line-height : 1.5;
+       font-size : 15px;
 }
 
-div.cdmContentInner img {
+div.cdmContentInner img,
+div.cdmContentInner video {
        border-width : 0px;
        max-width : 98%;
        height : auto;
@@ -68,7 +70,7 @@ div.cdmContentInner h1 {
 div.cdmContentInner h2,
 div.cdmContentInner h3,
 div.cdmContentInner h4 {
-       font-size : 14px;
+       font-size : 15px;
 }
 
 div.cdmFooter {
@@ -140,7 +142,7 @@ div.cdm.expandable div.cdmHeader a.title {
        transition : color 0.2s;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -154,7 +156,7 @@ div.cdm.expandable.active div.cdmHeader a.title {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -170,7 +172,7 @@ div.cdm.expanded div.cdmHeader a.title {
        transition : color 0.2s;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -211,17 +213,14 @@ div.cdmContent div.postEnclosures {
 }
 
 div.cdmFeedTitle {
-       border-color : #a0a0a0;
+       border-color : #4684ff;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        padding : 5px 3px 5px 5px;
-       background : url("../images/toolbar.png") bottom left;
-       background-repeat : repeat-x;
 }
 
 div.cdmFeedTitle a.title {
        color : #555;
-       font-style : italic;
        font-weight : bold;
 }
 
@@ -262,6 +261,7 @@ div.cdmContentInner p {
 
 div.cdmContentInner iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.cdmHeader span.author {
@@ -311,7 +311,7 @@ div#floatingTitle a.title {
        font-weight : 600;
        text-rendering: optimizelegibility;
        font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
-               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }