MediaWiki:Vector.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
mNie podano opisu zmian |
mNie podano opisu zmian |
||
Linia 22: | Linia 22: | ||
font-size: 18px; | font-size: 18px; | ||
line-height: 1.4; | line-height: 1.4; | ||
padding: 10px | padding: 10px 8px !important; | ||
border-radius: 6px !important; | border-radius: 6px !important; | ||
width: 220px; | |||
box-sizing: border-box; | |||
left: 0; | |||
} | } | ||
Linia 35: | Linia 38: | ||
transition: background 0.2s ease, color 0.2s ease; | transition: background 0.2s ease, color 0.2s ease; | ||
} | } | ||
#mw-panel a:hover:not(#p-logo a) { | #mw-panel a:hover:not(#p-logo a) { |
Wersja z 23:13, 16 lip 2025
#p-logo a { background-size: contain !important; width: 160px !important; height: 160px !important; display: block !important; } #p-logo a:hover { background-color: transparent !important; color: inherit !important; box-shadow: none !important; } #p-tb { display: none; } #mw-panel { font-size: 18px; line-height: 1.4; padding: 10px 8px !important; border-radius: 6px !important; width: 220px; box-sizing: border-box; left: 0; } #mw-panel a { color: #666 !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:not(#p-logo a) { background-color: #555 !important; color: #f0f0f0 !important; } #footer a { color: #666; text-decoration: none; margin: 0 6px; padding: 4px 8px; border-radius: 4px; transition: background 0.2s ease, color 0.2s ease; } #footer a:hover { background-color: #555 !important; color: #f0f0f0 !important; } #pt-login a, #pt-createaccount a { color: #666; text-decoration: none; margin: 0 6px; padding: 4px 8px; border-radius: 4px; transition: background 0.2s ease, color 0.2s ease; } #pt-login a:hover, #pt-createaccount a:hover { background-color: #555 !important; color: #f0f0f0 !important; } body.page-Strona_główna h1.firstHeading { display: none; }