Shards of Azuria Wiki
No edit summary
Tagaziel (talk | contribs)
No edit summary
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  +
/* BASE */
  +
/* Governs the general color of the text and background image */
  +
body {
  +
background: black;
  +
}
  +
  +
.animations #mw-mf-page-center {
  +
background: #05112c;
  +
color: white;
  +
}
  +
 
.nomobile {
 
.nomobile {
 
display: none;
 
display: none;
 
}
 
}
   
  +
/* HEADER */
.client-js .toc-mobile {
 
  +
.header-container.header-chrome,
background-color: #05112c !important;
 
  +
#mw-mf-page-center {
border: 1px solid #505050 !important;
 
  +
background: rgba(33, 33, 33, 0.8);
 
}
 
}
   
  +
.notification-count {
.mw-ui-button,
 
  +
background: transparent;
.last-modified-bar #mw-mf-last-modified {
 
background-color: rgba(0, 0, 0, 0);
 
color: #e0e0e0;
 
 
}
 
}
   
  +
/* BODY */
body.mediawiki #mw-mf-page-center {
 
  +
/* Leave transparent if background if solid color, otherwise tweak black opacity to make text visible */
background: #05112c;
 
  +
#content {
color: #e0e0e0;
 
  +
border-top: 0px solid #cccccc;
  +
background: rgba(0,0,0,0.5) !important;
 
}
 
}
   
  +
.overlay-enabled {
input.search {
 
  +
border-top: 0px solid #cccccc;
  +
background: rgba(0,0,0,1) !important;
  +
}
  +
  +
/* FOOTER */
  +
/* Background should match opacity of #content */
  +
footer {
  +
border-top: solid 1px #c8ccd1;
  +
background: rgba(0, 0, 0, 0.5);
  +
}
  +
  +
footer .last-modified-bar {
  +
border-bottom: solid 1px #c8ccd1;
  +
background-color: transparent;
  +
color: #505050;
  +
}
  +
  +
/* Fix to display properly with links of similar color */
  +
footer .last-modified-bar.active {
  +
background-color: rgba(0, 175, 137, 0.5);
  +
}
  +
  +
/* LINKS */
  +
/* Minimal code to affect all non-new links; notification ensures the default color always displays */
  +
a:not(.new) {
  +
text-decoration: none;
  +
color: #e6db5a !important ;
  +
}
  +
  +
.notification-count .circle span {
  +
color: #fff !important;
  +
}
  +
  +
  +
/* UI STYLING */
  +
/* Default values for HydraDark */
  +
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
  +
background-color: rgba(248, 249, 250, 0.35);
  +
}
  +
  +
pre, .mw-code {
  +
background-color: #282828;
  +
border-color: #505050;
  +
}
  +
  +
.client-js .toc-mobile {
 
background-color: transparent !important;
 
background-color: transparent !important;
  +
border-color: #505050;
 
}
 
}
   
  +
.mw-ui-button {
#content {
 
  +
background-color: transparent;
border-top: 0px solid #cccccc;
 
  +
color: inherit;
  +
border: 1px solid #fff;
 
}
 
}
   
  +
.content .thumb {
a,
 
  +
border: 1px solid rgba(255, 255, 255, 0.5);
a:visited,
 
  +
padding: 3px;
a.external {
 
color: #e6db5a;
+
color: white;
 
}
 
}
   
  +
li.gallerybox div.thumb {
/* For hydradark only - makes the section collapse arrow visible */
 
  +
border: 1px solid #c8ccd1;
  +
background-color: transparent;
  +
}
  +
  +
.mw-ui-button.mw-ui-progressive:active,
  +
.mw-ui-button.mw-ui-constructive:active,
  +
.mw-ui-button.mw-ui-progressive.is-on,
  +
.mw-ui-button.mw-ui-constructive.is-on,
  +
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
  +
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
  +
background-color: rgba(115, 115, 115, 0.33);
  +
border-color: white;
  +
}
  +
  +
.mw-mf-user,
  +
.list-header,
  +
.page-list.side-list .list-thumb, .topic-title-list.side-list .list-thumb, .site-link-list.side-list .list-thumb {
  +
background-color: inherit;
  +
color: inherit;
  +
  +
}
  +
  +
/* Section arrows */
  +
 
.mw-ui-icon-arrow::before {
 
.mw-ui-icon-arrow::before {
 
filter: invert(100%);
 
filter: invert(100%);
 
}
 
}
   
  +
/* Hambahgah menu */
   
  +
#mw-mf-viewport,
.thumb,
 
  +
nav {
#content_wrapper .thumb,
 
  +
background: #212121 !important;
li.gallerybox div.thumb {
 
background-color: rgba(0, 0, 0, 0);
 
border: 1px solid #1551a7;
 
 
}
 
}
   
.content table th {
+
nav ul li {
background-color: rgba(0, 0, 0, 0);
+
background: #181818 !important;
 
}
 
}
   
  +
nav ul.hlist li {
.content table td,
 
  +
background: transparent !important;
.content table th {
 
border: 1px solid #1551a7;
 
padding: 3px;
 
 
}
 
}
   
  +
nav ul li a.mw-ui-icon {
.content table.wikitable {
 
background-color: rgba(0, 0, 0, 0);
+
filter: invert(100%);
margin: auto;
 
margin-bottom: 1em;
 
 
}
 
}
   
  +
nav ul li a {
.content table.wikitable > tr > th,
 
  +
font-weight: bold;
.content table.wikitable > tr > td,
 
.content table.wikitable > * > tr > th,
 
.content table.wikitable > * > tr > td {
 
border: 1px solid #1551a7;
 
 
}
 
}
   
  +
nav ul.hlist li a {
.content table.wikitable > tr > th,
 
  +
color: #F37F20 !important;
.content table.wikitable > * > tr > th {
 
background-color: inherit;
 
padding: 3px;
 
 
}
 
}
   
/* Responsive main page stuff */
+
/* EDITOR OVERLAY */
  +
/********************
 
  +
/* Main menu styles *
 
  +
/* Search */
/********************/
 
  +
.primary-navigation-enabled {
 
  +
.search-overlay {
border-left: 12px solid #1551a7 !important;
 
background: #101010 !important;
+
background: rgba(0, 0, 0, 0.9) !important;
 
}
 
}
   
  +
.search-overlay .results,
#mw-mf-page-left {
 
  +
.search-overlay .search-feedback {
border-left: 12px solid #1551a7;
 
background: transparent;
+
background-color: #212121 !important;
 
}
 
}
   
  +
.list-thumb.list-thumb-none {
#mw-mf-page-left ul {
 
  +
background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
background: transparent;
 
 
}
 
}
   
  +
.page-summary h2,
#mw-mf-page-left ul:first-child {
 
  +
.page-summary h3 {
border-bottom: 12px solid #1551a7;
 
  +
color: #F37F20 !important;
 
}
 
}
   
  +
