WildStar Wiki
Register
Advertisement

In other languages: Français


Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydradark skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* Hide main page header */
body.page-WildStar_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    background: url('https://wildstar.gamepedia.com/media/wildstar.gamepedia.com/b/bd/Body_bg.jpg') scroll no-repeat top left #000000;
}

body #pageWrapper {
    margin-right: 10px;
}

/* Head */
div#mw-page-base {
    background: transparent;
    height: 128px;
}

/* Logo */
#p-logo {
    position: absolute;
    height: 103px;
    width: 296px;
}

#p-logo a {
    height: 103px;
    width: 296px;
    margin-top: 10px;
}

/* Tabs */
#mw-head {
    margin-top: 45px;
}

div.vectorTabs,
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div#mw-head div.vectorMenu h3 {
    background: transparent;
    border: none;
}

div.vectorTabs li span a,
div.vectorMenu h3 span {
    background: transparent;
    color: #9CCAD2 !important;
    font-weight: bold;
}

div.vectorTabs span a:visited {
    color: #ADBEC1;
}

div.vectorTabs li span a:hover,
div.vectorTabs span a:visited:hover {
    color: #30F9FF;
}

div.vectorTabs li.selected span a {
    color: #30F9FF !important;
}

div.vectorTabs li.new span a {
    color: #FF3131 !important;
}

div.vectorTabs li.new span a:visited {
    color: #CC6464 !important;
}

div.vectorTabs li.new span a:hover,
div.vectorTabs li.new span a:visited:hover {
    color: #30F9FF;
}

div.vectorMenu div.menu {
    background: #111B26;
    border: 1px solid #9CCAD2;
    box-shadow: 0 2px 5px #687478;
}

div#mw-head div.vectorMenu a {
    color: #9CCAD2;
}

div#p-cactions div.menu ul li a:visited {
    color: #ADBEC1;
}

div#p-cactions div.menu ul li a:hover,
div#p-cactions div.menu ul li a:visited:hover {
    color: #30F9FF;
}

div#p-sharing .menu {
    margin-left: 10px;
    min-width: 0px;
    width: 48px;
}

#p-sharing #socialIconImages img {
    width: 100%;
}

#p-sharing #socialIconImages a {
    width: 40px;
}

div#simpleSearch {
    border: 1px solid #48696E;
}

div#simpleSearch #searchInput {
    background: #82A8AF;
    border: 1px solid #48696E;
    color: #000000;
}

/* Sidebar */
div#mw-panel {
    margin-top: -10px;
}

div#mw-panel div.portal, 
div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a {
    color: #9CCAD2;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a:hover {
    color: #30F9FF;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a:active {
    color: #FFFFFF;
}

.skin-hydradark div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #80FFBA;
    font-weight: bold;
    text-transform: uppercase;
}

/* Content */
div#content {
    background: url('https://wildstar.gamepedia.com/media/wildstar.gamepedia.com/9/98/Bg.jpg') left top repeat #111B26;
    border: none;
    box-shadow: 0 2px 12px rgba(156, 202, 210, 1.0);
    color: #9CCAD2;
}

h1, h2 {
    color: #80FFBA;
    border-bottom: 1px solid #82A8AF;
}

h3, h4, h5, h6 {
    color: #80FFBA;
}

#catlinks,
div#toc,
div.toc,
.mw-warning,
ul#filetoc {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
}

.CategoryTreeToggle {
    color: #30F9FF;
}

code {
    background: transparent;
}

pre,
.mw-code {
    background: #82A8AF !important;
    border: 1px dashed #48696E !important;
    color: #000000 !important;
    overflow: auto;
}

fieldset {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #9A9A9A;
    box-shadow: 0 2px 5px #687478;
}

hr {
    border: none;
    border-bottom: 1px solid #629C81;
}

/* Anchors */
a {
    color: #30F9FF;
}

a:visited {
    color: #00DDE0;
}

a.extiw,
a.external,
div#content a.extiw,
div#content a.external {
    color: #00FFFF;
}

a.extiw:visited,
a.external:visited {
    color: #60A09F;
}

/* Footer */
div#footer ul li {
    color: #9CCAD2;
}

/* Site notice styles */
#localNotice {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
    border: 1px solid #82A8AF;
    color: #9CCAD2;
    margin: 0 0 10px;
    padding: 3px 6px;
    box-shadow: 0 0 5px rgba(156, 202, 210, 1);
}

body.skin-hydradark .mw-notification {
    background: #111B26;
    border: 1px solid #82A8AF;
    color: #9CCAD2;
}

