Difference between revisions of "MediaWiki:Vector.css"

From Drawn to Life Wiki
Line 24: Line 24:
 
  /* Page Content */
 
  /* Page Content */
 
/****************/
 
/****************/
 
+
#mw-head-base {
 +
    margin-top: 11em;
 +
}
 
#mw-head {
 
#mw-head {
 
     top: 16em;
 
     top: 16em;

Revision as of 22:52, 17 November 2020

/* All CSS here will be loaded for users of the Vector skin */


  /***************************************************************/
 /* Shifts page contents down to achieve desired logo position. */
/***************************************************************/
  /********/
 /* 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-base {
    margin-top: 11em;
}
#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 {
    float: right;
    padding-right: 10px;
}
  /*******************/
 /* End Top Nav Bar */
/*******************/