/* VE Overlay */
#mw-mf-page-left ul li {
 
  +
border-top: 1px solid #1551a7;
 
  +
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
border-bottom: 1px solid #1551a7;
 
background: transparent;
+
background-color: rgba(0, 0, 0, 0.9) !important;
text-shadow: none;
 
 
}
 
}
   
  +
.ve-ui-mwSaveDialog-options {
#mw-mf-page-left ul li a,
 
  +
background-color: #212121 !important;
#mw-mf-page-left ul.hlist li a {
 
border: none;
 
color: #3674b3;
 
 
}
 
}
  +
/* Editor Overlay */
   
  +
.editor-overlay-ve .overlay-content .surface {
#mw-mf-page-left ul li:hover {
 
  +
overflow: hidden;
border-left: 12px solid #aaaaaa;
 
background: #1551a7;
+
color: white;
 
}
 
}
   
  +
.editor-overlay .wikitext-editor,
#mw-mf-page-left ul.hlist li:hover {
 
  +
.editor-overlay .summary-request {
border: none;
 
  +
color: #E0E0E0 !important;
 
}
 
}
   
  +
/* Overlays */
#mw-mf-page-left ul li:hover a,
 
  +
.overlay.editor-overlay,
#mw-mf-page-left ul.hlist li:hover a {
 
  +
.overlay-header-container,
color: #ffffff;
 
  +
.overlay-footer-container {
  +
background: #212121 !important;
 
}
 
}
   
  +
/* RESPONSIVE 3PAGE MAIN PAGE */
  +
/* this CSS governs the responsive 3 column main page layout */
  +
/* Responsive main page stuff */
 
/*********************
 
/*********************
 
/* Front page styles *
 
/* Front page styles *
 
/*********************/
 
/*********************/
 
