User:Rebrane/standard.css

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Script error: No such module "Message box".
Template:Script doc autoNote: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the Script error: No such module "key". key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* 
 * taken from the stylesheet by Finlay McWalter, ripping stuff off from Lejuf and Eequor.
 */

#quickbar
{
   border-right: none !important;
}

/* DIV around image thumbnails */
div.thumb div {
    border:           1px solid #888;
    padding:          3px !important;
    background-color: #ddd;
    font-size:        90%;
}

/* Make the separator in the left side menubar invisible, just a largeish gap */
hr.sep {
  border: 0; 
  margin-top: 10px;
  width: 0%;
}
/* Fix classics HORRID difference with monobook, where images stack horizontally rather than vertically */
div.tright {
  clear: right;
}