]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
add some less files for base css
[tt-rss.git] / css / cdm.css
index a9221b86e67af37bf469908bf93884db36e00500..5f4bf300422c6b405b7078ed1c4dbe084fc17946 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;
@@ -152,7 +154,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, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -166,7 +168,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, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -182,7 +184,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, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }
 
@@ -211,6 +213,7 @@ div.cdm.active div.cdmContent {
 }
 
 span.cdmExcerpt {
+       white-space : nowrap;
        font-size : 11px;
        color : #999;
        font-weight : normal;
@@ -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;
@@ -321,7 +325,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, "DejaVu Sans", "Helvetica Neue",
+               "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "Helvetica Neue",
                Helvetica, Arial, sans-serif;
 }