User:StolenBattenberg/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Manual revert |
No edit summary |
||
Line 4: | Line 4: | ||
/* Zone: Main Content */ | /* Zone: Main Content */ | ||
/**********************/ | /**********************/ | ||
/* Disabled for now... | |||
/* Content Background */ | /* Content Background */ | ||
.mw-body | .mw-body | ||
Line 24: | Line 24: | ||
color: #F0F0F0; | color: #F0F0F0; | ||
} | } | ||
*/ |
Revision as of 21:02, 12 September 2024
/* Theme Testing */
/**********************/
/* Zone: Main Content */
/**********************/
/* Disabled for now...
/* Content Background */
.mw-body
{
background-color:#202020;
color: #F0F0F0;
}
/* Content Heading */
.mw-body .firstHeading
{
/* Header BG */
background: -webkit-linear-gradient(#5c8a91, #88b8c0);
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.5);
border-radius: 4px;
/* Header Text */
padding-left: 4px;
color: #F0F0F0;
}
*/