User:StolenBattenberg/vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
body { | body { | ||
background: rgba(15,15,15,0.95); | background: rgba(15,15,15,0.95); | ||
box-shadow: rgba(0, 0, 0, 0. | box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px; | ||
border-radius: 2px; | border-radius: 2px; | ||
} | } |
Revision as of 07:15, 15 September 2024
/* Theme Testing */
/**********************/
/* Zone: Main Content */
/**********************/
/* Content Background */
@media screen
{
body {
background: rgba(15,15,15,0.95);
box-shadow: rgba(0,0,0,0.3) 0px 1px 4px, inset rgba(255,255,255,0.13) 0px 1px 0px;
border-radius: 2px;
}
}
.mw-body
{
background-image: url("https://forum.swordofmoonlight.com/images/igame/2.webp");
}
/* Side Panel */
.body
{
background:#000000;
}
/* 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;
}
*/
/*
.mp-box h2
{
background-color:#80F080;
}
.mp-box .welcome-message
{
background-color:#F08080;
}
*/