MediaWiki:Common.css: Różnice pomiędzy wersjami
Wygląd
Nie podano opisu zmian |
Nie podano opisu zmian |
||
| Linia 87: | Linia 87: | ||
.arcarium-header-link a { | .arcarium-header-link a { | ||
text-decoration: none; | text-decoration: none; | ||
} | |||
/* Hide the complete top-right user section for anonymous visitors */ | |||
body.arcarium-user-logged-out .vector-header-end > .vector-user-links { | |||
display: none !important; | |||
} | } | ||
Wersja z 09:08, 10 lip 2026
/* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */
.mw-logo-icon {
width: 150px !important;
height: 150px !important;
background-size: contain !important;
}
div[data-property-id="P22"],
div[data-property-id="P23"] {
display: none !important;
}
.mw-logo-wordmark,
.mw-logo-tagline {
display: none !important;
}
.wb-calendar-name {
display: none !important;
}
/* Disables "..." alias cutoff */
.wikibase-entitytermsforlanguagelistview .wikibase-aliasesview-list-item {
white-space: normal !important;
overflow: visible !important;
text-overflow: clip !important;
max-width: none !important;
display: list-item !important;
}
/* Enable wrap for aliases */
.wikibase-entitytermsforlanguagelistview .wikibase-entitytermsforlanguageview-aliases {
white-space: normal !important;
overflow: visible !important;
max-width: none !important;
}
/* Separate aliases visually */
.wikibase-aliasesview-list-item {
margin-bottom: 18px !important;
}
.arcarium-link-button {
display: inline-flex;
align-items: center;
gap: 3px;
margin-left: 8px;
padding: 2px 6px;
background: #3366cc;
color: white !important;
border-radius: 4px;
font-size: 0.7em;
font-weight: 600;
text-decoration: none !important;
vertical-align: middle;
line-height: 1.2;
transition: background 0.15s ease;
}
.arcarium-link-button:hover {
background: #254f9d;
}
.arcarium-external-icon {
font-size: 0.8em;
line-height: 1;
}
/* Hide all language rows except mul */
.wikibase-entitytermsforlanguageview {
display: none !important;
}
/* Keep only mul/default row visible */
.wikibase-entitytermsforlanguageview-mul {
display: table-row !important;
}
.arcarium-header-link {
margin-top: 4px;
text-align: right;
font-size: 0.875rem;
line-height: 1.2;
}
.arcarium-header-link a {
text-decoration: none;
}
/* Hide the complete top-right user section for anonymous visitors */
body.arcarium-user-logged-out .vector-header-end > .vector-user-links {
display: none !important;
}