User:MarkS2/standard.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. |
Documentation for this user script can be added at User:MarkS2/standard. |
/* 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 */
/* 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; }
/* #quickbar {position: static !important}
#article {margin-left-value: 0px !important;} */
/* This should hide the language toolbar */
td.top {display:none;}
/* Hide the site notice */
#siteNotice {display:none;}
/* hide the message that says: From Wikipedia, the free encyclopedia. */
p.subtitle {display: none ;}
#quickbar {position: static !important;}
#article {margin-left: 0px !important;}
/* Hide the wikipedia logo */
div#quickbar A IMG {display: none;}
div#footer table tbody tr td {display: none;}
div#footer table tbody tr td.bottom {display: inline;}
textarea {width:100% !important;}