MediaWiki:Common.css: Różnice pomiędzy wersjami
Wygląd
Nie podano opisu zmian Znacznik: Ręczne wycofanie zmian |
Nie podano opisu zmian |
||
| Linia 6: | Linia 6: | ||
} | } | ||
div[data-property-id="P22"] { | div[data-property-id="P22"], | ||
div[data-property-id="P23"] { | |||
display: none !important; | display: none !important; | ||
} | } | ||
.mw-logo-wordmark, | |||
.mw-logo-tagline { | |||
display: none !important; | display: none !important; | ||
} | } | ||
. | .wb-calendar-name { | ||
display: none !important; | 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; | display: none !important; | ||
} | |||
/* Keep only mul/default row visible */ | |||
.wikibase-entitytermsforlanguageview-mul { | |||
display: table-row !important; | |||
} | } | ||
Wersja z 17:05, 1 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;
}