Royal Quest Wiki
No edit summary
No edit summary
Line 360: Line 360:
 
width: 165px;
 
width: 165px;
 
text-shadow: 1px 1px #000000;
 
text-shadow: 1px 1px #000000;
  +
background: #3d3d3d; /* Old browsers */
  +
background: -moz-linear-gradient(top, #3d3d3d 0%, #525252 0%, #474747 19%, #393939 30%, #232323 50%, #222222 73%, #161616 92%, #0f0f0f 100%); /* FF3.6+ */
  +
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(0%,#525252), color-stop(19%,#474747), color-stop(30%,#393939), color-stop(50%,#232323), color-stop(73%,#222222), color-stop(92%,#161616), color-stop(100%,#0f0f0f)); /* Chrome,Safari4+ */
  +
background: -webkit-linear-gradient(top, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* Chrome10+,Safari5.1+ */
  +
background: -o-linear-gradient(top, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* Opera 11.10+ */
  +
background: -ms-linear-gradient(top, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* IE10+ */
  +
background: linear-gradient(to bottom, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* W3C */
  +
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
  +
border-bottom: 1px #fff solid;
 
}
 
}
   

Revision as of 22:13, 23 June 2014

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}
    
/******************
/* General styles *
/******************/
body {
    background: #000000;
    background: url("http://hydra-media.cursecdn.com/royalquest.gamepedia.com/9/98/Bg.jpg") no-repeat fixed #000000;
    background-position: left top;
-webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

div#mw-page-base {
  background: transparent !important;
  height: 105px;
}

/***************
/* Logo styles *
/***************/
#p-logo {
  position: absolute;
  top: -90px;
  left: -5px;
  width: 150px;
  height: 150px;
  margin: 0;
  margin-bottom: 0;
  padding: 0;
}

#p-logo a {
  width: 150px;
  height: 150px;
  margin: 0;
  padding: 0;
}

#p-logo img {
  width: 200px;

}

div.portal
{
  top: 50px;
}

/*****************
/* Header styles *
/*****************/
div#mw-head-base {
  display: none;
}

/**************************
/* Article navigation bar *
/**************************/
#left-navigation {
  top: 95px;
  left: 180px;
  padding: 0;
  text-shadow: 1px 1px #000000;
}

#right-navigation {
  margin: 95px 14px 0 0;
  padding: 0;
  text-shadow: 1px 1px #000000;
}

div.vectorTabs {
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  height: 45px;
  margin: 0;
  padding: 0;
}

div.vectorTabs ul {
  background: transparent;
}

div.vectorTabs ul li { 
}

div.vectorTabs ul li, div.vectorTabs ul li.selected {
  margin: 0 3px;
  padding: 0 3px;
  background: none;
  border: none;
}

div.vectorTabs ul li span, div.vectorTabs ul li.selected span {
  height: 30px;
  min-width: 75px;
  padding: 7px 0 8px 0;
  margin: 0;
}

div.vectorTabs ul li span {
  background: transparent;
  border: none;
  font-size: 110%;
}

div.vectorTabs ul li.selected span, div.vectorTabs ul li span:hover {
  background: transparent url("http://hydra-media.cursecdn.com/interplanetary.gamepedia.com/8/87/Banner.png") no-repeat top center;
  border: none;
}

div.vectorTabs li span a {
  color: #ffffff;
  text-align: center;
  min-width: 39px;
  height: 30px;
  line-height: 30px;
  padding: 0 18px 0 18px;
  margin: 0;
}

div.vectorTabs span a:hover {
  text-decoration: none;
}

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

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

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

div.vectorTabs li.new span a:visited {
  color: #eecccc;
}

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

div.vectorTabs span a:active {
  color: #ffffff;
  text-shadow: 0 0 3px #888888;
}

#p-views {
}

