MediaWiki

Gadget-Grayish.css

From ACES

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: Press Ctrl-F5.
#page-content {
    background: gray;
    margin: 0
}
#page-content>.row:first-child>div {
    position: relative;
    top: 1.5em;
}
.row {
    background: white;
}
@media only screen and (min-width: 641px) {
    .row {
        padding: 0 2em;
    }
}
footer.row {
    margin-top: 0;
}
#content {
    margin: 2rem 0
}