At the Gates Wiki
No edit summary
No edit summary
Line 239: Line 239:
 
div#content a.external,
 
div#content a.external,
 
div#content a.external:visited,
 
div#content a.external:visited,
#preferences td.htmlform-tip, #contentSub,
+
.client-js #preferences td.htmlform-tip, #contentSub,
 
#contentSub2 {
 
#contentSub2 {
 
color: #0645AD;
 
color: #0645AD;
Line 294: Line 294:
   
 
/* Preferences */
 
/* Preferences */
#preftoc,
+
.client-js #preftoc,
#preftoc li,
+
.client-js #preftoc li,
#preferences {
+
.client-js #preferences {
 
background-image: none;
 
background-image: none;
 
background-color: transparent;
 
background-color: transparent;
 
}
 
}
   
#preftoc a,
+
.client-js #preftoc a,
#preftoc a:active
+
.client-js #preftoc a:active
#preferences legend {
+
.client-js #preferences legend {
 
color: #51402c;
 
color: #51402c;
 
}
 
}
   
#preferences {
+
.client-js #preferences {
 
background-color: #e1c9a3;
 
background-color: #e1c9a3;
 
border: 1px solid #867561;
 
border: 1px solid #867561;
 
}
 
}
   
#preferences fieldset {
+
.client-js #preferences fieldset {
 
border-color: #867561;
 
border-color: #867561;
 
}
 
}
   
#preftoc {
+
.client-js #preftoc {
 
background-color: transparent;
 
background-color: transparent;
 
border: 0px;
 
border: 0px;
 
}
 
}
   
#preftoc li.selected a {
+
.client-js #preftoc li.selected a {
 
background-color: #e1c9a3;
 
background-color: #e1c9a3;
 
background-image: none;
 
background-image: none;
Line 330: Line 330:
 
}
 
}
   
#preftoc li:first-child {
+
.client-js #preftoc li:first-child {
 
margin-bottom: 4px;
 
margin-bottom: 4px;
 
margin-left: 1px;
 
margin-left: 1px;
Line 585: Line 585:
 
/* copyright images tweak */
 
/* copyright images tweak */
 
.copyright-icon {
 
.copyright-icon {
background: url(https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png) transparent center center no-repeat;
+
background: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
 
background-size: 100%;
 
background-size: 100%;
 
width: 32px;
 
width: 32px;

Revision as of 18:14, 28 June 2017

/* CSS placed here will affect users of the Vector skin */

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

body,
body #pageWrapper {
    background: url("https://hydra-media.cursecdn.com/atthegates.gamepedia.com/6/64/Hex_tile.png") repeat scroll top left #000000;
    margin-right: 10px;
}

#mw-page-base {
    background: transparent !important;
}

/* Tabs */
#left-navigation {
    margin-right: 5px;
}

#right-navigation {
    margin-right: 5px;
}

div.vectorTabs {
    background-image: none;
    height: 33px;
    margin-top: 8px;
}

div.vectorTabs li a {
    background-image: none;
    margin-top: -16px;
}

div.vectorTabs li.new a, 
div.vectorTabs li.new a:visited {
    color: #BA0000;
}

div.vectorTabs li span {
    background: #d12007;
    background:-moz-linear-gradient(top,  #f0d8b3, #e1c9a3 50%, #867561 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #f0d8b3), color-stop(50%,#e1c9a3), color-stop(100%,#867561 ));
    background:-webkit-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background:-o-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background:-ms-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background: linear-gradient(to bottom, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    display: inline-block;
    border: 1px solid #51402c;
    border-radius: 4px;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
}

div#mw-head div.vectorMenu h3 {
    background:#d12007;
    background:-moz-linear-gradient(top,  #f0d8b3, #e1c9a3 50%, #867561 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #f0d8b3), color-stop(50%,#e1c9a3), color-stop(100%,#867561 ));
    background:-webkit-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background:-o-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background:-ms-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background: linear-gradient(to bottom, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    display: inline-block;
    border: 1px solid #51402c;
    border-radius: 4px;
    padding: 2px 10px;
    margin: 0.5em 3px 0;
    height: 19px;
    text-align: center;
}

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

div.vectorMenu h3 a {
    background-position: -5px 50%;
}

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

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

#ca-unwatch.icon a,
#ca-watch.icon a {
    padding: 1.3em 0 0;
}

div.vectorTabs span {
    background-image: none;
}

div.vectorTabs li.selected {
    background-color: transparent;
    background-image: none;
    color: #51402c;
}

div.vectorTabs ul { 
    background-image: none; 
}

div.vectorTabs ul li {
    background-color: transparent;
    background-image: none;
}

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

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #51402c !important;
    text-decoration: none;
    font-weight: bold;
}

div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
    color: #9E8C74;
}