/* Interface styles */
input,
select,
textarea {
    background: #82A8AF;
    border: 1px solid #48696E;
    color: #000000;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #3F0B2C;
    border-radius: 5px;
    border: rgba(0, 0, 0, 0.1);
    border-bottom: rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FFFFFF;
    margin: 0 3px;
    padding: 1px 5px;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
    background: #5F1143;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    background: #2A081E;
    border: rgba(0, 0, 0, 0.1);
    border-top: rgba(0, 0, 0, 0.25);
}

/* Thumbnails and galleries and image file history */
div.thumb {
    background: transparent !important;
    border: none !important;
}

div.thumbinner {
    background: transparent;
    border: 1px solid #9CCAD2;
    box-shadow: 0 2px 5px #687478;
    margin: 0 0 10px 0;
    padding: 3px 5px !important;
}

li.gallerybox {
    border: 2px solid #02535A;
    box-shadow: 0 2px 5px #687478;
    margin: 0 0 10px 0;
    padding: 3px 6px;
}

li.gallerybox div.thumb {
    background: transparent;
    border: 1px solid #9CCAD2;
}

html .thumbimage {
    border: 1px solid #9CCAD2;
}

div.tright {
    clear: right;
    float: right;
}

/* Preferences */
.skin-hydradark #preferences {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
}

.skin-hydradark #preftoc li:first-child {
    margin-left: 5px;
    margin-bottom: 1px;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,
.skin-hydradark #preftoc li a {
    background: transparent !important;
}

.skin-hydradark #preftoc li a {
    color: #30F9FF;
}

.skin-hydradark #preftoc li.selected {
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid #82A8AF;
}

.skin-hydradark #preftoc li.selected a,
.skin-hydradark #preftoc li a:hover,
.skin-hydradark #preftoc li.selected a:hover {
    color: #99FEFF;
}

.skin-hydradark #preferences legend {
    color: #82A8AF;
}

.skin-hydradark #preferences fieldset {
    background: transparent;
    border: none;
    box-shadow: none;
    border-top: 1px solid #9A9A9A;
}

/* Page history */
#pagehistory li {
    background: transparent;
    border: none;
    padding: 1px 4px;
}

#pagehistory li.selected {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    padding: 0 3px;
}

table.diff,
td.diff-otitle,
td.diff-ntitle {
    background: transparent !important;
}

/* Color fix for advanced search options box */
.skin-hydradark .mw-search-profile-tabs {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #99FEFF;
}

.skin-hydradark fieldset#mw-searchoptions {
    background: rgba(0, 0, 0, 0.25);
    border-color: #82A8AF !important;
    box-shadow: 0 2px 5px #687478;
}

.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-color: #82A8AF;
}

/* Tables */
.skin-hydradark table.wikitable {
    background: transparent;
    border: none;
    box-shadow: 0 2px 5px #687478;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #9CCAD2;
    color: #82A8AF;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #9CCAD2;
}

.skin-hydradark .wikitable th {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #9CCAD2;
    color: #82A8AF;
    padding: 0.2em;
}

.skin-hydradark .wikitable td {
    border: 1px solid #9CCAD2;
    padding: 0.2em;
}

table.mw_metadata {
    background: transparent;
    border: none;
    box-shadow: 0 2px 5px #687478;
}

table.mw_metadata th {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #9CCAD2;
    color: #82A8AF;
}

table.mw_metadata td {
    background: transparent;
    border: 1px solid #9A9A9A;
}

.skin-hydradark .TablePager {
    background: transparent;
    border: none;
    box-shadow: 0 2px 5px #687478;
    padding: 0 0.15em;
}

.skin-hydradark .TablePager th {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #9CCAD2;
    color: #82A8AF;
    padding: 0 0.15em;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: rgba(255, 255, 255, 0.15) !important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #9CCAD2;
}

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/3/36/Sort_both_white.gif") right center no-repeat rgba(0, 0, 0, 0.25) !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/82/Sort_up_white.gif") right center no-repeat rgba(0, 0, 0, 0.25) !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/5/56/Sort_down_white.gif") right center no-repeat rgba(0, 0, 0, 0.25) !important;
}

/* Wiki editor fixes */
div.wikiEditor-ui,
div.wikiEditor-ui-buttons,
div.wikiEditor-ui-controls,
div.wikiEditor-ui-tabs,
div.wikiEditor-ui-tabs div {
    background: transparent;
    border: none;
}

