User:The Harvett Vault/monobook.css
Jump to navigation
Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
The accompanying .js page for this skin can be added at User:The Harvett Vault/monobook.js. |
@import url("https://commons.wikimedia.org/wiki/User:The_Harvett_Vault/monobook-base.css?action=raw&ctype=text/css");
/* Global mode override */
body
{background:#FF5;}
div#file.fullImageLink img,
div#file.fullImageLink video
{border:1px solid #1F1F1F;
box-shadow:2px 2px 0 #1F1F1F;}
/* Responsive mode override */
@media screen and (max-width:550px)
{body.skin--responsive
{background-image:linear-gradient(#FF5 0%,#FF5 100%);}}