MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Megankatsumi (talk | contribs) No edit summary |
Megankatsumi (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
/* change logo size */ | /* change logo size */ | ||
/* | |||
#p-logo { | #p-logo { | ||
z-index: 3; | z-index: 3; | ||
position: absolute; /*needed to use z-index | position: absolute; /*needed to use z-index | ||
top: 0; | top: 0; | ||
left: 0; | left: 0; | ||
| Line 12: | Line 13: | ||
width: 512px; | width: 512px; | ||
overflow: visible; | overflow: visible; | ||
} */ | |||
#p-logo { | |||
position: relative; | |||
left: 50%; | |||
top: 0; | |||
width: 10000px; | |||
margin-left: -5000px; | |||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 19:48, 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;
} */
#p-logo {
position: relative;
left: 50%;
top: 0;
width: 10000px;
margin-left: -5000px;
text-align: center;
}