.fpbox {
 
.fpbox {
  +
/* EDIT THIS FOR BORDER */
border-radius: 5px;
 
border: 1px solid #1551a7;
+
border: 1px solid #e0e0e0;
  +
/* YES THIS */
background: transparent;
 
  +
background: rgba(0,0,0,0.5);
 
color: inherit;
 
color: inherit;
 
margin: 5px;
 
margin: 5px;
Line 140: Line 221:
 
border-bottom: 1px solid #505050;
 
border-bottom: 1px solid #505050;
 
background: transparent;
 
background: transparent;
color: #e0e0e0;
 
 
font-size: 150%;
 
font-size: 150%;
 
text-transform: uppercase;
 
text-transform: uppercase;
Line 151: Line 231:
 
border-bottom: 1px solid #505050;
 
border-bottom: 1px solid #505050;
 
background: transparent;
 
background: transparent;
color: #e0e0e0;
 
 
font-size: 132%;
 
font-size: 132%;
 
font-variant: small-caps;
 
font-variant: small-caps;
Line 204: Line 283:
 
.fplink .box .row .cell {
 
.fplink .box .row .cell {
 
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
 
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: 2px solid #505050;
+
border: 1px solid #29ABE2;
  +
color: #e0e0e0;
border-radius: 2px;
 
box-shadow: 0 0 0 2px #505050 inset;
 
/* color: #e0e0e0; */
 
 
display: table-cell;
 
display: table-cell;
 
font-weight: bold;
 
font-weight: bold;
Line 417: Line 494:
 
width: 100%;
 
width: 100%;
 
height: 100%;
 
height: 100%;
  +
}
  +
  +
/* ################################################## */
  +
/* ### THE PLAGUE BOXOR by Porter Engineering ### */
  +
/* ### Adapted for General Deployment by ### */
  +
/* ### Tagaziel and Dragen Industries ### */
  +
/* ################################################## */
  +
  +
.va-infobox-title,
  +
.va-navbox-title {
  +
background-color: #000;
  +
}
  +
  +
/* ################################################## */
  +
/* ### PLAGUE INFOBOX (Template:Infobox) ### */
  +
/* ### previously called Victoria, thus va-things ### */
  +
/* ################################################## */
  +
  +
/* Outer table */
  +
.va-infobox {
  +
border: 2px solid #1551a7;
  +
border-radius: 0px;
  +
  +
/* Commented out box-shadow, remove comments to turn back on
  +
box-shadow: 2px 2px 2px #AAA;
  +
-moz-box-shadow: 2px 2px 2px #AAA;
  +
-webkit-box-shadow: 2px 2px 2px #AAA;
  +
*/
  +
  +
clear: right;
  +
float: right;
  +
font-size: 11px;
  +
line-height: 16px;
  +
margin: 0 0 5px 10px;
  +
}
  +
  +
/* INFOBOX COLORS */
  +
  +
.va-infobox-content,
  +
.va-infobox-footer,
  +
.va-infobox-image,
  +
.va-infobox-mainimage {
  +
background: transparent;
  +
border: 0px solid #1551a7;
  +
}
  +
  +
.va-infobox-header,
  +
.va-infobox-label {
  +
background: transparent;
  +
border: 1px solid #1551a7;
  +
font-weight: bold;
  +
}
  +
  +
.va-infobox-icon {
  +
background: transparent;
  +
border: 0px solid #1551a7;
  +
font-weight: bold;
  +
}
  +
  +
.va-infobox-title {
  +
/* Shared background; see top of page */
  +
border: 1px solid #1551a7;
  +
border-radius: 3px;
  +
color: #FFF;
  +
text-align: center;
  +
vertical-align: middle;
  +
width: 100%;
  +
}
  +
  +
.va-infobox-header .mw-collapsible-toggle a {
  +
color: #FFF;
  +
}
  +
  +
.va-infobox-divider-float {
  +
border-color: transparent;
  +
border-style: solid;
  +
border-width: 0 0 1px 1px;
  +
clear: right;
  +
float: right;
  +
margin: -1px 0 0 2px;
  +
min-width: 18px;
  +
padding: 0 0 0 2px;
  +
text-align: center;
  +
}
  +
  +
/* Tooltips */
  +
  +
.va-infobox-tooltip {
  +
border-color: #AAA transparent transparent #AAA;
  +
border-style: solid;
  +
border-width: 3px;
  +
float: left;
  +
height: 0;
  +
left: -2px;
  +
margin-bottom: -100%;
  +
margin-right: -100%;
  +
position: absolute;
  +
top: -1px;
  +
width: 0;
  +
}
  +
  +
/* Links */
  +
.va-infobox-title a:link,
  +
.va-infobox-title a:visited {
  +
}
  +
  +
.va-infobox-title a:hover,
  +
.va-infobox-title a:active {
  +
color: #FFF !important;
  +
}
  +
  +
.va-infobox-title a.new {
  +
color: #F11 !important;
  +
}
  +
  +
/* Inner tables */
  +
.va-infobox-cont,
  +
.va-infobox-group {
  +
margin: 0;
  +
width: 100%;
  +
}
  +
  +
.va-infobox-mainimage-table {
  +
margin: 0 auto;
  +
}
  +
  +
.va-infobox-mainimage-table + .va-infobox-mainimage-table {
  +
margin-top: 2px;
  +
}
  +
  +
/* Cellspacing */
  +
.va-infobox,
  +
.va-infobox-cont,
  +
.va-infobox-group,
  +
.va-infobox-mainimage-table,
  +
.va-infobox-spacing-h,
  +
.va-infobox-spacing-v {
  +
background: transparent;
  +
}
  +
  +
.va-infobox-spacing-h {
  +
border-right: 1px solid transparent;
  +
width: 0%;
  +
}
  +
  +
.va-infobox-spacing-v {
  +
font-size: 1px;
  +
height: 1px;
  +
line-height: 0;
  +
}
  +
  +
.va-infobox-columns + .va-infobox-spacing {
  +
display: none !important;
  +
}
  +
  +
/* Widths */
  +
.va-infobox-columns-1 .va-infobox-col1 {
  +
width: 100%;
  +
}
  +
  +
.va-infobox-columns-2 .va-infobox-col1,
  +
.va-infobox-columns-3 .va-infobox-col1,
  +
.va-infobox-columns-4 .va-infobox-col1 {
  +
width: 28%;
  +
}
  +
  +
.va-infobox-columns-2 .va-infobox-col2 {
  +
width: 72%;
  +
}
  +
  +
.va-infobox-columns-3 .va-infobox-col2,
  +
.va-infobox-columns-3 .va-infobox-col3 {
  +
width: 36%;
  +
}
  +
  +
.va-infobox-columns-4 .va-infobox-col2,
  +
.va-infobox-columns-4 .va-infobox-col3,
  +
.va-infobox-columns-4 .va-infobox-col4 {
  +
width: 24%;
  +
}
  +
  +
/* Cell styles */
  +
.va-infobox-content,
  +
.va-infobox-footer,
  +
.va-infobox-header,
  +
.va-infobox-image,
  +
.va-infobox-label,
  +
.va-infobox-title {
  +
padding: 1px 2px;
  +
}
  +
  +
  +
.va-infobox-image,
  +
.va-infobox-footer,
  +
.va-infobox-header,
  +
.va-infobox-icon,
  +
.va-infobox-mainimage,
  +
.va-infobox-mainimage-cont,
  +
.va-infobox-mainimage-image {
  +
text-align: center;
  +
vertical-align: middle;
  +
}
  +
  +
.va-infobox-content {
  +
text-align: left;
  +
vertical-align: top;
  +
}
  +
  +
.va-infobox-label {
  +
cursor: default;
  +
text-align: right;
  +
vertical-align: top;
  +
}
  +
  +
.va-infobox-icon-cont {
  +
margin: 0;
  +
padding: 0;
  +
position: relative;
  +
}
  +
  +
.va-infobox-icon-table {
  +
margin: 0 auto;
  +
}
  +
  +
.va-infobox-mainimage-cont + .va-infobox-icon-table {
  +
position: absolute;
  +
right: 3px;
  +
top: 1px;
  +
}
  +
  +
/* FIXME: Find better method to prevent column width oddities in IE8/Webkit */
  +
.va-infobox-image {
  +
max-width: 0;
  +
}
  +
  +
.va-infobox-image-cont {
  +
margin-right: -100%;
  +
margin-right: 0 !ie;
  +
text-align: center;
  +
width: 100%;
  +
}
  +
  +
.va-infobox-image-desc {
  +
font-size: 10px;
  +
line-height: 15px;
  +
padding: 1px 1px 0;
  +
}
  +
  +
.va-infobox-image-upload {
  +
padding: 15px 3px;
  +
}
  +
  +
.va-infobox-mainimage {
  +
padding: 2px 0;
  +
}
  +
  +
.va-infobox-mainimage-cont {
  +
margin: 0;
  +
width: 100%;
  +
}
  +
  +
.va-infobox-mainimage-image {
  +
background: transparent;
  +
padding: 0 1px;
  +
}
  +
  +
.va-infobox-mainimage-minheight {
  +
width: 0%;
  +
}
  +
  +
.va-infobox-mainimage-minheight div {
  +
height: 120px;
  +
margin: 0;
  +
padding: 0;
  +
width: 1px;
  +
}
  +
  +
.va-infobox-title-main {
  +
font-size: 15px;
  +
font-weight: bold;
  +
line-height: 20px;
  +
}
  +
  +
.va-infobox-title-sub {
  +
font-size: 12px;
  +
line-height: 15px;
  +
}
  +
  +
.va-infobox-title-super {
  +
font-size: 10px;
  +
line-height: 12px;
  +
}
  +
  +
.va-infobox-tooltip-cell {
  +
cursor: help;
  +
}
  +
  +
.va-infobox-tooltip-cont {
  +
height: 0;
  +
position: relative;
  +
width: 0;
  +
}
  +
  +
/* Collapse buttons */
  +
.va-infobox-group-collapsible .va-infobox-header {
  +
padding-left: 40px;
  +
padding-right: 40px;
  +
}
  +
  +
.va-infobox-header .mw-collapsible-toggle {
  +
left: 40px;
  +
margin-left: -100%;
  +
position: relative;
  +
}
  +
  +
/* Adapting lists & paragraphs */
  +
.va-infobox ul,
  +
.va-infobox ol,
  +
.va-infobox p {
  +
line-height: 16px;
  +
margin-bottom: 0;
  +
}
  +
  +
.va-infobox ul,
  +
.va-infobox ol {
  +
margin-left: 20px;
  +
margin-top: 0;
  +
}
  +
  +
.va-infobox p,
  +
.va-infobox * + ul,
  +
.va-infobox * + ol {
  +
margin-top: 3px;
  +
}
  +
  +
.va-infobox ul li,
  +
.va-infobox ol li {
  +
margin-bottom: 0;
  +
}
  +
  +
/* Auxiliary template: Template:Infobox/divider */
  +
  +
.va-infobox-divider-vert {
  +
width: 100%;
  +
}
  +
  +
.va-infobox-divider-left,
  +
.va-infobox-divider-right {
  +
vertical-align: top;
  +
width: 50%;
  +
}
  +
  +
.va-infobox-divider-left {
  +
border-right: 1px solid #AAA;
  +
padding: 0 2px 0 0;
  +
}
  +
  +
.va-infobox-divider-right {
  +
padding: 0 0 0 2px;
  +
}
  +
  +
.va-infobox-divider-section-start,
  +
.va-infobox-divider-section-end {
  +
display: none;
  +
}
  +
  +
.va-infobox-divider-section-end + .va-infobox-divider-section-start {
  +
border-top: 1px solid #AAA;
  +
clear: both;
  +
display: block;
  +
margin: 1px 0;
  +
}
  +
  +
  +
/* ################################################## */
  +
/* ### NAVBOXES (Template:Navbox) ### */
  +
/* ################################################## */
  +
  +
/* NAVBOX COLORS */
  +
/* Outer table - border */
  +
.va-navbox-border {
  +
border: 2px solid #1551a7;
  +
border-radius: 3px;
  +
  +
/* box-shadow commented out
  +
box-shadow: 2px 2px 2px #AAA;
  +
-moz-box-shadow: 2px 2px 2px #AAA;
  +
-webkit-box-shadow: 2px 2px 2px #AAA;
  +
*/
  +
  +
}
  +
  +
/* Cell styles and widths */
  +
/* Remember to update the column width calculations when changing widths */
  +
.va-navbox-title {
  +
/* Shared background; see top of page */
  +
border: 1px solid #1551a7;
  +
border-radius: 3px;
  +
color: #FFF;
  +
font-weight: normal;
  +
padding: 1px 2px;
  +
}
  +
  +
  +
.va-navbox-footer,
  +
.va-navbox-group,
  +
.va-navbox-header {
  +
background: transparent;
  +
border: 1px solid #1551a7;
  +
}
  +
  +
.va-navbox-columncont .va-navbox-spacing-h {
  +
border-right: 1px solid transparent;
  +
width: 0%;
  +
}
  +
  +
.va-navbox-colgroup,
  +
.va-navbox-subgroup {
  +
background: transparent;
  +
border: 1px solid #1551a7;
  +
}
  +
  +
.va-navbox-cell,
  +
.va-navbox-column,
  +
.va-navbox-image {
  +
background: #transparent;
  +
border: 1px solid transparent;
  +
}
  +
  +
.va-navbox-nested .va-navbox-title {
  +
background: #C9D0AC;
  +
border: 1px solid #AAA;
  +
color: #000;
  +
}
  +
  +
.va-navbox-nested .va-navbox-footer,
  +
.va-navbox-nested .va-navbox-group,
  +
.va-navbox-nested .va-navbox-header {
  +
background: #D6DBC1;
  +
}
  +
  +
.va-navbox-nested .va-navbox-colgroup,
  +
.va-navbox-nested .va-navbox-subgroup {
  +
background: #DDE1CB;
  +
}
  +
  +
/* Outer table - widths, floats */
  +
.va-navbox {
  +
font-size: 11px;
  +
line-height: 16px;
  +
width: 100%;
  +
}
  +
  +
.va-navbox-bottom {
  +
clear: both;
  +
margin: 5px auto 0;
  +
width: 100%;
  +
}
  +
  +
.va-navbox-left {
  +
clear: left;
  +
float: left;
  +
margin: 0 1.5em 0.5em 0;
  +
width: 240px;
  +
}
  +
  +
.va-navbox-right {
  +
clear: right;
  +
float: right;
  +
margin: 0 0 0.5em 1.5em;
  +
width: 240px;
  +
}
  +
  +
.va-navbox-bottom + .va-navbox-bottom {
  +
margin-top: 2px;
  +
}
  +
  +
/* Inner tables */
  +
.va-navbox-brick {
  +
margin: 0;
  +
width: 100%;
  +
}
  +
  +
/* Cellspacing */
  +
.va-navbox,
  +
.va-navbox-border,
  +
.va-navbox-brickcont,
  +
.va-navbox-padding,
  +
.va-navbox-spacing-h,
  +
.va-navbox-spacing-v {
  +
background: transparent;
  +
}
  +
  +
.va-navbox-padding {
  +
padding: 1px;
  +
}
  +
  +
.va-navbox-spacing-h {
  +
width: 1px;
  +
}
  +
  +
.va-navbox-spacing-v {
  +
font-size: 1pt;
  +
height: 1px;
  +
line-height: 0em;
  +
}
  +
  +
.va-navbox-headertext,
  +
.va-navbox-titletext {
  +
font-weight: bold;
  +
padding-left: 40px;
  +
padding-right: 40px;
  +
}
  +
  +
.va-navbox-maintitle .va-navbox-titletext {
  +
font-size: 118%;
  +
}
  +
  +
/* v/d/e and collapse button */
  +
.va-navbox-editlink {
  +
float: left;
  +
margin-right: -100%;
  +
text-align: left;
  +
width: 40px;
  +
}
  +
  +
.va-navbox .mw-collapsible-toggle {
  +
margin-left: -100%;
  +
}
  +
  +
.va-navbox-cell,
  +
.va-navbox-colgroup,
  +
.va-navbox-column,
  +
.va-navbox-footer,
  +
.va-navbox-group,
  +
.va-navbox-header,
  +
.va-navbox-image,
  +
.va-navbox-subgroup {
  +
padding: 1px 2px;
  +
}
  +
  +
.va-navbox-colgroup,
  +
.va-navbox-group,
  +
.va-navbox-subgroup {
  +
font-weight: bold;
  +
}
  +
  +
.va-navbox-group,
  +
.va-navbox-subgroup {
  +
text-align: center;
  +
width: 15%;
  +
}
  +
  +
.va-navbox-cell-nogroups,
  +
.va-navbox-column,
  +
.va-navbox-colgroup,
  +
.va-navbox-footer,
  +
.va-navbox-image {
  +
text-align: center;
  +
}
  +
  +
.va-navbox-cell-withgroups {
  +
text-align: left;
  +
}
  +
  +
.va-navbox-column {
  +
vertical-align: top;
  +
}
  +
  +
.va-navbox-image {
  +
width: 8%;
  +
}
  +
  +
/* Lists in column rows */
  +
.va-navbox-formatlist ul,
  +
.va-navbox-formatlist li {
  +
list-style-image: none;
  +
list-style-type: none;
  +
line-height: 16px;
  +
margin: 0.6em 0;
  +
padding: 0;
  +
}
  +
  +
.va-navbox-formatlist li li {
  +
font-size: 90%;
  +
}
  +
  +
.va-navbox-formatlist li ul {
  +
margin-bottom: 0.5em;
  +
margin-top: -0.1em;
  +
}
  +
  +
.va-navbox-formatlist li ul li {
  +
margin: 0em;
  +
}
  +
  +
/* Nested */
  +
.va-navbox .va-navbox-nested {
  +
font-size: 100%;
  +
}
  +
  +
/* Links */
  +
.va-navbox-editlink .va-navbar-item {
  +
color: #FFF !important;
  +
}
  +
  +
.va-navbox-nowraplinks .va-navbox-cell a,
  +
.va-navbox-nowraplinks .va-navbox-column a {
  +
white-space: nowrap;
  +
}
  +
  +
.va-navbox-maintitle a:link,
  +
.va-navbox-maintitle a:visited {
  +
}
  +
  +
.va-navbox-maintitle a:hover,
  +
.va-navbox-maintitle a:active {
  +
color: #FFF;
  +
}
  +
  +
.va-navbox-maintitle a.new {
  +
color: #F11 !important;
  +
}
  +
  +
.va-navbox-maintitle .mw-collapsible-toggle a {
  +
color: #FFF !important;
  +
}
  +
  +
/* ################################################## */
  +
/* ### TEMPLATE DOCUMENTATION ### */
  +
/* ### (Template:Docparam/Template:Documentation) ### */
  +
/* ################################################## */
  +
  +
/* Template:Docparam */
  +
.va-docparam {
  +
background: transparent;
  +
border: 1px dotted #1551a7;
  +
margin-bottom: 3px;
  +
overflow: auto;
  +
padding: 0 2px 0 20px;
  +
text-indent: -20px;
  +
}
  +
  +
.va-docparam-icon {
  +
float: left;
  +
margin: 0;
  +
padding: 0;
  +
width: 20px;
  +
}
  +
  +
.va-docparam-default {
  +
float: right;
  +
font-size: 10px;
  +
}
  +
  +
.va-docparam-params {
  +
font-family: monospace;
  +
}
  +
  +
.va-docparam-desc {
  +
margin: 0;
  +
padding: 0 0 5px 20px;
  +
}
  +
  +
/* Template:Documentation */
  +
.va-documentation,
  +
.va-documentation-bar-top,
  +
.va-documentation-bar-bottom {
  +
border-color: #AAA;
  +
border-style: solid;
  +
clear: both;
  +
}
  +
  +
.va-documentation {
  +
border-width: 1px;
  +
margin: 10px 0;
  +
}
  +
  +
.va-documentation-bar-top,
  +
.va-documentation-bar-bottom {
  +
background: #black;
  +
color: #fff;
  +
margin: 0;
  +
padding: 5px;
  +
}
  +
  +
.va-documentation-bar-top {
  +
border-width: 0 0 1px 0;
  +
}
  +
  +
.va-documentation-bar-bottom {
  +
border-width: 1px 0 0 0;
  +
text-align: right;
  +
}
  +
  +
.va-documentation-links {
  +
float: right;
  +
text-align: right;
  +
}
  +
  +
.va-documentation-content {
  +
margin: 0;
  +
padding: 10px;
  +
}
  +
  +
.va-documentation-small {
  +
font-size: 10px;
  +
}
  +
  +
/* ################################################## */
  +
/* ### ICONS (Template:Icon) ### */
  +
/* ################################################## */
  +
  +
.va-icon-sortkey {
  +
display: none;
  +
}
  +
  +
/* ################################################## */
  +
/* ### TOOLTIPS (Template:Tooltip) ### */
  +
/* ################################################## */
  +
  +
.va-tooltip {
  +
border-bottom: 1px dotted;
  +
cursor: help;
  +
}
  +
  +
/* ################################################## */
  +
/* ### Fix for external link arrow ### */
  +
/* ################################################## */
  +
  +
a.external.text {
  +
background: none !important;
  +
padding: 0 !important;
 
}
 
}

Latest revision as of 13:54, 11 August 2017

/* CSS placed here will affect users of the mobile site */
/* BASE */
/* Governs the general color of the text and background image */
body {
    background: black;
}

.animations #mw-mf-page-center {
    background: #05112c;
    color:  white;
}

.nomobile {
    display: none;
}

/* HEADER */
.header-container.header-chrome,
#mw-mf-page-center {
    background: rgba(33, 33, 33, 0.8);
}

