„MediaWiki:Timeless.css” változatai közötti eltérés
A VIK Wikiből
Nincs szerkesztési összefoglaló |
Nincs szerkesztési összefoglaló |
||
1. sor: | 1. sor: | ||
#site-tools { display: none; } | |||
@media screen and (min-width: 850px) { | @media screen and (min-width: 850px) { | ||
#site-navigation { | #site-navigation { | ||
14. sor: | 16. sor: | ||
} | } | ||
# | #personal-extra { | ||
right: 3em; | |||
} | |||
} | } |
A lap 2024. július 7., 18:05-kori változata
#site-tools { display: none; }
@media screen and (min-width: 850px) {
#site-navigation {
position: sticky;
top: 4em;
}
}
@media screen and (max-width: 850px) {
/* mobile friendly infobox */
.infobox {
float: unset!important;
max-width: 400px!important;
margin: auto!important;
}
#personal-extra {
right: 3em;
}
}