Act of War 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.
/* References fix */
.mw-parser-output .mw-references-wrap {
    clear: left;
}

/* FandomDesktop styling */
.page {
	border: 1px solid #873b38;
}
.page__main {
	border-radius: 0;
}
#firstHeading {
	border-bottom: 1px solid #873b38;
}

/* Portable infobox formatting */
.portable-infobox {
    background: #761B17;
    border: 1px solid #8e4340;
    border-collapse: collapse;
    color: #FFF;
    font-size: 10pt;
    padding: 4px;
    line-height: 1;
}
.portable-infobox * {
    border-style: hidden;
}
 
.pi-title {
    background: #5B100C;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
}
.pi-spacing.pi-title {
    margin: 0;
    padding: 10px;
}
 
.pi-header {
    background: #5B100C;
    font-size: 12pt;
    font-weight: 700;
}
.pi-spacing.pi-header {
    margin-top: 2px;
    padding: 5px;
}

.pi-data {
    border-collapse: collapse;
    padding: 0;
}
 
.pi-image {
    background: #761B17;
    padding: 1px 0 0 0;
}
 
.pi-caption {
    padding: 5px;
    text-align: center;
}
 
.portable-infobox .pi-data-label {
    background: #5C100D;
    color: #FFF;
    font-weight: 700;
    padding: 3px;
    text-align: center;
    margin: 2px 2px 0 0;
    vertical-align: middle;
}

.portable-infobox .pi-data-value {
    color: #FFF;
    background: #761B17;
    padding: 3px;
    text-align: left;
    margin-top: 2px;
}
 
.pi-horizontal-group-item,
.pi-smart-data-label {
    text-align: center;
}

.pi-horizontal-group td,
.pi-smart-data-value {
    background: #000;
    text-align: left;
}
 
.pi-image-collection-tabs {
    text-align: center;
    line-height: 20px;
}
.pi-image-collection-tabs .pi-tab-link {
    padding: 2px 5px;
}

/* Wiki policies infobox informatting */
.portable-infobox.type-policies .pi-data-value {
    text-align: center;
    width: 100%;
}
.portable-infobox.type-policies .pi-data-value a {
    color: #FFF;
}
Advertisement