MediaWiki:Common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
Nie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 39: | Linia 39: | ||
} | } | ||
/* Wykluczenie podświetlenia */ | |||
.hover-table td.no-hover:hover, | |||
.hover-table th.no-hover:hover, | |||
.hover-table-alt td.no-hover:hover, | |||
.hover-table-alt th.no-hover:hover { | |||
background-color: inherit !important; | |||
} | |||
/* Klikalność przycisków */ | /* Klikalność przycisków */ | ||
Wersja z 21:13, 6 lis 2025
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
/* Wyłączenie klikalności PageBanner */
.wpb-topbanner a {
pointer-events: none;
cursor: default;
}
/* Wyłączenie podpisu strony w PageBanner */
.wpb-name {
display: none !important;
}
/* Wyłączenie dyskusji stron */
#ca-talk { display: none !important; }
/* Skalowanie obrazka Infoboxa */
.infobox-image {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
/* Podświetlanie przycisków pod banerem na głównej stronie */
.hover-table td:hover,
.hover-table th:hover {
background-color: #fffacd !important;
}
.hover-table-alt td:hover,
.hover-table-alt th:hover {
background-color: #f0fff0 !important;
}
/* Wykluczenie podświetlenia */
.hover-table td.no-hover:hover,
.hover-table th.no-hover:hover,
.hover-table-alt td.no-hover:hover,
.hover-table-alt th.no-hover:hover {
background-color: inherit !important;
}
/* Klikalność przycisków */
.clickable-cell {
padding: 0 !important;
}
.clickable-cell a {
display: block;
padding: 8px;
text-decoration: none;
color: inherit;
width: 100%;
height: 100%;
}