Difference between revisions of "MediaWiki:Vector.css"
From Drawn to Life Wiki
(Blanked the page) Tag: Blanking |
|||
| Line 1: | Line 1: | ||
| + | /* All CSS here will be loaded for users of the Vector skin */ | ||
| + | |||
| + | #p-logo { | ||
| + | top: -155px; | ||
| + | left: 50vw; | ||
| + | margin-left: -9.5em; | ||
| + | position: absolute; | ||
| + | width: 10em; | ||
| + | height: 160px; | ||
| + | } | ||
Revision as of 02:20, 17 November 2020
/* All CSS here will be loaded for users of the Vector skin */
#p-logo {
top: -155px;
left: 50vw;
margin-left: -9.5em;
position: absolute;
width: 10em;
height: 160px;
}