War Commander Wiki
Advertisement
War Commander Wiki

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 affect the Oasis skin for all of the users. */

@import "/load.php?mode=articles&articles=u:dev:MediaWiki:DropdownMenu.css&only=styles";

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {

font-style: italic;

}

.allpagesredirect:after {

color: #808080; content: " (redirect)"

}

.watchlistredir {

 :font-style: italic;

}

/* Removed duplicate css rules */



/* Main CSS class of the tooltip */

.main-tooltip {

:border: 1px solid #999;

:box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

:border-radius: 4px;

:margin-bottom: 5px;

:padding: 2px 5px;

:background-color: #EEE;

}

/* Adds padding to the wrapper to make space for shadow */

/* <nowiki>#</nowiki>tooltip-wrapper {

    padding: 3px 7px 2px 3px;

}*/

/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */

.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {

:display: none;

}

.tooltips-init-complete {

:cursor: help;

}

/* <nowiki></source></nowiki> */<div></div>
.cke_skin_wikia { color: #FFA500  !important; background-color: #101010 !important;}
#kw1 {color: #AFC01D !important;}

/* default table definition */
.wikitable {
    border-color: #4b4b4b;
}
h3 {
  color: #a8a84b;   /* style all level 3 headers yellow rgb 168 168 75 */
}

.grouptable table > tbody > tr:nth-of-type(2) > td:nth-of-type(3) {
	color: #a62929;
	background-color: #9eb898;
	
}


.wctable {
    font-size:70%;
    border-collapse: collapse;
    width: 500px;
    color:Tan;
    border-right-color:#101010;
}

.wctable td, .wctable th {
    border: 1px solid #101010;
    padding: 1px;
}

.wctable th {
    border-color: rgb(30,39,36);
}

.wctable tr:nth-child(even){background-color: #101010;}

.wctable tr:nth-child(odd){background-color: rgb(30,39,36);
}

.wctable tr:hover {background-color: #bcbcbc;}

.wctable th {
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
    background-color: rgb(30,39,36);
    color: Tan;
}
.wctable td {
    text-align: center;
}

/* ====== war commander table styles ====== */
.wc-wikitable {
   text-align: center;
   font-size:70%;
   color:Tan;
   border-collapse:collapse;
   border-width:1px;
   border-style:solid;
   border-color:black;
   background:rgb(30,30,30);
   border-right-color:#101010;
   width: 500px;
   display: table;
}
.wc-wikitable th {
   background-color:rgb(30,39,36);
   border-width:1px;
   border-style:solid;
   border-color:black;
   border-collapse:collapse;
}
.wc-wikitable td {
   border-width:1px;
   border-style:solid;
   border-color:black;
   background:rgb(30,30,30);
   border-collapse:collapse;
}

/* ====== war commander tabel 2 styles ====== */
.wc2-wikitable {
   width: 450px;
   color: #fff;
   text-align: center;
   line-height: 15px;
   padding: 1px;
   margin: 0 0 1em 1em;
   border: 1px solid #334 !important;
   background-color: #1e1e2e !important;
}
.wc2-wikitable th {
   background: #334;
   text-align: center;
}
.wc-wikitable td {
   background-color: #1E293D;
   padding: 8px 10px;
}
/* All H2 elements now have a default color */
div.mw-content-ltr.mw-content-text h2 {
    color: #eba032;
}

/* === Template:Ambox designs === */
/* Ambox design */
.ambox {
    font-size: 95%;
    width: 80%; 
    margin: 0 auto;
    border: 1px #AAA solid;
    border-left: 10px solid #228b22;
    border-collapse: collapse;
    background-color: #EEE;
}

/* Ambox colours */
.ambox-blue {
    border-left: 10px solid #1e90ff;    /* Blue (notice) */
}
.ambox-red {
    border-left: 10px solid #b22222;    /* Red (delete/serious) */
}
.ambox-orange {
    border-left: 10px solid #f28500;    /* Orange (content) */
}
.ambox-yellow {
    border-left: 10px solid #f4c430;    /* Yellow (style) */
}
.ambox-purple {
    border-left: 10px solid #9932cc;    /* Purple (merge) */
}
.ambox-gray {
    border-left: 10px solid #bba;        /* Gray (protection) */
}
.ambox-green {
    border-left: 10px solid #228b22;    /* Green */
}

/* Ambox small text */
.ambox-smalltext {
    font-size: smaller;
    margin-top:0.5em;
    margin-left:0.8em;
}

/* Ambox image */
.ambox-image {                    /* The left image cell */
    width: 60px;
    padding: 2px 0 2px 0.5em;        /* 0.5em left, 0px right */
    text-align: center;
}

@media print { .ambox { display: none; } }    /* no ambox when printing */

.WikiaArticle {font-size:13px}

.custom-dropdown {
     padding: 1px 8px;
}
.custom-dropdown > :first-child:after {
     background-image: url("data:image/gif;base64,R0lGODlhAQABAIABAAAAAP///yH5BAEAAAEALAAAAAABAAEAQAICTAEAOw%3D%3D");
     border-color: white transparent transparent;
     border-style: solid;
     border-width: 4px;
     content: "";
     color: yellow;
     display: inline-block;
     height: 1px;
     margin-left: 4px;
     margin-top: 2px;
     position: relative;
     vertical-align: middle;
     width: 1px;
}
.custom-dropdown:hover {
     border-bottom-left-radius: 0px;
     border-bottom-right-radius: 0px;
     margin-bottom: -1px;
     padding-bottom: 2px;
     color: yellow;
}
.custom-dropdown ul {
     list-style: none outside none;
     min-width: 100%;
     top: 23px;
     color: yellow;
}
.custom-dropdown:hover ul {
     display: block;
     color: yellow;
}
.custom-dropdown li a {
     font-size: 12px;
     height: 14px;
     line-height: 14px;
     color: yellow;
}

.background-image
{
	background: url('https://images.wikia.nocookie.net/__cb20140909052921/warcommander/images/1/19/Background-EventBase-Warlord.jpg');
	background-repeat: no-repeat;
	border: 1px solid;
    border-color: rgb(93,94,43);
    border-collapse: collapse;
}

.background-image th, td {
  border: none; 
  border-color: rgb(93,94,43);
  border-collapse: collapse;
  }

/* Main CSS class of the tooltip */
.main-tooltip {
    border: 1px solid #5D5E2B;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: #293232;
}

/* Adds padding to the wrapper to make space for shadow */
#tooltip-wrapper {
    padding: 3px 7px 2px 3px;
}

/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips */
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}

.tooltips-init-complete {
    cursor: help;
}
a[href$="/wiki/User:BehindTheEight"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Goldair1"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Teratorn43906"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Killroy1080"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Avireous"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:AdelTech"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}
a[href$="/wiki/User:Ewindar"] {
    color: #DC7728 !important;
    font-weight: bold !important;
    font-family: Arial !important;
}

/* ====== Galaxy templates ====== */
.galaxy-details {
   width: 270px;
   color: #fff;
   line-height: 15px;
   padding: 1px;
   margin: 0 0 1em 1em;
   border: 1px solid #334 !important;
   background-color: #1e1e2e !important;
}
.galaxy-details th {
   background: #334;
   text-align: center;
}
.galaxy-details .col-header {
   padding: 6px 0 3px;
}
.galaxy-details .col-title, .galaxy-details .col-caption {
   font-size: 1em;
   text-align: center;
   font-weight: bold;	
   padding: 4px 10px 6px;
   background-color: #334;	
}
.galaxy-details .col-left {
   width: 125px;
   font-size: 0.9em;
   text-align: right;
   font-weight: bold;
   padding: 4px 10px 4px 0;
   background-color: #223 !important;
}
.galaxy-details .col-right {
   width: 125px;
   font-size: 0.9em;
   text-align: left;
   font-weight: normal;
   padding: 4px 0 4px 10px;
}
 
/* ====== Point of Interest template styles ====== */
.point-interest {
   font-size: 0.9em;
   text-align: center;
   line-height: 18px;
   padding: 2px;
   margin-top: 10px;
   border: 1px solid #1E293D;	
   background-color: #1E2724;
   display: table;
}
.point-interest th {
   font-size: 13px;
   font-weight: bold;
   background-color: #36445A;
   padding: 8px 10px;
}
.point-interest td {
   background-color: #1E293D;
   padding: 8px 10px;
}
.point-interest .poi-bullet-red {
   background: #1E293D url('https://images.wikia.nocookie.net/masseffect/images/c/cc/ME-POI-red.png') center center no-repeat;
}
.point-interest .poi-bullet-yellow {
   background: #1E293D url('https://images.wikia.nocookie.net/masseffect/images/1/19/ME-POI-yellow.png') center center no-repeat;
}
.poi-bullet-red, .poi-bullet-yellow {
   color: #1E293D;
   font-weight: bold;
   font-size: 18px;
}
/* --- TABLES --- */

/* wiki table style */

 table.rawikitable {

:margin:1em 1em 1em 0 !important;a

:background:#5c5c5c !important;

:border:1px black solid !important;

:border-collapse:collapse !important;

:color: #D5D4D4 !important;

}

table.rawikitable th, table.rawikitable td {

:border:1px black solid !important;

:padding:0.2em !important;

:color: inherit !important;

}

table.rawikitable th {

:background:#111111 !important;

:text-align:center !important;

:color: inherit !important;

}

table.rawikitable caption {

:margin-left:inherit !important;

:margin-right:inherit !important;

:font-weight:bold !important;

}

table.rawikitable tr.odd {background: rgb(30,30,39);}

table.rawikitable tr.left{text-align:left !important;}

table.rawikitable th.left {text-align:left !important;}

table.rawikitable td.high {color: #C9BF58; !important; 
text-align:left !important;
font-weight:bold !important;
}

table.rawikitable td.left {text-align:left !important;}

table.rawikitable tr:nth-child(even) {

:background:#1C1C1C;

}


/**********************************/
/*          table styles          */
/**********************************/

/* --- TABLES --- */
 
/* wiki table style */
 table.twikitable {
    margin:1em 1em 1em 0 !important;
    background:#0B0B0B !important;
    border:1px black solid !important;
    border-collapse:collapse !important;
    color: #D5D4D4 !important;
}
table.twikitable th, table.twikitable td {
    border:1px black solid !important;
    padding:0.2em !important;
    color: inherit !important;
}
table.twikitable th {
    background:#111111 !important;
    text-align:center !important;
    color: inherit !important;
}
table.twikitable caption {
    margin-left:inherit !important;
    margin-right:inherit !important;
    font-weight:bold !important;
}
 
table.twikitable tr.odd {background:rgb(30,30,39); !important;}
table.twikitable tr.left{text-align:left !important;}
 
table.twikitable th.left {text-align:left !important;}
 
table.twikitable td.high {color: #C9BF58; !important; text-align:left !important;font-weight:bold !important;}
table.twikitable td.left {text-align:left !important;}
 
table.twikitable tr:nth-child(even) {
    background:#1C1C1C;
}
 
table.notify {
    /*clear: both;*/
    width: 100%;
    border: 1px solid black;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-image: linear-gradient(top, #151515 0%, black 100%);
    background-image: -o-linear-gradient(top, #151515 0%, black 100%);
    background-image: -moz-linear-gradient(top, #151515 0%, black 100%);
    background-image: -webkit-linear-gradient(top, #151515 0%, black 100%);
    background-image: -ms-linear-gradient(top, #151515 0%, black 100%);
    background-image: -khtml-linear-gradient(top, #151515 0%, black 100%);
    padding:8px;
    margin:0 0 10px 0;
}

/* Customizing article-table */
.ooui-theme-fandomooui .article-table tr > th {
	background: #0c1b1a;
	border: 1px solid #07ce93;
}
.ooui-theme-fandomooui .article-table tr > td {
	background: #1c2525;
	border-color: #07ce93;
	border-width: 0 0 1px 0;
}
/* End of customizing article-table */

/* Customizing Tabber */
.tabbertab {
    border-top: 1px solid #07ce93 !important;
    border-bottom: 1px solid #07ce93 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
/* add spaces to tabview tabs */
.tabberlive > ul.tabbernav > li {
    margin-right: 1px;
}
    /* not applying on the last tabview tabs */
    .tabberlive > ul.tabbernav > li:last-child {
        margin-right: 0;
    }
.tabbernav {
    background: transparent;
    border-bottom: 0 !important;
    padding: 6px 0 !important;
}
ul.tabbernav li a {
    -moz-border-radius-topleft: 3px !important;
    -moz-border-radius-topright: 3px !important;
    background: #0c1b1a !important;
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
    border: 1px solid #07ce93 !important;
    color: white !important;
    font-size: 12px !important;
    font-weight: normal !important;
    margin-left: 0 !important;
    padding: 3px 0.3em !important;
    position: relative;
}
ul.tabbernav li.tabberactive a {
    background-color: #0c1b1a !important;
    border: 2px inset #07ce93 !important;
    color: white !important;
    cursor: default;
    font-size: 14px !important;
    font-weight: bold !important;
}
ul.tabbernav li.tabberactive {
    line-height: 0 !important;
}
    ul.tabbernav li.tabberactive:first-child a {
        margin-left: 0 !important;
    }
.tabbertab .ajax-poll {
    border: none !important;
}
.tabberlive .tabbertab h2,
.tabberlive .tabbertab h3 {
    display: block !important;
}
/* End of customizing Tabber */

/* Used by {{Gallery unit-list}} */
div.gallery-units > div {
	width: 135px;
	height: 200px;
	margin: 1px;
	float: left;
	box-sizing: border-box;
}
div.gallery-units > div:hover {
	border: 1px solid #555;
}
div.gallery-units:before {
	content: "";
	display: table;
	clear: both;
}
div.gallery-units:after {
	content: "";
	display: table;
	clear: both;
}
/* Used by {{Table unit-list start}} */
table.unit-list {
	width: 100%;
}
.mw-parser-output .unit-list tr > th,
.mw-parser-output .unit-list tr > td {
	text-align: center;
}
.unit-list tr > th:first-child {
	text-align: left;
}
.unit-list tr > td:first-child {
	text-align: left;
	padding: 1px;
}
 /* Tabber CSS */
.tabber .wds-tabs__wrapper {
    border: none;
}

.tabber .wds-tabs__wrapper .wds-tabs {
    background: #f8f8f8;
    border: 1px solid #eee;
    font-family: Helvetica Neue, Helvetica, Arial ,sans-serif;
    border-radius: 4px;
    justify-content: space-between;
}

.tabber .wds-tabs .wds-tabs__tab {
    text-align: center;
    width: 100%;
    flex-shrink: 1;
    transition-duration: 0.15s;
    box-shadow: none;
}

.tabber .wds-tabs__tab a {
    padding: 10px 0;
    color: #999 !important;
    font-size: 15px;
    font-weight: normal;
    transition-duration: 0.15s;
    cursor: default;
}

.tabber .wds-tabs__tab.wds-is-current, .tabber .wds-tabs__tab:hover {
    background: #eee;
}

.tabber .wds-tabs__tab.wds-is-current a, .tabber .wds-tabs__tab:hover a {
    color: black !important;
}
Advertisement