WIP style adjustments to match eh22 styleguide

This commit is contained in:
kritzl 2025-02-15 03:32:26 +01:00
commit 9402a254c6
Signed by: kritzl
SSH key fingerprint: SHA256:5BmINP9VjZWaUk5Z+2CTut1KFhwLtd0ZynMekKbtViM
56 changed files with 966 additions and 232 deletions

View file

@ -13,20 +13,19 @@
@media @screen_min-md {
.logo {
padding: 1rem 0 .3rem;
text-align: center;
img {
height: 4.6rem;
height: 200px;
width: auto;
border-style: solid;
border-color: transparent;
border-width: 2px 0;
transition: transform 200ms ease-in-out;
}
a:hover,
a:focus,
a:active {
img {
border-width: 0;
transform: scale(1.05);
}
}
}
@ -34,7 +33,13 @@
@media @screen_max-md {
.logo {
display: table-cell;
//display: table-cell;
text-align: center;
width: 100%;
img {
max-height: 200px;
}
.mobile-only {
margin: .8rem 1rem .6rem 0;
@ -85,7 +90,7 @@
/* + + + wiki title + + + */
p.title {
background-color: @ini_background_site;
background-color: var(--color-background);
opacity: @header-font-opacity;
color: @ini_text_webframe;
line-height: @line-height-default;