Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
 
(263 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 {
  /***************************************************************/
+
     background-image: url(/w/images/0/0b/DTLWIKIBig.png) !important;
/* Shifts page contents down to achieve desired logo position. */
+
     background-size: 100%;
/***************************************************************/
+
     margin-top: 15px;
  /********/
 
/* Logo */
 
/********/
 
#p-logo {
 
     top: 35px;
 
    left: 50vw;
 
    margin-left: -9.5em;
 
    position: absolute;
 
}
 
#p-logo a {
 
    width: 23em;
 
    height: 12.2em;
 
}
 
    /************/
 
    /* End Logo */
 
  /************/
 
  /****************/
 
/* Page Content */
 
/****************/
 
 
 
#mw-head {
 
    top: 16em;
 
}
 
    /********************/
 
     /* End Page Content */
 
  /********************/
 
  /***************/
 
/* Top Nav Bar */
 
/***************/
 
#p-personal {
 
    right: 0;
 
    top: 0;
 
    position: fixed;
 
    width: 100%;
 
     background-color: aliceblue;
 
 
}
 
}
#p-personal ul {
+
.Page_SubTitle {
    float: right;
+
position: absolute;
    padding-right: 10px;
+
top: -3.4em;
 +
right: 0em;
 +
font-family: 'Linux Libertine','Georgia','Times',serif;
 
}
 
}
  /*******************/
 
/* End Top Nav Bar */
 
/*******************/
 

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