Skyforge Wiki

We've Moved! Just as Gamepedia has joined forces with Fandom, this wiki had joined forces with our Fandom equivalent. The wiki has been archived and we ask that readers and editors move to the now combined wiki on Fandom. Click to go to the new wiki.

READ MORE

Skyforge Wiki
No edit summary
m (Hopefully temp)
Line 1,126: Line 1,126:
 
#mw-panel div#p-remove,
 
#mw-panel div#p-remove,
 
#pt-mytalk a.mw-echo-alert,
 
#pt-mytalk a.mw-echo-alert,
img[src*="crwdcntrl"],
+
/*img[src*="crwdcntrl"],*/
 
#jump-to-nav {
 
#jump-to-nav {
 
display: none !important;
 
display: none !important;

Revision as of 15:35, 24 October 2016

/**************************************
 *            CSS Contents            *
 *------------------------------------*
 *     I. Mobile Styling              *
 *     II. Custom Fonts               *
 *     III. General Styling           *
 *     IV. Logo Styling               *
 *     V. Header Styling              *
 *     VI. Footer Styling             *
 *     VII. Article Navigation Bar    *
 *     VIII. Site Notice Styling      *
 *     IX. Netbar Styling             *
 *     X. Sidebar Styling             *
 *     XI. Link Styling               *
 *     XII. Article Styling           *
 *     XIII. Table Styling            *
 *     XIV. Editor Styling            *
 *     XV. File Styling               *
 *     XVI. Template Examples         *
 *     XVII. Notice Templates         *
 *     XVIII. Image Licenses          *
 *     XIX. Main Page Styling         *
 *     XX. Infobox Styling            *
 *     XXI. Profile Styling           *
 *     XXII. Various Styling          *
 *     XXIII. General Fixes           *
 *     XIV. Removed                   *
 **************************************/



/******************
 * Mobile Styling *
 ******************/

.mobileonly {
    display: none;
}


/****************
 * Custom Fonts *
 ****************/

@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: normal;
    src: url(//hydra-media.cursecdn.com/hydra/fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: normal;
    src: url(//hydra-media.cursecdn.com/hydra/fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 400;
    font-style: italic;
    src: url(//hydra-media.cursecdn.com/hydra/fonts/OpenSans-Italic.ttf);
}
@font-face {
    font-family: 'OpenSans';
    font-weight: 700;
    font-style: italic;
    src: url(//hydra-media.cursecdn.com/hydra/fonts/OpenSans-BoldItalic.ttf);
}


/*******************
 * General Styling *
 *******************/

body {
    background-image: url(//hydra-media.cursecdn.com/skyforge.gamepedia.com/2/2c/Planetbg.jpg);
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #000000;
    background-size: cover;
    color: #000000;
    font-family: 'OpenSans', sans-serif;
}
body.page-Main_Page h1#firstHeading,
body.page-Skyforge_Wiki h1#firstHeading {
    display: none;
}
.contentbox {
    border: 1px solid #aaaaaa;
    background: #eeeeee;
    color: #333333;
    margin: 0 0 10px;
    padding: 3px 6px;
    overflow: auto;
}
span.bullet {
    background: transparent no-repeat center 60%;
    width: 9px;
    font-size: 11px;
    vertical-align: baseline;
}
.dablink {
    padding: 2px 36px 10px;
    font-style: italic;
}
span.ghost {
    color: #777777;
}
.columns {
    padding: 0;
    margin: 10px 0 0;
    overflow: hidden;
}
.columns .leftcol {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
}
.columns .centercol {
    float: left;
    margin: 0;
    padding: 0;
}
.columns .rightcol {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0;
}
.skin-hydradark .mw-ui-button.mw-ui-progressive,
.skin-hydradark .mw-ui-button.mw-ui-primary {
    background: #122C3B none repeat scroll 0 0;
    border-color: #122C3B;
}
.skin-hydradark .mw-ui-button.mw-ui-progressive:hover,
.skin-hydradark .mw-ui-button.mw-ui-primary:hover {
    background: #29414E none repeat scroll 0 0;
    border-color: #29414E;
}
.skin-hydradark .mw-ui-button.mw-ui-progressive:disabled,
.skin-hydradark .mw-ui-button.mw-ui-primary:disabled,
.skin-hydradark .mw-ui-button.mw-ui-progressive:disabled:hover,
.skin-hydradark .mw-ui-button.mw-ui-primary:disabled:hover {
    background: #8e9ca4 none repeat scroll 0 0;
    border-color: #8e9ca4;
}
.mw-ui-input:focus,
.mw-ui-input.createboxInput:focus {
    border-color: #C0A766;
    box-shadow: 0 0 0 2px #C0A766 inset;
}
.curseTitle {
    display: block;
    font-size: 9px;
}

/****************
 * Logo Styling *
 ****************/

#p-logo a {
    height: 150px;
    width: 42em;
}
#p-logo {
    height: 150px;
}
button {
    border: rgba(255,255,255,.4) ridge 1px;
    background-color: #202020;
    color: #FFFFFF;
}


/******************
 * Header Styling *
 ******************/

div#mw-page-base {
    height: 84px;
    background: none;
}
div#mw-head-base {
    background: rgb(37, 44, 44);
    background: rgba(37, 44, 44, 0.9);
    display: block;
    height: 2.5em;
    margin-left: 11em;
    margin-top: .2em;
}
div#mw-head {
    background: none;
}


