Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 22:22, 7 June 2024 by Terraforming (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body {
	background-color: #fefefe;
}

a {
	color: #23A06B;
}

.citizen-header {
	background-color: #f7f7f7;
	--header-button-size: 60px;
}

.citizen-header__button#citizen-pref-toggle {
    pointer-events: none;
    opacity: 0;
    /* Optional: Add additional styles to convey disabled state */
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
}

.mw-logo-icon{
	width:50px;
	height:50px;
}

.citizen-menu__card {
	background-color: #e8e8e8;
}

pre{
	background-color: #fbfbfb;
}

.citizen-footer {
	background-color: #fbfbfb;
	box-sizing: border-box;
    border-top: 5px solid transparent;
    border-image-source: linear-gradient(90deg,#45FFB1 0%, #23a06b 55%,#0d3a27  100%);
    border-image-slice: 1;
}

@media screen and (max-width: 1119px) {
    .citizen-scroll--down .citizen-header {
        transform: none;
        transition-property: none;
    }
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.