Fiz 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.
/* CSS placed here will be applied to all skins */

/* INFOBOXES: game or book depended color style */
.infoboxtable {
    border:1px solid #bd6500; 
    background:#FFFFFF; 
    color:#000000;
    float:right; 
    font-size:89%; 
    margin-bottom:0.5em; 
    margin-left:1em; 
    padding:0.2em; 
    width:300px;
}

.infoboxname {
    font-size:110%; 
    font-weight:bold;
    padding:0.5em; 
}

.infoboxdetails, .infoboxdescription {
    padding:0em;
}

.infoboxname, .infoboxdetails, .infoboxdescription {
    background: #fffb86; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffb86 0%, #e4bc4c 50%, #bd6500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffb86), color-stop(50%,#e4bc4c), color-stop(100%,#bd6500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb86', endColorstr='#bd6500',GradientType=0 ); /* IE6-9 */
    color: #000000;
    text-shadow: 1px 1px #FFFFFF;
}

/* custom headers */
.header {
    background: #fffb86; /* Old browsers */
    background: -moz-linear-gradient(top,  #fffb86 0%, #e4bc4c 50%, #bd6500 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffb86), color-stop(50%,#e4bc4c), color-stop(100%,#bd6500)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fffb86 0%,#e4bc4c 50%,#bd6500 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffb86', endColorstr='#bd6500',GradientType=0 ); /* IE6-9 */
    color: #000000;
    text-shadow: 1px 1px #FFFFFF;
}

/* This governs the sections on the Community portal */
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

cpbox > * {
    flex: 2 350px;
}

/* Template documentation styles */
/* If modifying these styles, be sure to update the mobile skin! */
.doc {
    margin: 0em auto 1em;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}

.doc-header {
    padding-bottom: 3px;
    border-bottom: 1px solid #BDCAC3;
    margin-bottom: 1ex;
}

.doc-footer {
    margin: 0;
    background-color: rgba(0, 0, 0, 0.1);
    border: 2px solid #BDCAC3;
    border-radius: 1em;
    padding: 1em;
}
Advertisement