The Swindle Wiki
Register
No edit summary
No edit summary
Line 12: Line 12:
 
body {
 
body {
 
background-color: black;
 
background-color: black;
background-image: url('https://hydra-media.cursecdn.com/theswindle.gamepedia.com/7/7a/Backg.jpg');
+
background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/7/7a/Backg.jpg");
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
background-attachment: fixed;
 
background-attachment: fixed;
Line 96: Line 96:
 
background: #f0f0dc;
 
background: #f0f0dc;
 
border: none;
 
border: none;
font-family: Chivo, 'Meiryo UI', Helvetica, Arial, sans-serif;
+
font-family: Chivo, "Meiryo UI", Helvetica, Arial, sans-serif;
 
overflow: hidden;
 
overflow: hidden;
 
}
 
}
Line 162: Line 162:
   
 
/* preferences */
 
/* preferences */
#preftoc {
+
.client-js #preftoc {
background-image: url('https://hydra-media.cursecdn.com/theswindle.gamepedia.com/d/d5/Ul.png');
+
background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/d/d5/Ul.png");
 
}
 
}
   
#preftoc li {
+
.client-js #preftoc li {
background-image: url('https://hydra-media.cursecdn.com/theswindle.gamepedia.com/d/d5/Ul.png');
+
background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/d/d5/Ul.png");
 
}
 
}
   
#preftoc li.selected a {
+
.client-js #preftoc li.selected a {
background-image: url('https://hydra-media.cursecdn.com/theswindle.gamepedia.com/a/ac/Selected-a.png');
+
background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/a/ac/Selected-a.png");
 
}
 
}
   
#preftoc a, #preftoc a:active { color: #d5751a; }
+
.client-js #preftoc a, .client-js #preftoc a:active { color: #d5751a; }
   
#preferences {
+
.client-js #preferences {
 
background-image: none;
 
background-image: none;
 
background-color: #EAEAD7;
 
background-color: #EAEAD7;
 
}
 
}
   
#preferences legend
+
.client-js #preferences legend
   
 
/* wikiEditor */
 
/* wikiEditor */

Revision as of 02:19, 29 June 2017

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}
 
/* Hide main page header */
body.page-The_Swindle_Wiki h1.firstHeading {
    display:none;
}

body {
    background-color: black;
    background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/7/7a/Backg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

div#mw-head, #mw-page-base { background: none; }

#mw-head-base {
    background: #2f3023;
    border-radius: 7px 0 0 0;
    margin-top: -2.5em;
    height: 2.5em;
}

/* Logo */
#p-logo {
    height: 30px;
    left: 0;
    margin-bottom: 1em;
    position: relative;
    top: -140px;
    width: 10em;
}

div#p-portals {
    background-color: #2f3023;
    margin: 0 .5em;
    border-radius: 7px;
    padding: 7px 0;
}

div#mw-panel .portal,
#mw-panel.collapsible-nav .portal {
    background: #333;
    border-radius: .5em;
    margin: .5em;
}

div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3 {
    color: white;
}

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

div#mw-panel .portal .body,
#mw-panel.collapsible-nav .portal .body {
    margin: 0;
    padding: 0 0 0 1.25em;
    background: none;
    border-top: solid 1px #555;
}


div#mw-head div.vectorMenu h3 {
    background: transparent url("https://hydra-media.cursecdn.com/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png") no-repeat center center !important;
    width: 25px;
    height: 40px;
}

div#mw-head div.vectorMenu:hover h3 {
    background: transparent url("https://hydra-media.cursecdn.com/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png") no-repeat center center !important;
    width: 25px;
    height: 40px;
}

div#mw-head div.vectorMenu h3 span {
    display: none;
}

div#mw-head div.vectorMenu h3 a {
    border: none;
    background: transparent;
}

div#content, div#footer {
    background: #f0f0dc;
    border: none;
    font-family: Chivo, "Meiryo UI", Helvetica, Arial, sans-serif;
    overflow: hidden;
}

div#footer {
    border-radius: 0 0 0 7px;
    margin-bottom: 2.5em;
}

#left-navigation { left: 12.5em; }

div.vectorTabs { background: none; }

div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs span,
div.vectorMenu h3 a { background: none; }

div.vectorTabs li.selected { background: #f0f0dc; }

div.vectorTabs span > a, div#mw-head div.vectorMenu h4 { color: white; }

div.vectorMenu ul {
    background-color: #2f3023;
    border: none;
}

div.vectorMenu li a {
    color: white;
}

a, a:visited, a:hover,
#mw-body a, #mw-body a:visited, #mw-body a:hover,
div#content a.external, div#content a.external[href ^="gopher://"],
div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited  {
    color: #d5751a;
}

code { background-color: #EAEAD7; }

/* History list */
#pagehistory li { border-color: #f0f0dc; }

/* Diff page */
table.diff, td.diff-otitle, td.diff-ntitle { background-color: #f0f0dc; }
td.diff-context { background: #D8D8C6 }

/* Data tables */
.mw-datatable, .mw-datatable td, .mw-datatable th { border-color: #A8A89A; }
.mw-datatable td { background-color: #f0f0dc; }
.mw-datatable th { background-color: #DBD8C0; }

/* Wikitable */
table.wikitable {
    background-color: #EAEAD7;
    border-color: #A8A89A;
}

table.wikitable > * > tr > th { background-color: #DBD8C0; }

table.wikitable > tr > th, table.wikitable > tr > td,
table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border-color: #A8A89A;
}

/* preferences */
.client-js #preftoc {
    background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/d/d5/Ul.png");
}

.client-js #preftoc li {
    background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/d/d5/Ul.png");
}

.client-js #preftoc li.selected a {
    background-image: url("https://hydra-media.cursecdn.com/theswindle.gamepedia.com/a/ac/Selected-a.png");
}

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

.client-js #preferences {
    background-image: none;
    background-color: #EAEAD7;
}

.client-js #preferences legend

/* wikiEditor */
.wikiEditor-ui-controls, .wikiEditor-ui-buttons,
.wikiEditor-preview-loading, .wikiEditor-preview-contents {
    background-color: #f0f0dc;
}
.wikiEditor-ui-tabs div a { color: white; }
.wikiEditor-ui-tabs div { background-color: #DBD8C0; }
.wikiEditor-ui-tabs div.current[rel="wikiEditor-ui-view-preview"],
.wikiEditor-ui-tabs div.current[rel="wikiEditor-ui-view-changes"] {
    background-color: #f0f0dc;
    border-color: #f0f0dc;
}

li.gallerybox {
    border-color: transparent;
}

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

/**********************
/* 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 {
    border: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    padding: 0;
}

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

.promoSidebar > a {
    display: block;
}