User:Creol/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.
#editpage-specialchars {display:none}
#editpage-copywarn2 {display:none}
#editpage-copywarn3 {display:none}
#editpage-copywarn {display:none}
#siteNotice {display:none}
/* move the catlinks box */
#catlinks {  
  position: absolute; 
  top: 0em;
/*  border: 1px solid #aaaaaa; 
  background: #fafaff; */
  right:1em; 
  max-width:100em;
  max-height:4em;
  margin: 0.2em;
  overflow-y: auto;
  overflow-x: hidden;
  clip: auto;
  z-index: 250;
}

/* format the catlinks itself */
div.catlinks {
  font-family: Verdana,sans-serif;
  font-size:100%;
  line-height: 1.5em;
  text-align:left;
  text-indent:0;
  text-transform: none;
  white-space:normal;
  margin: 0.2em;
}