Plxsys Wiki
Register
Advertisement

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: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/****************
 * Custom Fonts *
 ****************/

@font-face {
    font-family: 'Exo 2';
    src: local('Exo2-Medium'), local('Exo2-Medium'), url(/media/hydra/fonts/Exo2-Medium.ttf) format('truetype');
}

/******************
/* General styles *
/******************/

body {
    background-image: url(https://d1u5p3l4wpay3k.cloudfront.net/plxsys_gamepedia_en/1/1f/Background.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ffefe2;
    background-size: cover;
    color: #ffffff;
}

body.page-Plxsys_Wiki h1#firstHeading,
body.page-Main_Page h1#firstHeading { 
    display: none;
}

#pageWrapper {
    padding-right: 1em;
}

/***************
/* Logo styles *
/***************/

#p-logo, #p-logo a {
    height: 68px;
    width: 290px;
}

#p-logo {
    top: -71px;
    left: 1em;
    position: absolute;
}

.mw-wiki-logo {
    background-size: 285px;
}

/*****************
/* Header styles *
/*****************/

div#mw-page-base {
    background: rgba(0, 0, 0, 0.85);
    height: 80px;
    margin-bottom: 0;
}

div#mw-head {
    height: 80px;
}
    

#mw-head-base {
    /** 
     * This can be done on most wikis since this box is empty
     * and serves only as a spacer, but by default has a negative
     * margin which makes it take up no space at all. It is easier
     * to just remove it rather from the flow rather than fixing
     * it's height and/or margin.
     */
    display: none;
}

/**************************
/* Article navigation bar *
/**************************/

#left-navigation {
    margin-left: calc( 2em + 290px );
    margin-top: 0;

}

#right-navigation {
    margin-top: 0;
}

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

div.vectorTabs {
    height: 80px;
}

div.vectorTabs ul li {
    line-height: 80px;
    margin-right: .5em;
}

div.vectorTabs li a,
div.vectorTabs li a:visited,
div#mw-head div.vectorMenu h4,
div.vectorMenu h3 span {
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    padding-top: 0;
}

div.vectorTabs li a {
}

div.vectorTabs li:not(.new) a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #ffffff;
}

div.vectorTabs li a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-color: transparent;
    background-image: url(https://archeage.gamepedia.com/media/archeage.gamepedia.com/7/71/Tab-current-fade.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    margin-top: 18px;
    background-repeat: no-repeat;
}

div.vectorMenu {
    background-image: url(https://archeage.gamepedia.com/media/archeage.gamepedia.com/b/ba/Arrow-down-icon.png);
    background-position: right center;
}

div#mw-head div.vectorMenu h3 {
    height: 80px;
}

div.vectorMenu div.menu {
    background: none;
    border: none;
    top: 100%;
}

div.vectorMenu ul {
    background: rgba(87,111,118,.9);
    border: none;
}

div.vectorMenu#p-cactions ul {
    left: auto;
    right: 0;
}

div.vectorMenu li a {
    color: #ffffff;
}

div#mw-head div.vectorMenu h4 {
    margin: 0;
    padding: 0 0 0 .5em;
}

div#simpleSearch {
    margin-top: 1.65em;
}

/**********************
/* Site notice styles *
/**********************/

/******************
/* Sidebar styles *
/******************/

div#mw-panel {
    top: 80px;
}

div#mw-panel div.portal,
#mw-panel.collapsible-nav .portal {
    background: none;
    border: none;
    margin: 0;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 {
    background-color: transparent;
    color: #ffffff;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25em;
    font-weight: 900;
    padding: 0.25em 0 0.25em 1em;
    text-transform: uppercase;
     font-weight: 900;
}

#mw-panel.collapsible-nav .portal h3 a {
    color: #ffffff;
}

#mw-panel.collapsible-nav .portal.collapsed h3 a {
    color: #ffffff;
}

div#mw-panel div.portal div.body,
#mw-panel.collapsible-nav .portal div.body; {
    background: none;
    padding-top: 0;
}

div#mw-panel div.portal div.body ul li {}


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

#mw-panel.collapsible-nav .portal.first h3 {
    display: block;
}

#mw-panel.collapsible-nav .portal.persistent .body  {
    margin-left: 1.25em;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3 {
    background: none;
    padding-left: 0.7em;
}

/***************
/* Link styles *
/***************/

a,
a:visited,
.mw-body a.external,
.mw-body a.external:visited,
.mw-body a.extiw,
.mw-body a.extiw:visited {
    color: #c8f4ff;
}

#content a.new:link {
    color: #ffa9b1 !important;
}

/******************
/* Article styles *
/******************/

div#content {
    background: rgba(87,111,118,.9);
    color: inherit;
    border: none;
    margin-top: 1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
    border-color: #41db88;
}

