Lineage 2 Revolution Wiki
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 */

/* Custom Elements */

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

body { 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url("https://hydra-media.cursecdn.com/l2revolution.gamepedia.com/e/e2/Lineage2.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
}

div#content,
div#mw-panel,
div#footer {
    background:
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/c/c9/Corner_top_left.png") no-repeat scroll left top border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/f/ff/Corner_top_right.png") no-repeat scroll right top border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/9/9b/Corner_bottom_left.png") no-repeat scroll left bottom border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/b/bc/Corner_bottom_right.png") no-repeat scroll right bottom border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/3/33/Border_top.png") repeat-x scroll right top border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/f/f0/Border_left.png") repeat-y scroll left top border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/f/f1/Border_right.png") repeat-y scroll right top border-box,
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/b/bb/Border_bottom.png") repeat-x scroll left bottom border-box, rgba(255,255,255,.75)
    url("https://hydra-media.cursecdn.com/fantasyearthgenesis.gamepedia.com/9/94/Background_element.png") left top repeat padding-box;
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
    background: #fff;
    background: #fff; /* Legacy fallback */
    background: -webkit-linear-gradient(#fff, #fff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(#fff, #fff); /* Opera 11.1-12.0 */
    background: -moz-linear-gradient(#fff, #fff); /* Firefox 3.6-15 */
    background: linear-gradient(#fff, #fff); /* Standard Syntax */
    display: inline-block;
    border: 1px solid #876131;
    border-radius: 4px;
    padding: 2px 10px;
    height: 19px;
    text-align: center;
}

div#content {
    padding: 30px;
}

div#mw-panel {
    color: #000;
    margin-left: 3px;
}

div#footer  {
    padding: 30px;
    margin-top: 6px;
    
}

/* Wikitables */

table.wikitable,
table.wikitable > tr > th,
table.wikitable > * > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > td {
}

table.wikitable {
    background: rgba(255,255,255,.7);
    border: 1px solid #aaa;
    border-radius: 4px;
}


table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color: rgba(255,255,255,.125);
    border: 1px solid #aaa;
    border-radius: 4px;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    background-color: rgba(0,0,0,.025);
    border: 1px solid #aaa;
    border-radius: 4px;
}

/* Category Link Colours */

.catlinks {
    border: 1px solid #aaa;
    border-radius: 4px;
}

/* Wiki Editor Transparency */

div.wikiEditor-ui,
.editOptions,
div.wikiEditor-preview-contents,
div.wikiEditor-preview-loading,
div.wikiEditor-ui-toolbar,
div.wikiEditor-ui-buttons,
div.wikiEditor-ui-controls  {
background: transparent;
}

#mw-panel.collapsible-nav .portal#p-claimWiki {
    padding-top: 30px;
}

/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

/* Framework */

.mw-body {
    background: rgba(255,255,255,.75);
    border: none;
}

body #pageWrapper {
    margin-right: 1em;
}

/* Head */
div#mw-page-base {
    background: rgba(0, 0, 0, 0);
    background-image: none;
}

#mw-head-base {
    background: rgba(0, 0, 0, 0);
    background-image: none;
    border-bottom: 0px;
}

/* Tabs */
#right-navigation {
    margin-right: 0em;
}

div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    margin-top: -16px;
}

div.vectorTabs li.selected,
div.vectorTabs ul,
div.vectorTabs ul li {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
}

div.vectorTabs li span {
    margin: 0 3px;
}

div#p-sharing .menu {
    margin-left: 45px;
    min-width: 0px;
    width: 48px;
}

#p-sharing #socialIconImages img {
    width: 100%;
}
 
#p-sharing #socialIconImages a {
    width: 40px;
}

div#mw-head div.vectorMenu h3 {
    margin: 0.5em 3px 0;
}

div.vectorMenu h3 a {
    display: none;
}

div.vectorTabs li a,
div.vectorTabs li a span,
div.vectorMenu h3 span {
     color: #000;
     font-weight: bold;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #000;
    font-weight: bold;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #000;
    font-weight: bold;
    padding-top: 0.2em;
    text-shadow: none;
}

#ca-unwatch.icon a,
#ca-watch.icon a {
    padding: 18px 0 0;
}

div.vectorMenu h3 span {
    font-family: arial;
    padding-top: 0.1em;
}

div.vectorMenu div.menu {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #bfe9ff;
    position: relative; 
    top: 0.75em;
}

div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

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

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

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h3 a:visited,
#mw-panel.collapsible-nav .portal.collapsed h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 3px;
}

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

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

div#mw-panel div.portal div.body ul li a:hover {
    color: #696969;
}

/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
    background: none;
    border: none;
    padding: 0;
    margin: 10px 0;
}

div#mw-panel div.portal#p-sitePromos {
    background: none;
    border: none;
    margin-left: 10px !important;
    padding: 0;
}

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

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

.socialSidebar {
    width: auto;
    max-width: 100%;
}

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

#mw-head-base {
    background: transparent;
    background-image: none;
    border-bottom: 0px;
}

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

div#footer a { 
    color: #0645ad;
}

div#footer a:hover { 
    color: #0645ad;
}

/* multi-upload screen font colour fix */
#upload-list .file .file-title {
    color: #000000;
}

.check-span {
    color: #1D1D1D;
    float: right;
}

#upload-list .file a {
    color: #0000FF;
}

.copyright-icon {
    background-image: url("https://hydra-media.cursecdn.com/help.gamepedia.com/b/b6/Copyright.png?version=6d3fec14dfaef041b27724d628c5bbaf");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.ambox {
    background-color: #fff;
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    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;
}
Advertisement