Difference between revisions of "MediaWiki:Common.css"

From Curse of Aros
Jump to: navigation, search
Line 6: Line 6:
 
#mw-page-base {
 
#mw-page-base {
 
background: none;
 
background: none;
 +
}
 +
 +
.mw-body {
 +
    border-color: transparent;
 +
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
 +
    margin-top: 0;
 +
}
 +
.mw-body {
 +
    color: #36414f;
 +
    background-color: #fbfbfb;
 
}
 
}

Revision as of 13:18, 24 December 2018

/* CSS placed here will be applied to all skins */
body {
    background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat;
}

#mw-page-base {
	background: none;
}

.mw-body {
    border-color: transparent;
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
    margin-top: 0;
}
.mw-body {
    color: #36414f;
    background-color: #fbfbfb;
}