Star Wars: The Old Republic Wiki
Advertisement

In other languages: DeutschРусский


CSS and Javascript changes must comply with the wiki design rules.


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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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-Star_Wars_The_Old_Republic_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    background: #000000 url('http://hydra-media.cursecdn.com/swtor.gamepedia.com/2/22/Body-bg.jpg') no-repeat fixed top center / 100% auto;
}

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

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

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

#p-logo a {
    width: 292px;
    height: 100px;
}

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

#right-navigation {
    margin-right: 3px;
}

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.vectorTabs span a:visited {
    background: transparent;
    color: #E0BD49 !important;
    font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background: transparent;
    color: #CF9729 !important;
    font-weight: bold;
}

div.vectorTabs .new a {
    color: #BA0000 !important;
}

div#mw-head div.vectorMenu h4 {
    color: #E0BD49;
    font-weight: bold;
}

div.vectorMenu ul {
    background: #000000;
    border: 1px solid #7B6638;
}

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

div#mw-head div.vectorMenu li.selected a,
div#mw-head div.vectorMenu li.selected a:visited {
    color: #CF9729;
}

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

.skin-hydradark #mw-panel.collapsible-nav div.portal {
    background: transparent;
}

.skin-hydradark div#mw-panel div.portal div.body ul li a,
.skin-hydradark div#mw-panel div.portal div.body ul li a:visited {
    color: #E0BD49;
}

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

#mw-panel.collapsible-nav .portal {
    background-image: none;
}

/* Content */
div#content {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid #7B6638;
    color: #CACFD5;
    margin-top: 59px;
}

h1, h2 {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

h3, h4, h5, h6 {
    color: #FFFFFF;
}

#catlinks,
#toc,
.toc,
div#toc,
div.toc,
.mw-warning,
ul#filetoc {
    background: #0F0101;
    border: 1px solid #7B6638;
}

.CategoryTreeToggle {
    color: #E0BD49;
}

code {
    background: #000000;
    color: #FFFFFF;
}

pre,
.mw-code {
    background: #000000;
    border: 1px dashed #7B6638;
    color: #FFFFFF;
    overflow-y: auto;
}

fieldset {
    border: 1px solid #7B6638;
}

/* Anchors */
a,
div#content a.extiw,
div#content a.external {
    color: #E0BD49;
}

a:visited,
div#content a.extiw:visited,
div#content a.external:visited {
    color: #CF9729;
}

/* Footer */
div#footer {
    overflow-y: hidden;
}

div#footer ul li {
    color: #CACFD5;
}

/* Notification window */
.mw-notification {
    background: #000000;
    border: 1px solid #7B6638;
}

/* Thumbnails and galleries and image file history */
div.thumb {
    background: transparent !important;
    border: 1px solid #7B6638 !important;
}

img.thumbborder {
    border: 1px solid #2C2C2C;
    padding: 5px;
}

div.thumbinner {
    background: transparent;
    border: none;
}

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

html .thumbimage {
    border: 1px solid #7B6638;
}

div.tright div.tleft {
    border: 1px solid #7B6638 !important;
}

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

/* Preferences */
.skin-hydradark #preferences {
    background: transparent;
    border: 1px solid #7B6638;
}

#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: #E0BD49;
}

.skin-hydradark #preftoc li.selected {
    border: 1px solid #7B6638;
}

.skin-hydradark #preftoc li.selected a {
    background: #0F0101;
    color: #CF9729;
}

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

.skin-hydradark #preferences fieldset {
    border-color: #7B6638;
}

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

#pagehistory li {
    background: transparent;
    border: none;
    padding: 3px;
}

#pagehistory li.selected {
    background: transparent;
    border: 1px dashed #AAAAAA;
    padding: 3px;
}

/* Color fix for advanced search options box */
.mw-search-formheader {
    background: #0F0101;
    border: 1px solid #7B6638;
}

.mw-search-formheader div.search-types ul li.current a {
    color: #CF9729;
    font-weight: bold;
}

fieldset#mw-searchoptions {
    background: transparent;
    border-color: #7B6638 !important;
}

fieldset#mw-searchoptions div.divider {
    border-color: #7B6638;
}

/* Tables */
.skin-hydradark table.wikitable {
    background: #190202;
    color: #CACFD5;
}

.skin-hydradark table.wikitable > tr > th,
.skin-hydradark table.wikitable > * > tr > th {
    background: #0F0101;
    border: 1px solid #7B6638;
    color: #D59F0F;
}

.skin-hydradark table.wikitable > tr > td,
.skin-hydradark table.wikitable > * > tr > td {
    border: 1px solid #7B6638;
    padding: 0.2em;
}

.skin-hydradark .wikitable th {
    background: #0F0101;
    border: 1px solid #7B6638;
    color: #D59F0F;
    padding: 0.2em;
}

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

table.mw_metadata th {
    background: #0F0101;
    border: 1px solid #7B6638;
    color: #D59F0F;
}

table.mw_metadata td {
    background: transparent;
    border: 1px solid #7B6638;
}

.mw-datatable,
.mw-datatable th,
.mw-datatable td {
    border: 1px solid #7B6638;
}

.TablePager {
    background: transparent;
    border: 1px solid #7B6638;
    padding: 0 0.15em;
}

.TablePager th {
    background: #0F0101;
    border: 1px solid #7B6638;
    color: #D59F0F;
    padding: 0 0.15em;
}