/******************
 * Footer Styling *
 ******************/

div#footer {
    background: rgb(37, 44, 44);
    background: rgba(37, 44, 44, 0.9);
    margin-top: 0;
    margin-bottom: 1em;
    overflow-y: hidden;
}
div#footer ul li {
    color: #FFFFFF;
}
div#footer ul li a {
    color: #D1A766;
}

/**************************
 * Article Navigation Bar *
 **************************/

#left-navigation {
    margin: 0;
    position: absolute;
    left: 12em;
    top: 84px;
    z-index: 1;
}
#right-navigation {
    margin: 0;
    position: absolute;
    right: 2em;
    top: 84px;
}
div.vectorTabs {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    height: 2.5em;
}
div.vectorTabs span,
div#mw-head div.vectorMenu h3,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div.vectorMenu h3 a {
    background-color: transparent;
    background-image: none;
}
div.vectorTabs li a,
div.vectorTabs li a:visited,
div#mw-head div.vectorMenu h4 {
    color: #D1A766;
    text-transform: uppercase;
}
div.vectorTabs ul li {
    height: 2.5em;
    margin-right: .5em;
}
div.vectorTabs li a {
    background-image: none;
    padding-left: 1em;
    padding-right: 1em;
    height: 3.125em;
    line-height: 3.125em;
    font-size: .8em;
    padding-top: 0;
}
div.vectorTabs li:not(.new) a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited,
div#mw-head div.vectorMenu:hover h4 {
    color: #FFFFFF;
}
div.vectorTabs li a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    background-image: none;
}
div.vectorMenu {
    background-image: url(//hydra-media.cursecdn.com/skyforge.gamepedia.com/b/ba/Arrow-down-icon.png);
    background-position: right center;
}
div#mw-head div.vectorMenu:hover {
    background-image: url(//hydra-media.cursecdn.com/skyforge.gamepedia.com/b/ba/Arrow-down-icon.png), linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 100%);
}
div.vectorMenu div.menu {
    background-color: rgb(37, 44, 44);
    background-color: rgba(37, 44, 44, 0.9);
    border: none;
}
div#mw-head div.vectorMenu ul {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
div.vectorMenu li a {
    color: #FFFFFF;
}
div.vectorMenu h3 span {
    padding-top: 1em;
}
div#mw-head div.vectorMenu h4 {
    height: 3.125em;
    line-height: 3.125em;
    font-size: .8em;
    margin: 0;
    padding: 0 0 0 .5em;
}
div#mw-head a,
.vectorTabs li a span {
    color: #D1A766;
}


/***********************
 * Site Notice Styling *
 ***********************/



/******************
 * Netbar Styling *
 ******************/



/*******************
 * Sidebar Styling *
 *******************/

