From 9621ab17479425845e66c2533817e6dcfe20feec Mon Sep 17 00:00:00 2001 From: maTh Date: Tue, 18 Oct 2022 23:31:19 +0200 Subject: Improved: Origine theme (colors in vars) (#4693) * wip * wip * active btn = darker icon * wip * flux font-size * wip * mouse hover feed aside bar * wip * wip * wip * Update origine.css * wip * fix * font-color * fixes * wip * alerts * alert: more contrast font colors * notifications * notification improved font colors * wip * wip * text-shadow * footer-border * feed tree: hover icon * box-shadow * box-shadow + rename font-color-666 * wip * wip * fixes * header-height * RTL CSS * dropdown background color * improved mobile header * wip * fix * Update frss.rtl.css * active buttons highlighted --- p/themes/base-theme/frss.rtl.css | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'p/themes/base-theme/frss.rtl.css') diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 11a90fb56..f90d14ae4 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -570,6 +570,7 @@ input[type="checkbox"]:focus-visible { } .horizontal-list .item { + padding: 0.5rem 0; display: table-cell; vertical-align: middle; } @@ -1116,7 +1117,7 @@ input[type="search"] { position: relative; } -.flux .item { +.flux .flux_header .item { padding: 0.5rem 0; white-space: nowrap; } @@ -1160,7 +1161,7 @@ a.website:hover .favicon { .flux .item.thumbnail { line-height: 0; - padding: 10px; + padding: 0.75rem; height: 80px; } @@ -1239,7 +1240,7 @@ a.website:hover .favicon { } .flux_content .bottom .dropdown-toggle .icon { - margin-left: 5px; + margin-left: 0.25rem; } /*=== Feed article content */ @@ -1248,7 +1249,7 @@ a.website:hover .favicon { } .content { - min-height: 20em; + min-height: 20rem; margin: auto; line-height: 1.5; word-wrap: break-word; @@ -1295,7 +1296,8 @@ a.website:hover .favicon { .content > header .tags .icon, .content > footer .tags .icon { - padding: 2px 0 0 10px; + padding: 0 0 0 1rem; + line-height: 1.5; } .content > header .tags .list-tags, @@ -1308,9 +1310,9 @@ a.website:hover .favicon { .content > header .tags .list-tags .item.tag, .content > footer .tags .list-tags .item.tag { + padding: 0 0 0 0.75rem; display: inline-block; - padding-left: 0.75em; - line-height: normal; + line-height: 1.5; } .content > header .tags .list-tags .item.tag a.link-tag, @@ -1319,14 +1321,14 @@ a.website:hover .favicon { } .content > header h1 { - margin: 0.5em 0; + margin: 0.5rem 0; } .content .text ul, .content .text ol, .content .text dd { - margin: 0 15px 0 0; - padding: 0 15px 5px 0; + margin: 0 1rem 0 0; + padding: 0 1rem 0.25rem 0; } .content pre { -- cgit v1.2.3