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
(Update CSS)
 
(Custom CSS)
Line 8: Line 8:
background-color: #f7f7f7;
background-color: #f7f7f7;
--header-button-size: 60px;
--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, #0d3a27 0%, #23a06b 55%, #45FFB1 100%);
border-image-slice: 1;
}
}



Revision as of 21:23, 7 June 2024

/* CSS placed here will be applied to all skins */

body {
	background-color: #fefefe;
}

.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, #0d3a27 0%, #23a06b 55%, #45FFB1 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.