.notification-count {
   background: transparent;
}

/* BODY */
/* Leave transparent if background if solid color, otherwise tweak black opacity to make text visible */
#content {
    border-top: 0px solid #cccccc;
    background: rgba(0,0,0,0.5) !important;
}

.overlay-enabled {
    border-top: 0px solid #cccccc;
    background: rgba(0,0,0,1) !important;
}

/* FOOTER */
/* Background should match opacity of #content */
footer {
    border-top: solid 1px #c8ccd1;
    background: rgba(0, 0, 0, 0.5);
}

footer .last-modified-bar {
    border-bottom: solid 1px #c8ccd1;
    background-color: transparent;
    color: #505050;
}

/* Fix to display properly with links of similar color */
footer .last-modified-bar.active {
    background-color: rgba(0, 175, 137, 0.5);
}

/* LINKS */
/* Minimal code to affect all non-new links; notification ensures the default color always displays */
a:not(.new) {
    text-decoration: none;
    color: #e6db5a !important ;
}

.notification-count .circle span {
    color: #fff !important;
}


/* UI STYLING */
/* Default values for HydraDark */
.content table.wikitable > tr > th, .content table.wikitable > * > tr > th {
    background-color: rgba(248, 249, 250, 0.35);
}

pre, .mw-code {
    background-color: #282828;
    border-color: #505050;
}

