MediaWiki:Common.css: Difference between revisions
From Citizens Wiki
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
margin: 0 !important; | margin: 0 !important; | ||
} | } | ||
#p- | #p-3logo { | ||
height: 210px; | height: 210px; | ||
| Line 17: | Line 17: | ||
} | } | ||
#p- | #p-3logo a, #p-3logo a:hover { | ||
height: 210px; | height: 210px; | ||
clear: both; | clear: both; | ||
Revision as of 17:22, 19 April 2023
/* CSS placed here will be applied to all skins */
#p-Sponsored_by {
width:100%;
}
#p-Sponsored_by > .body {
margin: 0 !important;
}
#p-3logo {
height: 210px;
margin-top: 0px;
clear: both;
margin-bottom: -160px;
position: relative;
padding: 0px;
}
#p-3logo a, #p-3logo 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;
}
#mw-main-container {
background: url(//wiki.citizensnpcs.co/background.png) no-repeat;
background-size: 70% 70%;
}
.alert {
margin-left: auto;
margin-right: auto;
border-style: solid;
border-width: 10px;
border-color: #000;
width: 850px;
}