Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Megankatsumi (talk | contribs) |
Megankatsumi (talk | contribs) |
||
| Line 10: | Line 10: | ||
left: 0; | left: 0; | ||
height: 155px; | height: 155px; | ||
| − | width: | + | width: 512px; |
overflow: visible; | overflow: visible; | ||
| + | text-align: center; | ||
} | } | ||
Revision as of 19:40, 31 January 2020
/* CSS placed here will be applied to all skins */
/* disable talk pages */
#ca-talk { display:none!important; }
/* change logo size */
#p-logo {
z-index: 3;
position: absolute; /*needed to use z-index */
top: 0;
left: 0;
height: 155px;
width: 512px;
overflow: visible;
text-align: center;
}