MediaWiki:Group-sysop.css: Różnice pomiędzy wersjami
Wygląd
Utworzono nową stronę "→Umieszczony tutaj kod CSS dotyczyć będzie tylko administratorów: .mw-logo-icon { width: 150px !important; height: 150px !important; background-size: contain !important; } div[data-property-id="P22"] { display: block !important; } div[data-property-id="P23"] { display: block !important; } .mw-logo-wordmark, .mw-logo-tagline { display: none !important; } .wb-calendar-name{ display: none !important; }" |
Nie podano opisu zmian |
||
| Linia 1: | Linia 1: | ||
/* Umieszczony tutaj kod CSS | /* Umieszczony tutaj kod CSS zostanie zastosowany we wszystkich skórkach */ | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: 150px !important; | width: 150px !important; | ||
| Linia 6: | Linia 6: | ||
} | } | ||
div[data-property-id="P22"] | div[data-property-id="P22"], | ||
div[data-property-id="P23"] { | div[data-property-id="P23"] { | ||
display: block !important; | display: block !important; | ||
| Linia 19: | Linia 16: | ||
} | } | ||
.wb-calendar-name{ | .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; | display: none !important; | ||
} | |||
/* Keep only mul/default row visible */ | |||
.wikibase-entitytermsforlanguageview-mul { | |||
display: table-row !important; | |||
} | } | ||
Aktualna wersja na dzień 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: block !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;
}