div.wikiEditor-ui-tabs div a,
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .booklet .index div {
    color: #30F9FF;
}

div.wikiEditor-ui-tabs {
    margin-bottom: 1px;
}

div.wikiEditor-ui-tabs div.current {
    background: #111B26;
    border: 1px solid #9CCAD2;
}

div.wikiEditor-ui-tabs div.current a {
    color: #9CCAD2;
}

div.wikiEditor-ui .wikiEditor-ui-view,
div.wikiEditor-ui-toolbar .group,
div.wikiEditor-ui-toolbar .sections .section,
div.wikiEditor-ui-toolbar .page-characters div span,
div.wikiEditor-ui-toolbar .page-table td {
    border-color: #9CCAD2;
}

div.wikiEditor-ui-toolbar,
div.wikiEditor-ui-toolbar .sections .section,
div.wikiEditor-ui-toolbar .booklet .pages {
    background: transparent;
}

div.wikiEditor-ui-toolbar .booklet .index .current,
div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background: #111B26;
    border-color: #9CCAD2;
    color: #82A8AF;
}
div.wikiEditor-ui-toolbar .page-table th {
    color: #80FFBA;
}

div.wikiEditor-preview-contents {
    background: transparent;
}

div.editOptions {
    background: #111B26;
    border-color: #9CCAD2;
}

/* Interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: 1px 1px 1px #000000;
}

/* Copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
     border-style: solid solid none;
     border-width: thin;
     border-color: #808080;
     padding:0.25ex 1ex 0ex;
     font-size: 95%;
}

/* Ambox notices */
.ambox {
    background-color: #282828;
    border-bottom-color: #383838;
    border-right-color: #383838;
    border-top-color: #383838;
    border-collapse: collapse;
    font-size: 95%;
    margin: 0 auto 2px auto;
    width: 80%;
}

.ambox-gray {
    border-left-color: #383838;
}

.ambox.ambox-tiny {
    font-size: 90%;
    margin: 2px 0;
    width: auto;
}

.ambox + .ambox {
     margin-top: -2px;
}

.ambox-text {
     padding: 0.25em 0.5em;
}

.ambox-image {
     padding: 2px 0px 2px 0.5em;
     text-align: center;
     width: 60px;
}

.ambox-tiny .ambox-image {
     padding: 2px 0.5em;
     text-align: left;
     width: auto;
}

/* Ambox colors */
.ambox-blue {
     border-left: 10px solid #1e90ff;
}

.ambox-red {
     border-left: 10px solid #b22222;
}

.ambox-orange {
     border-left: 10px solid #f28500;
}

.ambox-yellow {
     border-left: 10px solid #f4c430;
}

.ambox-purple {
     border-left: 10px solid #9932cc;
}

.ambox-gray {
     border-left: 10px solid #bba;
}

.ambox-green {
     border-left: 10px solid #228b22;
}

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

/* Front page styles */
.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
    color: #9CCAD2;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

.fpbannertable {
    background: transparent;
    border: none;
    display: table;
    width: 100%; 
    min-height: 75px;
    margin: 0;
    padding: 5px;
}

.fpbannercell {
    display: table-cell; 
    text-align: center; 
    vertical-align: middle;
}

.fpbannerblock {
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.75);
    font-size: 132%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

/* this section references files that don't exist */
/* .fpbanner1 .fpbannertable {
    background: url("https://soma.gamepedia.com/media/soma.gamepedia.com/f/f2/Fpbox_left_1.png") left center no-repeat, #FFFFFF url("https://soma.gamepedia.com/media/soma.gamepedia.com/5/5c/Fpbox_right_1.png") right center no-repeat;
} */

.fpmidsections {
    float: left;
    width: 100%;
    overflow: hidden;
}

.fpbox {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
    color: #9CCAD2;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    overflow: auto;
}

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #82A8AF;
    color: #F4D456;
    font-size: 150%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpbox .heading {
    border: none;
    border-bottom: 1px solid #82A8AF;
    color: #F4D456;
    font-size: 132%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

.fpmain .columns .leftcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpmain .columns .rightcol {
    width: 100%;
    margin: 0;
    padding: 0;
}

.fpsection1, .fpsection2, .fpsection3, .fpsection4 {
    float: left;
    clear: both; 
    width: 100%;
}

div.fp2columnonly, div.fp3columnonly {
    display: none; 
}

@media (min-width: 790px) {
  .fpsection1 {
    float: left;
    clear: none;
    width: 50%;
  }

  .fpmidsections {
    clear: none;
    float: right;
    width: 50%;
  }

  .fpsection4 {
    float: left;
    clear: none;
    width: 50%;
  }

  div.fp2columnonly {
    display: block; 
  }
}

@media (min-width: 990px) {
  .fpmain .columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }

  .fpmain .columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1390px) {
  .fpmidsections {
    clear: none;
    float: right;
    width: 66.667%;
  }

  .fpsection1 {
    clear: none;
    width: 33.333%;
  }

  .fpsection2 {
    clear: none;
    width: 50%;
  }

  .fpsection3 {
    clear: none;
    width: 50%;
  }
 
  .fpsection4 {
    clear: left;
    width: 33.333%;
  }

  div.fp2columnonly {
    display: none; 
  }

  div.fp3columnonly {
    display: block; 
  }
}

