Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
Line 5: Line 5:
 
********/
 
********/
 
#p-logo {
 
#p-logo {
     top: 20px;
+
     top: 35px;
     left: 46vw;
+
     left: 50vw;
 
     margin-left: -9.5em;
 
     margin-left: -9.5em;
 +
    width: 10em;
 +
    height: 160px;
 +
    margin-bottom: 1em;
 
     position: absolute;
 
     position: absolute;
    width: 10em;
 
    height: 100px;
 
 
}
 
}
 
#p-logo a {
 
#p-logo a {
Line 16: Line 17:
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     display: block;
 
     display: block;
     width: 31em;
+
     width: 23em;
     height: 264px;
+
     height: 12.2em;
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Revision as of 02:45, 17 November 2020

/* All CSS here will be loaded for users of the Vector skin */

/*******
* Logo *
********/
#p-logo {
    top: 35px;
    left: 50vw;
    margin-left: -9.5em;
    width: 10em;
    height: 160px;
    margin-bottom: 1em;
    position: absolute;
}
#p-logo a {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 23em;
    height: 12.2em;
    text-decoration: none;
}

/*******
* End Logo *
********/