div#mw-panel div.portal h3,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a,
.skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #FFFFFF;
}
div#mw-panel div.portal,
div#mw-panel div.portal div.body,
.skin-hydradark #mw-panel.collapsible-nav .portal {
    background-image: none;
}
div#mw-panel div.portal div.body ul li a:link,
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited {
    color: #FFFFFF;
}
.claimSidebar,
.socialSidebar {
    margin: 0 auto;
}
.promoSidebar a {
    display: block;
}


/****************
 * Link Styling *
 ****************/

a,
.mw-body a.external,
.mw-body a.extiw,
.mw-body a.extiw:active,
.plainlinks a,
.plainlinks a:visited,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki a,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki_Community_Portal a,
.userinfo a,
.userinfo a:visited,
.rightcolumn a:visited,
.rightcolumn a,
.activity .rightfloat a,
.activity .rightfloat a:visited,
.comments .rightfloat a,
.comments .rightfloat a:visited,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki div#content a.extiw:visited,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki div#content a.external:visited,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki_Community_Portal div#content a.extiw:visited,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki_Community_Portal div#content a.external:visited,
div#content .userinfo a.external,
div#content .userinfo a.external:visited,
div#content .rightcolumn a.external:visited,
div#content .rightcolumn a.external,
div#content .userinfo a.extiw,
div#content .userinfo a.extiw:visited,
div#content .rightcolumn a.extiw:visited,
div#content .rightcolumn a.extiw,
div#content .mw-body .plainlinks a.external,
.skin-hydradark #mw-indicator-mw-helplink a {
    color: #D1A766;
}
a:active,
a:visited,
.mediawiki.sitedir-ltr a:active,
div#content a.external:visited,
div#content a.extiw:visited,
.userinfo a.external:active,
.userinfo a.extiw:active,
.rightcolumn a.external:active,
.rightcolumn a.extiw:active,
.userinfo a.external:active,
.userinfo a.extiw:active,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki div#content a.extiw:visited:active,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki div#content a.external:visited:active,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki_Community_Portal div#content a.extiw:visited:active,
.mediawiki.sitedir-ltr.page-Skyforge_Wiki_Community_Portal div#content a.external:visited:active,
div#content .mw-body .noExternal a.external:active,
div#content .mw-body .noExternal a.external:visited,
div#content .userinfo a.external:active,
div#content .userinfo a.extiw:active,
div#content .rightcolumn a.external:active,
div#content .rightcolumn a.extiw:active {
    color: #A08751;
}
.noExternal a.external {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}


/*******************
/* Article Styling *
/*******************/

div#content {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
    border: 2px solid #DBB676;
    box-shadow: 0 .1em .75em #DBB676;
    color: #FFFFFF;
    margin-top: 0;
    overflow-y: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
li.gallerybox {
    border-color: transparent;
}
li.gallerybox div.thumb {
    background: rgba(0, 0, 0, .1);
    border-color: transparent;
}
div.thumbinner {
    background: rgba(0, 0, 0, .1);
    border: none;
}
code {
    background: none;
}
pre,
.mw-code {
    background: grey;
    border: 1px dashed rgba(0, 0, 0, .14);
    color: #000000;
    font-weight: 700;
}
#toc,
.toc,
.mw-warning {
    background: rgba(0, 0, 0, .07);
    border: none;
}
ul#filetoc,
.catlinks {
    background: rgba(0, 0, 0, .07);
    border: none;
}
.skin-vector .mw-notification,
.mw-notification {
    background: rgba(0, 0, 0, .8);
    color: #FFFFFF;
    border: none;
    border-radius: 0;
}
div.mw-warning-with-logexcerpt {
    border-color: #FFFFFF;
}
table.mw_metadata {
    border-collapse: separate;
}
table.mw_metadata,
table.mw_metadata td,
table.mw_metadata th {
    background: none;
    border: none;
}
table.mw_metadata th {
    background: rgba(0, 0, 0, .1);
}
table.mw_metadata td {
    background: rgba(0, 0, 0, .05);
}


/*****************
/* Table Styling *
/*****************/