div.vectorMenu div.menu {
    background-color: #E1C9A3;
    border: 1px solid #51402C;
}

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

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

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

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 {
    border: medium none;
    color: #867561;
    font-weight: bold;
}

/* social media add-on fix */
div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

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

/* Content */
div#content {
    background: url("https://hydra-media.cursecdn.com/atthegates.gamepedia.com/1/1e/Content_bg.png") repeat scroll top left #E1C9A3;
    border: 1px solid #867561;
    box-shadow: 0 0.1em 0.75em #867561;
    box-sizing: border-box;
    color: #51402c;
}

.catlinks,
ul#filetoc {
    background-color: #f4dcb6;
    background-image: -moz-linear-gradient(center top , #e1c9a3 50%, #867561 100%);
    background-image:-webkit-gradient(linear, center top, left bottom, color-stop(50%,#e1c9a3), color-stop(100%,#867561));
    background-image:-webkit-linear-gradient(top, #e1c9a3 50%, #867561 100%);
    background-image:-o-linear-gradient(top, #e1c9a3 50%, #867561 100%);
    background-image:-ms-linear-gradient(top, #e1c9a3 50%, #867561 100%);
    background-image: linear-gradient(to bottom, #e1c9a3 50%, #867561 100%);
    border: 1px solid #51402c;
}

div#footer {
    background: transparent;
}

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

div#footer ul li a {
    color: #E1C9A3;
}

/* Fonts */
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    border-bottom: 1px solid #51402c;
    color: #51402c;
}

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

a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited,  
.client-js #preferences td.htmlform-tip, #contentSub, 
#contentSub2 {
    color: #0645AD;
}

a.new, 
div.vectorTabs li.new a, 
#p-personal a.new, 
#quickbar a.new,
abbr, 
acronym, 
.explain,
.previewnote,
.mw-plusminus-neg {
    color: #FF6015 !important;
}

#pagehistory li {
    border: 1px solid #867561;
}

#pagehistory li.selected {
    background-color: #E1C9A3;
    background-image: none;
    border: 1px dashed #867561;
    padding: 3px;
}

table.diff {
    background-color: transparent;
}

td.diff-context {
    background: none repeat scroll 0 0 transparent;
    border-color: #51402C;
    color: #51402C;
}

td.diff-deletedline {
    background-color: #FFE49C;
    border-color: #FFE49C;
    color: black;
}

td.diff-addedline {
    background-color: #A3D3FF;
    border-color: #A3D3FF;
    color: black;
}

fieldset {
    border: 1px solid #867561;
}

/* Preferences */
.client-js #preftoc, 
.client-js #preftoc li,  
.client-js #preferences {
    background-image: none;
    background-color: transparent;
}

.client-js #preftoc a, 
.client-js #preftoc a:active
.client-js #preferences legend {
    color: #51402c;
}

.client-js #preferences {
    background-color: #e1c9a3;
    border: 1px solid #867561;
}

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

.client-js #preftoc {
    background-color: transparent;
    border: 0px;
}

.client-js #preftoc li.selected a {
    background-color: #e1c9a3;
    background-image: none;
    border-color: #867561;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #51402c;
}

.client-js #preftoc li:first-child {
    margin-bottom: 4px;
    margin-left: 1px;
}

/* colour fix for advanced search options box */
fieldset#mw-searchoptions {
    background-color: transparent;
    border-color: #867561 !important;
}

.mw-search-profile-tabs {
    background-color: transparent;
    border: 1px solid #867561;
    margin-top: 1em;
}

/* Tables */
.TablePager th, 
.TablePager tr:hover td {
    background-color: #e1c9a3;
    border: 1px solid #867561;
    color: #51402c;
}

.TablePager tr:hover td a {
    color: #51402c;
}

.TablePager,
.TablePager td,
table.mw_metadata td {
    background-color: transparent;
    border: 1px solid #867561;
}

table.mw_metadata th {
    background-color: #e1c9a3;
    border: 1px solid #867561;
}

table.wikitable {
    background: none repeat scroll 0 0 transparent;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: #e1c9a3;
    text-align: center;
}

