User:Fuddle/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.
.catlinks { background-color: #ffcc00;
            font-weight: bold; }

@media print
{
    .toc, #toc { display: none; }
    #contentSub, .sortarrow { display: none; }
}
/* Fix sidebar */
div#mw-panel { position: fixed;
  overflow: auto;
  top: 0px;
  bottom: 0px;
  height: 100%;
  /* Prevent content overlay when sidewards scrolling */
  background-color: #F6F6F6;
  border-right: 1px solid #A7D7F9;
}

.citation-comment { display: inline !important;} /* show all Citation Style 1 error messages */

/*.shortdescription {
  display:block !important; white-space: pre-wrap; background-color: #ffcc00; text-align: center; vertical-align: middle; font-weight: bold;
}
.shortdescription::before { 
  content: "\A{Short description:\0020";
}
.shortdescription::after { 
  content: "}\A";*/

/* hide 'Heading' dropdown from edit window 'cause it's annoying */
.group-heading { display: none; }