table.wikitable {
    margin: 1em 0;
    background-color: transparent;
    border-collapse: collapse;
    color: #DBB676;
    border: none;
}
table.wikitable tr th,
table.wikitable * tr th {
    border: 1px #DBB676 solid;
    background-color: rgba(46, 46, 46, 0.8);
}
table.wikitable tr td {
    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, .14);
}
.mw-datatable td {
    background: rgba(0, 0, 0, .07);
}
.mw-datatable tr:hover td {
    background: rgba(0, 0, 0, .14);
}
ul {
    list-style-image: url(//hydra-media.cursecdn.com/skyforge.gamepedia.com/7/7a/Bullet.png);
}
fieldset {
    border: 1px solid rgba(0, 0, 0, .14);
}
#pagehistory li {
    border-color: transparent;
}
#pagehistory li.selected {
    border: 1px dashed rgba(0, 0, 0, .14);
}
.mw-enhancedchanges-arrow.mw-collapsible-toggle-collapsed {
    background-image: url(//hydra-media.cursecdn.com/backtoschool.gamepedia.com/9/9f/Arrow-collapsed-ltr.png);
}
.mw-enhancedchanges-arrow.mw-collapsible-toggle-expanded {
    background-image: url(//hydra-media.cursecdn.com/backtoschool.gamepedia.com/f/fc/Arrow-expanded.png);
}
.skin-hydradark table.diff,
.skin-hydradark td.diff-otitle,
.skin-hydradark td.diff-ntitle {
    background-color: rgba(0, 0, 0, 0);
}
.skin-hydradark td.diff-addedline,
.skin-hydradark td.diff-deletedline,
.skin-hydradark td.diff-context {
    border-style: solid;
    border-width: 1px 1px 1px 4px;
}
.skin-hydradark td.diff-context {
    background: none repeat scroll 0 0 transparent;
    color: #C0C0C0;
}
.skin-hydradark td.diff-deletedline {
    background-color: #440000;
    border-color: #E62444;
}
.skin-hydradark td.diff-deletedline .diffchange {
    color: #E62444;
}
.skin-hydradark td.diff-addedline {
    background-color: #004400;
    border-color: #BFD959;
}
.skin-hydradark td.diff-addedline .diffchange {
    color: #BFD959;
}
.skin-hydradark #preftoc {
    background: none;
}
.skin-hydradark #preftoc ul,
.skin-hydradark #preftoc li {
    background: none;
}
.skin-hydradark #preftoc li {
    height: auto;
}
.skin-hydradark #preftoc a,
.skin-hydradark #preftoc a:active {
    color: #FFFFFF;
}
.skin-hydradark #preftoc li.selected a {
    background: #2E2E2E;
    color: #FFFFFF;
}
.skin-hydradark #preferences {
    background: rgba(0, 0, 0, .07);
    border-color: rgba(0, 0, 0, .14);
    margin-top: 0;
}
.skin-hydradark #preferences fieldset {
    border-color: rgba(0, 0, 0, .14);
}
.mw-search-profile-tabs {
    background-color: #4C4C4C;
    border: 1px solid gray;
    margin-top: 1em;
}
.mw-search-profile-tabs div.search-types ul li.current a {
    color: #FFFFFF;
    cursor: default;
}
.skin-hydradark fieldset#mw-searchoptions {
    background: rgba(0, 0, 0, .07);
    border: none!important;
    /* Overrides the User-Agent Stylesheet */
}
.skin-hydradark fieldset#mw-searchoptions div.divider {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}


/******************
 * Editor Styling *
 ******************/

