summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css38
1 files changed, 33 insertions, 5 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 5b7567db0..673c51b65 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -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,7 +329,10 @@ div.prefHelp {
white-space : nowrap;
display : table-cell;
color : #999;
- 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;
font-size : 12px;
}
@@ -949,7 +974,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 {