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.
/* Logo */

#p-logo a { 
    background-image:url("/images/c/c9/Logo.png") !important; 
}


body.page-SWTOR_Wiki h1.firstHeading { display:none; }

/* Infobox template style */
.infobox {
   border: 1px solid #2A3C52;
   background-color: #1A2634;
   color: #CACFD5;
   margin-bottom: 0.5em;
   margin-left: 1em;
   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 #2A3C52;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}


table.wikitable {
    background: none repeat scroll 0 0 #1A2634;
}

.wikitable th {
    background: none repeat scroll 0 0 #1A2634;
}

.TablePager th {
    background-color: #1A2634;
}

.TablePager td {
    background-color: #1A2634;
}

.TablePager, .TablePager td, .TablePager th {
    border: 1px solid #2A3C52;
    padding: 0 0.15em;
}

.TablePager {
    border-collapse: collapse;
}

.TablePager, .TablePager td, .TablePager th {
    border: 1px solid #AAAAAA;
    padding: 0 0.15em;
}

.TablePager {
    border-collapse: collapse;
}

.TablePager {
    min-width: 80%;
}

.TablePager {
    background: none repeat scroll 0 0 #1A2634;
}

table.info_box_table {
    clear: right;
}

/*  Footer */

#ft {
background: none;
margin-bottom: 10px;
}

#ft div {
width: 1100px;
}

#ft h1, #ft a, #ft {
color: #FFFFFF;
font-size: 10px;
}

#ft .site-navigation {
list-style: none;
margin-left: 160px;
padding-bottom: 2px;
font-size: 10px;
}

#ft .site-navigation ul {
list-style: none;
}

#ft .network-navigation {
margin-left: 160px;
margin-bottom: 150px !important;
}

#ft .network-navigation ul {
float: left;
width: 110px;
}

#ft .network-navigation ul.double {
width: 280px;
}

#ft .network-navigation ul.curse li.header a {
background: url("/extensions/Curse/Icons/White.png") repeat scroll 0 0 transparent;
display: block;
text-indent: -999em;
height: 18px;
width: 140px;
}

#ft .network-navigation ul li {
float: left;
list-style: none;
width: 140px;
margin-bottom: 2px;
}

#ft .network-navigation ul li.header {
font-size: 12px;
clear: both;
font-weight: bold;
color: #FF6015;
width: 100%;
}

/* Item link colors */
.vendor a, .vendor a:visited {color:gray;}
.standard a, .standard a:visited {color:#FFFFFF;}
.premium a, .premium a:visited {color:#00BD01;}
.prototype a, .prototype a:visited {color:#1977D8;}
.artifact a, .artifact a:visited {color:#8400AF;}
.legendary a, .legendary a:visited {color:#D4A307;}

.tooltip-ready {
  visibility:hidden;
  display:block;
  z-index:999;
 }
.hidden { display:none; }
Advertisement