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.
/* Theme Testing */

/**********************/
/* Zone: Main Content */
/**********************/
/* Content Background */
@media screen 
{
  body 
  {
    background-image: url("https://wiki.swordofmoonlight.com/images/thumb/5/5e/Castle_h.jpg/800px-Castle_h.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

 .vector-body 
  {
    background: rgba(15,15,15,0.95);
    color: #f0f0f0;
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #000;
    border-radius: 0px 0px 4px 4px;
    padding: 10px;
  }
}

.mw-body
{
    background: rgba(255,255,255,0.4);
    padding-left: 24px;
    padding-right: 24px;
    margin-right: 64px;
}

/* Content Heading */
.mw-body .firstHeading
{
  background: rgba(15,15,15,0.95);
  background-clip: border-box;
  color: #f0f0f0;
  box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
  text-shadow: 0px 1px 1px #000;
  padding: 10px;
  margin-bottom: 0;
  border-bottom: 6px solid #3f9fc9;
  border-radius: 2px 2px 0px 0px;
}
*/


/*
.mp-box h2
{
    background-color:#80F080;
}

.mp-box .welcome-message
{
    background-color:#F08080;
}
*/