Przejdź do zawartości

MediaWiki:Group-sysop.css

Z Arcarium Index

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5.
  • Opera: Naciśnij klawisze Ctrl+F5.
/* 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;
}