User:Amalthea/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 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; }