User:Bluefoxicy/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.
@import "/style/monobook/main.css";

/****************************************
 * Whitespace Eliminating Layout Tweaks *
 *                                      *
 * See sf.net tracker 993509 from the   *
 * wikipedia feature request board      *
 ****************************************/
/*
 * This makes the TOC float
 */
/*
#toc { 
    float:left;
    margin-right:10px;
    margin-bottom:5px;
}
*/
/*
 * The above breaks ul and ol, so. . . .
 *
 * This pushes list items out of the TOC.
 */
li { 
    margin-left:1.5em;
}

/*
 * There's an unsightly HUGE gap now.  This decreases it.
 */
ol {
    margin-left:1em;
}
ul {
    margin-left:1em;
}


/**********************************************************************
 * an 'a' ID for monospace, i.e. <a id="monospace">monospace text</a> *
 * I suggest this go into the base style sheet, and that the          *
 * `bacticks` notation be used for `monospace`                        *
 **********************************************************************/
#monospace {
    font-family:monospace;
}