MediaWiki:Citizen.css: Difference between revisions
MediaWiki interface page
More actions
DeathRealms (talk | contribs) Created page with "→All CSS here will be loaded for users of the Citizen skin: :root { --transform-image-hover: none; }" |
DeathRealms (talk | contribs) mNo edit summary Tag: Reverted |
||
| Line 2: | Line 2: | ||
:root { | :root { | ||
--transform-image-hover: none; | --transform-image-hover: none; | ||
} | |||
.infobox-group-buttons { | |||
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:21, 17 November 2025
/* All CSS here will be loaded for users of the Citizen skin */
:root {
--transform-image-hover: none;
}
.infobox-group-buttons {
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;
}