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.
/* CSS placed here will be applied to all skins */
/* Parchment Background Style */
.parchment-box {
background: url('images/body-bg1.png') repeat;
background-size: cover;
border: 2px solid #5b3a1e;
padding: 10px;
font-family: "Georgia", serif;
color: #3b2f1f;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
max-width:400px;
}
/* Table Styling */
.parchment-box .wikitable {
background-color: transparent;
border: none;
width: 100%;
font-size: 95%;
}
.parchment-box .wikitable th,
.parchment-box .wikitable td {
background: rgba(252, 245, 229, 1);
border: 1px solid #5b3a1e;
padding: 6px;
}
/* Section Headers */
.parchment-box .wikitable th {
background-color: #7a2c1e;
color: #fff;
font-variant: small-caps;
text-align: center;
}
/* Table Caption */
.parchment-box .wikitable caption {
background-color: transparent;
font-size: 140%;
font-weight: bold;
text-align: left;
color: #5b3a1e;
}
.wikiEditor-ui {
background-color: inherit;
}
.wikiEditor-ui-toolbar{
background-color: #FCF5E5;
}
.codeEditor-status {
background-color: inherit;
}
.ace-tm, .ace_gutter, .ace_scroller, .ace_content{
background-color: #333;
}