MediaWiki:Common.css: Difference between revisions
From Citizens Wiki
NeonMaster (talk | contribs) No edit summary |
No edit summary |
||
(36 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#p-Sponsored_by { | |||
width:100%; | |||
} | |||
#p-Sponsored_by > .body { | |||
margin: 0 !important; | |||
} | |||
.mw-wiki-logo { | |||
height: 15em !important; | |||
margin: 0 !important; | |||
} | |||
/* 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: 70em 70em; | |||
} | } | ||
.alert { | |||
margin-left: auto; | |||
margin-right: auto; | |||
border-style: solid; | |||
border-width: 10px; | |||
border-color: #000; | |||
width: 850px; | |||
} | } |
Latest revision as of 17:27, 19 April 2023
/* CSS placed here will be applied to all skins */ #p-Sponsored_by { width:100%; } #p-Sponsored_by > .body { margin: 0 !important; } .mw-wiki-logo { height: 15em !important; margin: 0 !important; } /* 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: 70em 70em; } .alert { margin-left: auto; margin-right: auto; border-style: solid; border-width: 10px; border-color: #000; width: 850px; }