MediaWiki:Common.css: Różnice pomiędzy wersjami
Wygląd
Nie podano opisu zmian Znacznik: Wycofane |
Nie podano opisu zmian |
||
| (Nie pokazano 4 pośrednich wersji utworzonych przez tego samego użytkownika) | |||
| 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; | |||
} | |||
.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; | display: none !important; | ||
} | |||
/* Footer information order */ | |||
#footer-info { | |||
display: flex; | |||
flex-direction: column; | |||
} | |||
#footer-info-arcarium-funding { | |||
order: 1; | |||
} | |||
#footer-info-lastmod { | |||
order: 2; | |||
} | |||
.arcarium-footer-logos { | |||
display: flex; | |||
align-items: center; | |||
flex-wrap: wrap; | |||
gap: 28px 40px; | |||
} | |||
.arcarium-footer-logo { | |||
display: block; | |||
height: 65px; | |||
width: auto; | |||
max-width: none; | |||
object-fit: contain; | |||
} | } | ||
Aktualna wersja na dzień 10:45, 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;
}
/* Footer information order */
#footer-info {
display: flex;
flex-direction: column;
}
#footer-info-arcarium-funding {
order: 1;
}
#footer-info-lastmod {
order: 2;
}
.arcarium-footer-logos {
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 28px 40px;
}
.arcarium-footer-logo {
display: block;
height: 65px;
width: auto;
max-width: none;
object-fit: contain;
}