aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Ansum
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-03-14 23:04:17 +0100
committerGravatar GitHub <noreply@github.com> 2022-03-14 23:04:17 +0100
commit6650d1d29ea5e6f895124afce9ed4a6e920a1ed8 (patch)
treee81fc72e0a31d9ceaa1d3a9afeb2f4bc4ad46040 /p/themes/Ansum
parent7b962e246bb9f273dda534b340851db799577dfe (diff)
Improved: log page (#4204)
* first draft * wip * Theme Ansum * Update logs_pagination.phtml * Theme Mapco * Update adark.css * Update BlueLagoon.css * Update dark.css * Update screwdriver.css * Theme Swage * Update app/views/helpers/logs_pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/views/helpers/logs_pagination.phtml Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update template.css * Update logs_pagination.phtml * Update logs_pagination.phtml * Update logs_pagination.phtml * RTL CSS * Update dark.rtl.css * Update swage.css * fix CLI findings * Indentation fixed * icons improved * CSS: centered icons * i18n * pipline test fixes * Update conf.php * Update gen.php * Update app/i18n/fr/conf.php Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'p/themes/Ansum')
-rw-r--r--p/themes/Ansum/_components.scss5
-rw-r--r--p/themes/Ansum/_mobile.scss4
-rw-r--r--p/themes/Ansum/_sidebar.scss11
-rw-r--r--p/themes/Ansum/ansum.css13
-rw-r--r--p/themes/Ansum/ansum.rtl.css13
5 files changed, 10 insertions, 36 deletions
diff --git a/p/themes/Ansum/_components.scss b/p/themes/Ansum/_components.scss
index b5ed5ae25..02b1563b1 100644
--- a/p/themes/Ansum/_components.scss
+++ b/p/themes/Ansum/_components.scss
@@ -185,11 +185,6 @@
font-style: italic;
line-height: 3em;
text-decoration: none;
-
- &:hover {
- background: variables.$main-font-color;
- color: variables.$grey-light;
- }
}
}
}
diff --git a/p/themes/Ansum/_mobile.scss b/p/themes/Ansum/_mobile.scss
index c8399169b..cc5ce3f1c 100644
--- a/p/themes/Ansum/_mobile.scss
+++ b/p/themes/Ansum/_mobile.scss
@@ -188,10 +188,6 @@
}
- .pagination {
- margin: 0 0 3.5em;
- }
-
#nav_entries {
line-height: 4.5rem;
}
diff --git a/p/themes/Ansum/_sidebar.scss b/p/themes/Ansum/_sidebar.scss
index 4f5f1424a..07f589ab8 100644
--- a/p/themes/Ansum/_sidebar.scss
+++ b/p/themes/Ansum/_sidebar.scss
@@ -149,11 +149,11 @@
.item {
background: variables.$sid-bg;
- @include mixins.transition(all, 0.15s, ease-in-out);
-
a {
padding: 0 1rem;
color: variables.$sid-font-color;
+
+ @include mixins.transition(all, 0.15s, ease-in-out);
}
.error {
@@ -163,9 +163,6 @@
}
&:hover {
- background: variables.$sid-bg-dark;
- color: variables.$sid-font-color;
-
.error {
a {
background: variables.$main-first;
@@ -181,7 +178,7 @@
}
a {
- color: variables.$sid-font-color;
+ background: variables.$sid-bg-dark;
text-decoration: none;
}
}
@@ -205,11 +202,11 @@
}
a {
+ background: variables.$main-first;
color: variables.$white;
text-decoration: none;
}
}
-
}
&.empty {
diff --git a/p/themes/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index b06f01aaa..d60f11be4 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -637,19 +637,15 @@ form th {
}
.nav-list .item {
background: #fbf9f6;
- transition: all 0.15s ease-in-out;
}
.nav-list .item a {
padding: 0 1rem;
color: #363330;
+ transition: all 0.15s ease-in-out;
}
.nav-list .item .error a {
color: #f5633e;
}
-.nav-list .item:hover {
- background: #efe3d3;
- color: #363330;
-}
.nav-list .item:hover .error a {
background: #ca7227;
color: #363330;
@@ -659,7 +655,7 @@ form th {
color: #363330;
}
.nav-list .item:hover a {
- color: #363330;
+ background: #efe3d3;
text-decoration: none;
}
.nav-list .item.active {
@@ -675,6 +671,7 @@ form th {
color: #fff;
}
.nav-list .item.active a {
+ background: #ca7227;
color: #fff;
text-decoration: none;
}
@@ -1531,10 +1528,6 @@ form th {
margin-bottom: 1rem;
}
- .pagination {
- margin: 0 0 3.5em;
- }
-
#nav_entries {
line-height: 4.5rem;
}
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 6842ee5e2..c3cda7f4d 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -637,19 +637,15 @@ form th {
}
.nav-list .item {
background: #fbf9f6;
- transition: all 0.15s ease-in-out;
}
.nav-list .item a {
padding: 0 1rem;
color: #363330;
+ transition: all 0.15s ease-in-out;
}
.nav-list .item .error a {
color: #f5633e;
}
-.nav-list .item:hover {
- background: #efe3d3;
- color: #363330;
-}
.nav-list .item:hover .error a {
background: #ca7227;
color: #363330;
@@ -659,7 +655,7 @@ form th {
color: #363330;
}
.nav-list .item:hover a {
- color: #363330;
+ background: #efe3d3;
text-decoration: none;
}
.nav-list .item.active {
@@ -675,6 +671,7 @@ form th {
color: #fff;
}
.nav-list .item.active a {
+ background: #ca7227;
color: #fff;
text-decoration: none;
}
@@ -1531,10 +1528,6 @@ form th {
margin-bottom: 1rem;
}
- .pagination {
- margin: 0 0 3.5em;
- }
-
#nav_entries {
line-height: 4.5rem;
}