]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
increase content font size by 1px
[tt-rss.git] / css / cdm.css
index 81c481eae9175f5e94aaed383401126c60294c31..91946bfcdba4abfe3555109051112271491fc168 100644 (file)
@@ -2,7 +2,7 @@ div.cdmHeader img, div.cdmHeader input, div.cdmFooter img {
        vertical-align : middle;
 }
 
-div.cdmHeader {
+div.cdmHeader, div.cdmFooter {
        display : table;
 }
 
@@ -11,11 +11,16 @@ div.cdmHeader > * {
        padding : 5px;
 }
 
-div.cdmHeader > div {
+div.cdmFooter > * {
+       display : table-cell;
+       vertical-align : middle;
+}
+
+div.cdmHeader > div, div.cdmFooter > div {
        white-space : nowrap;
 }
 
-div.cdmHeader > span {
+div.cdmHeader > span, div.cdmFooter > span.left {
        width : 100%;
 }
 
@@ -50,33 +55,60 @@ div.cdmHeader input {
        margin-right : 4px;
 }
 
+div.cdmIntermediate {
+       margin : 10px;
+}
+
 div.cdmContentInner {
        margin : 10px;
-       line-height : 20px;
+       line-height : 1.5;
+       font-size : 16px;
 }
 
-div.cdmContentInner img {
+div.cdmContentInner img,
+div.cdmContentInner video {
        border-width : 0px;
        max-width : 98%;
        height : auto;
 }
 
+div.cdmContentInner h1 {
+       font-size : 16px;
+}
+
+div.cdmContentInner h2,
+div.cdmContentInner h3,
+div.cdmContentInner h4 {
+       font-size : 15px;
+}
+
 div.cdmFooter {
-       padding : 5px;
+       height : 30px;
+       padding-left : 5px;
        font-weight : normal;
        color : #555;
        clear : both;
 }
 
+div.cdm {
+       margin-right : 4px;
+}
+
 div.cdm.expanded {
        margin-top : 4px;
        margin-bottom : 4px;
 }
 
+div.cdm.expanded div.cdmFooter {
+       border-style : solid;
+       border-width : 0px 0px 1px 0px;
+       border-color : #ddd;
+}
+
 div.cdm.expandable {
        background-color : #f0f0f0;
        border-width : 0px 0px 1px 0px;
-       border-color : #c0c0c0;
+       border-color : #ddd;
        border-style : solid;
 }
 
@@ -98,8 +130,6 @@ div.cdm.expandable.Selected {
 }
 
 div.cdm.expandable.active {
-       box-shadow : inset 0px 0px 3px 0px rgba(0,0,0,0.1);
-       border-color : #88b0f0;
        background : white ! important;
 }
 
@@ -115,10 +145,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", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -126,7 +161,13 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
 }
 
 div.cdm.expandable.active div.cdmHeader a.title {
-       color : #4684ff;
+       color : #0088cc;
+       font-size : 16px;
+       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",
+               Helvetica, Arial, sans-serif;
 }
 
 div.cdm.expanded div.cdmHeader {
@@ -134,11 +175,15 @@ div.cdm.expanded div.cdmHeader {
 }
 
 div.cdm.expanded div.cdmHeader a.title {
-       font-size : 14px;
+       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", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div.cdm.expanded.active {
@@ -146,7 +191,7 @@ div.cdm.expanded.active {
 }
 
 div.cdm.expanded.active div.cdmHeader a.title {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdm.expanded.Unread div.cdmHeader a.title {
@@ -166,8 +211,9 @@ div.cdm.active div.cdmContent {
 }
 
 span.cdmExcerpt {
+       white-space : nowrap;
        font-size : 11px;
-       color : #555;
+       color : #999;
        font-weight : normal;
        cursor : pointer;
 }
@@ -178,17 +224,14 @@ div.cdmContent div.postEnclosures {
 }
 
 div.cdmFeedTitle {
-       border-color : #a0a0a0;
+       border-color : #0088cc;
        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;
 }
 
@@ -197,7 +240,7 @@ div.cdmFeedTitle a {
 }
 
 div.cdmFeedTitle a:hover {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdmHeader span.hlFeed {
@@ -221,14 +264,19 @@ div.cdm .hlFeed a {
 }
 
 div.cdmContentInner p {
-       max-width : 650px;
+       /*max-width : 650px;*/
+       -webkit-hyphens: auto;
+       -moz-hyphens: auto;
+       hyphens: auto;
 }
 
 div.cdmContentInner iframe {
        min-width : 50%;
+       max-width : 98%;
 }
 
 div.cdmHeader span.author {
+       white-space : nowrap;
        color : #555;
        font-size : 11px;
        font-weight : normal;
@@ -238,15 +286,15 @@ div.cdmHeader span.author {
 div#floatingTitle {
        position : absolute;
        z-index : 5;
-       top : 25px;
+       top : 0px;
        right : 0px;
        left : 0px;
-       border-color : #ccc;
-       border-width : 1px 0px 1px 0px;
+       border-color : #ddd;
+       border-width : 0px 0px 1px 0px;
        border-style : solid;
-       background : #fcfcfc;
+       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 > * {
@@ -268,11 +316,15 @@ div#floatingTitle span.author {
 }
 
 div#floatingTitle a.title {
-       font-size : 14px;
+       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", Ubuntu, "DejaVu Sans", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 div#floatingTitle.Unread a.title {
@@ -280,7 +332,6 @@ div#floatingTitle.Unread a.title {
 }
 
 div#floatingTitle img.anchor {
-       margin-right : 1px;
        margin-left : 0px;
 }
 
@@ -337,4 +388,24 @@ div#floatingTitle img.hlScorePic {
        text-decoration : line-through;
 }
 
+div.cdmFeedTitle > * {
+       display : table-cell;
+       vertical-align : middle;
+}
+
+div.cdmFeedTitle a.title {
+       width : 100%;
+}
+
+div.cdmFeedTitle a.catchup {
+       text-align : right;
+       color : #555;
+       padding-right : 10px;
+       font-size : 11px;
+       white-space : nowrap;
+}
+
+div.cdmFeedTitle a.catchup:hover {
+       color : #0088cc;
+}