div.vectorMenu {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAoCAYAAAAhf6DEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWAzsWp+YaQgAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAA1ElEQVRIx+2STWpCMRRG89puw4G7EOdSCoLgTBDcgUO30Q26COnEQb+T04F5okLLK3RU3oGQG3L/vpuUMjIy8m8QrnZNBvtebWFXk7dBxZJXk10fOKtghU9h+lNgTaZCaqIwe7KUSdHS6Yt6FDa3Eq47bLquO5ZSni9VnfTV9ybx0oEm6weta8G2UmF/J1xYmVTBmiAcmsaDl7PtfvU4vD7BtsK5OSq8m9g0noXtd1PsEyyEtA5uW10Mec4iLIVTm8FJWP7q0whz4UOYD6o4MjLyB3wB6QIDAsRe+iQAAAAASUVORK5CYII=") no-repeat left center;
  width: 15px;
  height: 30px;
  line-height: 30px;
  margin: 7px 6px 8px 24px;
}

div#p-cactions {
  width: 15px;
}

div#p-sharing {
  width: auto;
}

div.vectorMenu h4 {
  color: #ffffff;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px !important;
  margin: 0 0 0 18px !important;
  padding: 0 0 0 0 !important;
}

div#p-sharing h5 {
  display: none;
}

div#p-cactions h5 {
  height: 30px;
}

div.vectorMenu h5 a {
  border: none;
  background: transparent;
  height: 30px;
}

div.vectorMenu div.menu {
  z-index: 3000;
}

div#p-sharing div.menu {
  width: 246px;
}

div.vectorMenu div.menu ul {
  border: none;
  background: #3e3e3e;
  color: #ffffff;
  text-align: left;
  margin: 0;
}

div#p-cactions div.menu ul {
  right: -8px;
  margin: 0;
  padding: 5px 0 5px 0;
}

div#p-cactions div.menu ul li {
  text-align: left;
}

div#p-cactions div.menu ul li a {
  background: transparent;
  border: none;
  color: #ffffff;
  margin: 2px 5px;
  padding: 1px 0;
}

div.vectorMenu div.menu ul li a:visited {
  color: #eeeeee;
}

div.vectorMenu div.menu ul li a:active {
  color: #ffffff;
  text-shadow: 0 0 3px #888888;
}

#p-search {
  position: absolute;
  top: 10px;
  right: 14px;
  height: 45px;
  line-height: 45px;
  vertical-align: center;
  margin: 0;
  padding: 0;
  background: none;
}

#p-search form {
  line-height: 32px;
  vertical-align: center;
  margin-bottom: 13px;
}

#p-search input {
}

#p-search input[type="submit"], #p-search input[type="button"], #p-search input[type="reset"] {
}

#searchInput {
}

.os-suggest {
  border: none;
  background: #ffffff;
  color: #000000;
}

.os-suggest-result {
  background: transparent;
  color: #000000;
}

.os-suggest-result-hl {
  background: #dddddd;
  color: #ffffff;
}

/**********************
/* Site notice styles *
/**********************/
#mw-dismissable-notice {
}

#mw-dismissable-notice td > a {
}

#mw-dismissable-notice td > a:hover {
}