li.gallerybox {
    border-color: transparent;
    background: rgba(0,0,0,.15);
}

li.gallerybox div.thumb {
    border: none;
}

div.thumbinner {
    background: rgba(0,0,0,.3);
    border: none;
}

code {
    background: none;
    color: #fff;
}

pre, .mw-code {
    background: rgba(0,0,0,.3);
    border: 1px dashed #41db88;
    color: #ffffff;
    overflow-x: scroll;
}

#toc, .toc, .mw-warning {
    background: rgba(0,0,0,.15);
    border: none;
}

.tocnumber {
    color: #fff;
}

ul#filetoc,
.catlinks,
div#mw-js-message {
    background: rgba(0,0,0,.15);
    border: none;
    border-radius: .25em;
}

.mw-notification {
	background: rgba(87,111,118,.9);
}

li.gallerybox div.thumb {
    background: none;
    border: none;
}

table.mw_metadata {
    border-collapse: separate;
}

table.mw_metadata,
table.mw_metadata td,
table.mw_metadata th {
    border: none;
}

table.mw_metadata th {
    background: rgba(0,0,0,.3);
}

table.mw_metadata td {
    background: rgba(0,0,0,.15);
}

table.wikitable {
    background: none;
    border-collapse: separate;
    border: none;
    color: white;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: rgba(0,0,0,.3);
    border: none;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background: rgba(0,0,0,.15);
    border: none;
}

.mw-datatable {
    background: none;
    border-collapse: separate;
}

.mw-datatable,
.mw-datatable td,
.mw-datatable th {
    border: none;
}

.mw-datatable th {
    background: rgba(0,0,0,.3);
    border: none;
}

.mw-datatable td {
    background: rgba(0,0,0,.15);
    border: none;
}

.mw-datatable tr:hover td {
    background: rgba(0,0,0,.3);
}

/********************
/* Interface styles *
/********************/

ul {
    list-style-image: url(https://archeage.gamepedia.com/media/archeage.gamepedia.com/e/ef/Bullet-icon.png);
}

fieldset {
    border-color: #41db88;
}

#pagehistory li {
    border-color: transparent;
}

#pagehistory li.selected {
    background: rgba(0,0,0,.3);
    border: 1px dashed #41db88;
}

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

.mw-plusminus-pos {
    color: rgb(84, 255, 99);
}

.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
    background-image: url(https://archeage.gamepedia.com/media/archeage.gamepedia.com/9/9f/Arrow-collapsed-ltr.png);
}

.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
    background-image: url(https://archeage.gamepedia.com/media/archeage.gamepedia.com/f/fc/Arrow-expanded.png);
}

table.diff {
    background: none repeat scroll 0 0 rgba(87, 111, 118, 0.9);
}

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

td.diff-context {
    background: rgba(0,0,0,.3);
    color: #ffffff;
}

td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
    color: #000000;
}

.client-js #preftoc {
    background: rgba(0,0,0,.3);
}

.client-js #pretoc ul,
.client-js #preftoc li {
    background: none;
}

.client-js #preftoc a,
.client-js #preftoc a:active {
    color: #ffffff;
}

.client-js #preftoc li.selected a {
    color: #ffffff;
    background: linear-gradient( to top, rgba(63,224,136,1) 0%, rgba(63,224,136,1) 3px, rgba(0,0,0,.14) 3px, rgba(0,0,0,0) 75%);
    text-shadow: 0 0 .5em;
}

.client-js #preferences {
    background: rgba(0,0,0,.14);
    border: none;
}

.client-js #preferences fieldset {
    border-color: #41db88;
}

.client-js #preferences legend {
    color: #eeeeee;
}

.htmlform-tip {
    color: #eeeeee;
}

.mw-search-profile-tabs {
    background: rgba(0,0,0,.3);
    border: none;
}

.mw-search-profile-tabs div.search-types ul li a {
    color: white;
}

.mw-search-profile-tabs div.search-types ul li.current a { 
    color: #ffffff;
    background-image: linear-gradient( to top, rgba(63,224,136,1) 0%, rgba(63,224,136,1) 3px, rgba(0,0,0,.15) 3px, rgba(0,0,0,0) 75%);
    text-shadow: 0 0 .5em;
}

fieldset#mw-searchoptions {
    background: rgba(0,0,0,.15);
    border: none !important;
}

fieldset#mw-searchoptions div.divider {
    border-color: #41db88;
}

.previewnote,
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-buttonElement-button {
    color: #ffa9b1;
}

table.mw-interwikitable.body td.mw-interwikitable-local-yes {
    background: rgba(213,253,244, .25);
}

/*****************
/* Footer styles *
/*****************/

