Difference between revisions of "User:KeybladeSpyMaster/monobook.css"

Ehhh... I won't lie, I prefer this in near black.
(Created page with "body{ background:#FFFFFF; } .mw-body{ background:#FFFFFF; border:none; padding:2em; box-shadow:0 0 8px -4px #000000; }")
 
(Ehhh... I won't lie, I prefer this in near black.)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
body{
/* CSS placed here will affect this user of the Monobook skin */
background:#FFFFFF;
}


.mw-body{
@media screen and (min-width: 551px){
background:#FFFFFF;
.pBody {
border:none;
    background-color: #181818;
padding:2em;
}
box-shadow:0 0 8px -4px #000000;
}
}