Sea of Thieves Wiki
Register
No edit summary
No edit summary
Line 235: Line 235:
   
 
/* Preferences */
 
/* Preferences */
#preftoc {
+
.client-js #preftoc {
 
background: transparent;
 
background: transparent;
 
border: none;
 
border: none;
Line 241: Line 241:
 
}
 
}
   
#preftoc,
+
.client-js #preftoc,
#preftoc li,
+
.client-js #preftoc li,
#preftoc li a {
+
.client-js #preftoc li a {
 
background: transparent;
 
background: transparent;
 
}
 
}
   
#preftoc li:first-child {
+
.client-js #preftoc li:first-child {
 
margin-bottom: 1px;
 
margin-bottom: 1px;
 
margin-left: 5px;
 
margin-left: 5px;
 
}
 
}
   
#preftoc li a {
+
.client-js #preftoc li a {
 
color: #3A7662;
 
color: #3A7662;
 
}
 
}
   
#preftoc li.selected a {
+
.client-js #preftoc li.selected a {
 
background: #6E371B;
 
background: #6E371B;
 
border: 1px solid #602616;
 
border: 1px solid #602616;
Line 262: Line 262:
 
}
 
}
   
#preferences {
+
.client-js #preferences {
 
background: #E4D9B4;
 
background: #E4D9B4;
 
border: 1px solid #602616;
 
border: 1px solid #602616;
 
}
 
}
   
#preferences legend {
+
.client-js #preferences legend {
 
color: #3D5874;
 
color: #3D5874;
 
}
 
}
   
#preferences fieldset {
+
.client-js #preferences fieldset {
 
border-color: #3D5874;
 
border-color: #3D5874;
 
}
 
}

Revision as of 18:40, 27 June 2017

/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
    display: none;
}

.mw-body {
    border: 5px solid #31726D !important;
}

#p-logo a {
    width: 10em;
    height: 180px !important;
    margin-left: -5px;
    margin-top: -10px;
}
 
/* Hide main page header */
body.page-Sea_of_Thieves_Wiki h1.firstHeading {
    display: none;
}

/* Framework */

.mw-body {
    border: 5px solid #31726D !important;
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background: url('https://hydra-media.cursecdn.com/seaofthieves.gamepedia.com/3/3f/Islands.png') no-repeat fixed center center /cover #FFFFFF;
}

body #pageWrapper {
    margin-right: 10px;
}

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

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

div.vectorTabs li span a,
div.vectorTabs span a:visited,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
    color: #FFFFFF;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 14px;
    margin-top: -11px;
}

div.vectorMenu h3 span {
    color: #FFFFFF;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 14px;
    margin-top: -12px;
}

div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
    background: url('https://hydra-media.cursecdn.com/seaofthieves.gamepedia.com/7/7b/Green-button.png') no-repeat;
    margin: 0 3px 0 3px;
    margin-top: 8px;
}

#ca-watch.icon a,
#ca-unwatch.icon a {
    margin-top: -10px;
}

div.vectorMenu h3 a  {
    background: url('https://hydra-media.cursecdn.com/commons.gamepedia.com/8/80/Vector_menu_downarrow_white.png') no-repeat center 18px;
}

div.vectorMenu div.menu {
    background: #E4D9B4;
    border: 1px solid #602616;
}

div#mw-head div.vectorMenu a {
    color: #3A7662;
}

/* Sidebar */
div#mw-panel {
    margin-top: 20px;
}

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

div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) {
    background: rgba(255, 253, 246, 0.7);
    margin: 5px;
}

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

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

/* Content */
div#content {
    background: rgba(255, 253, 246, 0.95);
    border: none;
    color: #000000;
}

h1, h2 {
    color: #3D5874;
    border-bottom: 1px solid #3D5874;
}

h3, h4, h5, h6 {
    color: #3D5874;
}

ul {
    list-style-image: url(https://hydra-media.cursecdn.com/seaofthieves.gamepedia.com/7/7a/Bullet.png);
}

#catlinks,
#toc,
.toc,
.toc h2,
.mw-warning,
ul#filetoc {
    background: #E4D9B4;
    border: 1px solid #602616;
}

.CategoryTreeToggle {
    color: #3A7662;
}

code {
    background: #E4D9B4;
}

pre,
.mw-code {
    background: rgba(254, 254, 254, 0.95);
    border: 1px dashed #AAAAAA;
    color: #000000;
}

fieldset {
    border: 1px solid #3D5874;
}

/* Anchors */
a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #3A7662;
}

/* Footer */
div#footer {
    background: rgba(255, 253, 246, 0.95);
    margin-top: 10px;
    overflow-y: hidden;
}

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

/* thumbnails and galleries and image file history */
div.thumb {
    border: 1px solid #602616;
    margin: 2px;
    margin-left: 6px;
}

img.thumbborder {
    border: 1px solid #602616;
    border-radius: 4px;
    padding: 5px;
}

div.thumbinner {
    background: transparent;
    border: none;
}

li.gallerybox div.thumb {
    background: transparent;
    border: 1px solid #602616;
    border-radius: 4px;
}

html .thumbimage {
    border: 1px solid #602616;
    border-radius: 4px;
}

div.tright div.tleft {
    border: 1px solid #602616 !important;
}

