MediaWiki:Vector.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
mNie podano opisu zmian |
mNie podano opisu zmian |
||
| Linia 24: | Linia 24: | ||
background-color: #555 !important; | background-color: #555 !important; | ||
color: #f0f0f0 !important; | color: #f0f0f0 !important; | ||
} | |||
#p-logo a { | |||
pointer-events: none; | |||
} | } | ||
Wersja z 12:18, 15 lip 2025
#p-logo a {
background-size: contain !important;
width: 160px !important;
height: 160px !important;
display: block !important;
}
#p-tb {
display: none;
}
#mw-panel a {
color: #aaa !important;
text-decoration: none;
padding: 2px 4px;
display: block;
border-radius: 4px;
transition: background 0.2s ease, color 0.2s ease;
}
#mw-panel a:hover {
background-color: #555 !important;
color: #f0f0f0 !important;
}
#p-logo a {
pointer-events: none;
}