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

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(Custom CSS)
(Update CSS)
Line 3: Line 3:
body {
body {
background-color: #fefefe;
background-color: #fefefe;
}

a {
color: #23A06B;
}
}


Line 27: Line 31:
box-sizing: border-box;
box-sizing: border-box;
border-top: 5px solid transparent;
border-top: 5px solid transparent;
border-image-source: linear-gradient(90deg, #0d3a27 0%, #23a06b 55%, #45FFB1 100%);
border-image-source: linear-gradient(90deg,#45FFB1 0%, #23a06b 55%,#0d3a27 100%);
border-image-slice: 1;
border-image-slice: 1;
}
}

Revision as of 21:36, 7 June 2024

/* 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;
}

.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.