User:StolenBattenberg/vector.css

From Sword of Moonlight Wiki
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@media screen 
{
  /*************/
  /* Main Page */
  /*************/
  body 
  {
    /* background-image: url("https://waifu2x.booru.pics/outfiles/f0f2bd6acf60323030b700417f61dfba7f40cbb6_s2_n0_y1.png"); */
    background-color:#F08080;
    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 ul 
  {
    padding: 0px;
    margin: 0px;
  }

  .vector-user-menu-legacy .vector-menu-content-list
  {
    padding: 0px;
    margin: 0px;

    background: rgba(15,15,15,0.95);
  }

  .vector-user-menu-legacy li
  {
    padding: 8px 16px 8px 16px;
    margin: 16px;
    float: left;

    font-size: 12px;
    
    line-height: 1.16666667;
  }

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