MediaWiki:Common.css: Difference between revisions
From Citizens Wiki
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
div#mw-panel { | div#mw-panel { | ||
width: 12em; /* increase width of the container; was 10em */ | width: 12em; /* increase width of the container; was 10em */ | ||
} | |||
.mw-body { | |||
margin-left: 15em; /* move content to a fitting place; was 13em */ | |||
} | } | ||
#p-logo a, #p-logo a:hover { | #p-logo a, #p-logo a:hover { | ||
Revision as of 09:14, 21 February 2021
/* CSS placed here will be applied to all skins */
#p-logo {
height: 210px;
margin-top: 0px;
clear: both;
margin-bottom: -160px;
position: relative;
padding: 0px;
}
div#mw-panel {
width: 12em; /* increase width of the container; was 10em */
}
.mw-body {
margin-left: 15em; /* move content to a fitting place; was 13em */
}
#p-logo a, #p-logo a:hover {
height: 210px;
clear: both;
padding: 0px;
margin: 0px;
}
/* Pad Google AdSense box in portlet in sidebar */
#p-googleadsense .pBody {
padding-top: 5px;
text-align: center;
}
body {
background: url(//wiki.citizensnpcs.co/background.png) no-repeat left bottom fixed;
}
.alert {
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 10px;
border-color: #000;
width: 850px;
}