MediaWiki:Vector.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
mNie podano opisu zmian |
mNie podano opisu zmian |
||
Linia 18: | Linia 18: | ||
#mw-panel a { | #mw-panel a { | ||
color: # | color: #666 !important; | ||
text-decoration: none; | text-decoration: none; | ||
padding: 2px 4px; | padding: 2px 4px; | ||
Linia 40: | Linia 40: | ||
#footer a:hover { | #footer a:hover { | ||
background-color: #555 !important; | |||
color: #f0f0f0 !important; | |||
} | |||
#pt-login a, | |||
#pt-createaccount a { | |||
background-color: #666; | |||
color: #eee !important; | |||
padding: 6px 12px; | |||
border-radius: 5px; | |||
margin-left: 8px; | |||
text-decoration: none; | |||
transition: background 0.2s ease, color 0.2s ease; | |||
font-weight: 600; | |||
} | |||
#pt-login a:hover, | |||
#pt-createaccount a:hover { | |||
background-color: #555 !important; | background-color: #555 !important; | ||
color: #f0f0f0 !important; | color: #f0f0f0 !important; | ||
} | } |
Wersja z 12:37, 15 lip 2025
#p-logo a { background-size: contain !important; width: 160px !important; height: 160px !important; display: block !important; pointer-events: none; } #p-tb { display: none; } #mw-panel { font-size: 16px; line-height: 1.4; } #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 { 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 { background-color: #666; color: #eee !important; padding: 6px 12px; border-radius: 5px; margin-left: 8px; text-decoration: none; transition: background 0.2s ease, color 0.2s ease; font-weight: 600; } #pt-login a:hover, #pt-createaccount a:hover { background-color: #555 !important; color: #f0f0f0 !important; }