MediaWiki:Vector.css

From AIOWiki
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.
/* CSS placed here will affect users of the Vector skin */

div.topicon {
   position: absolute;
   top: -2.5em;
   margin-right: -10px;
   display: block !important;
}

div.stub {
    display: block!important;
    position: relative;
    top: -3.1em;
    float: right;
} 

#siteSub {
   display: inline;
   font-size: 92%;
   font-weight: normal;
}

body.page-Main_Page #deleteconfirm, 
body.page-Main_Page #t-cite, 
body.page-Main_Page #footer-info-lastmod, 
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
   display: none !important; 
}

/*** Re-aligns the search button ***/
div#simpleSearch button#searchButton {
   padding-top: 0.1em;
}

/*** Cleans up the bottom of edit pages ***/
div.editOptions {
   background: #fafafa;
   border: 1px solid #c0c0c0;
   border-top: 0;
   box-sizing: border-box;
   padding: 20px 15px 15px 15px;
}

/*** Re-aligns the watch tab ***/
li#ca-watch.icon span a {
    margin: auto;
}

/*** Fixes Editing Tools Z-Index ***/
div#wikiEditor-ui-toolbar {
   z-index: 10;
}

/*** Cleans up the slideshow on the Main Page ***/
body.page-Main_Page .mainPage-newReleases-slideshowContainer #prod {
	position: relative;
	
}
body.page-Main_Page .mainPage-newReleases-slideshowContainer #prod > div {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
}