div#footer {
    background: rgba(87,111,118,.9);
    margin-bottom: 1em;
}

div#footer ul li {
    color: white;
}

body.page-Plxsys_Wiki.ns-0.action-view div#footer {
    margin-left: calc(12em + 2px);
    margin-right: calc(2em + 2px);
}

/**********************
/* Gamepedia Sidebars *
/**********************/

div#mw-panel div.portal#p-claimWiki,
div#mw-panel div.portal#p-sitePromos,
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: .5em 0;
}

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

div#mw-panel div.portal#p-claimWiki div.body,
div#mw-panel div.portal#p-sitePromos div.body,
div#mw-panel div.portal#p-socialProfiles div.body {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
}

.claimSidebar,
.socialSidebar {
    margin: 0 auto;
}

.promoSidebar > a {
    display: block;
}

.plupload {
    display: none;
}

/***************
 * Edit Styles *
 ***************/

/* Wiki editor fixes */
.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

div.wikiEditor-ui-buttons {
    background: none;
    border: none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background: none;
    border: none;
}

.wikiEditor-ui .wikiEditor-ui-top {
    border: none;
}

.wikiEditor-preview-loading {
    background: none;
}

.wikiEditor-preview-contents {
    background: none;
    border: none;
}

.editOptions {  
    background: none;
    border: none;
}

/******************
/*   Infoboxes    *
/******************/

.infoboxtable {
    background-color: rgba(87, 111, 118, 0.9);
    float: right;
    font-size: 89%; 
    margin-bottom: 0.5em; 
    margin-left: 1em; 
    padding: 0.2em; 
    width: 300px;
    border: 1px solid #41db88;
}

.infoboxtable td {
    vertical-align: top;
}

.infoboxtable td > div {
    background-color: rgba(253, 179, 54, 0.9);
    border: 2px solid inherit; 
    border-radius: 5px; 
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background: rgba(253, 179, 54, 0.9);
    font-size: 110%; 
    font-weight: bold;
    padding: 0.5em;
}

.infoboxdetails {
    padding: 0em;
}

/******************
/*     Navbox     *
/******************/

table.navbox {
    background-color: rgb(87, 111, 111);
    border: 1px solid #41db88;
    clear: both;
    font-size: 88%;
    margin: auto;
    padding: 1px;
    text-align: center;
    width: 100%; 
}

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

.navbox-title,
.navbox-abovebelow,
table.navbox th {
    padding-left: 1em;
    padding-right: 1em;
    text-align: center;
}

.navbox-group {
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
    white-space: nowrap;
}

/* Base background */
.navbox, .navbox-subgroup {
    background: rgba(87, 111, 118, 0.2);
}

.navbox-list {
    border-color: rgba(87, 111, 118, 0.2); /* Must match background color */
}

/* Level 1 color */
.navbox-title,
table.navbox th {
    background: rgba(253, 179, 54, 0.75);
}

/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: rgba(253, 179, 54, 0.5);
}

/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: rgba(253, 179, 54, 0.1);
}

/* Even row striping */
.navbox-even {
    background: rgba(253, 179, 54, 0.04);
}

/* Odd row striping */
.navbox-odd {
    background: transparent;
}
 
.collapseButton {
    font-weight: normal;
    width: auto;
}

.navbox .collapseButton {
    width: 6em;
}
 
.navbar {
    font-size: 88%;
    font-weight: normal;
}

.navbox .navbar {
    font-size: 100%;
}
 
table.collapsed tr.collapsible {
    display: none;
}

/* login screen */
.mw-ui-vform label {
    color: #c0c0c0;
}

#mw-createaccount-join {
    box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
}

/* 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 {
    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;
}

/* copyright images tweak */
.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%;
    width: 32px;
    height: 32px;
}

/* VE styling */
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
    color: #000000;
}

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;
}

/* this section governs the responsive 3 column main page layout */
body.page-Plxsys_Wiki.ns-0.action-view div#content {
    background: none !important;
}

.fpmain {
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.fpbanner {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid #505050;
    box-shadow: 0 2px 5px #505050;
    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: #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;
}

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

.fpbox {
    background: rgba(87, 111, 118, 0.9);
    margin: 5px;
    overflow: auto;
}

.fpbox .fpcontent {
    padding: 5px;
}

.fpbox .mainheading {
    border: none;
    border-bottom: 1px solid #41db88;
    font-size: 150%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding-bottom: 0;
    overflow: auto;
}

.fpbox .heading {
    background: rgba(253, 179, 54, 0.9);
    width: 100%;
    border: none;
    text-align: center;
    font-size: 132%;
    margin: 0 0 10px 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 {
    background: transparent;
    border: none;
    box-shadow: none;
}

.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;
}
Advertisement