Divinity Original Sin 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

Divinity Original Sin Wiki
No edit summary
No edit summary
Line 630: Line 630:
 
.oo-ui-textInputWidget.oo-ui-widget-enabled input,
 
.oo-ui-textInputWidget.oo-ui-widget-enabled input,
 
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea {
 
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea {
background-color: transparent;
+
background-color: white;
  +
color: black;
 
}
 
}
   

Revision as of 13:58, 31 August 2017

/* CSS placed here will affect users of the Hydra Dark skin */
/* Mobile frontpage  */
.mobileonly {
   display: none;
}

/* CSS placed here will affect users of the Hydra skin */
body.page-Divinity_Wiki h1.firstHeading {
    display:none;
}

/* Framework */
body {
    background:url("http://hydra-images.cursecdn.com/divinity.gamepedia.com/8/8f/Divinity_bg.jpg") repeat-x fixed top center #000000! important;	
}

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

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

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

/* Tabs */
#left-navigation {
  left: 160px;
    min-height: 40px;
}

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

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

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

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

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

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 {
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
}


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

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #BA0000;
    text-shadow: 1px 1px #000000;
}

div.vectorTabs li span a, div#simpleSearch {
    background:#E4BF77;
    background:-moz-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(25%,#776962), color-stop(55%,#584C44), color-stop(100%,#3C3229));
    background:-webkit-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-o-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-ms-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background: linear-gradient(to bottom, #776962 25%, #584C44 55%, #3C3229 100%);
    display: inline-block;
    border: 1px solid #776962;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;
}

div#simpleSearch {

    height: 20px;
}

#p-sharing {
    display: inline-block;
    border: 1px solid #776962;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0.5em 3px 0;
    height: 19px;
    text-align: center;
    border: 0px transparent solid;
    background:transparent;
}

#p-sharing a {
    background: url("https://armello.gamepedia.com/media/armello.gamepedia.com/0/0b/Vector_menu_downarrow.png") no-repeat scroll center center transparent;
    margin-top: -0.5em;
}

div.vectorMenu {
    background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/8/87/Vector_menu_downarrow_dark.png") no-repeat scroll transparent;
    background-position: 70% 70%;
}

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

#ca-watch span,
#ca-unwatch span {
    background:#E4BF77;
    background:-moz-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(25%,#776962), color-stop(55%,#584C44), color-stop(100%,#3C3229));
    background:-webkit-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-o-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-ms-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background: linear-gradient(to bottom, #776962 25%, #584C44 55%, #3C3229 100%);
    border: none;
    border-radius: 4px;
    height: 25px;
}

#ca-watch.icon a,
#ca-unwatch.icon a {
    padding-top: 23px;
}

div.vectorMenu h3 a,
div.vectorMenu h5 a {
    background-color: transparent;
    border: 0px;
}

div.vectorMenu ul {
    background-color: #000000;
    background-image: none;
    border: 1px solid #776962;
}

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

div#mw-head div.vectorMenu h5 {
    background-image: none;
}

div#mw-head div.vectorMenu h3 {
    background-image: none;
    background:#E4BF77;
  
    background: -moz-linear-gradient(top,#776962 25%,#584C44 55%,#3C3229 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(25%,#776962),color-stop(55%,#584C44),color-stop(100%,#3C3229));
    background: -webkit-linear-gradient(top,#776962 25%,#584C44 55%,#3C3229 100%);
    background: -o-linear-gradient(top,#776962 25%,#584C44 55%,#3C3229 100%);
    background: -ms-linear-gradient(top,#776962 25%,#584C44 55%,#3C3229 100%);
    background: linear-gradient(to bottom,#776962 25%,#584C44 55%,#3C3229 100%);
    display: inline-block;
    border: 1px solid #776962;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    font-weight: bold;
    padding: 2px 10px;
    margin: 0 3px 0 3px;
    height: 19px;
    text-align: center;

    margin-top: -0.3em;
    min-height: 1.3em;
}

div.vectorMenu h3 span {
    padding-top: 0.3em;
    color: #000000;
    cursor: pointer;
/*    text-transform: uppercase; */
    font-weight: bold;
}


.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: inherit;
}
/* Sidebar */
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,
div#mw-panel div.portal div.body ul li a:visited {
    color: #776962;
}

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
.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 .portal.collapsed h3 a,
.skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited {
    color: #776962;
    font-weight: bold;
    text-transform: uppercase;
}

div#mw-panel div#p-socialProfiles.portal .body {
    margin: auto;
}

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

/* Content */
div#content {
    background: #000000;
    border: none;
    color: #FDFDFD;
    overflow-y: hidden;
}