.wikitable th {
    background-color: #e1c9a3;
    border: 1px solid #867561;
    color: #51402c;
    padding: 0.2em;
}

.wikitable td {
    border: 1px solid #867561;
    color: #51402c;
    padding: 0.2em;
}

pre {
    background-color: #FFFFFF;
    border: 1px dashed #51402c;
    overflow: hidden !important;
}

#toc, .toc, .mw-warning {
    background-color: transparent;
    border: 1px solid #51402c;
}

div.thumbinner {
    background-color: #E1C9A3;
    border: 1px solid #867561;
}

html .thumbimage {
    border: 1px solid #867561;
}

li.gallerybox div.thumb {
   background: #e1c9a3;
    border: 1px solid #867561;
}

li.gallerybox {
    border: 1px solid #867561;
}

div.gallerybox div.thumb {
    border: 1px solid #867561;
}

/* WikiClaims tool dropdown fix */
#claimlist .controls_container > .dropdown {
    right: 24px;
    top: -24px;
}

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

div.wikiEditor-ui-buttons {
    background-color: rgba(0, 0, 0, 0);
    border-top: medium none;
    margin-right: 5px;
}

div.wikiEditor-ui-controls {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #867561;
}

.wikiEditor-ui-tabs {
    background-color: #f0d8b3;
    border-left: 1px solid #867561;
    border-top: 1px solid #867561;
}

.wikiEditor-ui-tabs div {
    background-color: #f0d8b3;
    border-right: 1px solid #867561;
    border-bottom: 1px solid #867561;
}

.wikiEditor-ui-tabs div a {
    background:#d12007;
    background:-moz-linear-gradient(top,  #f0d8b3, #e1c9a3 50%, #867561 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop (0% #f0d8b3), color-stop(50%,#e1c9a3), color-stop(100%,#867561 ));
    background:-webkit-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background:-o-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background:-ms-linear-gradient(top, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    background: linear-gradient(to bottom, #f0d8b3 0%, #e1c9a3 50%, #867561 100%);
    color: #9e8c74;
}

.wikiEditor-ui-tabs div.current {
    background-color: #f0d8b3;
    border-bottom: 1px solid #867561;
}

.wikiEditor-ui-tabs div.current a {
    color: #51402c; 
    font-weight: bold;
}

.wikiEditor-ui .wikiEditor-ui-top {
   border-bottom: 1px solid #867561;
}

.wikiEditor-ui-toolbar {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.wikiEditor-ui-toolbar .group {
    border-right: 1px solid #867561;
}

.wikiEditor-ui-toolbar .group-search {
   border-left: 1px solid #867561;
   border-right: none;
}

.wikiEditor-ui-toolbar .group .label {
   color: #51402c;
}

.tab {
   border-color: transparent;
}

.wikiEditor-ui-toolbar .tabs span.tab a,
.wikiEditor-ui-toolbar .tabs span.tab a:visited {
   color: #51402c;
}

.wikiEditor-ui-toolbar .tabs span.tab a.current,
.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
   color: #51402c;
}

.wikiEditor-ui-toolbar .group .tool-select .label {
   color: #51402c;
}

.wikiEditor-ui-toolbar .sections .section {
    background-color: rgba(0, 0, 0, 0.2);
    border-top: 1px solid #867561;
}

.wikiEditor-ui-toolbar .booklet .index div {
    color: #0645ad;
}

.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: #f0d8b3;
    color: #51402c;
}

.wikiEditor-ui-toolbar .booklet .pages {
    background-color: #f0d8b3;
}

.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #867561;
    color: #51402c;
}

.wikiEditor-ui-toolbar .page-characters div span:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #867561;
    color: #0645ad;
}

.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #867561;
    color: #51402c;
}

.wikiEditor-preview-loading {
    background-color: transparent;
}

.wikiEditor-preview-contents {
    background-color: transparent;
    border-color: -moz-use-text-color #867561 #867561;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.editOptions {  
    background-color: #f0d8b3;
    border-color: -moz-use-text-color #867561 #867561;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

/* Gamepedia images tweak */
.gamepedia-icon {
    background-image: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/d/df/Gamepedia_light_transparent.png");
    background-size: 100%;
    width: 500px;
    height: 111px;
}

/* copyright images tweak */
.copyright-icon {
    background: url("https://hydra-media.cursecdn.com/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
}

/* 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: #eeeeee;
    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;
}