MediaWiki:Vector.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
mNie podano opisu zmian |
mNie podano opisu zmian |
||
| Linia 9: | Linia 9: | ||
} | } | ||
# | #mw-panel a { | ||
color: #ddd !important; | |||
text-decoration: none; | |||
border: | padding: 2px 4px; | ||
display: block; | |||
border-radius: 4px; | |||
transition: background 0.2s ease; | |||
} | } | ||
#mw-panel a:hover { | #mw-panel a:hover { | ||
background-color: #333 !important; | |||
color: #fff !important; | color: #fff !important; | ||
} | } | ||
Wersja z 12:11, 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: #ddd !important;
text-decoration: none;
padding: 2px 4px;
display: block;
border-radius: 4px;
transition: background 0.2s ease;
}
#mw-panel a:hover {
background-color: #333 !important;
color: #fff !important;
}