]> 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 353fe2e71b7c736314cc32622f3b0c9aae702e18..ed9bedea13d240cfad8fc6137b60713319288d27 100644 (file)
@@ -56,7 +56,8 @@ div.cdmContentInner {
        font-size : 15px;
 }
 
-div.cdmContentInner img {
+div.cdmContentInner img,
+div.cdmContentInner video {
        border-width : 0px;
        max-width : 98%;
        height : auto;
@@ -141,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", Ubuntu, "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -155,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", Ubuntu, "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -171,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", Ubuntu, "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -212,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;
 }
 
@@ -263,6 +261,7 @@ div.cdmContentInner p {
 
 div.cdmContentInner iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.cdmHeader span.author {
@@ -312,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", Ubuntu, "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }