]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
toolbar css fixes
[tt-rss.git] / css / tt-rss.css
index 5b7567db0fb8ec95329473f7abde18256307f6cf..d791f163f23d87d4419256746c497cdfc6d14d16 100644 (file)
@@ -34,6 +34,11 @@ div.postReply div.postTitle {
        overflow : hidden;
        text-overflow: ellipsis;
        white-space : nowrap;
+       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.postReply div.postDate {
@@ -84,22 +89,35 @@ div.postReply span.author {
 
 h1 {
        font-size : 18px;
+       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;
 }
 
 h2 {
        font-size : 16px;
-       font-weight : bold;
+       font-weight : 600;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #ecf4ff;
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 h3 {
        font-size : 12px;
-       font-weight : bold;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        border-color : #ecf4ff;
+       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;
 }
 
 hr {
@@ -176,7 +194,11 @@ a:hover {
 }
 
 .hl div.hlTitle a {
-       font-weight : bold;
+       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;
        color : #777;
 }
 
@@ -307,8 +329,20 @@ div.prefHelp {
        white-space : nowrap;
        display : table-cell;
        color : #999;
-       font-family : "Segoe UI", Tahoma, sans-serif;
+}
+
+#main-toolbar > *,
+#main-toolbar table * {
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
        font-size : 12px;
+
+}
+
+#main-toolbar .dijitDownArrowButton {
+       font-size : 11px;
 }
 
 #main-toolbar #headlines-toolbar {
@@ -329,6 +363,11 @@ div.prefHelp {
        text-align : right;
 }
 
+#main-toolbar #headlines-toolbar .main,
+#main-toolbar #headlines-toolbar .r {
+       line-height : 24px;
+}
+
 #headlines-toolbar span.r img {
        margin-right : 4px;
        position : relative;
@@ -949,7 +988,10 @@ ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitChec
 body#ttrssMain #feedTree { 
        height : 100%;
        overflow-x : hidden;
-       font-family : "Segoe UI", Tahoma, sans-serif;
+       text-rendering: optimizelegibility;
+       font-family : "Segoe WP Semibold", "Segoe UI Semibold", 
+               "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+               Helvetica, Arial, sans-serif;
 }
 
 body#ttrssMain #feedTree .counterNode.aux {