/* Footer */
div#footer {
    background-image: none;
}

div#footer a {
    color: #776962;
    text-shadow: 1px 1px #3c3229;
}

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

/* other page elements */
h1, 
h2 {
    border-bottom: 1px solid #776962;
    color: #FDFDFD;
}

h3 {
    color: #FDFDFD;
    font-size: 16px;
}

h4 {
    color: #FDFDFD;
    font-size: 14px;
}

h5 {
    color: #FDFDFD;
    font-size: 12px;
}

h6 {
    color: #FDFDFD;
    font-size: 11px;
}

/* LINK STYLING MK II */
/* General link styles */
a:not(.new):not(.cc_btn):not(.visited)
{
    color: #ADADAD !important;
}

a:visited,
a.external:visited {
    color: #e99223 !important;
}

div#content a.new, #quickbar a.new {
    color: #A63232 !important;
}

a.new:visited, #p-personal a.new:visited {
    color: #a55858 !important;
}

div#netbar a,
footer#footer a {
    color: #aeaeae !important;
}

/* Sidebar */
div#mw-panel div.portal div.body ul li a, 
.skin-hydradark #mw-panel.collapsible-nav .portal h3 a {
    color: #ADADAD !important;
}

div#mw-panel div.portal h3 {
    color: #fff;
}

/* Top section */
.vectorTabs li a span, 
div#mw-head a,
div.vectorMenu h3 span {
    color: #ADADAD !important;
    font-weight: bold;
}

div.vectorTabs li.new a,
div.vectorTabs li.new a:visited {
    color: #ba0000 !important;
    text-decoration: none;  
}

ul {
    list-style-image: url('http://hydra-images.cursecdn.com/divinity.gamepedia.com/7/7a/Bullet.png');
}

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

.catlinks {
    background-color: transparent;
    border: 1px solid #776962;
}

code {
    background-color: #3c3229;
}

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

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

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border: 1px solid #776962;
    padding: 0.2em;
}

.wikitable th {
    background-color: #776962;
    border: 1px solid #776962;
    color: #ffffff;
    padding: 0.2em;
}

.wikitable td {
    border: 1px solid #776962;
    color: #adadad;
    padding: 0.2em;
}

table.mw_metadata th {
    background-color: #776962;
    color: #ffffff;
}

table.mw_metadata td {
    background-color: transparent;
}

table.mw_metadata td,
table.mw_metadata th {
    border: 1px solid #776962;
}

.skin-hydradark .TablePager {
    color: #FFFFFF;
    border: 1px solid #776962;
    padding: 0 0.15em;
}
 
.skin-hydradark .TablePager th {
    background-color: #3C3229;
    border: 1px solid #776962;
    color: #FFFFFF !important;
}

.skin-hydradark .TablePager tr:hover td {
    background-color: #3C3229 !important;
    color: #FFFFFF;
}

.skin-hydradark .TablePager th a {
    background-color: #3C3229;
    color: #FFFFFF !important;
}
 
.skin-hydradark .TablePager td {
    background: transparent !important;
    border: 1px solid #776962;
    color: #FFFFFF;
}

ul#filetoc {
    background-color: transparent;
    border: 1px solid #776962;
}

fieldset {
    border: 1px solid #776962;
}

/* Thumbnails */
li.gallerybox div.thumb {
    background-color: transparent;
    border: 1px solid #776962;
}

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

div.thumbinner {
    background-color: #3C3229;
    border: 1px solid #776962;
}

img.thumbborder {
    border: 1px solid #776962;
}

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

/* Preferences */
.skin-hydradark #preftoc {
    background-color: #3C3229;
    border: 0px;
    margin: 0 0 4px !important;
}

.skin-hydradark #preftoc,
.skin-hydradark #preftoc li,  
.skin-hydradark #preferences, 
.skin-hydradark #preftoc li a {
    background-image: none;
    background-color: transparent;
    color: #FFFFFF;
}

.skin-hydradark #preftoc li.selected a {
    background-color: #3C3229;
    background-image: none;
    border-color: #776962;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
}

.skin-hydradark #preferences {
    background-color: #3C3229;
    border: 1px solid #776962;
}

.skin-hydradark #preferences fieldset {
    border-color: #776962;
}

.skin-hydradark #preferences legend {
    color: #776962;
}

.skin-hydradark #preferences td.htmlform-tip {
    color: #776962;
}

