diff options
| author | 2022-10-04 23:07:02 +0200 | |
|---|---|---|
| committer | 2022-10-04 23:07:02 +0200 | |
| commit | 267b55154b31da99d8df5d5122ff84c8b80a2dc1 (patch) | |
| tree | fd8889e01459bd6777ef2ae0dd3ca4d3037c0412 | |
| parent | 8f31827e035686f46546a9c01fe5d48b3eed8a81 (diff) | |
All (S)CSS files (#4690)
29 files changed, 0 insertions, 384 deletions
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css index 9a771e51c..d3253ad10 100644 --- a/p/themes/Alternative-Dark/adark.css +++ b/p/themes/Alternative-Dark/adark.css @@ -348,19 +348,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: var(--background-color-light); - border-bottom: 1px solid var(--border-color-dark); - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css index 0368a9761..3e762b7bc 100644 --- a/p/themes/Alternative-Dark/adark.rtl.css +++ b/p/themes/Alternative-Dark/adark.rtl.css @@ -348,19 +348,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: var(--background-color-light); - border-bottom: 1px solid var(--border-color-dark); - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss index a2df60c44..164f61da0 100644 --- a/p/themes/Ansum/_sidebar.scss +++ b/p/themes/Ansum/_sidebar.scss @@ -224,23 +224,6 @@ padding: 3px; text-align: center; } - - .nav-head { - margin: 0; - text-align: right; - // background: #34495e; - color: variables.$white; - - a { - color: variables.$white; - } - - .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; - } - } } /*=== Aside main page (categories) */ diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css index 8e2ace58e..216e3a62e 100644 --- a/p/themes/Ansum/ansum.css +++ b/p/themes/Ansum/ansum.css @@ -609,19 +609,6 @@ form th { padding: 3px; text-align: center; } -.nav-list .nav-head { - margin: 0; - text-align: right; - color: #fff; -} -.nav-list .nav-head a { - color: #fff; -} -.nav-list .nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} /*=== Aside main page (categories) */ .aside_feed .tree-folder-title > .title:not([data-unread="0"]) { diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css index f09f5c1bf..ddc94cbc4 100644 --- a/p/themes/Ansum/ansum.rtl.css +++ b/p/themes/Ansum/ansum.rtl.css @@ -609,19 +609,6 @@ form th { padding: 3px; text-align: center; } -.nav-list .nav-head { - margin: 0; - text-align: left; - color: #fff; -} -.nav-list .nav-head a { - color: #fff; -} -.nav-list .nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} /*=== Aside main page (categories) */ .aside_feed .tree-folder-title > .title:not([data-unread="0"]) { diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 00b9589b0..9ec8377b8 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -326,19 +326,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de; - background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%); - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/BlueLagoon/BlueLagoon.rtl.css b/p/themes/BlueLagoon/BlueLagoon.rtl.css index d2d0c0d5d..f43c81285 100644 --- a/p/themes/BlueLagoon/BlueLagoon.rtl.css +++ b/p/themes/BlueLagoon/BlueLagoon.rtl.css @@ -326,19 +326,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de; - background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%); - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Dark/dark.css b/p/themes/Dark/dark.css index e1bfd7bd4..8d5fa7167 100644 --- a/p/themes/Dark/dark.css +++ b/p/themes/Dark/dark.css @@ -323,19 +323,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - text-align: right; - background: #1c1c1c; - border-bottom: 1px solid #333; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Dark/dark.rtl.css b/p/themes/Dark/dark.rtl.css index 5e1cfdba5..d839699dd 100644 --- a/p/themes/Dark/dark.rtl.css +++ b/p/themes/Dark/dark.rtl.css @@ -323,19 +323,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - text-align: left; - background: #1c1c1c; - border-bottom: 1px solid #333; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 548a02036..38e5e967d 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -310,23 +310,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - text-align: right; - background: #34495e; - color: #fff; -} - -.nav-head a { - color: #fff; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 0.5rem 0 0; diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index bd3f38cd8..5fa4b65a2 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -310,23 +310,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - text-align: left; - background: #34495e; - color: #fff; -} - -.nav-head a { - color: #fff; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 0.5rem 0 0; diff --git a/p/themes/Mapco/_sidebar.scss b/p/themes/Mapco/_sidebar.scss index 8389b9444..6d4736e55 100644 --- a/p/themes/Mapco/_sidebar.scss +++ b/p/themes/Mapco/_sidebar.scss @@ -223,22 +223,6 @@ padding: 3px; text-align: center; } - - .nav-head { - margin: 0; - text-align: right; - color: variables.$white; - - a { - color: variables.$white; - } - - .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; - } - } } /*=== Aside main page (categories) */ diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 01586510b..587fb46bd 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -621,19 +621,6 @@ form th { padding: 3px; text-align: center; } -.nav-list .nav-head { - margin: 0; - text-align: right; - color: #fff; -} -.nav-list .nav-head a { - color: #fff; -} -.nav-list .nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} /*=== Aside main page (categories) */ .aside_feed .tree-folder-title > .title:not([data-unread="0"]) { diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 1a14433c0..6ab890570 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -621,19 +621,6 @@ form th { padding: 3px; text-align: center; } -.nav-list .nav-head { - margin: 0; - text-align: left; - color: #fff; -} -.nav-list .nav-head a { - color: #fff; -} -.nav-list .nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} /*=== Aside main page (categories) */ .aside_feed .tree-folder-title > .title:not([data-unread="0"]) { diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css index 3c7a1241a..14c094985 100644 --- a/p/themes/Nord/nord.css +++ b/p/themes/Nord/nord.css @@ -199,17 +199,6 @@ a.btn { line-height: 2.5em; } -.nav-head { - margin: 0; - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - .dropdown-menu { margin: 5px 0 0; padding: 5px 0; diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css index dee347419..e5a02502a 100644 --- a/p/themes/Nord/nord.rtl.css +++ b/p/themes/Nord/nord.rtl.css @@ -199,17 +199,6 @@ a.btn { line-height: 2.5em; } -.nav-head { - margin: 0; - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - .dropdown-menu { margin: 5px 0 0; padding: 5px 0; diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index 8bcfc0ff8..1e098bfd5 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -318,20 +318,6 @@ a.btn, text-align: center; } -.nav-head { - margin: 0; - background: #fff; - background: linear-gradient(to bottom, #fff, #f0f0f0); - border-bottom: 1px solid #ddd; - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 216585cbe..aab38e199 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -318,20 +318,6 @@ a.btn, text-align: center; } -.nav-head { - margin: 0; - background: #fff; - background: linear-gradient(to bottom, #fff, #f0f0f0); - border-bottom: 1px solid #ddd; - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css index 4c69851fb..7f1b4f707 100644 --- a/p/themes/Pafat/pafat.css +++ b/p/themes/Pafat/pafat.css @@ -284,19 +284,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: #fff; - background: linear-gradient(to bottom, #fff, #f0f0f0); - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css index 12405ef12..a3660a3e5 100644 --- a/p/themes/Pafat/pafat.rtl.css +++ b/p/themes/Pafat/pafat.rtl.css @@ -284,19 +284,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: #fff; - background: linear-gradient(to bottom, #fff, #f0f0f0); - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css index 668423af9..4f9047f2d 100644 --- a/p/themes/Screwdriver/screwdriver.css +++ b/p/themes/Screwdriver/screwdriver.css @@ -330,19 +330,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de; - background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%); - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Screwdriver/screwdriver.rtl.css b/p/themes/Screwdriver/screwdriver.rtl.css index 1f7415bd8..8bc26c9cd 100644 --- a/p/themes/Screwdriver/screwdriver.rtl.css +++ b/p/themes/Screwdriver/screwdriver.rtl.css @@ -330,19 +330,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - background: linear-gradient(0deg, #ede7de 0%, #fff 100%) #ede7de; - background: -webkit-linear-gradient(bottom, #ede7de 0%, #fff 100%); - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css index e0190aac2..fee0454f7 100644 --- a/p/themes/Swage/swage.css +++ b/p/themes/Swage/swage.css @@ -329,21 +329,6 @@ form th { text-decoration: none; } -.nav-head { - margin: 0; - text-align: right; - background: #22303d; - color: #fcfcfc; -} -.nav-head a { - color: #fcfcfc; -} -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css index 35ebc4cc6..e09121333 100644 --- a/p/themes/Swage/swage.rtl.css +++ b/p/themes/Swage/swage.rtl.css @@ -329,21 +329,6 @@ form th { text-decoration: none; } -.nav-head { - margin: 0; - text-align: left; - background: #22303d; - color: #fcfcfc; -} -.nav-head a { - color: #fcfcfc; -} -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; diff --git a/p/themes/Swage/swage.scss b/p/themes/Swage/swage.scss index e2fc58ac1..7be128238 100644 --- a/p/themes/Swage/swage.scss +++ b/p/themes/Swage/swage.scss @@ -427,23 +427,6 @@ form { } } -.nav-head { - margin: 0; - text-align: right; - background: $color_aside; - color: $color_light; - - a { - color: $color_light; - } - - .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; - } -} - .dropdown-menu { padding: 0.5rem 0 1rem 0; font-size: 0.8rem; diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css index f07f81b7f..fb864d245 100644 --- a/p/themes/base-theme/base.css +++ b/p/themes/base-theme/base.css @@ -225,17 +225,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - text-align: right; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css index a7603ed44..7fdc31a83 100644 --- a/p/themes/base-theme/base.rtl.css +++ b/p/themes/base-theme/base.rtl.css @@ -225,17 +225,6 @@ a.btn { text-align: center; } -.nav-head { - margin: 0; - text-align: left; -} - -.nav-head .item { - padding: 5px 10px; - font-size: 0.9rem; - line-height: 1.5rem; -} - /*=== Dropdown */ .dropdown-menu { margin: 5px 0 0; diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index 209b24431..3f6ba2d30 100644 --- a/p/themes/base-theme/frss.css +++ b/p/themes/base-theme/frss.css @@ -560,14 +560,6 @@ input[type="checkbox"]:focus-visible { text-overflow: ellipsis; } -.nav-head { - display: block; -} - -.nav-head .item { - display: inline-block; -} - /*=== Horizontal-list */ .horizontal-list { margin: 0; diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css index 4608af9b8..f336d016f 100644 --- a/p/themes/base-theme/frss.rtl.css +++ b/p/themes/base-theme/frss.rtl.css @@ -560,14 +560,6 @@ input[type="checkbox"]:focus-visible { text-overflow: ellipsis; } -.nav-head { - display: block; -} - -.nav-head .item { - display: inline-block; -} - /*=== Horizontal-list */ .horizontal-list { margin: 0; |