div.tright {
    clear: right;
    float: right;
}

/* Preferences */
.client-js #preftoc {
    background: transparent;
    border: none;
    margin: 0 0 4px !important;
}

.client-js #preftoc,
.client-js #preftoc li,   
.client-js #preftoc li a {
    background: transparent;
}

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

.client-js #preftoc li a {
    color: #3A7662;
}

.client-js #preftoc li.selected a {
    background: #6E371B;
    border: 1px solid #602616;
    color: #E4D9B4;
}

.client-js #preferences {
    background: #E4D9B4;
    border: 1px solid #602616;
}

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

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

/* Page history */
table.diff {
    background: transparent;
}

/* Color fix for advanced search options box */
.mw-search-profile-tabs {
    background: #6E371B;
    border-color: #602616;
}

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

.mw-search-profile-tabs div.search-types ul li.current a {
    color: #E4D9B4 !important;
}

fieldset#mw-searchoptions {
    background: #E4D9B4;
    border-color: #602616 !important;
}

fieldset#mw-searchoptions .divider {
    border-color: #3D5874 !important;
}

/* Tables */
table.wikitable {
    background: #E4D9B4;
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background: #6E371B;
    border: 1px solid #602616;
    color: #E4D9B4;
}

table.wikitable > tr > td,
table.wikitable > * > tr > td {
    border: 1px solid #602616;
}

.wikitable th {
    background: #6E371B;
    border: 1px solid #602616;
    color: #E4D9B4;
    padding: 0.2em;
}

.wikitable td {
    border: 1px solid #602616;
    padding: 0.2em;
}

table.mw_metadata th {
    background: #6E371B;
    border: 1px solid #602616;
    color: #E4D9B4;
}

table.mw_metadata td {
    background: #E3D0AC;
    border: 1px solid #602616;
}

.TablePager {
    background: #E3D0AC;
    border:1px solid #602616;
    padding:0 0.15em;
}

.TablePager th {
    background: #6E371B;
    border:1px solid #602616;
    color: #E4D9B4;
    padding:0 0.15em;
}

.TablePager tr:hover td {
    background: rgba(0, 0, 0, 0.2) !important;
}

.TablePager td {
    background: transparent !important;
    border: 1px solid #602616;
}

/* Wiki editor fixes */
.wikiEditor-ui,
.wikiEditor-ui-buttons,
.wikiEditor-ui-controls,
.wikiEditor-ui-tabs,
.wikiEditor-ui-tabs div {
    background: transparent;
    border: none;
}

.wikiEditor-ui-tabs div a {
    color: #3A7662;
}

.wikiEditor-ui-tabs div.current {
    background: #6E371B;
    border: 1px solid #602616;
}

.wikiEditor-ui-tabs div.current a {
    color: #E4D9B4;
}

.wikiEditor-ui .wikiEditor-ui-view,
.wikiEditor-ui-toolbar .group,
.wikiEditor-ui-toolbar .sections .section,
.wikiEditor-ui-toolbar .page-characters div span,
.wikiEditor-ui-toolbar .page-table td {
    border-color: #602616;
}

.wikiEditor-ui-toolbar,
.wikiEditor-ui-toolbar .sections .section,
.wikiEditor-ui-toolbar .booklet .pages {
    background: #E4D9B4;
}

.wikiEditor-ui-toolbar .tabs span.tab a,
.wikiEditor-ui-toolbar .tabs span.tab a:visited,
.wikiEditor-ui-toolbar .booklet .index div {
    color: #3A7662;
}

.wikiEditor-ui-toolbar .booklet .index .current,
.wikiEditor-ui-toolbar .page-characters div span:hover,
.wikiEditor-ui-toolbar .page-table th {
    background: #6E371B;
    border-color: #602616;
    color: #E4D9B4;
}

.wikiEditor-preview-contents {
    background: transparent;
}

.editOptions {
    background: #E4D9B4;
    border-color: #602616;
}

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

/* Custom headers */
.heading {
    background: url('https://hydra-media.cursecdn.com/seaofthieves.gamepedia.com/0/07/Brush-stroke.png') no-repeat scroll center left;
    color: #E4D9B4;
    font-size: 150%;
    font-family: "Raleway";
    font-weight: bold;
    padding: 10px 12px 14px 15px;
    text-shadow: 1px 1px 0.1em #602616;
}

/* Infobox template style */
.infobox {
    background: #E4D9B4;
    border: 1px solid #602616;
    color: #000000;
    margin-bottom: 0.5em;
    float: right;
}

.infobox td,
.infobox th {
    vertical-align: top;
}

.infobox td > div {
    background: #6E371B;
    color: #E4D9B4;
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}

.infoboxname {
    background: #6E371B;
    color: #E4D9B4;
    font-size:115%; 
    font-weight:bold;
    padding: 10px 0px;
}

/* Fontpage logo */
@media (min-width: 1300px) {
    .logo-small {
        display: none;
    }

    .logo-big {
        display: block;
    }
}

@media (max-width: 1300px) {
    .logo-small {
        display: block;
    }

    .logo-big {
        display: none;
    }
}

/* Logo hack */
.mw-wiki-logo {
    background-image: url(https://hydra-media.cursecdn.com/seaofthieves.gamepedia.com/4/45/Wiki4.png);
}