Toggle menu
66
63
2
559
Fisk's Superheroes Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
mNo edit summary
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 4: Line 4:
}
}


.infobox-group-buttons {
.infobox-grouped-images .citizen-tablist {
    justify-content: center !important;
     display: flex;
     display: flex;
    gap: 4px;
    margin-bottom: 6px;
}
.infobox-group-button {
    background: #f2f2f2;
    border: 1px solid #ccc;
    padding: 4px 8px;
    cursor: pointer;
}
.infobox-group-button:hover {
    background: #e8e8e8;
}
}

Revision as of 22:22, 17 November 2025

/* All CSS here will be loaded for users of the Citizen skin */
:root {
    --transform-image-hover: none;
}

.infobox-grouped-images .citizen-tablist {
    justify-content: center !important;
    display: flex;
}