Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
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
(Ehhh... I won't lie, I prefer this in near black.) |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect this user of the Monobook skin */ | |||
@media screen and (min-width: 551px){ | @media screen and (min-width: 551px){ | ||
.pBody { | .pBody { | ||
background-color: #181818; | background-color: #181818; | ||
} | } | ||
} | } |
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; } }