GRealm Wiki
Advertisement

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
/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

.client-js .toc-mobile {
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #aaaaaa !important;
}

.mw-ui-button,
.last-modified-bar #mw-mf-last-modified {
    background-color: rgba(0, 0, 0, 0);
}

body {
    background: #FCFCFC;
    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;
}


.thumb,
#content_wrapper .thumb,
li.gallerybox div.thumb {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #aaaaaa;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: 1px solid #aaaaaa;
    padding: 3px;
}

.content table.wikitable {
    background-color: rgba(0, 0, 0, 0);
    margin: auto;
    margin-bottom: 1em;
}

.content table.wikitable > tr > th,
.content table.wikitable > tr > td,
.content table.wikitable > * > tr > th,
.content table.wikitable > * > tr > td {
    border: 1px solid #aaaaaa;
}

.content table.wikitable > tr > th,
.content table.wikitable > * > tr > th {
    background-color: rgba(0, 0, 0, 0);
    padding: 3px;
}
Advertisement