Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
(Created page with "→‎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 {...")
 
 
(282 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 a {
+
    margin-top: 15px;
  height:7.2em;
 
  width:19em;
 
  background-size:contain;
 
 
}
 
}
 
+
.Page_SubTitle {
#p-logo {
+
position: absolute;
  top:-155px;
+
top: -3.4em;
  left: 50vw;
+
right: 0em;
  margin-left:-9.5em;
+
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;
}