From 1828e0c27a8d014081808f08dfbaf2b626a51652 Mon Sep 17 00:00:00 2001 From: hoilc Date: Wed, 24 May 2017 11:55:05 +0800 Subject: add default simplified chinese font for Windows and MacOS --- p/themes/BlueLagoon/BlueLagoon.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 27bae5404..17f6003d1 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -10,7 +10,7 @@ /*============*/ html, body { height: 100%; - font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", sans-serif; + font-family: "OpenSans", "Cantarell", "Helvetica", "Arial", "PingFang SC", "Microsoft YaHei", sans-serif; background: #fafafa; font-size: 92%; } -- cgit v1.2.3 From eeb5d6dd5e68de39229dc99ce9155cc467999187 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 27 May 2017 23:05:44 +0200 Subject: More uniform styling of A and BUTTON in drop-downs https://github.com/FreshRSS/FreshRSS/issues/1556 --- p/themes/BlueLagoon/BlueLagoon.css | 9 +++------ p/themes/Dark/dark.css | 10 ++++------ p/themes/Flat/flat.css | 8 +++----- p/themes/Origine-compact/origine-compact.css | 12 ++++-------- p/themes/Origine/origine.css | 12 ++++-------- p/themes/Pafat/pafat.css | 21 +++++++-------------- p/themes/Screwdriver/screwdriver.css | 11 +++-------- p/themes/base-theme/base.css | 7 ++----- 8 files changed, 30 insertions(+), 60 deletions(-) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 17f6003d1..150e27908 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -368,16 +368,13 @@ a.btn { .dropdown-header { display:none; } -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; - color: #ccc; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; color: #ccc; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: linear-gradient(180deg, #0090FF 0%, #0062BE 100%) #E4992C; diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index 85c67807c..d8415ef25 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -334,14 +334,12 @@ a.btn { text-align: left; color: #888; } -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: #26303F; @@ -810,7 +808,7 @@ a.btn { /*=== "Load more" part */ #bigMarkAsRead { text-align: center; - text-decoration: none; + text-decoration: none; } #bigMarkAsRead:hover { background: #111; diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 2292a078f..0240fe4b4 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -334,14 +334,12 @@ a.btn { text-align: left; color: #34495e; } -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: #2980b9; diff --git a/p/themes/Origine-compact/origine-compact.css b/p/themes/Origine-compact/origine-compact.css index d1c37cc96..8447e2486 100644 --- a/p/themes/Origine-compact/origine-compact.css +++ b/p/themes/Origine-compact/origine-compact.css @@ -360,16 +360,12 @@ a.btn { font-weight: bold; text-align: left; } -.dropdown-menu > .item { -} -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: #0062BE; @@ -870,7 +866,7 @@ a.btn { /*=== "Load more" part */ #bigMarkAsRead { text-align: center; - text-decoration: none; + text-decoration: none; color: #666; background: #fafafa; font-size: 1.2em; diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index bb1cf3a1f..becf3f433 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -358,16 +358,12 @@ a.btn { font-weight: bold; text-align: left; } -.dropdown-menu > .item { -} -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: #0062BE; @@ -853,7 +849,7 @@ a.btn { /*=== "Load more" part */ #bigMarkAsRead { text-align: center; - text-decoration: none; + text-decoration: none; text-shadow: 0 -1px 0 #aaa; color: #666; background: #fafafa; diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 8a0bf57a7..23bc6671d 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -146,8 +146,8 @@ form th { .stick .dropdown + .dropdown > .btn { border-left: none; -} - +} + .stick .btn + .dropdown > .btn { border-left: none; border-radius: 0 3px 3px 0; @@ -338,20 +338,13 @@ a.btn { font-weight: bold; text-align: left; } -.dropdown-menu > .item { -} - -.dropdown-menu > .item > a { - padding: 0 22px; - line-height: 2.5em; - color: #666; - font-size: 0.8rem; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; + color: #666; font-size: 0.8rem; } @@ -550,7 +543,7 @@ a.btn { text-decoration: none; color : #C5C6CA; } - + .header > .item.search input { width: 230px; height : 29px; @@ -861,7 +854,7 @@ a.btn { /*=== "Load more" part */ #bigMarkAsRead { text-align: center; - text-decoration: none; + text-decoration: none; color: #666; background: #fafafa; } diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 03ef45fa9..b2c539b13 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -368,18 +368,13 @@ a.btn { .dropdown-header { display:none; } -.dropdown-menu > .item { -} -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; - color: #ccc; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; color: #ccc; + font-size: 0.8rem; } .dropdown-menu > .item:hover { background: #171717; diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index e20d0b621..1bf73d8b3 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -251,14 +251,11 @@ a.btn { } .dropdown-menu > .item { } -.dropdown-menu > .item > a { - padding: 0 25px; - line-height: 2.5em; -} +.dropdown-menu > .item > a, .dropdown-menu > .item > span, .dropdown-menu > .item > .as-link { padding: 0 22px; - line-height: 2em; + line-height: 2.5em; } .dropdown-menu > .item:hover { } -- cgit v1.2.3