.TablePager th a {
    color: #E0BD49;
}

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

.skin-hydradark table.jquery-tablesorter th.headerSort {
    background: url("http://hydra-media.cursecdn.com/commons.cursetech.com/3/36/Sort_both_white.gif") right center no-repeat #0F0101 !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortUp {
    background: url("http://hydra-media.cursecdn.com/commons.cursetech.com/8/82/Sort_up_white.gif") right center no-repeat #0F0101 !important;
}

.skin-hydradark table.jquery-tablesorter th.headerSortDown {
    background: url("http://hydra-media.cursecdn.com/commons.cursetech.com/5/56/Sort_down_white.gif") right center no-repeat #0F0101 !important;
}

/* Wiki editor styling */
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: #E0BD49;
}

div.wikiEditor-ui-tabs div.current {
    background: #0F0101;
    border: 1px solid #7B6638;
}

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

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

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: #7B6638;
}

div.wikiEditor-ui-toolbar .booklet .index .current,
div.wikiEditor-ui-toolbar .page-characters div span:hover {
    background: #0F0101;
    border-color: #7B6638;
    color: #D59F0F;
}

.wikiEditor-ui-toolbar .page-table th {
    color: #FFFFFF;
}

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

div.editOptions {
    background: transparent;
    border-color: #7B6638;
}

/* Copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("http://hydra-media.cursecdn.com/commons.cursetech.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;
}

/* SMW styling */
.smw-editpage-help {
    background: #190202;
    border-color: #7B6638;
}

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

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

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

table.smwb-factbox,
table.smwb-ifactbox,
tr.smwb-title td {
    background: #0F0101;
    border-color: #7B6638 !important;
}

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

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

tr.smwb-propvalue,
tr.smwb-propvalue td,
tr.smwb-ipropvalue,
tr.smwb-ipropvalue td,
.smwb-center {
    background: #190202 !important;
    border-color: #7B6638 !important;
    color: #FFFFFF !important;
}

div.smwfact {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #7B6638;
}

#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: #E0BD49;
}

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

/* Custom headings */
.header {
    background: #0F0101;
    color: #CACFD5;
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0 10px;
    padding: 0.2em 0.8em;
    width: auto;
}

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

.fpbanner {
    border: 1px solid #7B6638;
    background: transparent;
    color: #CACFD5;
    margin: 0 5px 5px 5px;
    padding: 5px;
    min-height: 80px;
}

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

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

.fpbannerblock {
    border: none;
    color: #CACFD5;
    font-weight: bold;
    font-size: 132%;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
}

.fpbox {
    border: 1px solid #7B6638;
    background: #transparent;
    color: #CACFD5;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    overflow: auto;
}

.fpbox .mainheading {
    border: none;
    background: #2A3C52;
    color: #CACFD5;
    font-size: 150%;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
    padding: 5px 0 5px 5px;
    overflow: auto;
}

.fpbox .heading {
    border: none;
    background: #190202;
    color: #E0BD49;
    font-size: 132%;
    font-weight: bold;
    margin: 5px 5px 10px 5px;
    padding: 5px 0 5px 5px;
    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;
}

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

.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: #190202;
}

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

/* Level 1 color */
.navbox th,
.navbox-title {
    background-color: #0F0101;
    border: 0 solid #7B6638;
    color: #D59F0F;
}

/* Level 2 color */
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #0F0101;
}

/* 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: #E0BD49 !important;
}

/* Tabber styles */
ul.tabbernav { 
    border: none;
}

ul.tabbernav li a,
ul.tabbernav li a:link,
ul.tabbernav li a:visited { 
    background-color: #190202;
    border-top: 1px solid #7B6638;
    border-left: 1px solid #7B6638;
    border-right: 1px solid #7B6638;
    background: transparent;
    color: #E0BD49;
}

ul.tabbernav li a:hover,
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover { 
    border-bottom: none;
    background: #0F0101;
    color: #CF9729;
}

.tabberlive .tabbertab {
    border: 1px solid #7B6638; 
    background: transparent;
}

/* Infobox template style */
.infobox {
    background: #190202;
    border: 1px solid #7B6638;
    color: #CACFD5;
    margin-bottom: 0.5em;
    padding: 0.2em;
    float: right;
}

.infobox td,
.infobox th {
    vertical-align: top;
}

.infobox caption {
    font-size: larger;
    margin-left: inherit;
}

.infobox.bordered {
    border-collapse: collapse;
}

.infobox.bordered td,
.infobox.bordered th {
    border: 1px solid #7B6638;
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
    border: 0;
}

table.info_box_table {
    clear: right;
}

.infoboxname1 {
    background: #0F0101;
    color: #E0BD49;
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em;
}

/* New infobox template style */
.infobox {
    background: #190202;
    border: 1px solid #7B6638;
    color: #CACFD5;
    margin-bottom: 0.5em;
    padding: 0.2em;
    float: right;
}

.infobox td,
.infobox th {
    vertical-align: top;
}

.infobox td > div {
    background: #0F0101;
    color: #E0BD49;
    font-weight: bold;
    text-align: right;
    padding: 0.5px 7px;
}

.infoboxname {
    background: #0F0101;
    color: #E0BD49;
    font-size: 120%;
    font-weight: bold;
    padding: 0.5em;
}
Advertisement