Star Wars: The Old Republic Wiki
SBEyes (talk | contribs)
(Created page with "→‎CSS placed here will affect users of the mobile site: →‎***************** /* General styles * /*****************: body, body.navigation-enabled #mw-mf-page-center { ba...")
 
SBEyes (talk | contribs)
No edit summary
Line 42: Line 42:
 
}
 
}
   
table, table.wikitable {
+
table, table.wikitable, .content table, .content table.wikitable {
 
border-collapse: collapse !important;
 
border-collapse: collapse !important;
 
border-spacing: 0 !important;
 
border-spacing: 0 !important;
Line 53: Line 53:
 
}
 
}
   
table th, table.wikitable th {
+
table th, table.wikitable th, .content table th, .content table.wikitable th {
 
background: #2A3C52;
 
background: #2A3C52;
 
border: 1px solid #2A3C52;
 
border: 1px solid #2A3C52;
Line 62: Line 62:
 
}
 
}
   
table td, table.wikitable td {
+
table td, table.wikitable td, .content table td, .content table.wikitable td {
 
background: transparent;
 
background: transparent;
 
border: 1px solid #2A3C52;
 
border: 1px solid #2A3C52;

Revision as of 07:28, 19 October 2014

/* CSS placed here will affect users of the mobile site */
/******************
/* General styles *
/******************/
body, body.navigation-enabled #mw-mf-page-center {
  background: #121C29 url("http://hydra-media.cursecdn.com/prismata.gamepedia.com/1/13/Skin-Body-Background.jpg") left top no-repeat;
  color: #CACFD5;
}

div#searchbox {
  border: 1px solid #2A3C52;
}

#content_wrapper {
  border: none;
  background: transparent;
  color: #CACFD5;
  clear: both;
  margin: 0;
  padding: 3px;
}

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

h4, h5, h6 {
  color: #ffffff;
}

#content_wrapper .section {
  border-bottom: 1px solid #2A3C52;
}

#content .thumb {
  background: #121C29;
  border: 1px solid #2A3C52;
  color: #ffffff;
  padding: 8px;
  margin-bottom: 5px;
}

table, table.wikitable, .content table, .content table.wikitable {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none;
  background: transparent;
  color: #CACFD5;
  padding: 3px;
  margin: auto; 
  margin-bottom: 5px;
}

table th, table.wikitable th, .content table th, .content table.wikitable th {
  background: #2A3C52;
  border: 1px solid #2A3C52;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  padding: 0 3px 3px 3px;
}

table td, table.wikitable td, .content table td, .content table.wikitable td {
  background: transparent;
  border: 1px solid #2A3C52;
  color: #CACFD5;
  vertical-align: middle;
  padding: 4px 8px;
}

div#footer {
  background: #2A3C52;
  border: 1px solid #2A3C52;
  box-shadow: 0 0 0 1px #000000 inset;
  color: #CACFD5;
  margin: 0 10px 10px 10px;
  padding: 8px;
}

.mwm-notice {
  border: none;
  background: transparent;
  color: #ffffff;
}

pre, .mw-code {
  border: 1px solid #dddddd;
  border-radius: 5px;
  background: #f9f9f9;
  color: #000000;
  padding: 2px 2px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  color: #ffffff;
}

input, select, textarea {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #000000;
  padding: 2px 2px;
}

button, input[type="submit"], input[type="button"], input[type="reset"] {
  border: 1px solid #ffffff;
  background: #888888;
  color: #ffffff;
  padding: 2px 2px;
}

#mf-notification {
  background: #121C29 !important;
  border: 1px solid #2A3C52 !important;
  color: #ffffff !important;
}

.toast {
  background: #121C29;
  border: 1px solid #2A3C52;
  box-shadow: 0 0 0 1px #000000 inset;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.drawer {
  background: #121C29 !important;
}

/*******************
/* Search elements *
/*******************/
#mw-mf-header, #mw-mf-overlay .header, .full-screen-search #mw-mf-header {
  border-bottom: 5px solid #3d250b;
  background: #121C29;
  color: #ffba00;
}

#mw-mf-main-menu-button {
}

a.escapeOverlay, button.escapeOverlay {
}

.search-box .clearlink {
}

a.watch-this-article {
}

a.watch-this-article.watched {
}

input:not([type="submit"]), textarea {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #000000;
  padding: 2px 2px;
}

.full-screen-search #results {
  border-bottom: 5px solid #2A3C52;
  background: #121C29;
  color: #000000;
}

ul.suggestions-results {
  background: #121C29;
}

ul.suggestions-results li.suggestions-result {
  border: 1px solid #2A3C52;
  color: #000000;
}

ul.suggestions-results li.suggestions-result a, ul.suggestions-results li.suggestions-result a:active, ul.suggestions-results li.suggestions-result a:hover, ul.suggestions-results li.suggestions-result a:visited {
  color: #000000;
}

ul.suggestions-results li.suggestions-result:hover {
  background: #727b69;
  color: #ffffff;
}

ul.suggestions-results li.suggestions-result:hover a, ul.suggestions-results li.suggestions-result:hover a:active, ul.suggestions-results li.suggestions-result:hover a:hover, ul.suggestions-results li.suggestions-result:hover a:visited {
  color: #ffffff;
}

/********************
/* Main menu styles *
/********************/
.primary-navigation-enabled {
  border-left: 12px solid #2A3C52;
  background: #000000 url("http://hydra-media.cursecdn.com/swtor.gamepedia.com/e/ef/Mobile_bg.jpg") left bottom no-repeat;
}

#mw-mf-page-left {
  border-left: 12px solid #2A3C52;
  background: transparent;
}

#mw-mf-page-left ul {
  background: transparent;
}

#mw-mf-page-left ul:first-child {
  border-bottom: 12px solid #2A3C52;
}

#mw-mf-page-left ul li {
  border-top: 1px solid #2A3C52;
  border-bottom: 1px solid #2A3C52;
  background: transparent;
  text-shadow: none;
}

#mw-mf-page-left ul li a, #mw-mf-page-left ul.hlist li a {
  border: none;
  color: #66C4DF;
}

#mw-mf-page-left ul li:hover {
  border-left: 12px solid #66C4DF;
  background: transparent;
}

#mw-mf-page-left ul.hlist li:hover {
  border: none;
}

#mw-mf-page-left ul li:hover a, #mw-mf-page-left ul.hlist li:hover a {
  color: #ffffff;
}

/***************
/* Link styles *
/***************/
a, a:link {
  color: #66C4DF;
}

a:visited {
  color: #9586A2;
}

a.new {
  color: #ba0000 !important;
}

a.new:visited {
  color: #a55858 !important;
}

a.stub {
  color: #772233;
}

a.stub:visited {
  color: #772233;
}

a.extiw, a.external {
  color: #3366bb;
}

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

a:active {
  color: #ffffff !important;
}