User:MarkS2/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin can be added at User:MarkS2/monobook.js. |
/* Netgem style page */
/* This css file was designed with netgem boxes in mind */
/* However, it should be useful for any box that displays pages */
/* on a TV screen */
body { width:400px;background-color: White ;}
/* The main aim is to keep the final presentation as simple as possible */
a:visited { color: #5a3696; }
a:active { color: Orange; }
a:hover { text-decoration: underline; }
a.stub { color: #772233; }
a.new,
#p-personal a.new { color:#ba0000; }
a.new:visited,
#p-personal a.new:visited { color:#a55858; }
/* Hide the site notice to save space, cannot find a way to move this to the bottom */
#siteNotice { display: none; }
/* Hide the language toolbar to avoid some clutter */
#p-lang {display:none;}
/* The retrieved from bit */
.printfooter {display:none;}
/* The bit at the top of the main page with total article count */
.mainpagetable {display:none;}
/* The bit at the top that tells us it comes from Wikipedia */
#siteSub {display:none; }
/* Make sure tables don't appear with things on the side. This can cause */
/* problems in netgem when a TOC appears to the left of an information table */
/* as the Netgem displays them side by side but forces you to scroll from */
/* from left to right as well as up and down */
table {float: none}
img {float: none;}
div {float: none; !important}
Form TextArea {width: 100%}
/* When editing a page make it fit to the screen (default=80 cols) */