Minecraft Wiki
Advertisement

Documentation may be created at User:MiiNiPaa/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.

/* Make the "changed since your last visit" on page history have a cyan background and darker cyan outline (basically a cyan version of the "You have new messages" box) */
.updatedmarker {
    background: #00FFFF;
    outline: 1px solid #00BEFF;
    padding: 1px
}

/* Make the search box bigger */
#simpleSearch input#searchInput {
    width: 20em
}

/* Make summary field take up the whole screen width */
input#wpSummary {
    width: 100%
}

/* Make toolbox permanently open */
#p-tb div.body {
    display: block !important
}

/* Hiding Curse footer */
#ft {
    display: none
}

/* Hiding Main Page title */
body.page-Minecraft_Wiki h1.firstHeading {
    display:none
}

/* Fixing odd spacing */
body.page-Minecraft_Wiki #contentSub {
    margin: 0
}

body.page-Minecraft_Wiki .usermessage {
    margin: 0 0 1em
}

/* Make toolbox permanently open */
#p-tb div.body {
    display: block !important;
}


/* Removing massive Curse sidebar */
#curse-panel {
    display: none
}

div#bodyContent2 {
    margin-right: 0
}

#curse-panel {
display: none
!important;
}

#bodyContent2 {
margin: 0px
!important;
}

/* Removing minecon ad */
.atflb {
    display: none
}
Advertisement