User:Amalthea/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 is at User:Amalthea/monobook.js. |
/* Hide feed links in toolbox */
a.feedlink { background:none; padding-left:0px; }
/* Why on earth is the edit summary not taking 100% of the width? */
input#wpSummary { width: 100%; }
/* more room for tabs */
div#p-cactions { width: auto; }
#p-cactions li { margin-right:-1px; }
#p-cactions li#ca-talk { margin-right:1.6em; }
/* position easyblock menu properly */
li.blockmenu ul {top:auto !important }
li.blockmenu ul li ul {margin-top:-20px !important }
/* Hide clutter */
span#wpSummaryLabel,
div#editpage-copywarn,
div#editpage-copywarn2,
div#editpage-copywarn3,
div.mw-tos-summary,
span.editHelp,
div#p-coll-create_a_book,
div.mw-rc-label-legend,
div.mw-history-legend,
div.editpage-head-copywarn,
.cancelLink,
h3#siteSub
{
display:none !important;
}
.templatesUsed { -moz-column-width: 25em; -ms-column-width: 25em; -webkit-column-width: 25em; column-width: 25em; }