.fpbox.plain {
    border: none;
    box-shadow: none;
    background: transparent;
}

.fpimagelist ul {
    list-style-type: none;
    list-style-image: none;
}

.fpvideos {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.fpvideo {
    display: inline-block;
    margin: 0 5px;
}

.columns {
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
}

.columns .leftcol {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
}

.columns .centercol {
  float: left;
  margin: 0;
  padding: 0;
}

.columns .rightcol {
  float: right;
  width: 50%;
  margin: 0;
  padding: 0;
}

/* Navbox template style */
/* Navbox container style */
.navbox {
    width: 100%;
    margin: auto;
    padding: 1px;
    clear: both;
    font-size: 88%;
    text-align: center;
    border: 1px solid #82A8AF;
}

.navbox-inner,
.navbox-subgroup {
    width: 100%;
}

/* Title, group and above/below styles */
.navbox-group,
.navbox-title,
.navbox-abovebelow {
    padding: 0.25em 1em;
    line-height: 1.5em;
    text-align: center;
}

/* Group style */
th.navbox-group {
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}

.navbox,
.navbox-subgroup {
    background-color: transparent;
}

.navbox-list {
    line-height: 1.8em;
    border-color: transparent;	/* Must match background color */
}

/* Level 1 color */
.navbox th,
.navbox-title {
    background-color: rgba(0, 0, 0, 0.25);
    border: 0 solid #30F9FF;
    box-shadow: 0 0.1em 0.3em rgba(104, 116, 120, 1);
    color: #F4D456;
}

/* Level 2 color */
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000000 0px, #0F1C25 100%) repeat scroll 0 0;
}

/* Level 3 color */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #C6AD81;
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}

/* Even row striping */
.navbox-even {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Single pixel border between adjacent navboxes */
table.navbox + table.navbox {
    margin-top: -1px;
}

/* Default styling for Navbar template */
.navbar {
    font-size: 88%;
    font-weight: normal;
}

/* Navbar styling when nested in infobox and navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}

.navbox-title .navbar {
    float: left;
    text-align: left;
    margin-right: 0.5em;
    width: 6em;
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}

.navbox .mw-collapsible-toggle {
    width: 6em;
}

/* .navbox .mw-collapsible-toggle a, */
.wikitable .mw-collapsible-toggle a {
    color: #30F9FF !important;
}

/* Infobox styles */
#bodyContent .stdinfobox {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #82A8AF;
    box-shadow: 0 2px 5px #687478;
    color: #9CCAD2;
    float: right;
    margin: 0 0 10px 20px;
    padding: 3px 6px;
    vertical-align: top;
    width: 280px;
}

#bodyContent .stdinfobox2 {
    clear: right;
    margin-top: 10px;
}

#bodyContent .stdinfobox .title {
    background: transparent; 
    border: none;
    border-bottom: 1px solid #82A8AF;
    color: #82A8AF;
    font-size: 150%;
    text-align: left;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
    overflow: auto;
}

#bodyContent .stdinfobox img {
}

#bodyContent .stdinfobox .caption {
    text-align: center;
}

#bodyContent .stdinfobox .caption {
    background: transparent;
    color: #9CCAD2;
    font-size: 94%;
    text-align: center;
    padding: 0 3px 1px 3px;
    margin: 0 0 8px 0;
}

#bodyContent .stdinfobox .body {
    margin: 0;
    padding: 0 5px 5px 5px;
}

#bodyContent .stdinfobox .image {
    text-align: center;
    padding: 10px 0 0 0;
    margin: 0;
}

#bodyContent .stdinfobox .image .image {
    padding: 0;
    margin: 0;
}

#bodyContent .stdinfobox .image img {
    margin: 0;
    padding: 0;
}