/* Page history and diffs */
#pagehistory li.selected {
    background-color: #3C3229;
    border: 1px dashed #776962;
}

#pagehistory li {
    border: 1px solid #3C3229;
}

table.diff {
    background: rgba(0,0,0,0);
}

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

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

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

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

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

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #776962;
}

.gamemap {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Opera, Chrome, and Safari */
    -moz-transform: rotate(45deg); /*  Firefox */
    -o-transform: rotate(45deg); /* Old Opera */
}

.skill-icon-bg {
    background: url("https://divinity.gamepedia.com/media/divinity.gamepedia.com/5/50/DOS_GUI_Border_Gold.png") no-repeat 0 0;
    width:64px; 
    height:64px; 
    padding:9px;
}

.skill-expected-level {
    background-color: #220000;
}

.portrait-bg {
    background-color: #808080;
    padding: 0px !important;
}

/* Wiki editor fixes */
/* MW 1.29 Hydra Dark Visual Editor Fix */
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
    border-bottom: 0px solid #222;
    border-top: 0px solid #222;
    background: #ddd !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.oo-ui-popupWidget .oo-ui-popupWidget-popup {
    color: #212121;
}

.oo-ui-barToolGroup.oo-ui-widget-enabled .oo-ui-widget-enabled, .oo-ui-popupToolGroup.oo-ui-widget-enabled, .oo-ui-popupWidget-popup {
    background: #ddd !important;
}

.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
    filter: invert(0%);
}

.ve-ui-mwSaveDialog-license {
    color: white;
}

.skin-hydradark .oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
    background-color: #212121;
}

.ve-ui-mwSaveDialog-options,
.oo-ui-textInputWidget.oo-ui-widget-enabled input, 
.oo-ui-textInputWidget.oo-ui-widget-enabled textarea {
    background-color: white;
    color: black;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-constructive > .oo-ui-buttonElement-button {
    color: #fff;
    background-color: #212121;
    border-color: #545454;
}

/* Source Editor */
div.wikiEditor-ui {
    background: rgba(0, 0, 0, 0);
    border: medium none;
}

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

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

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

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

div.wikiEditor-ui-tabs div a {
    background:#E4BF77;
    background:-moz-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(25%,#776962), color-stop(55%,#584C44), color-stop(100%,#3C3229));
    background:-webkit-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-o-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background:-ms-linear-gradient(top, #776962 25%, #584C44 55%, #3C3229 100%);
    background: linear-gradient(to bottom, #776962 25%, #584C44 55%, #3C3229 100%);
    color: #FDFDFD;
}

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

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

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

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

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

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

div.wikiEditor-ui-toolbar .group .label {
    color: #FDFDFD;
}

.tab {
    border-color: transparent;
}

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

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

div.wikiEditor-ui-toolbar .group .tool-select .label {
    color: #000000;
}

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

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

div.wikiEditor-ui-toolbar .booklet .index .current {
    background-color: transparent;
    color: #FDFDFD;
}

div.wikiEditor-ui-toolbar .booklet .pages {
    background-color: transparent;
}

div.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #776962;
    color: #FDFDFD;
}

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

div.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #776962;
    color: #FDFDFD;
}

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

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

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

/* login screen */
.mw-ui-vform label {
    color: #c0c0c0;
}

#mw-createaccount-join {
    box-shadow: 4px 4px 4px 4px rgba(255, 255, 255, 0.2);
}

/* fix for black redirection arrow */
.redirectMsg > img {
    display: none;
}

.redirectMsg > span::before {
    content: url("https://commons.gamepedia.com/media/commons.gamepedia.com/a/aa/Redirectltr_white.png");
}


/* 1.26 fixes */
.skin-hydradark .mw-search-profile-tabs {
    background-color: transparent;
    margin-top: 1em;
    border: 1px solid white !important;
}

.skin-hydradark .mw-search-profile-tabs div.search-types ul li.current a {
    color: #fff;
    cursor: default;
}

fieldset#mw-searchoptions {
    background-color: transparent;
    border: 1px solid white !important;
    border-top: 0px solid white;
}

.skin-hydradark fieldset#mw-searchoptions {
    background-color: transparent;
    border: 1px solid white !important;
}

h3#p-cactions-label {
    margin-top: 0.4em !important;
}

/* copyright images tweak */
.skin-hydradark .copyright-icon {
    background-image: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png");
    background-size: 100%;
    height: 32px;
    width: 32px;
}

.feature {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px; padding: 10px;
}

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