MediaWiki:Mobile.css

From Spirit Mod Wiki
Jump to navigation Jump to search

CSS and Javascript changes must comply with the wiki design rules.


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: Clear the cache in Tools → Preferences
body {
    background: #009fd1;
    color: #000000;
}

#content_wrapper {
    background: #FCFCFC;
    color: #000000;
    border: 0px solid #bd912f;
    clear: both;
    margin: 0 8px;
}

h2 {
    border-bottom: 0px solid #AAAAAA;
}


.thumb {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #aaaaaa;
    margin-bottom: 10px;
}

table[style] {
    float: none !important;
    margin-left: 0 !important;
    width: 100%;
}

table {
    border: 0px solid #CCCCCC;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    margin: auto;
    margin-bottom: 15px;
    padding: 3px;
}

table td, table th {
    border: 0px solid #CCCCCC;
    padding: 3px;
}

table.infobox {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #aaaaaa;
    width: 21em !important;
    margin: auto;
}