• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

MediaWiki:Timeless.css

From Kancolle Wiki
Jump to navigation Jump to search

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* All CSS here will be loaded for users of the Timeless skin */
#p-logo-text{
  white-space: nowrap;
  margin-left: -1%;
  margin-right: 1%;
}

@media screen and (max-width: 1400px) and (min-width: 851px){
	#mw-site-navigation, #mw-related-navigation {
	    padding-right: 1em;
	    box-sizing: border-box;
	    display: block;
	    min-width: 16em;
	    position: relative;
	}
	#mw-content-block {
	    padding: 0;
	    position: relative;
	    max-width: 850em;
	}
}

.rootpage-Kancolle_Wiki #mw-related-navigation{
  display: none;
}

.leftcol{
    width: 710px;
    margin-left: auto;
    margin-right: auto;
}

.rightcol {
    width: 40%;
    margin-right: 4%;
    margin-left: 4%;
    float: left;
    height: auto;
    font-family: Arial,Helvetica,sans-serif;
}