aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-11 18:22:26 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-11 18:22:26 +0200
commit9712e4d888420a348c10157b2d3293848c02fde8 (patch)
treeb81fe8fcd5d8f768e0a42c7d94643b808dddab14 /p/themes/Mapco
parent42a9383fe6dc4765ec4267e44913366206162116 (diff)
Headline structure improvement (#3830)
* header: h1 deleted - full logo included * template: config - display * WIP * shortcut configs. added fieldset. do not display the border by default * system.phtml * subscription: add feed or category * wip * wip * Update bookmarklet.phtml * Update archiving.phtml * Update queries.phtml * Update profile.phtml * Update manage.phtml * auth+update * Update template.rtl.css * fixed FreshRSS logo (Theme: Mapco) * Update mapco.rtl.css * Update _layout.scss * fixed FreshRSS logo (theme: Dark) * fix: FreshRSS logo (Theme: BlueLagoon) * fix: FreshRSS logo (Theme: Ansum) * fixed: FreshRSS logo (Theme: Alternative Dark) * fix: FreshRSS logo (Theme: Pafat) * fix: FreshRSS logo (Theme: Screwdriver) * fix: FreshRSS logo (theme: Swage) * Minor lint * little fix: FreshRSS logo (Theme: Origine) * Fix: FreshRSS logo (Theme: Origine Compact) Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_layout.scss19
-rw-r--r--p/themes/Mapco/mapco.css11
-rw-r--r--p/themes/Mapco/mapco.rtl.css11
3 files changed, 15 insertions, 26 deletions
diff --git a/p/themes/Mapco/_layout.scss b/p/themes/Mapco/_layout.scss
index c7c0849b4..10c572956 100644
--- a/p/themes/Mapco/_layout.scss
+++ b/p/themes/Mapco/_layout.scss
@@ -19,18 +19,9 @@
font-weight: 400;
- h1 {
- a {
- text-decoration: none;
- color: $sid-font-color;
- font-size: 1rem;
- text-transform: uppercase;
- letter-spacing: 1px;
-
- img {
- margin-right: 0.5rem;
-
- }
+ a {
+ img {
+ margin-right: 0.5rem;
}
}
}
@@ -107,6 +98,10 @@
}
}
+ .logo {
+ margin: 11px 0 5px;
+ filter: grayscale(100%) brightness(100);
+ }
}
diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css
index 7f5c689ec..e8dffb43d 100644
--- a/p/themes/Mapco/mapco.css
+++ b/p/themes/Mapco/mapco.css
@@ -808,14 +808,11 @@ form th {
width: 280px;
font-weight: 400;
}
-.header .item.title h1 a {
- text-decoration: none;
- color: #fff;
- font-size: 1rem;
- text-transform: uppercase;
- letter-spacing: 1px;
+.header .logo {
+ margin: 11px 0 5px;
+ filter: grayscale(100%) brightness(100);
}
-.header .item.title h1 a img {
+.header .item.title a img {
margin-right: 0.5rem;
}
.header .item.search input {
diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css
index 9f5ba3cfd..09ff43f5c 100644
--- a/p/themes/Mapco/mapco.rtl.css
+++ b/p/themes/Mapco/mapco.rtl.css
@@ -808,14 +808,11 @@ form th {
width: 280px;
font-weight: 400;
}
-.header .item.title h1 a {
- text-decoration: none;
- color: #fff;
- font-size: 1rem;
- text-transform: uppercase;
- letter-spacing: 1px;
+.header .logo {
+ margin: 11px 0 5px;
+ filter: grayscale(100%) brightness(100);
}
-.header .item.title h1 a img {
+.header .item.title a img {
margin-left: 0.5rem;
}
.header .item.search input {