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 34: Line 34:
.mw-body .firstHeading
.mw-body .firstHeading
{
{
    /* Header BG */
  background: rgba(15,15,15,0.95);
    background: -webkit-linear-gradient(#5c8a91, #88b8c0);
  background-clip: border-box;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);
  color: #fff;
    border-radius: 4px;
  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;
    /* Header Text */
  padding: 10px;
    padding-left: 4px;
  border-bottom: 6px solid #3f9fc9;
    color: #F0F0F0;
}
}
*/
*/

Revision as of 07:27, 15 September 2024

/* Theme Testing */

/**********************/
/* Zone: Main Content */
/**********************/
/* Content Background */
@media screen 
{
  body 
  {
    background-image: url("https://forum.swordofmoonlight.com/images/igame/2.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

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

.mw-body
{
    background: rgba(255,255,255,0.4);
}

/* Content Heading */
.mw-body .firstHeading
{
  background: rgba(15,15,15,0.95);
  background-clip: border-box;
  color: #fff;
  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;
  border-bottom: 6px solid #3f9fc9;
}
*/


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

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