MediaWiki:Cosmos.css

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump 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.
/* All CSS here will be loaded for users of the Cosmos skin */

body {
   background: url(https://static.miraheze.org/nintendowiki/6/62/Nwbkgd.png);
}

#mw-content-wrapper {
   border:1px solid black;
   width: auto;
   padding:0px;
}

#cosmos-page-header {
   clear:both;
}

body > #mw-content-container {
    padding-top: 5%;
}

.cosmos-header__wordmark {
    height: 150px;
    margin: 10px 0 0 10px;
}

.cosmos-footerLinks-list {
    color: #222;
}