Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
 
(278 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
+
/* Fixes logo */
  
/*******
+
.mw-wiki-logo {
* Logo *
+
     background-image: url(/w/images/0/0b/DTLWIKIBig.png) !important;
********/
+
     background-size: 100%;
#p-logo {
+
     margin-top: 15px;
     top: 20px;
 
     left: 46vw;
 
     margin-left: -9.5em;
 
    position: absolute;
 
    width: 10em;
 
    height: 100px;
 
 
}
 
}
#p-logo a {
+
.Page_SubTitle {
    background-position: center center;
+
position: absolute;
    background-repeat: no-repeat;
+
top: -3.4em;
    display: block;
+
right: 0em;
    width: 31em;
+
font-family: 'Linux Libertine','Georgia','Times',serif;
    height: 264px;
 
    text-decoration: none;
 
 
}
 
}

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;
}