Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
 
Line 5: Line 5:
 
     background-size: 100%;
 
     background-size: 100%;
 
     margin-top: 15px;
 
     margin-top: 15px;
 +
}
 +
.Page_SubTitle {
 +
position: absolute;
 +
top: -3.4em;
 +
right: 0em;
 +
font-family: 'Linux Libertine','Georgia','Times',serif;
 
}
 
}

Latest revision as of 16:42, 17 June 2022

/* Fixes logo */

.mw-wiki-logo {
    background-image: url(/w/images/0/0b/DTLWIKIBig.png) !important;
    background-size: 100%;
    margin-top: 15px;
}
.Page_SubTitle {
position: absolute;
top: -3.4em;
right: 0em;
font-family: 'Linux Libertine','Georgia','Times',serif;
}