#bodyContent .stdinfobox .image .image img {
    margin: 0;
    padding: 0;
}

#bodyContent .stdinfobox table {
    width: 100%;
}

#bodyContent .stdinfobox table tr th {
    color: #F4D456;
    text-align: left;
    vertical-align: top;
    padding: 0 3px 1px 0;
    white-space: nowrap;
    width: 1%;
}

#bodyContent .stdinfobox table tr th.wide {
    padding: 0 0 1px 0;
}

#bodyContent .stdinfobox table tr td {
    color: #9CCAD2;
    text-align: left;
    vertical-align: center;
    padding: 0 0 1px 3px;
}

#bodyContent .stdinfobox table tr td.wide {
    padding: 0 0 1px 0;
}

#bodyContent .stdinfobox table tr td.wide.indent {
    padding: 0 0 1px 2em;
}

#bodyContent .stdinfobox table tr th.header {
    background: transparent; 
    border: none;
    border-bottom: 1px solid #82A8AF;
    color: #82A8AF;
    font-size: 132%;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
}

#bodyContent .stdinfobox table tr td.listlabel {
    background: transparent;
    border: none;
    border-bottom: 1px solid #82A8AF;
    color: #82A8AF;
    font-size: 116%;
    text-align: center;
    margin: 0 0 8px 0;
    padding: 0 0 5px 0;
}

#bodyContent .stdinfobox table tr td.listentries {
    color: #9CCAD2;
    text-align: center;
    margin: 0 0 1px 0;
    padding: 0 0 0 0; 
}

/* SMW styling */
.smw-editpage-help {
    background: transparent;
    border-color: #9CCAD2;
    box-shadow: 0 2px 5px #687478;
}

table.smw-ask-otheroptions td {
    background: #111B26 !important;
}

ul.ui-autocomplete li a {
    color: #30F9FF;
}

ul.ui-autocomplete li .ui-state-hover {
    background-color: #111B26;
    color: #9CCAD2;
    border: none;
}

table.smwb-factbox,
table.smwb-ifactbox,
tr.smwb-title td {
    border-color: #9CCAD2;
}

tr.smwb-title {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 !important;
    border-color: #9CCAD2;
}

tr.smwb-propvalue th {
    background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0 !important;
    border-color: #9CCAD2;
}

tr.smwb-propvalue,
tr.smwb-propvalue td,
.smwb-center {
    background: #111b26 url("https://wildstar.gamepedia.com/media/wildstar.gamepedia.com/9/98/Bg.jpg") repeat scroll left top !important;
    border-color: #9CCAD2;
    color: #9CCAD2;
}

div.smwfact {
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px #687478;
    border: 1px solid #9CCAD2;
}

#bodyContent span.swmfactboxheadbrowse a,
#bodyContent span.swmfactboxheadbrowse a:hover,
#bodyContent span.rdflink a,
#bodyContent span.rdflink a:hover,
#bodyContent span.smwsearch a,
#bodyContent span.smwsearch a:hover {
    color: #30F9FF;
}

div.smwfact td,
div.smwfact tr,
div.smwfact table {
    background: transparent;
}

.smwb-title,
.smwb-ipropvalue,
.smwb-ipropvalue .smwb-prophead,
.smwb-ipropvalue .smwb-propval,
.smwb-propvalue .smwb-propval {
    background-color: transparent;
}

.smwfact tbody > tr.row-even > td {
    background-color: rgba(255,255,255,0.1);
}

.smwb-propvalue {
    background-color: rgba(255,255,255,0.05);
}

.smwb-propvalue .smwb-prophead {
    background-color: rgba(255,255,255,0.1);
}

.smwb-factbox {
    border-left: 0.5em solid transparent;
}

.smwb-ifactbox {
    border-right: 0.5em solid transparent;
}

.smwb-bottom {
    border-bottom: 2px solid rgba(255,255,255,0.1);
}

.smwb-cell {
    border-top: 2px solid #000000;
}

.property-page-results .value-row:hover {
    background-color: rgba(255,255,255,0.1);
}

table.cargoTable {
    color: #E0E0E0;
    background: #181818;
    border: 1px solid #383838;
    padding: 5px;
    margin: 0.5em 0em 1em 0.5em;
}

table.cargoTable tr:nth-child(even), table.cargoTable td.even {
    background: transparent;
}

table.cargoTable > tbody > tr:nth-child(2n+1), table.cargoTable td.odd {
    background-color: #202020;
}

table.cargoTable td {
    border: 0;
}
Advertisement