Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done! See here for Indie Wiki Jam Info!

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

From Square Enix Wiki, the Fan-wiki for all things Square Enix
Jump to navigationJump to search
(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;
}
}

Latest revision as of 05:49, 28 April 2020

/* CSS placed here will affect this user of the Monobook skin */

@media screen and (min-width: 551px){
	.pBody {
	    background-color: #181818;
	}
}