MediaWiki:Common.css: Różnice pomiędzy wersjami
Wygląd
Supervisor (dyskusja | edycje) Nie podano opisu zmian |
Supervisor (dyskusja | edycje) Nie podano opisu zmian |
||
| Linia 18: | Linia 18: | ||
max-width: none; | max-width: none; | ||
font-size: x-large; | font-size: x-large; | ||
} | |||
#mw-input-googlelogin::before { | |||
content: url('/resources/assets/google.webp'); | |||
} | } | ||
| Linia 32: | Linia 35: | ||
.infobox.right{ | .infobox.right{ | ||
float: right; | float: right; | ||
} | } | ||
Wersja z 17:22, 5 sty 2026
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
a.mw-logo,
a.mw-logo:hover{
color: #050;
}
a .mw-logo-icon {
width: 10em;
height: 10em;
display: block;
}
.mw-header {
flex-direction: column-reverse;
}
.mw-logo-container {
max-width: none;
font-size: x-large;
}
#mw-input-googlelogin::before {
content: url('/resources/assets/google.webp');
}
@media screen and (min-width: 1680px) {
.mw-header {
display: flex;
}
}
.vector-header-start{
display: flex !important;
}
.infobox.right{
float: right;
}