MediaWiki:Vector.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/*<pre><nowiki>*/
/* Modified Nesting box code for forum */
.ns-110 dl {
border-left: solid 1px #C4E4FB;
border-right: solid 1px #C4E4FB;
}
.ns-110 dl dl {
position: relative;
left: 1px;
}
/* Position feature star */
#featured-star, #featured-stamp {
margin-top:-40px;
}
/* Search thing... stuff. Actually, this is terrible, but I can't be arsed to redo it. - Athyria */
#p-search form {
margin-top:10px;
padding:0;
width: 224px;
height: 22px;
position: relative;
background-color: #fff;
background: #ffffff url(http://images1.wikia.nocookie.net/uncyclopedia/images/0/01/Largle_argle_arg.png) repeat-x top;
border: 1px solid #aaa !important;
overflow:hidden;
}
#searchInput {
width: 190px;
height: 22px;
border: none !important;
margin: 0 !important;
padding: 0 0 0 4px;
-webkit-appearance: none;
background: transparent;
}
/* disable webkit's box */
#searchInput:focus {
outline: none;
}
#searchGoButton {
border: none;
background: #fff;
background-image: url(http://images1.wikia.nocookie.net/uncyclopedia/images/a/a7/Qaaaa.png);
width: 80px;
height: 20px;
position:absolute;
top:2px;
right: 0;
background-repeat: no-repeat;
margin: 0 -60px 0 0 !important;
padding: 0 0 0 20px !important;
font-size:12px;
line-height: 12px;
font-family: monospace;
cursor: pointer;
}
#mw-searchButton {
display: none !important;
}
/* Sidebar stuff... >.> */
div.visible,
div.hidden {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAMAAAA7MLYKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEtQTFRF29vb2tra4ODg6urq5OTk4uLi6+vr7e3t7Ozs8PDw5+fn4+Pj4eHh3d3d39/f6Ojo5eXl6enp8fHx8/Pz8vLy7+/v3Nzc2dnZ2NjYnErj7QAAAD1JREFUeNq0wQUBACAMALDj7hf6JyUFGxzEnYhC9GaNPG1xVffGDErk/iCigLl1XV2xM49lfAxEaSM+AQYA9HMKuv4liFQAAAAASUVORK5CYII=");
background-position: 8px 0%;
background-repeat: no-repeat;
}
div#mw-panel.collapsible_sidebar div.portal {
padding-bottom: 0;
}
div#mw-panel.collapsible_sidebar div.visible,
div#mw-panel.collapsible_sidebar div.hidden {
padding-top: .5em;
}
div#mw-panel.collapsible_sidebar #p-Navigation h5 {
display: none;
}
div#mw-panel.collapsible_sidebar #p-Navigation div.body {
background-image: none;
}
div#mw-panel div.visible div.body,
div#mw-panel div.hidden div.body {
padding-left: .6em;
padding-top: 0;
background-image: none;
}
div#mw-panel div.visible div.body ul,
div#mw-panel div.hidden div.body ul {
width: 130px;
}
div#mw-panel div.visible h5,
div#mw-panel div.hidden h5 {
padding-left: 2.5em;
}
#mw-panel div.visible h5 {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9QTFRFeXl53d3dmpqasbGx////GU0iEgAAAAV0Uk5T/////wD7tg5TAAAAK0lEQVQI12NwgQIG0hhCDAwMTCJAhqMCA4MiWEoIJABiOCooQhULi5BqMgB2bh4svs8t+QAAAABJRU5ErkJggg==");
background-position: 1em -2px;
background-repeat: no-repeat;
}
#mw-panel div.hidden h5 {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAxQTFRF3d3deXl5////nZ2dQA6SoAAAAAN0Uk5T//8A18oNQQAAADNJREFUeNpiYEIDDMQKMKALMDOgCTDCRWACcBG4AEwEIcDITEAFuhnotmC4g4EEzwEEGAADqgHmQSPJKgAAAABJRU5ErkJggg==");
background-position: 1em -2px;
background-repeat: no-repeat;
color: rgb(6, 69, 173) !important;
}
#mw-panel div.hidden h5:hover {
text-decoration: underline;
}
#mw-panel div.hidden h5:hover,
#mw-panel div.visible h5:hover {
cursor: pointer;
}
/*</nowiki></pre>*/