User:StolenBattenberg/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 15: | Line 15: | ||
{ | { | ||
background: -webkit-linear-gradient(#5c8a91, #88b8c0); | background: -webkit-linear-gradient(#5c8a91, #88b8c0); | ||
border: 1px solid #B09309; | |||
border-radius: 4px; | border-radius: 4px; | ||
} | } |
Revision as of 06:58, 11 September 2024
/* Theme Testing */
/**********************/
/* Zone: Main Content */
/**********************/
/* Content Background */
.mw-body
{
background-color:#F08080;
}
/* Content Heading */
.mw-body .firstHeading
{
background: -webkit-linear-gradient(#5c8a91, #88b8c0);
border: 1px solid #B09309;
border-radius: 4px;
}