Documentation may be created at User:BryghtShadow/vector.css/doc.
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.
/********************
* Table of Contents
* 1. General
* 2. Curse
********************/
/** 1. General **/
/* Stop pre (often used for code blocks) from breaking out the page */
pre {
overflow-x: auto
}
/** 2. Curse **/
/* Hiding Curse sidebar and ad leftovers */
#curse-panel, .atflb, .btflb {
display: none
}
#bodyContent2 {
line-height: 1.5em;
margin-right: 0 !important;
min-height: 0 !important
}