User:StolenBattenberg/vector.css: Difference between revisions

From Sword of Moonlight Wiki
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 15: Line 15:
{
{
     background-color:#80F080;
     background-color:#80F080;
     padding: 8px;
     padding-left: 8px;
     border-radius: 4px;
     border-radius: 4px;
}
}

Revision as of 06:55, 11 September 2024

/* Theme Testing */

/**********************/
/* Zone: Main Content */
/**********************/

/* Content Background */
.mw-body
{
    background-color:#F08080;
}

/* Content Heading */
.mw-body .firstHeading
{
    background-color:#80F080;
    padding-left: 8px;
    border-radius: 4px;
}