]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
increase main reading font to 15px and set line-height to 1.5
[tt-rss.git] / css / cdm.css
index a7b7c74f53b9d186c3665623c0f8603825f1df89..c4f9111c9173fcd9f7ba67026d75edc4976698a9 100644 (file)
@@ -52,7 +52,8 @@ div.cdmHeader input {
 
 div.cdmContentInner {
        margin : 10px;
-       line-height : 20px;
+       line-height : 1.5;
+       font-size : 15px;
 }
 
 div.cdmContentInner img {
@@ -61,6 +62,16 @@ div.cdmContentInner img {
        height : auto;
 }
 
+div.cdmContentInner h1 {
+       font-size : 16px;
+}
+
+div.cdmContentInner h2,
+div.cdmContentInner h3,
+div.cdmContentInner h4 {
+       font-size : 15px;
+}
+
 div.cdmFooter {
        padding : 5px;
        font-weight : normal;
@@ -123,11 +134,15 @@ div.cdm.expandable.active div.cdmHeader span.titleWrap {
 }
 
 div.cdm.expandable div.cdmHeader a.title {
-       font-weight : bold;
+       font-weight : 600;
        color : #555;
        font-size : 14px;
        -webkit-transition : color 0.2s;
        transition : color 0.2s;
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -137,6 +152,11 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
 div.cdm.expandable.active div.cdmHeader a.title {
        color : #4684ff;
        font-size : 16px;
+       font-weight : 600;
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div.cdm.expanded div.cdmHeader {
@@ -146,9 +166,13 @@ div.cdm.expanded div.cdmHeader {
 div.cdm.expanded div.cdmHeader a.title {
        font-size : 16px;
        color : #999;
-       font-weight : bold;
+       font-weight : 600;
        -webkit-transition : color 0.2s;
        transition : color 0.2s;
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div.cdm.expanded.active {
@@ -177,7 +201,7 @@ div.cdm.active div.cdmContent {
 
 span.cdmExcerpt {
        font-size : 11px;
-       color : #555;
+       color : #999;
        font-weight : normal;
        cursor : pointer;
 }
@@ -283,9 +307,13 @@ div#floatingTitle span.author {
 div#floatingTitle a.title {
        font-size : 16px;
        color : #999;
-       font-weight : bold;
        -webkit-transition : color 0.2s;
        transition : color 0.2s;
+       font-weight : 600;
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div#floatingTitle.Unread a.title {
@@ -293,7 +321,6 @@ div#floatingTitle.Unread a.title {
 }
 
 div#floatingTitle img.anchor {
-       margin-right : 1px;
        margin-left : 0px;
 }