Brick-Force Wiki
Advertisement

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.
body {
    background: #323a5f;
    color: #F9F9F9;
}

#content_wrapper {
    background: #F9F9F9;
    color: #000000;
    border: 1px solid #0F0C31;
    clear: both;
    margin: 3px 8px;
}

a {
    color: #3a31a1;
}

a:hover {
    color: #0F0C31;
}

a:visited {
    color: #3a31a1;
}

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

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

table[style] {
    float: none !important;
    margin-left: 3px !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 #000000;
    width: 21em !important;
    margin: auto;
}

.mwm-notice {
    background: #F9F9F9;
    border: 1px solid #0F0C31;
}
Advertisement