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 7: Line 7:
     right: 0;
     right: 0;
     width: 100%;
     width: 100%;
     background-color:#F08080;
     background-color: rgba(0, 0, 0, 0);
   }
   }
}
}

Revision as of 20:44, 15 September 2024

@media screen 
{
  #mw-head 
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
  }
}