User:Ultradude25/vector.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Ultradude25/vector.js. |
/** 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
}