body textarea {
    background-color: rgba(51, 51, 51, 0.8);
    color: #C1C1C1;
    font-family: courier, monospace;
    padding: 1em;
    border: none;
}
#msupload-div {
    background: rgba(20, 20, 20, 0.9) none repeat scroll 0 0;
    border: 1px solid rgba(85, 85, 85, 0.5);
}
#msupload-dropzone {
    border: 1px inset #DDDDDD;
}
.skin-hydradark td.diff-addedline .diffchange {
    color: #44a268;
}
.skin-hydradark td.diff-addedline .diffchange {
    background: #c8d8fe none repeat scroll 0 0;
}
body .ui-dialog .ui-icon-closethick {
    background: rgba(0, 0, 0, 0) url("//hydra-media.cursecdn.com/skyforge.gamepedia.com/0/09/CloseIcon-0.svg") no-repeat scroll 50% 50% !important;
    /* Forces change across all browsers */
}
body .ui-dialog .ui-widget-header,
.ui-widget-header {
    background: #2F2F2F !important;
    border: 1px solid #CCCCCC;
}
.ui-widget-content,
.ui-dialog .ui-state-default,
.ui-dialog .ui-corner-all {
    background: #181818 !important;
    /* Overrides Imported StyleSheet */
    color: #FFFFFF;
}
.ui-dialog .ui-button:hover,
.ui-widget-content .ui-state-default {
    background: #2f2f2f !important;
    /* Overrides Imported StyleSheet */
    color: #FFFFFF;
}
.ui-dialog .ui-corner-all .ui-button,
.ui-dialog .ui-button:active {
    background: #434343 !important;
    /* Overrides Imported StyleSheet */
}
.ui-corner-all .ui-button-text-only:hover {
    background: #434343 !important;
    /* Overrides Imported StyleSheet */
}
body .ui-button:active,
body .ui-button:focus,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    border-color: #C0A766 !important;
    /* Overrides Imported StyleSheet */
    box-shadow: #C0A766;
    color: #FFFFFF;
}
.ui-widget-header .ui-state-hover {
    border: 1px solid #FFFFFF;
}
.wikiEditor-publish-dialog-summary input,
.wikiEditor-publish-dialog-options input,
.sitedir-ltr input,
.mw-input select,
select.mw-month-selector {
    color: #FFFFFF;
    background-color: #202020;
}


/****************
 * File Styling *
 ****************/

#file img:hover,
.filehistory a img {
    background: url(//hydra-media.cursecdn.com/commons.cursetech.com/8/84/Dark_checker.svg) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.filehistory a img:hover {
    background: rgba(0, 0, 0, 0);
}
#ca-unwatch.icon a {
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNjMmVkZmYiLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjNjhiZGZmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjEzLjQ3IiB5MT0iMTQuMzYzIiB4Mj0iNC41OTYiIHkyPSIzLjM5NyIgaWQ9ImIiIHhsaW5rOmhyZWY9IiNhIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIvPjwvZGVmcz48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSJ1cmwoI2IpIiBzdHJva2U9IiM3Y2I1ZDEiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+);
}
#ca-watch.icon a {
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3Y2I1ZDEiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+);
}
#ca-unwatch.icon a:hover,
#ca-unwatch.icon a:focus {
    background-image: linear-gradient(transparent, transparent), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJhIj48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNjMmVkZmYiLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjNjhiZGZmIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZmZmIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgeDE9IjEzLjQ3IiB5MT0iMTQuMzYzIiB4Mj0iNC41OTYiIHkyPSIzLjM5NyIgaWQ9ImIiIHhsaW5rOmhyZWY9IiNhIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIvPjwvZGVmcz48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSJ1cmwoI2IpIiBzdHJva2U9IiNjOGIyNTAiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+);
}
#ca-watch.icon a:hover,
#ca-watch.icon a:focus {
    background-image: linear-gradient(transparent, transparent), 
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNjOGIyNTAiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+);
}
#ca-unwatch.icon a.loading,
#ca-watch.icon a.loading {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 700ms;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: rotate;
    animation-play-state: running;
    animation-timing-function: linear;
    background-image: linear-gradient(transparent, transparent), 
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48cGF0aCBkPSJNOC4xMDMgMS4xNDZsMi4xNzUgNC40MDggNC44NjQuNzA3LTMuNTIgMy40MzEuODMxIDQuODQ1LTQuMzUxLTIuMjg3LTQuMzUxIDIuMjg3LjgzMS00Ljg0NS0zLjUyLTMuNDMxIDQuODY0LS43MDd6IiBmaWxsPSIjZmZmIiBzdHJva2U9IiNkMWQxZDEiIHN0cm9rZS13aWR0aD0iMC45OTk5MTk5OTk5OTk5OTk5Ii8+PC9zdmc+);
    background-position: 50% 60%;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
    transform-origin: 50% 57% 0;
}


/*********************
 * Template Examples *
 *********************/

