Difference between revisions of "MediaWiki:Vector.css"
From Drawn to Life Wiki
(Logo position) |
|||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
| + | |||
/******* | /******* | ||
* Logo * | * Logo * | ||
********/ | ********/ | ||
| + | #p-logo a { | ||
| + | height:7.2em; | ||
| + | width:19em; | ||
| + | background-size:contain; | ||
| + | } | ||
| + | |||
#p-logo { | #p-logo { | ||
| − | + | top:-155px; | |
| − | + | left: 50vw; | |
| − | + | margin-left:-9.5em; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| + | /*********** | ||
| + | * End logo * | ||
| + | ************/ | ||
Revision as of 02:35, 17 November 2020
/* All CSS here will be loaded for users of the Vector skin */
/*******
* Logo *
********/
#p-logo a {
height:7.2em;
width:19em;
background-size:contain;
}
#p-logo {
top:-155px;
left: 50vw;
margin-left:-9.5em;
}
/***********
* End logo *
************/