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
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will affect users of the mobile site */
.nomobile {
   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;	
}

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

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

a, 
a:visited,
div#content a.extiw,
div#content a.extiw:visited,
div#content a.external, 
div#content a.external:visited {
    color: #ADADAD;
}

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;
}

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

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

.TablePager th a {
    background-color: #3C3229;
    color: #FFFFFF !important;
}
 
.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;
}

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

.mw-search-formheader 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("http://hydra-media.cursecdn.com/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;
}
Advertisement