/** General Vector skin improvements **/
/* Replacing extremely unnecessary images with CSS (this also makes the wiki look nicer when you have images disabled) */
body {
background-color: #F6F6F6;
background-image: none
}
#footer, #content, #mw-head-base {
background-image: none !important
}
#content, #mw-head-base {
border-bottom: 1px solid #A7D7F9
}
#content {
border-left: 1px solid #A7D7F9
}
#left-navigation {
top: 2.56em
}
#right-navigation {
margin-top: 2.56em
}
/** Personal Vector skin improvements **/
/* 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;
border: 1px solid #00BEFF;
padding: 1px
}
/* Make the search box bigger */
div#simpleSearch {
width: 20em
}
div#simpleSearch input#searchInput {
width: 22em
}
div#simpleSearch button#searchButton {
width: 22px
}
/* Make redirect links green */
.mw-redirect,
.mw-redirect:link,
.mw-redirect:visited {
color: #008000
}
/* Stop redirect links in comments and user links (the (Talk | Contribs) area in logs and page histories) from being green */
.comment .mw-redirect,
.mw-usertoollinks .mw-redirect,
.comment .mw-redirect:link,
.mw-usertoollinks .mw-redirect:link {
color: #0645AD !important
}
.comment .mw-redirect:visited,
.mw-usertoollinks .mw-redirect:visited {
color: #0B0080 !important
}
.comment .mw-redirect:active,
.mw-usertoollinks .mw-redirect:active {
color: #FAA700 !important
}
/* Make edit summary field take up the whole screen width */
input#wpSummary {
width: 100%
}
/* Make toolbox permanently open */
#p-tb div.body {
display: block !important
}
#p-tb h5 {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFeXl53d3dmpqasbGx////GU0iEgAAAAV0Uk5T/////wD7tg5TAAAAK0lEQVQI12NwgQIG0hhCDAwMTCJAhqMCA4MiWEoIJABiOCooQhULi5BqMgB2bh4svs8t+QAAAABJRU5ErkJggg==") no-repeat left center !important
}
/* Forcing javascript watchlist individual revision tables closed */
.mw-changeslist-hidden {
display: none !important
}
/* Remove vector tab toggle */
#p-views-toggle, #p-cactions-toggle {
display: none
}