.client-js .toc-mobile {
    background-color: transparent !important;
    border-color: #505050;
}

.mw-ui-button {
    background-color: transparent;
    color: inherit;
    border: 1px solid #fff;
}

.content .thumb {
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 3px;
    color: white;
}

li.gallerybox div.thumb {
    border: 1px solid #c8ccd1;
    background-color: transparent;
}

.mw-ui-button.mw-ui-progressive:active, 
.mw-ui-button.mw-ui-constructive:active, 
.mw-ui-button.mw-ui-progressive.is-on, 
.mw-ui-button.mw-ui-constructive.is-on, 
.mw-ui-button.mw-ui-progressive.mw-ui-checked, 
.mw-ui-button.mw-ui-constructive.mw-ui-checked {
    background-color: rgba(115, 115, 115, 0.33);
    border-color: white;
}

.mw-mf-user, 
.list-header, 
.page-list.side-list .list-thumb, .topic-title-list.side-list .list-thumb, .site-link-list.side-list .list-thumb {
    background-color: inherit;
    color: inherit;

}

/* Section arrows */

.mw-ui-icon-arrow::before {
    filter: invert(100%);
}

/* Hambahgah menu */

#mw-mf-viewport,
nav {
    background: #212121 !important;
}

nav ul li {
    background: #181818 !important;
}

nav ul.hlist li {
    background: transparent !important;
}

nav ul li a.mw-ui-icon {
    filter: invert(100%);
}

nav ul li a {
    font-weight: bold;
}

nav ul.hlist li a {
    color: #F37F20 !important;
}

/* EDITOR OVERLAY */


/* Search */

.search-overlay {
    background: rgba(0, 0, 0, 0.9) !important;
}

.search-overlay .results,
.search-overlay .search-feedback {
    background-color: #212121 !important;
}

.list-thumb.list-thumb-none {
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2056%2056%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M0%200h56v56H0z%22%2F%3E%3Cpath%20fill%3D%22%23E0E0E0%22%20d%3D%22M36.4%2013.5H17.8v24.9c0%201.4.9%202.3%202.3%202.3h18.7v-25c.1-1.4-1-2.2-2.4-2.2zM30.2%2017h5.1v6.4h-5.1V17zm-8.8%200h6v1.8h-6V17zm0%204.6h6v1.8h-6v-1.8zm0%2015.5v-1.8h13.8v1.8H21.4zm13.8-4.5H21.4v-1.8h13.8v1.8zm0-4.7H21.4v-1.8h13.8v1.8z%22%2F%3E%3C%2Fsvg%3E) !important;
}