#localNotice {
  border: none;
  background: rgba(48, 48, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

/***********************
/* Left sidebar styles *
/***********************/
div#mw-panel {
  top: 0px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 0;
  padding-top: 50px;
  font-size: 110%;
  width: 185px;
  overflow: visible;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal {
  margin: 20px 0 0 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 165px;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal h5 {
  background: transparent url("http://hydra-media.cursecdn.com/interplanetary.gamepedia.com/a/ae/Index.png") no-repeat bottom center;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0 0 11px 0;
  width: 165px;
  text-shadow: 1px 1px #000000;
  background: #3d3d3d; /* Old browsers */
background: -moz-linear-gradient(top, #3d3d3d 0%, #525252 0%, #474747 19%, #393939 30%, #232323 50%, #222222 73%, #161616 92%, #0f0f0f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(0%,#525252), color-stop(19%,#474747), color-stop(30%,#393939), color-stop(50%,#232323), color-stop(73%,#222222), color-stop(92%,#161616), color-stop(100%,#0f0f0f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* IE10+ */
background: linear-gradient(to bottom, #3d3d3d 0%,#525252 0%,#474747 19%,#393939 30%,#232323 50%,#222222 73%,#161616 92%,#0f0f0f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
border-bottom: 1px #fff solid;
}

div#mw-panel div.portal div.body {
  border: none;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 10px 10px 10px 10px;
  width: 145px;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal ul {
  background: transparent;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal ul li {
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px #000000;
}
 
div#mw-panel div.portal div.body ul li a {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal div.body ul li a:visited {
  color: #dddddd;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div.portal div.body ul li a:active {
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}

div#mw-panel div#p-sitePromos, div#mw-panel div#p-socialProfiles {
  border: none;
  background: transparent;
  margin: 20px 0 0 0;
  padding: 0;
  width: 185px;
}

div#mw-panel div#p-claimWiki {
  border: none;
  background: transparent;
  margin: 20px 0 20px 0;
  padding: 0;
  width: 185px;
}

div#mw-panel div#p-sitePromos h5, div#mw-panel div#p-socialProfiles h5, div#mw-panel div#p-claimWiki h5 {
  display: none;
}

div#mw-panel div#p-sitePromos div.body, div#mw-panel div#p-socialProfiles div.body, div#mw-panel div#p-claimWiki div.body {
  border: none;
  background: transparent;
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
}

div#mw-panel div#p-sitePromos div.body div.promoSidebar, div#mw-panel div#p-socialProfiles div.body div.socialSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
  width: auto;
  text-align: center;
}

div#mw-panel div#p-claimWiki div.body div.claimSidebar {
  margin: 0 auto 0 auto !important;
  padding: 0 0 0 0 !important;
}

div.socialLink {
  margin: 1px 0 1px 0;
}

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

div#content a:visited, a:visited {
  color: #c1916b;
}

div#content a.new, div#footer a.new {
  color: #ef474b;
}

div#content a.new:visited, a.new:visited {
  color: #d96161;
}

a.stub {
  color: #79e816;
}

a.stub:visited {
  color: #7cb34b;
}

div#content a.extiw, div#footer a.extiw, div#content a.external, div#footer a.external {
  color: #d1dc22;
}

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

a:active {
  color: #ffffff;
}

/******************
/* Article styles *
/******************/
#pageWrapper {
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 185px;
  padding-right: 0;
  padding-bottom: 0;
}

div#content {
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  margin-top: 20px;
  padding: 10px 20px 20px 20px;
}

div#content #firstHeading {
  border: none;
  border-bottom: 1px solid #ffffff; 
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 5px 0 5px 0;
}

div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content h6 {
  border: none;
  font-weight: bold;
  color: #ffffff;
  margin: 20px 0 10px 0;
  padding: 0 0 5px 0;
  overflow: auto;
}

div#content h1, div#content h2 {
  border-bottom: 1px solid #ffffff;
}

span.editsection {
  text-transform: uppercase;
  font-variant: normal;
  font-weight: normal;
  color: #ffffff;
}

span.editsection a:link {
}

div#content span.editsection a:active {
}

div#content span.editsection a:visited {
}

div#content span.editsection:active:hover:visited {
}

span.editsection a:hover {
}

.toc, #toc {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
  min-width: 200px;
}

.toc td, #toc td {
  border: none;
  background: transparent;
}

#toctitle {
  background: none;
}

div#content #toctitle h2 {
  background: none;
}

.toctoggle, #toc .toctoggle {
}

.toctoggle a, #toc .toctoggle a {
}

.toctoggle a:hover, #toc .toctoggle a:hover {
}

hr {
  border: none;
  border-top: 1px solid #ffffff;
  background: transparent;
}

ul {
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAABmJLR0QAyABSAAPWF7MBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsOBhAmaTkIbQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAOklEQVQY02NgGETg////DP///2/4////hv///ztgU2DwHwEuwMSZcBgogMuKBf///7/w////AKLdBgAxZiodAGVkaAAAAABJRU5ErkJggg==");
}

img {
}

