User:StolenBattenberg/vector.css: Difference between revisions

From Sword of Moonlight Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 30: Line 30:
     width: 100%;
     width: 100%;
     background-color: rgba(0, 0, 0, 0);
     background-color: rgba(0, 0, 0, 0);
  }
  /********************/
  /* Navigation, User */
  /********************/
  #p-personal
  {
    position: absolute;
    top: 6px;
    right: 0.75em;
   }
   }



Revision as of 20:58, 15 September 2024

@media screen 
{
  /*************/
  /* Main Page */
  /*************/
  body 
  {
    background-image: url("https://waifu2x.booru.pics/outfiles/f0f2bd6acf60323030b700417f61dfba7f40cbb6_s2_n0_y1.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  /* This controls the page colour directly behind the top navigation */
  #mw-page-base {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-position: unset;
    height: 5em;
  }

  /*******************/
  /* Navigation, Top */
  /*******************/
  #mw-head 
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }

  /********************/
  /* Navigation, User */
  /********************/
  #p-personal 
  {
    position: absolute;
    top: 6px;
    right: 0.75em;
  }

  /********************/
  /* Navigation, Side */
  /********************/
  #mw-panel 
  {
    position: absolute;
    top: 5em;
    left: 0;
    width: 10em;
  }
}