.page-summary h2,
.page-summary h3 {
    color: #F37F20 !important;
}

/* VE Overlay */

.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.ve-ui-mwSaveDialog-options {
    background-color: #212121 !important;
}
/* Editor Overlay */

.editor-overlay-ve .overlay-content .surface {
    overflow: hidden;
    color: white;
}

.editor-overlay .wikitext-editor,
.editor-overlay .summary-request {
    color: #E0E0E0 !important;
}

/* Overlays */
.overlay.editor-overlay,
.overlay-header-container,
.overlay-footer-container {
    background: #212121 !important;
}

/* RESPONSIVE 3PAGE MAIN PAGE */
/* this CSS governs the responsive 3 column main page layout */
/* Responsive main page stuff */
/*********************
/* Front page styles *
/*********************/
.fpbox {
/* EDIT THIS FOR BORDER */
  border: 1px solid #e0e0e0;
/* YES THIS */
  background: rgba(0,0,0,0.5);
  color: inherit;
  margin: 5px;
  padding: 5px;
}

.fpbox .welcome {
  border-bottom: 1px solid #505050;
  background: transparent;
  font-size: 150%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading {
  border-bottom: 1px solid #505050;
  background: transparent;
  font-size: 132%;
  font-variant: small-caps;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}

.fpbox .heading .smalllink {
  color: #3674b3;
  font-weight: bold;
  font-size: 75%;
}

.fpbox hr {
  border: none;
  border-bottom: 2px solid #505050;
}

.fpplainbox {
  padding: 5px 8px 10px 8px;
  margin: 0 5px 10px 5px;
  vertical-align: top;
}

.fplinks {
  margin: -2px -3px;
}

.fplinks .linkslabel {
  border-bottom: 2px solid #505050;
  margin: 6px 3px 0 3px;
}

.fplink {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

/* Yeah, using display: table makes for a lot of extra markup, but it makes proportionate sizing and vertical centering a lot easier, so going with it */
.fplink .box {
  display: table;
  width: 100%;
  border-spacing: 2px 3px;
  border-collapse: separate;
}

.fplink .box .row {
  display: table-row;
}

.fplink .box .row .cell {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #29ABE2;
  color: #e0e0e0; 
  display: table-cell;
  font-weight: bold;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.fplink.wide .box .row .cell {
  padding: 0 5px;
}

.fplink.image {
  width: 78px;
  height: 78px;
}

.fplink.image .box .row .cell {
  width: 70px;
  height: 70px;
  vertical-align: bottom;
}

.fplink.image .box .row .cell .image img {
  width: 70px;
  height: 70px;
}

@media (min-width: 188px) {
  .fplink {
    width: 50%;
  }

  .fplink.wide {
    width: 100%;
  }
}

@media (min-width: 294px) {
  .fplink {
    width: 33.333%;
  }

  .fplink.wide {
    width: 66.666%;
  }
}

@media (min-width: 400px) {
  .fplink {
    width: 25%;
  }

  .fplink.wide {
    width: 50%;
  }

  .fplink.image {
    width: 108px;
    height: 108px;
  }

  .fplink.image .box .row .cell {
    width: 100px;
    height: 100px;
  }

  .fplink.image .box .row .cell .image img {
    width: 100px;
    height: 100px;
  }
}

@media (min-width: 506px) {
  .fplink {
    width: 20%;
  }

  .fplink.wide {
    width: 40%;
  }
}

@media (min-width: 612px) {
  .fplink {
    width: 16.666%;
  }

  .fplink.wide {
    width: 33.333%;
  }
}

@media (min-width: 718px) {
  .fplink {
    width: 14.285%;
  }

  .fplink.wide {
    width: 28.571%;
  }
}

@media (min-width: 824px) {
  .fplink {
    width: 12.5%;
  }

  .fplink.wide {
    width: 25%;
  }
}

@media (min-width: 930px) {
  .fplink {
    width: 11.111%;
  }

  .fplink.wide {
    width: 22.222%;
  }
}

@media (min-width: 1036px) {
  .fplink {
    width: 10%;
  }

  .fplink.wide {
    width: 20%;
  }

  .fplink.image {
    width: 128px;
    height: 128px;
  }

  .fplink.image .box .row .cell {
    width: 120px;
    height: 120px;
  }

  .fplink.image .box .row .cell .image img {
    width: 120px;
    height: 120px;
  }
}

.fplink.image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 75%;
  z-index: 1;
}

.fplink.image a {
  z-index: 2;
}

.fplink a {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px 5px;
}

.fplink.image .image a {
  padding: 0;
}

.fplink.image .link a {
  border-top: 2px solid #505050;
  background: #ddddb7 !important;
}

.fplink.wide a {
  margin: 0 -5px;
}

.fplink.image a {
  top: auto;
}

.fpvideos {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  max-width: 480px;
}

.fpvideo {
  position: relative;
  padding-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
}

.fpvideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ################################################## */
/* ### THE PLAGUE BOXOR by Porter Engineering     ### */
/* ###    Adapted for General Deployment by       ### */
/* ###      Tagaziel and Dragen Industries        ### */
/* ################################################## */

.va-infobox-title,
.va-navbox-title {
   background-color: #000;
}

/* ################################################## */
/* ### PLAGUE INFOBOX (Template:Infobox)          ### */
/* ### previously called Victoria, thus va-things ### */
/* ################################################## */
 
/* Outer table */
.va-infobox {
   border: 2px solid #1551a7;
   border-radius: 0px;

/* Commented out box-shadow, remove comments to turn back on
   box-shadow: 2px 2px 2px #AAA;
   -moz-box-shadow: 2px 2px 2px #AAA;
   -webkit-box-shadow: 2px 2px 2px #AAA;
*/

   clear: right;
   float: right;
   font-size: 11px;
   line-height: 16px;
   margin: 0 0 5px 10px;
}
 
/* INFOBOX COLORS */

.va-infobox-content,
.va-infobox-footer,
.va-infobox-image,
.va-infobox-mainimage {
   background: transparent;
   border: 0px solid #1551a7;
}
 
.va-infobox-header,
.va-infobox-label {
   background: transparent;
   border: 1px solid #1551a7;
   font-weight: bold;
}

.va-infobox-icon {
   background: transparent;
   border: 0px solid #1551a7;
   font-weight: bold;
}

.va-infobox-title {
   /* Shared background; see top of page */
   border: 1px solid #1551a7;
   border-radius: 3px;
   color: #FFF;
   text-align: center;
   vertical-align: middle;
   width: 100%;
}

.va-infobox-header .mw-collapsible-toggle a {
   color: #FFF;
}
 
.va-infobox-divider-float {
   border-color: transparent;
   border-style: solid;
   border-width: 0 0 1px 1px;
   clear: right;
   float: right;
   margin: -1px 0 0 2px;
   min-width: 18px;
   padding: 0 0 0 2px;
   text-align: center;
}

/* Tooltips */

.va-infobox-tooltip {
   border-color: #AAA transparent transparent #AAA;
   border-style: solid;
   border-width: 3px;
   float: left;
   height: 0;
   left: -2px;
   margin-bottom: -100%;
   margin-right: -100%;
   position: absolute;
   top: -1px;
   width: 0;
}

/* Links */
.va-infobox-title a:link,
.va-infobox-title a:visited { 
}

.va-infobox-title a:hover,
.va-infobox-title a:active { 
   color: #FFF !important;
}

.va-infobox-title a.new {
   color: #F11 !important;
}

/* Inner tables */
.va-infobox-cont,
.va-infobox-group {
   margin: 0;
   width: 100%;
}
 
.va-infobox-mainimage-table {
   margin: 0 auto;
}
 
.va-infobox-mainimage-table + .va-infobox-mainimage-table {
   margin-top: 2px;
}
 
/* Cellspacing */
.va-infobox,
.va-infobox-cont,
.va-infobox-group,
.va-infobox-mainimage-table,
.va-infobox-spacing-h,
.va-infobox-spacing-v {
   background: transparent;
}
 
.va-infobox-spacing-h {
   border-right: 1px solid transparent;
   width: 0%;
}
 
.va-infobox-spacing-v {
   font-size: 1px;
   height: 1px;
   line-height: 0;
}
 
.va-infobox-columns + .va-infobox-spacing {
   display: none !important;
}
 
/* Widths */
.va-infobox-columns-1 .va-infobox-col1 {
   width: 100%;
}
 
.va-infobox-columns-2 .va-infobox-col1,
.va-infobox-columns-3 .va-infobox-col1,
.va-infobox-columns-4 .va-infobox-col1 {
   width: 28%;
}
 
.va-infobox-columns-2 .va-infobox-col2 {
   width: 72%;
}
 
.va-infobox-columns-3 .va-infobox-col2,
.va-infobox-columns-3 .va-infobox-col3 {
   width: 36%;
}
 
.va-infobox-columns-4 .va-infobox-col2,
.va-infobox-columns-4 .va-infobox-col3,
.va-infobox-columns-4 .va-infobox-col4 {
   width: 24%;
}
 
/* Cell styles */
.va-infobox-content,
.va-infobox-footer,
.va-infobox-header,
.va-infobox-image,
.va-infobox-label,
.va-infobox-title {
   padding: 1px 2px;
}
 
 
.va-infobox-image,
.va-infobox-footer,
.va-infobox-header,
.va-infobox-icon,
.va-infobox-mainimage,
.va-infobox-mainimage-cont,
.va-infobox-mainimage-image {
   text-align: center;
   vertical-align: middle;
}
 
.va-infobox-content {
   text-align: left;
   vertical-align: top;
}
 
.va-infobox-label {
   cursor: default;
   text-align: right;
   vertical-align: top;
}
 
.va-infobox-icon-cont {
   margin: 0;
   padding: 0;
   position: relative;
}
 
.va-infobox-icon-table {
   margin: 0 auto;
}
 
.va-infobox-mainimage-cont + .va-infobox-icon-table {
   position: absolute;
   right: 3px;
   top: 1px;
}
 
/* FIXME: Find better method to prevent column width oddities in IE8/Webkit */
.va-infobox-image {
   max-width: 0;
}
 
.va-infobox-image-cont {
   margin-right: -100%;
   margin-right: 0 !ie;
   text-align: center;
   width: 100%;
}
 
.va-infobox-image-desc {
   font-size: 10px;
   line-height: 15px;
   padding: 1px 1px 0;
}
 
.va-infobox-image-upload {
   padding: 15px 3px;
}
 
.va-infobox-mainimage {
   padding: 2px 0;
}
 
.va-infobox-mainimage-cont {
   margin: 0;
   width: 100%;
}
 
.va-infobox-mainimage-image {
   background: transparent;
   padding: 0 1px;
}
 
.va-infobox-mainimage-minheight {
   width: 0%;
}
 
.va-infobox-mainimage-minheight div {
   height: 120px;
   margin: 0;
   padding: 0;
   width: 1px;
}
 
.va-infobox-title-main {
   font-size: 15px;
   font-weight: bold;
   line-height: 20px;
}
 
.va-infobox-title-sub {
   font-size: 12px;
   line-height: 15px;
}
 
.va-infobox-title-super {
   font-size: 10px;
   line-height: 12px;
}
 
.va-infobox-tooltip-cell {
   cursor: help;
}
 
.va-infobox-tooltip-cont {
   height: 0;
   position: relative;
   width: 0;
}
 
/* Collapse buttons */
.va-infobox-group-collapsible .va-infobox-header {
   padding-left: 40px;
   padding-right: 40px;
}
 
.va-infobox-header .mw-collapsible-toggle {
   left: 40px;
   margin-left: -100%;
   position: relative;
}
 
/* Adapting lists & paragraphs */
.va-infobox ul,
.va-infobox ol,
.va-infobox p {
   line-height: 16px;
   margin-bottom: 0;
}
 
.va-infobox ul,
.va-infobox ol {
   margin-left: 20px;
   margin-top: 0;
}
 
.va-infobox p,
.va-infobox * + ul,
.va-infobox * + ol {
   margin-top: 3px;
}
 
.va-infobox ul li,
.va-infobox ol li {
   margin-bottom: 0;
}
 
/* Auxiliary template: Template:Infobox/divider */
 
.va-infobox-divider-vert {
   width: 100%;
}
 
.va-infobox-divider-left,
.va-infobox-divider-right {
   vertical-align: top;
   width: 50%;
}
 
.va-infobox-divider-left {
   border-right: 1px solid #AAA;
   padding: 0 2px 0 0;
}
 
.va-infobox-divider-right {
   padding: 0 0 0 2px;
}
 
.va-infobox-divider-section-start,
.va-infobox-divider-section-end {
   display: none;
}
 
.va-infobox-divider-section-end + .va-infobox-divider-section-start {
   border-top: 1px solid #AAA;
   clear: both;
   display: block;
   margin: 1px 0;
}


/* ################################################## */
/* ### NAVBOXES (Template:Navbox)                 ### */
/* ################################################## */
 
/* NAVBOX COLORS */
/* Outer table - border */
.va-navbox-border {
   border: 2px solid #1551a7; 
   border-radius: 3px;

/* box-shadow commented out
   box-shadow: 2px 2px 2px #AAA;
   -moz-box-shadow: 2px 2px 2px #AAA;
   -webkit-box-shadow: 2px 2px 2px #AAA;
*/

}
 
/* Cell styles and widths */
/* Remember to update the column width calculations when changing widths */
.va-navbox-title {
   /* Shared background; see top of page */
   border: 1px solid #1551a7;
   border-radius: 3px;
   color: #FFF;
   font-weight: normal;
   padding: 1px 2px;
}


.va-navbox-footer,
.va-navbox-group,
.va-navbox-header {
   background: transparent;
   border: 1px solid #1551a7;
}
 
.va-navbox-columncont .va-navbox-spacing-h {
   border-right: 1px solid transparent;
   width: 0%;
}

.va-navbox-colgroup,
.va-navbox-subgroup {
   background: transparent;
   border: 1px solid #1551a7;
}
 
.va-navbox-cell,
.va-navbox-column,
.va-navbox-image {
   background: #transparent;
   border: 1px solid transparent;
}

.va-navbox-nested .va-navbox-title {
   background: #C9D0AC;
   border: 1px solid #AAA;
   color: #000;
}
 
.va-navbox-nested .va-navbox-footer, 
.va-navbox-nested .va-navbox-group,
.va-navbox-nested .va-navbox-header {
   background: #D6DBC1;
}
 
.va-navbox-nested .va-navbox-colgroup, 
.va-navbox-nested .va-navbox-subgroup {
   background: #DDE1CB;
}

/* Outer table - widths, floats */
.va-navbox {
   font-size: 11px; 
   line-height: 16px;
   width: 100%;
}
 
.va-navbox-bottom {
   clear: both; 
   margin: 5px auto 0;
   width: 100%;
}
 
.va-navbox-left {
   clear: left;
   float: left;
   margin: 0 1.5em 0.5em 0;
   width: 240px;
}
 
.va-navbox-right {
   clear: right;
   float: right;
   margin: 0 0 0.5em 1.5em;
   width: 240px;
}
 
.va-navbox-bottom + .va-navbox-bottom {
   margin-top: 2px;
}
 
/* Inner tables */
.va-navbox-brick {
   margin: 0;
   width: 100%;
}
 
/* Cellspacing */
.va-navbox,
.va-navbox-border,
.va-navbox-brickcont,
.va-navbox-padding,
.va-navbox-spacing-h,
.va-navbox-spacing-v {
   background: transparent;
}
 
.va-navbox-padding {
   padding: 1px;
}
 
.va-navbox-spacing-h {
   width: 1px;
}
 
.va-navbox-spacing-v {
   font-size: 1pt;
   height: 1px;
   line-height: 0em;
}
 
.va-navbox-headertext,
.va-navbox-titletext {
   font-weight: bold;
   padding-left: 40px;
   padding-right: 40px;
}
 
.va-navbox-maintitle .va-navbox-titletext {
   font-size: 118%;
}
 
/* v/d/e and collapse button */
.va-navbox-editlink {
   float: left;
   margin-right: -100%;
   text-align: left;
   width: 40px;
}
 
.va-navbox .mw-collapsible-toggle {
   margin-left: -100%;
}
 
.va-navbox-cell,
.va-navbox-colgroup,
.va-navbox-column,
.va-navbox-footer,
.va-navbox-group,
.va-navbox-header,
.va-navbox-image,
.va-navbox-subgroup {
   padding: 1px 2px;
}
 
.va-navbox-colgroup,
.va-navbox-group,
.va-navbox-subgroup {
   font-weight: bold;
}
 
.va-navbox-group,
.va-navbox-subgroup {
   text-align: center;
   width: 15%;
}
 
.va-navbox-cell-nogroups,
.va-navbox-column,
.va-navbox-colgroup,
.va-navbox-footer,
.va-navbox-image {
   text-align: center;
}
 
.va-navbox-cell-withgroups {
   text-align: left;
}
 
.va-navbox-column {
   vertical-align: top;
}
 
.va-navbox-image {
   width: 8%;
}
 
/* Lists in column rows */
.va-navbox-formatlist ul,
.va-navbox-formatlist li {
   list-style-image: none;
   list-style-type: none;
   line-height: 16px;
   margin: 0.6em 0;
   padding: 0;
}
 
.va-navbox-formatlist li li {
   font-size: 90%;
}
 
.va-navbox-formatlist li ul {
   margin-bottom: 0.5em;
   margin-top: -0.1em;
}
 
.va-navbox-formatlist li ul li {
   margin: 0em;
}
 
/* Nested */
.va-navbox .va-navbox-nested {
   font-size: 100%;
}
 
/* Links */
.va-navbox-editlink .va-navbar-item {
   color: #FFF !important;
}
 
.va-navbox-nowraplinks .va-navbox-cell a,
.va-navbox-nowraplinks .va-navbox-column a {
   white-space: nowrap;
}
 
.va-navbox-maintitle a:link,
.va-navbox-maintitle a:visited {
}
 
.va-navbox-maintitle a:hover,
.va-navbox-maintitle a:active {
   color: #FFF;
}
 
.va-navbox-maintitle a.new {
   color: #F11 !important;
}
 
.va-navbox-maintitle .mw-collapsible-toggle a {
   color: #FFF !important;
}

/* ################################################## */
/* ### TEMPLATE DOCUMENTATION                     ### */
/* ### (Template:Docparam/Template:Documentation) ### */
/* ################################################## */
 
/* Template:Docparam */
.va-docparam {
   background: transparent;
   border: 1px dotted #1551a7;
   margin-bottom: 3px;
   overflow: auto;
   padding: 0 2px 0 20px;
   text-indent: -20px;
}
 
.va-docparam-icon {
   float: left;
   margin: 0;
   padding: 0;
   width: 20px;
}
 
.va-docparam-default {
   float: right;
   font-size: 10px;
}
 
.va-docparam-params {
   font-family: monospace;
}
 
.va-docparam-desc {
   margin: 0;
   padding: 0 0 5px 20px;
}
 
/* Template:Documentation */
.va-documentation,
.va-documentation-bar-top,
.va-documentation-bar-bottom {
   border-color: #AAA;
   border-style: solid;
   clear: both;
}
 
.va-documentation {
   border-width: 1px;
   margin: 10px 0;
}
 
.va-documentation-bar-top,
.va-documentation-bar-bottom {
   background: #black;
   color: #fff;
   margin: 0;
   padding: 5px;
}
 
.va-documentation-bar-top {
   border-width: 0 0 1px 0;
}
 
.va-documentation-bar-bottom {
   border-width: 1px 0 0 0;
   text-align: right;
}
 
.va-documentation-links {
   float: right;
   text-align: right;
}
 
.va-documentation-content {
   margin: 0;
   padding: 10px;
}
 
.va-documentation-small {
   font-size: 10px;
}

/* ################################################## */
/* ### ICONS (Template:Icon)                      ### */
/* ################################################## */
 
.va-icon-sortkey {
   display: none;
}

/* ################################################## */
/* ### TOOLTIPS (Template:Tooltip)                ### */
/* ################################################## */

.va-tooltip {
   border-bottom: 1px dotted;
   cursor: help;
}

/* ################################################## */
/* ### Fix for external link arrow                ### */
/* ################################################## */

a.external.text {
    background: none !important;
    padding: 0 !important;
}