Toggle 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
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
Line 32: Line 32:


#ca-viewsource { display: none; }
#ca-viewsource { display: none; }
.citizen-menu__heading { padding: 100px var(--space-xs); }

Revision as of 01:33, 12 September 2024

/* All CSS here will be loaded for users of the Citizen skin */

#content { background-color: #383838; }

.citizen-header { background-color: #282828; --header-size: 5rem; --size-icon: 2rem; }

.citizen-footer { background-color: #383838 !important; }

body { color: #ccad00 !important; font-size: 15px; font-family: "Corbel" !important; background-color: #282828; --color-emphasized: #998200; }

.citizen-footer { color: #ccad00 !important; font-size: 15px; font-family: "Corbel" !important; }

.mw-logo-wordmark { color: #ccad00; }

.firstHeading { color: #ccad00; padding-left: var(--space-md); }

.citizen-page-header { background-color: #282828; }

#siteSub { padding-left: var(--space-md); }

.citizen-header__logo img { height: 64px; width: 64px; }

#citizen-pref { display: none; }

#n-recentchanges { display: none; }

#n-randompage { display: none; }

#t-specialpages { display: none; }

.citizen-menu { font-size: 20px; }

#ca-viewsource { display: none; }