Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
 
(272 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: 35px;
 
    left: 50vw;
 
    margin-left: -9.5em;
 
     width: 10em;
 
    height: 160px;
 
     margin-bottom: 1em;
 
    position: fixed;
 
 
}
 
}
#p-logo a {
+
.Page_SubTitle {
    background-position: center center;
+
position: absolute;
    background-repeat: no-repeat;
+
top: -3.4em;
    display: block;
+
right: 0em;
    width: 23em;
+
font-family: 'Linux Libertine','Georgia','Times',serif;
    height: 12.2em;
 
    text-decoration: none;
 
}
 
 
 
/*******
 
* End Logo *
 
********/
 
 
 
 
 
/*******
 
* Head Bar *
 
********/
 
#p-personal {
 
    right: 0;
 
    top: 0;
 
    width: 100%;
 
    background-color: aliceblue;
 
}
 
#p-personal ul {
 
    float: right;
 
    padding-left: 0;
 
 
}
 
}

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