span.templateexmaple {
    font-family: fixed-width;
}
span.templateexample span.templatelink {
    font-weight: 700;
}
span.templateexample span.paramvalue {
    color: #777777;
    font-style: italic;
}


/********************
 * Notice Templates *
 ********************/

.topNotice {
    border: 2px solid #FF9900;
    background: #FFFFFF;
    color: #333333;
    margin: 0 0 10px;
    padding: 3px 6px;
    overflow: auto;
}
.topNotice .heading {
    color: #222222;
    font-size: 132%;
    font-weight: 700;
    margin: 0 0 8px;
    padding: 0;
}
.topNotice.delete {
    border: 2px solid #FF0000;
}
.topNotice.move,
.topnotice.merge,
.topnotice.split {
    border: 2px solid #BB8800;
}
.topNotice.pagestub,
.topNotice.imagerequest,
.topNotice.nowalkthrough {
    border: 2px solid #008000;
}


/******************
 * Image Licenses *
 ******************/

.imageLicense {
    border: 2px solid #FF6600;
    background: #FFFFFF;
    color: #333333;
    margin: 0 0 10px;
    padding: 3px 6px;
}
.imageLicense.nolicense {
    border: 2px solid #FF0000;
}


/*********************
 * Main Page Styling *
 *********************/

.mp-welcome-heading {
    font-size: 150%;
    font-weight: 700;
}
.mp-left {
    float: left;
    width: calc(70% - 1em);
}
.mp-right {
    float: right;
    width: 30%;
}
.mp-box {
    padding: 1em;
    background: rgba(255, 255, 255, .07);
    margin-bottom: 1em;
}
.mp-heading {
    font-size: 150%;
    text-align: center;
    font-weight: 700;
}
.mp-row {
    display: flex;
    margin-bottom: 1em;
}
.mp-cell {
    flex: auto 1 0;
    margin-right: 1em;
}
.mp-cell:last-child {
    margin-right: 0;
}
.rss_item,
.patchNotes {
    max-width: 300px;
    padding-left: 10px;
    margin: 0 auto;
}
.rss_item a {
    font-size: 12px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 270px;
    text-align: left;
    margin-bottom: -25px;
}
.patchNotes a {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 270px;
    text-align: left;
    margin-bottom: -25px;
    font-weight: 700;
}
.homePortal {
    border: none;
    border-collapse: separate;
    text-align: center;
    width: 100%;
}
.homePortal #mf-section {
    background: rgba(255, 255, 255, .3) none repeat scroll 0 0;
    border: 2px ridge #C0A766;
    border-radius: 5px;
    margin: 0 auto;
}
.homePortal #wikiWelcome {
    font-variant: small-caps;
    font-size: 150%;
}
.homePortal #wikiStats {
    font-variant: small-caps;
    font-size: smaller;
}
.homePortal #mf-section p img {
    padding-top: 4px;
    margin: 0 auto;
}
.homePortal #mf-section .embedvideo,
.homePortal #mf-section .slideboxlightshow {
    padding-top: 10px;
    margin: 0 auto;
}


/*******************
 * Infobox Styling *
 *******************/