table.wikitable {
  border: none;
  border-spacing: 2px;
  background: transparent;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.wikitable th, table.wikitable tr th, table.wikitable > tr > th, table.wikitable > * > tr > th {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  font-weight: bold;
  color: #ffffff;
}

table.wikitable td, table.wikitable tr td, table.wikitable > tr > td, table.wikitable > * > tr > td {
  border: none;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

table.jquery-tablesorter th.headerSort {
  min-height: 19px;
  background: rgba(0, 0, 0, 0.47) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAJCAYAAADdA2d2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWBRk1pr5RogAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAqklEQVQoz83SMUpDQRSF4e9ZBQJWcSNapRkEy9nAhFcKKRQEV2AjbiARQvrAbGA2MEK6pMkyFKwES5tUKR6Pl8ZTXu75uYdzGz2US73HCgfcpRi+u/YvegAfsMYbLvGRS50MhuZSn7HEU4rhBVM02J5z6Q/aFMM7pBg+cYO9f6Vc6jyXOjuZjXKp+Zz4Y2xyqY9H4BV2uO4yNT3bX+AVLX5xm2L4Ggwd8qd/zMM1lneDQd8AAAAASUVORK5CYII=") no-repeat center right;
}

table.jquery-tablesorter th.headerSortDown {
  min-height: 19px;
  background: rgba(0, 0, 0, 0.47) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAECAYAAABhnXSoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWBRgFmXxQTwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAaklEQVQY06XMoQ2DUABF0fM7QBWbVGFqKrsACRKHIGGCOiagSdMJWIAFaFKJYYyKKnwNSD6iV70n7g0idP2wzgIPTLjgm13Pm97BPiWeaHDEC0lM2IvWaFHhhhQB73+iM3Lcl//BCWNM+gEMVw86l1AbpwAAAABJRU5ErkJggg==") no-repeat center right;
}

table.jquery-tablesorter th.headerSortUp {
  min-height: 19px;
  background: rgba(0, 0, 0, 0.47) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAECAYAAABhnXSoAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIWBRcdDYjU1gAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAZ0lEQVQY06XMIQ6CYABA4Y9NNzYbmx6GQCFyATY71zE42R9pcAG68woehECRZjFQ+Am++Lb3EhGG8dVgRr/SKbq6Kuqt7iDOCQEZHjjjiWMs2pvesOCOC674IP9nCu1vHPBGiSkWfAFQfRAc6X/KMwAAAABJRU5ErkJggg==") no-repeat center right;
}

ul.gallery {
}

li.gallerybox {
  border: none;
  background: rgba(255, 255, 255, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

li.gallerybox div.thumb {
  border: none;
  background: rgba(255, 255, 255, 0.47);
  color: #ffffff;
}

div.gallerytext {
  text-align: center;
}

.thumb {
  border: none;
  background: transparent;
}

div.thumbinner {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

html .thumbimage {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
}

.thumbcaption {
  color: #ffffff;
}

.gallerytext p, .thumbcaption {
}

.toggle {
}

.sn-small {
}

sub, sup a {
}

sup.reference {
}

pre, code {
  border: none;
  background: rgba(255, 255, 255, 0.875);
  color: #000000;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre a:active, code a:active {
  color: #444444;
}

#catlinks {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 3px 6px;
}

/********************
/* Interface styles *
/********************/
input, select, textarea {
  border: none
  background: #ffffff;
  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"] {
  border: none;
  background: -moz-linear-gradient(top, #f3821d 0%, #c85203 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3821d), color-stop(100%, #c85203));
  background: -webkit-linear-gradient(top, #f3821d 0%, #c85203 100%);
  background: -o-linear-gradient(top, #f3821d 0%, #c85203 100%);
  background: -ms-linear-gradient(top, #f3821d 0%, #c85203 100%);
  background: linear-gradient(to bottom, #f3821d 0%, #c85203 100%);
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  margin: 0;
  padding: 0 6px;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
  border: none;
  background: -moz-linear-gradient(top, #f5953f 0%, #ec6104 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5953f), color-stop(100%, #ec6104));
  background: -webkit-linear-gradient(top, #f5953f 0%, #ec6104 100%);
  background: -o-linear-gradient(top, #f5953f 0%, #ec6104 100%);
  background: -ms-linear-gradient(top, #f5953f 0%, #ec6104 100%);
  background: linear-gradient(to bottom, #f5953f 0%, #ec6104 100%);
  color: #ffffff;
  margin: 0;
  padding: 0 6px;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
  border: none;
  background: -moz-linear-gradient(top, #c85203 0%, #f5953f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c85203), color-stop(100%, #f5953f));
  background: -webkit-linear-gradient(top, #c85203 0%, #f5953f 100%);
  background: -o-linear-gradient(top, #c85203 0%, #f5953f 100%);
  background: -ms-linear-gradient(top, #c85203 0%, #f5953f 100%);
  background: linear-gradient(to bottom, #c85203 0%, #f5953f 100%);
  padding: 0 6px;
}

.usermessage {
  border: none;
  background: rgba(48, 48, 0, 0.47);
  color: #ffffff;
}

#mw-js-message {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#content fieldset legend {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 8px 0;
  padding: 0;
}

.mw-plusminus-null {
  color: #a8b5c2;
}

.mw-plusminus-pos {
  color: #8edc8e;
}

.mw-plusminus-neg {
  color: #dc8e8e;
}

.mw-search-formheader {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.mw-search-formheader div.search-types ul li.current a {
  color: #ffffff;
}

#pagehistory li {
  border: none;
  background: transparent;
  color: #ffffff;
}

#pagehistory li.selected {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
}

table.diff {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

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

td.diff-addedline {
  border: 1px solid rgba(0, 48, 0, 0.6);
  background-color: #1e5c1e;
  color: #8edc8e;
}

td.diff-deletedline {
  border: 1px solid rgba(48, 48, 0, 0.6);
  background-color: #5b5c1e;
  color: #dcdc8e;
}

td.diff-context {
  border: 1px solid rgba(24, 24, 24, 0.6);
  background-color: #333d47;
  color: #a8b5c2;
}

.diffchange {
  color: #dc8e8e;
}

fieldset#mw-searchoptions {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

fieldset#mw-searchoptions h4 {
  border: none;
  background: transparent;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
}

fieldset#mw-searchoptions div.divider {
  border: none;
  border-top: 1px solid #ffffff;
  background: transparent;
}

div#preferences {
  border: none;
  background: transparent;
}

div#preferences fieldset {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div#preferences fieldset legend {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 8px 0;
  padding: 0;
}

div#preferences fieldset fieldset {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 5px 0 5px;
  padding: 3px 6px;
}

div#preferences fieldset fieldset legend {
  border: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 8px 0;
  padding: 0;
}

#preferences td.htmlform-tip {
  color: #aaaaaa;
}

#preftoc {
  background: transparent;
  font-weight: bold;
}

#preftoc ul {
  background: transparent;
}

#preftoc li {
  background: transparent;
  border: none;
}

#preftoc li a {
  border-top: 3px solid transparent;
  color: #e77516;
  height: 25px;
  line-height: 25px;
  padding: 3px 0 0 0;
  margin: 0 4px;
}

#preftoc li a:visited {
  color: #e77516;
}

#preftoc li.selected a, #preftoc li.selected a:hover {
  background: none;
  color: #ffffff !important;
}

#preftoc li a:active {
  color: #ffffff;
}

ul#filetoc {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw_metadata {
  border: none;
  border-spacing: 2px;
  background: transparent;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw_metadata th {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  font-weight: bold;
  color: #ffffff;
}

table.mw_metadata td {
  border: none;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.TablePager {
  border: none;
  border-spacing: 2px;
  background: transparent;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.TablePager th {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  font-weight: bold;
  color: #ffffff;
}

.TablePager td {
  border: none;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.TablePager tr:hover td {
  background: #000000;
}

#other_options div {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.smwtable {
}

table.smwtable th {
}

table.smwtable td {
}

.smwrdflink {
}

.smwfact {
}

.smwfact a, .smwfact a:hover {
}

.smwfact a:visited, .smwfact a:visited:hover {
}

.smwfacttable {
}

.smwfacttable tr {
}

.smwfacttable tr td {
}

.ui-widget-content, .ui-menu {
  border: none;
  background: #000000;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.ui-menu-item, .ui-menu-item a, .ui-widget-content a {
}

.ui-widget-content .ui-state-hover, .ui-widget-content .ui-state-hover a, .ui-menu .ui-state-hover, .ui-menu .ui-state-hover a {
}

table.mw-abuselog-details {
  border: none;
  border-spacing: 2px;
  background: transparent;
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

table.mw-abuselog-details, table.mw-abuselog-details tr {
}

table.mw-abuselog-details tr th {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  font-weight: bold;
  color: #ffffff;
}

table.mw-abuselog-details tr td {
  border: none;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
}

.mw-abusefilter-history-changed {
}

/*****************
/* Footer styles *
/*****************/
div#footer {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
  overflow: hidden;
  margin: 0 0 20px 0;
  padding: 10px 20px 10px 20px;
}

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

/********************
/* Notice templates *
/********************/
.topNotice {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

.topNotice .heading {
  border: none;
  background: transparent;
  font-weight: bold;
  font-size: 116%;
  color: #ffffff;
  margin: 0 0 8px 0;
  padding: 0;
}

.topNotice.delete {
  border: none;
  background: rgba(64, 0, 0, 0.47);
  color: #ffffff;
}

.topNotice.move, .topnotice.merge, .topnotice.split {
  border: none;
  background: rgba(48, 24, 0, 0.47);
  color: #ffffff;
}

.topNotice.pagestub {
  border: none;
  background: rgba(0, 48, 0, 0.47);
  color: #ffffff;
}

/******************
/* Image licenses *
/******************/
div.imageLicense {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

div.imageLicense table {
  margin: 5px 0;
}

div.imageLicense p {
  margin: 5px 0;
}

div.licenseHeading {
  border: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAC7gAAAACCAIAAABHIQbHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIVCAsab/YglQAAAC5JREFUeNrt0AEBAAAEAzD073w92CKskxQAAAAAAAAAAFw3CgAAAAAAAAAA+GAB/FQDAQx4i2AAAAAASUVORK5CYII=") no-repeat left top / 75% 2px,
              url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAABCAIAAAAXRrrYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QIVCAUEC3oweAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAL0lEQVQI12N89OgxPx/f379/GWCAEcb4DxdCZkKV/EdSSBgwYhiBCZiZmT5+/AQAjiQMp4MXK5MAAAAASUVORK5CYII=") no-repeat left bottom;
  font-variant: small-caps;
  font-weight: bold;
  font-size: 150%;
  color: #ffffff;
  margin: 0 0 8px 0;
  padding: 5px 0 10px 0;
}

/*********************
/* Front page styles *
/*********************/
.fpmain, .fpinner {
  display: table;
  border-spacing: 20px;
  margin: 0 -20px -20px -20px;
}

.fproworcell {
  display: table-row;
}

.fprow {
  display: table-row;
}

.fpcell {
  display: table-cell;
  vertical-align: top;
}

.fpbox {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 0 0;
  padding: 3px 6px;
}

.fpheading, .fpcell .heading {
  font-size: 132%;
  font-weight: bold;
  color: #ffffff;
}

.fpcell .bottomborder {
  border: 1px solid #ffffff;
}

div.fauxbutton.plainlinks a {
  display: inline-block;
  border: none;
  background: -moz-linear-gradient(top, #f3821d 0%, #c85203 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3821d), color-stop(100%, #c85203)) !important;
  background: -webkit-linear-gradient(top, #f3821d 0%, #c85203 100%) !important;
  background: -o-linear-gradient(top, #f3821d 0%, #c85203 100%) !important;
  background: -ms-linear-gradient(top, #f3821d 0%, #c85203 100%) !important;
  background: linear-gradient(to bottom, #f3821d 0%, #c85203 100%) !important;
  color: #ffffff !important;
  margin: 0;
  padding: 6px !important;
}

div.fauxbutton.plainlinks a:hover {
  background: -moz-linear-gradient(top, #f5953f 0%, #ec6104 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5953f), color-stop(100%, #ec6104)) !important;
  background: -webkit-linear-gradient(top, #f5953f 0%, #ec6104 100%) !important;
  background: -o-linear-gradient(top, #f5953f 0%, #ec6104 100%) !important;
  background: -ms-linear-gradient(top, #f5953f 0%, #ec6104 100%)  !important;
  background: linear-gradient(to bottom, #f5953f 0%, #ec6104 100%)  !important;
}

div.fauxbutton.plainlinks a:active {
  background: -moz-linear-gradient(top, #c85203 0%, #f5953f 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c85203), color-stop(100%, #f5953f)) !important;
  background: -webkit-linear-gradient(top, #c85203 0%, #f5953f 100%) !important;
  background: -o-linear-gradient(top, #c85203 0%, #f5953f 100%) !important;
  background: -ms-linear-gradient(top, #c85203 0%, #f5953f 100%) !important;
  background: linear-gradient(to bottom, #c85203 0%, #f5953f 100%) !important;
}

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

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

.fpboxcols {
  padding: 0;
  margin: 0;
}

.fpbox .preorder {
  width: 298px;
  padding-left: 50px;
}

.fpbox .preorder .content {
  margin-top: -100px;
}

.fpbox .divider {
  background: -moz-linear-gradient(top, transparent 0%, #757575 50%, transparent 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent 0%), color-stop(50%, #757575)), color-stop(0%, transparent 100%) !important;
  background: -webkit-linear-gradient(top, transparent 0%, #757575 50%, transparent 100%) !important;
  background: -o-linear-gradient(top, transparent 0%, #757575 50%, transparent 100%) !important;
  background: -ms-linear-gradient(top, transparent 0%, #757575 50%, transparent 100%)  !important;
  background: linear-gradient(to bottom, transparent 0%, #757575 50%, transparent 100%)  !important;
  background-size: 1px 100%;
  width: 1px;
}

/******************
/* Infobox styles *
/******************/
#bodyContent .infobox {
  float: right;
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 20px;
  padding: 3px 6px;
  vertical-align: top;
  width: 280px;
}

#bodyContent .infobox .title {
  border: none;
  border-bottom: 1px solid #ffffff; 
  font-weight: bold;
  color: #ffffff;
  font-size: 150%;
  margin: 0 0 8px 0;
  padding: 5px 0 10px 0;
}

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

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

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

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

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

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

#bodyContent .infobox table tr th {
  border: none;
  background: transparent;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 1%;
}

#bodyContent .infobox table tr td {
  border: none;
  background: transparent;
  color: #ffffff;
  text-align: left;
  vertical-align: center;
  padding: 0 0 1px 3px;
}

#bodyContent .infobox table tr td.subtitle {
  border: none;
  border-bottom: 1px solid #ffffff; 
  font-weight: bold;
  color: #ffffff;
  font-size: 132%;
  text-align: center;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
}

#bodyContent .infobox table tr td.listlabel {
  border: none;
  border-bottom: 1px solid #ffffff; 
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  font-size: 116%;
  margin: 0 0 8px 0;
  padding: 0 0 5px 0;
}

#bodyContent .infobox table tr td.listentries {
  text-align: center;
  color: #ffffff;
  margin: 0 0 0.1px 0;
  padding: 0 0 0 0; 
}

/******************
/* General styles *
/******************/
.contentbox {
  border: none;
  background: rgba(0, 0, 0, 0.47);
  color: #ffffff;
  margin: 0 0 10px 0;
  padding: 3px 6px;
}

span.bullet {
  background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAJCAYAAAAPU20uAAAABmJLR0QAyABSAAPWF7MBAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QsOBhAmaTkIbQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAOklEQVQY02NgGETg////DP///2/4////hv///ztgU2DwHwEuwMSZcBgogMuKBf///7/w////AKLdBgAxZiodAGVkaAAAAABJRU5ErkJggg==") no-repeat center 60%;;
  width: 9px;
  font-size: 11px;
  vertical-align: baseline;
}

.dablink {
  padding: 2px 30px 2 30px;
  font-style: italic;
}