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 34: | Linia 34: | ||
} | } | ||
#mw-input-googlelogin{ | #mw-input-googlelogin::before { | ||
content: url("resources/assets/google.webp"); | |||
} | } | ||
Wersja z 20:11, 4 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;
}
@media screen and (min-width: 1680px) {
.mw-header {
display: flex;
}
}
.vector-header-start{
display: flex !important;
}
.infobox.right{
float: right;
}
#mw-input-googlelogin::before {
content: url("resources/assets/google.webp");
}