.va-infobox-cont,
.va-infobox-group,
.va-infobox-mainimage-table,
.va-infobox-spacing-h,
.va-infobox-spacing-v {
    background: transparent none repeat scroll 0 0;
}
.va-infobox {
    background-color: rgba(30, 30, 30, 0.8);
    border: 2px solid #DBB676;
    border-radius: 3px;
    float: right;
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 5px 10px;
    position: relative;
}
.va-infobox-content,
.va-infobox-footer,
.va-infobox-header,
.va-infobox-image,
.va-infobox-label,
.va-infobox-title {
    padding: 1px 2px;
}
.va-infobox-title {
    background-color: rgba(46, 46, 46, 0.8);
    border: 1px solid #DBB676;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.va-infobox-content {
    background-color: rgba(30, 30, 30, 0.8);
    border: 1px solid #DBB676;
    border-radius: 3px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.va-infobox-header,
.va-infobox-icon {
    background-color: rgba(46, 46, 46, 0.8);
    border: 1px solid #DBB676;
    border-radius: 3px;
    font-weight: 700;
}
.va-infobox-label {
    background-color: rgba(46, 46, 46, 0.8);
    border: 1px solid #DBB676;
    border-radius: 3px;
    font-weight: 700;
}
.va-infobox-spacing-h {
    border-right: 1px solid transparent;
    width: 0;
}
.va-infobox-mainimage-table img {
    margin: 0 25px;
    position: relative;
}
.vectorMenu h3 span {
    color: #bd9a60;
    text-transform: uppercase;
    display: block;
    font-size: .8em;
    font-weight: 400;
    margin-right: 20px;
    padding-left: .7em;
    padding-top: .9em;
}


/*******************
 * Profile Styling *
 *******************/

.curseprofile .rightcolumn {
    width: 33%;
    border: 2px solid #DBB676;
    border-radius: 2px;
}
.curseprofile .rightcolumn h3 {
    background: #2e2e2e none repeat scroll 0 0;
    border: 1px solid #C0A766;
    border-radius: 5px;
    margin: 5px;
}
h3 .mw-headline {
    padding: 5px;
}
.favorite img {
    border-radius: 2px;
}
.rightcolumn .borderless.section {
    padding: 0 6px;
}
img.GP-brand {
    margin-bottom: 0;
}
img.level {
    margin: .5em 0;
    width: 140px;
}
.activity,
.comments {
    border: 2px solid #DBB676;
}
.rightcolumn .section {
    border: none;
}
.section h3 {
    margin: 0 0 -.3em;
}
.section.stats dl {
    width: auto;
}
.section.stats dd {
    margin-right: 12px;
}
.section.stats dt,
.section .friends {
    margin-left: 12px;
}
.section.achievements {
    margin-left: 12px;
    border-bottom: none;
}
.section.achievements h3 {
    margin-left: -7px;
}
.section.friends h3 a,
.section.achievements h3 a {
    font-size: .8em;
}
.section.friends ul.friends li {
    margin-bottom: .2em;
}
.section.achievements h4 {
    margin-bottom: .4em;
}
.curseprofile .entryform textarea {
    box-sizing: border-box;
    height: 6em;
}


/*******************
 * Various Styling *
 *******************/

.grad {
    background: rgb(10, 22, 51);
    background: -moz-linear-gradient(top, rgba(10, 22, 51, 1) 0%, rgba(92, 148, 170, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(10, 22, 51, 1)), color-stop(100%, rgba(92, 148, 170, 1)));
    background: -webkit-linear-gradient(top, rgba(10, 22, 51, 1) 0%, rgba(92, 148, 170, 1) 100%);
    background: -o-linear-gradient(top, rgba(10, 22, 51, 1) 0%, rgba(92, 148, 170, 1) 100%);
    background: -ms-linear-gradient(top, rgba(10, 22, 51, 1) 0%, rgba(92, 148, 170, 1) 100%);
    background: linear-gradient(to bottom, rgba(10, 22, 51, 1) 0%, rgba(92, 148, 170, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0a1633', endColorstr='#5c94aa', GradientType=0);
}
#gradHeader {
    text-align: center;
    color: #FFFFFF;
    font-size: 90%;
    padding: 5px 5px 4px 4px;
    border: 1px solid #C0A766;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.slideboxlightshow .lb-container,
    .lb-outerContainer {
    background-color: #181818;
}


/*****************
 * General Fixes *
 *****************/



/***********
 * Removed *
 ***********/

.tipsy-inner,
.tipsy-arrow,
.imeselector,
.uls-trigger,
.rss_item dl,
.rss_item .date_epoch,
.start-loading #msupload-select,
#right-navigation #ca-view,
#p-claimWiki,
#contentSub,
#p-socialProfiles,
#p-claimWiki,
/*#p-sitePromos,*/
#p-sharing,
#portal first persistent,
#p-tb,
#mw-panel div#p-remove,
#pt-mytalk a.mw-echo-alert,
/*img[src*="crwdcntrl"],*/
#jump-to-nav {
    display: none !important;
    /* Ensures that these items will be removed */
}
.rss_item b:not(span) {
      visibility: hidden !important;
      /* Removes username in RSS Feed */
}
.rss_item span {
      visibility: visible !important;
      /* Ensures ONLY the username is removed */
}