MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
Tag: Reverted
No edit summary
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Infobox CSS */
.body {
background-image: url("/resources/assets/PageBackgroundHeader.png");
background-color: #18191c;
background-size: 100% 400px;
background-repeat: no-repeat;
background-position: center top;
}


.infobox {
/* Hide title and edit tools on main page */
    background: #272e34;
.page-Main_Page .mw-side,
    border: 0px solid #aaa;
.page-Main_Page .firstHeading,
    float: right;
.page-Main_Page #siteSub {
    margin: 0 0 1em 1em;
display: none!important;
    padding: 1em;
    width: 400px;
    border-radius: 5px;
    box-shadow: 5px 10px 30px #000000;
}
}
.infobox-title {
 
    font-size: 2em;
/* Force override until skin is updated */
    text-align: center;
.skin-citizen blockquote {
}
margin: 0.8rem 20px;
.infobox-image {
padding: 0;
    text-align: center;
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: top;
}
}

Latest revision as of 23:37, 12 February 2023

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

.body {
 background-image: url("/resources/assets/PageBackgroundHeader.png");
 background-color: #18191c;
 background-size: 100% 400px;
 background-repeat: no-repeat;
 background-position: center top;
}

/* Hide title and edit tools on main page */
.page-Main_Page .mw-side,
.page-Main_Page .firstHeading,
.page-Main_Page #siteSub {
	display: none!important;
}

/* Force override until skin is updated */
.skin-citizen blockquote {
	margin: 0.8rem 20px;
	padding: 0;
}