]> 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 ef3ef52d616216a6e07bebb346136fb632de2368..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;
@@ -68,6 +79,10 @@ div.cdmFooter {
        clear : both;
 }
 
+div.cdm {
+       margin-right : 4px;
+}
+
 div.cdm.expanded {
        margin-top : 4px;
        margin-bottom : 4px;
@@ -76,7 +91,7 @@ div.cdm.expanded {
 div.cdm.expanded div.cdmFooter {
        border-style : solid;
        border-width : 0px 0px 1px 0px;
-       border-color : #f0f0f0;
+       border-color : #ddd;
 }
 
 div.cdm.expandable {
@@ -119,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 {
@@ -133,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 {
@@ -142,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 {
@@ -173,7 +201,7 @@ div.cdm.active div.cdmContent {
 
 span.cdmExcerpt {
        font-size : 11px;
-       color : #555;
+       color : #999;
        font-weight : normal;
        cursor : pointer;
 }
@@ -250,12 +278,12 @@ div#floatingTitle {
        top : 0px;
        right : 0px;
        left : 0px;
-       border-color : #ccc;
+       border-color : #ddd;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        background : white;
        color : #555;
-       box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
+       box-shadow : 0px 1px 1px -1px rgba(0,0,0,0.1);
 }
 
 div#floatingTitle > * {
@@ -279,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 {
@@ -289,7 +321,6 @@ div#floatingTitle.Unread a.title {
 }
 
 div#floatingTitle img.anchor {
-       margin-right : 1px;
        margin-left : 0px;
 }