WIP style adjustments to match eh22 styleguide
This commit is contained in:
parent
d55ab6d7eb
commit
9402a254c6
56 changed files with 966 additions and 232 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue