MediaWiki:Common.css

From Space Engineers Wiki
Revision as of 13:36, 24 July 2016 by Sapphire (talk | contribs) (removed previous entry)
Jump to: navigation, 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: 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.
/* CSS placed here will be applied to all skins */
.frontPageBoxDark {
    -webkit-border-image: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
    background-color: #eeeeee;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #AFAFAF;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    margin: 3px 5px 3px 5px;
    min-height: 20px;
    padding: 9px;
}

.frontPageBoxLight {
    -webkit-border-image: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
    background-color: whiteSmoke;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #E3E3E3;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    margin: 3px 5px 3px 5px;
    min-height: 20px;
    padding: 9px;
}

.frontPageResponsive {
    -webkit-border-image: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px 0px inset;
    background-color: whiteSmoke;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #E3E3E3;
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: auto;
    line-height: 20px;
    margin: auto;
    float: left;
    min-height: 20px;
    padding: 9px;
}