summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-28 23:37:07 +0400
committerAndrew Dolgov <[email protected]>2014-01-28 23:37:07 +0400
commit5470cfab6dc09c1e6fda29d145d746d2c46ae42d (patch)
tree39e59714a5e234f84a854508cd480588a9ad5f0b /css/cdm.css
parentcc4083ab81d35ab5775dd00bc6a5112083e88292 (diff)
add some experimental font family updates for headlines and chrome elements
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css24
1 files changed, 20 insertions, 4 deletions
diff --git a/css/cdm.css b/css/cdm.css
index a7b7c74f5..eb4a2243c 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -123,11 +123,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 +141,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 +155,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 {
@@ -283,9 +296,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 +310,6 @@ div#floatingTitle.Unread a.title {
}
div#floatingTitle img.anchor {
- margin-right : 1px;
margin-left : 0px;
}