Helck Wikia
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.
.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;
}

#wmDiv img {
    max-width:100%;
    margin:auto;
    display:inline-block;
}

/* References restyling */
ol.references {
    margin-left:5px;
    padding-left:5px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.reference-text {
    font-size:90%;
}
 
.references > li { margin-right: 25px; } /* Avoid background overlapping into 2nd column numbers. */
 
/* OVERRIDE */
.references > li:target,
.reference:target { 
    background-color: #DDEEFF;
}
/* END:OVERRIDE */


/* Portable Infoboxes */
/** Main Infoboxes **/
.pi-theme-main, .pi-theme-character {
  border: 1px #aaa solid;
}
.pi-theme-main .pi-title, .pi-theme-main .pi-header, .pi-theme-character .pi-title, .pi-theme-character .pi-header {
  background-color: black;
  padding:0.4em;
  font-size:120%;
}
.pi-theme-main .pi-header, .pi-theme-character .pi-header {
  border-top: 1px #aaa solid;
}
.pi-theme-main .pi-image-collection, .pi-theme-character .pi-image-collection {
  border-top: 1px #aaa solid;
  padding-bottom: 10px;
}
.pi-theme-main .pi-image-thumbnail, .pi-theme-character .pi-image-thumbnail {
  width: 300px;
  height: auto;
  border-top: 1px #aaa solid;
}
.pi-theme-main .pi-image-collection-tabs, .pi-theme-character .pi-image-collection-tabs {
  text-align: center;
}
.pi-theme-main .pi-data, .pi-theme-character .pi-data {
  padding:0;
  border-top: 1px #aaa solid;
}
.pi-theme-main .pi-data-label, .pi-theme-character .pi-data-label {
  background-color: green;
  padding:5px;
  color:white;
  border-right: 1px #aaa solid;
  font-size: 89%;
  flex-basis: 35%;
}
.pi-theme-main .pi-data-value, .pi-theme-character .pi-data-value {
  padding: 0.2em;
  font-size: 89%;
}
.pi-theme-main .pi-navigation {
  text-align: center;
  padding:5px;
  border-top:1px #aaa solid;
}
.pi-theme-main .pi-horizontal-group  {
  text-align: center;
  border-top: 1px #aaa solid;
}
.pi-theme-main .pi-horizontal-group .pi-data-label {
  background: #D2B48C;
  border: none;
}
.pi-theme-main .pi-horizontal-group .pi-data-value {
  background: #D2B48C;
  padding:0 5px 5px;
}

/** Infobox character (because borders) **/
.pi-theme-character .pi-group:nth-of-type(2) .pi-data {
  border: none;
}
.pi-theme-character .pi-data.pi-border-color:last-of-type:not(.pi-group:nth-of-type(2)) {
  border-bottom: 1px #aaa solid;
}

/** Color Switch of Infobox Character **/
.pi-theme-Alive .pi-group:nth-of-type(2) {
  background-color:green;
  color:white;
  border-top: 1px #aaa solid;
}
.pi-theme-Deceased .pi-group:nth-of-type(2) {
  background-color:gray;
  color:white;
  border-top: 1px #aaa solid;
}
.pi-theme-Unknown .pi-group:nth-of-type(2) {
  background-color:purple;
  color:white;
  border-top: 1px #aaa solid;
}
.pi-theme-Operational .pi-group:nth-of-type(2) {
  background-color:green;
  color:white;
  border-top: 1px #aaa solid;
}
.pi-theme-Destroyed .pi-group:nth-of-type(2) {
  background-color:gray;
  color:white;
  border-top: 1px #aaa solid;
}
Advertisement