TESO 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

TESO Wiki
No edit summary
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  +
/* For elements which only display in the mobile view */
  +
.mobileonly {
 
display: none;
 
}
   
  +
/* Hide main page header */
 
body.page-The_Elder_Scrolls_Online_Wiki h1.firstHeading {
 
body.page-The_Elder_Scrolls_Online_Wiki h1.firstHeading {
 
display:none;
 
display:none;
Line 7: Line 12:
 
/* Framework */
 
/* Framework */
 
body {
 
body {
background: url(http://hydra-media.cursecdn.com/teso.gamepedia.com/c/c4/TESO_Background.jpg) no-repeat fixed -240px 0 #000000;
+
background: url(https://static.wikia.nocookie.net/teso_gamepedia/images/c/c4/TESO_Background.jpg/revision/latest) no-repeat fixed -240px 0 #000000;
 
}
 
}
   
Line 287: Line 292:
   
 
/* User preferences */
 
/* User preferences */
#preferences {
+
.client-js #preferences {
 
background-color: transparent;
 
background-color: transparent;
 
background-image: none;
 
background-image: none;
Line 297: Line 302:
 
}
 
}
   
#preftoc {
+
.client-js #preftoc {
 
background-image: none;
 
background-image: none;
 
background-position: left bottom;
 
background-position: left bottom;
Line 308: Line 313:
 
}
 
}
   
#preftoc li.selected a {
+
.client-js #preftoc li.selected a {
 
background-image: none;
 
background-image: none;
 
background-position: center bottom;
 
background-position: center bottom;
Line 316: Line 321:
 
}
 
}
   
#preftoc li a {
+
.client-js #preftoc li a {
 
background-image: none;
 
background-image: none;
 
background-position: center bottom;
 
background-position: center bottom;
Line 324: Line 329:
 
}
 
}
   
#preferences legend {
+
.client-js #preferences legend {
 
color: #847b64;
 
color: #847b64;
 
}
 
}
   
#preftoc li {
+
.client-js #preftoc li {
 
background-image: none;
 
background-image: none;
 
}
 
}
Line 451: Line 456:
   
 
/* colour fix for advanced search options box */
 
/* colour fix for advanced search options box */
.mw-search-formheader div.search-types ul li.current a {
+
.mw-search-profile-tabs div.search-types ul li.current a {
 
color: #FFFFFF;
 
color: #FFFFFF;
 
}
 
}
Line 461: Line 466:
 
}
 
}
   
.mw-search-formheader {
+
.mw-search-profile-tabs {
 
background-color: #0F0F0F;
 
background-color: #0F0F0F;
 
border: 1px solid #847b64;
 
border: 1px solid #847b64;
Line 488: Line 493:
   
 
ul {
 
ul {
list-style-image: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/7/7a/Bullet.png");
+
list-style-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/7/7a/Bullet.png/revision/latest");
 
}
 
}
   
 
/* Faction specific headers */
 
/* Faction specific headers */
 
div.header-Aldmeri {
 
div.header-Aldmeri {
background: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/5/59/Header_Aldmeri.png") no-repeat scroll 0 0 transparent;
+
background: url("https://static.wikia.nocookie.net/teso_gamepedia/images/5/59/Header_Aldmeri.png/revision/latest") no-repeat scroll 0 0 transparent;
 
color: #ffffff;
 
color: #ffffff;
 
font-size: 18px;
 
font-size: 18px;
Line 505: Line 510:
   
 
div.header-Daggerfall {
 
div.header-Daggerfall {
background: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/d/d2/Header_Daggerfall.png") no-repeat scroll 0 0 transparent;
+
background: url("https://static.wikia.nocookie.net/teso_gamepedia/images/d/d2/Header_Daggerfall.png/revision/latest") no-repeat scroll 0 0 transparent;
 
color: #ffffff;
 
color: #ffffff;
 
font-size: 18px;
 
font-size: 18px;
Line 517: Line 522:
   
 
div.header-Ebonheart {
 
div.header-Ebonheart {
background: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/7/74/Header_Ebonheart.png") no-repeat scroll 0 0 transparent;
+
background: url("https://static.wikia.nocookie.net/teso_gamepedia/images/7/74/Header_Ebonheart.png/revision/latest") no-repeat scroll 0 0 transparent;
 
color: #ffffff;
 
color: #ffffff;
 
font-size: 18px;
 
font-size: 18px;
Line 544: Line 549:
   
 
/* social media add-on fix */
 
/* social media add-on fix */
div#mw-panel div.portal#p-socialProfiles {
+
div#mw-panel div#p-socialProfiles.portal .body {
background: none;
+
margin: auto;
border: none;
 
padding: 0;
 
margin: 10px 0;
 
}
 
 
.promoSidebar {
 
margin-left: 10px;
 
}
 
 
div#mw-panel div.portal#p-socialProfiles h5,
 
div#mw-panel div.portal#p-sitePromos h5 {
 
display: none;
 
}
 
 
div#mw-panel div.portal#p-socialProfiles div.body,
 
div#mw-panel div.portal#p-sitePromos div.body {
 
background: none;
 
padding: 0;
 
margin-left: 0 !important;
 
text-align: center;
 
 
}
 
}
   
Line 713: Line 698:
 
}
 
}
   
/* multi-upload screen font colour fix */
+
/* MsUpload text colour tweak */
  +
#upload-list .green {
#upload_list .file .file-title {
 
 
color: #000000;
 
color: #000000;
 
}
 
}
   
  +
#upload-list .file {
.check_span {
 
color: #1D1D1D;
+
background-color: #353535;
 
border-top: #333;
float: right;
 
  +
border-bottom: #444;
 
}
 
}
   
#upload_list .file a {
+
#upload-list .file .file-title,
  +
#upload-list .file .file-size,
color: #0000FF;
 
 
#upload-list .file .file-warning {
  +
color: #cccccc;
 
}
  +
  +
.check-span {
 
color: #ffffff;
 
}
 
}
   
Line 754: Line 746:
   
 
.mw-echo-overlay-pokey {
 
.mw-echo-overlay-pokey {
background-image: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/9/9e/Pokey.png");
+
background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/9/9e/Pokey.png/revision/latest");
 
}
 
}
   
Line 803: Line 795:
   
 
#mw-echo-moreinfo-link {
 
#mw-echo-moreinfo-link {
background-image: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/5/55/More_info_icon.png");
+
background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/5/55/More_info_icon.png/revision/latest");
 
}
 
}
   
 
#mw-echo-moreinfo-link:hover {
 
#mw-echo-moreinfo-link:hover {
background-image: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/1/1c/More_info_icon_hover.png");
+
background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/1/1c/More_info_icon_hover.png/revision/latest");
 
}
 
}
   
Line 820: Line 812:
   
 
.mw-echo-icon-chat {
 
.mw-echo-icon-chat {
background-image: url("http://hydra-media.cursecdn.com/teso.gamepedia.com/c/c2/Chat_icon.png");
+
background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/c/c2/Chat_icon.png/revision/latest");
 
}
 
}
   

Latest revision as of 14:46, 23 February 2021

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

/* Hide main page header */
body.page-The_Elder_Scrolls_Online_Wiki h1.firstHeading {
    display:none;
}
	
/* Framework */
body {
    background: url(https://static.wikia.nocookie.net/teso_gamepedia/images/c/c4/TESO_Background.jpg/revision/latest) no-repeat fixed -240px 0 #000000;
}

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

#right-navigation {
    float: right;
    margin-right: 6px;
}

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

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

div#p-personal a {
    color: #FFFFFF;
}

/* Content */
div#content {
    background: #000000;
    border: 1px solid #847b64;
    color: #CCCCCC;
    overflow: hidden;
}

a,
a:hover,
div#content a.external,
div#content a.external:hover,
.mw-body a.extiw, .mw-body a.extiw:active {
    color: #847b64;
}

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

a.new,
#quickbar a.new {
    color: #BA0000 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #847b64;
}

h1, h2 {
    border-bottom: 1px solid #847b64;
}

h3, h4, h5, h6 {
    border-bottom: 0px solid #847b64;
}

div#p-personal a:hover { 
    color: #ffbc27; 
    background:transparent; 
}

div.vectorTabs {
    background-image: none;
}

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

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

div.vectorTabs  li.selected a,
div.vectorTabs li.selected a span,
div.vectorTabs  li.selected a:visited,
div.vectorTabs li.selected a:visited span {
    color: #CCCCCC !important;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 1px black;
}

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

div.vectorTabs li a,
div.vectorTabs li a span {
    color:#AAAAAA;
}

div.vectorTabs li a:hover,
div.vectorTabs li a:hover span {
    color:#847b64;
}

div.vectorTabs li a {
    background-image: none;
}

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

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

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

div.vectorMenu ul {
    background: none repeat scroll 0 0 #000000;
    border-color: #847B64;
    border-style: solid;
}

div.vectorMenu h3 a,
div.vectorMenu h5 a {
    background-image: none;
}

div.vectorMenu li a {
    color:#847B64;
}

div#mw-panel div.portal h5 {
    color: #aaaaaa;
    font-weight:bold;
}

div#mw-panel div.portal h5 {
    color: #DDDDDD;
}

div#mw-panel div.portal div.body {
    background-image: none;
}

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

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

div#mw-panel div.portal div.body ul li a:hover {
    color: #ffffff;
}

div#footer {
    background-image: none;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em
}

div#footer ul li {
    color: #E0E0E0;
    text-shadow: black 0.1em 0.1em 0.2em
}

div#footer a { 
    color: white;
    text-shadow: 0.3em 0.3em 0.8em black;
}

div#footer a:hover { 
    color: #ffffff; 
    text-shadow: black 0.1em 0.1em 0.2em;
}

div#footer a:visited {
    color: #847b64;
    text-shadow: black 0.1em 0.1em 0.2em;
}

abbr, acronym, .explain {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px dotted #847b64;
    color: #847b64;
    cursor: help;
}

fieldset {
    border: 1px solid #847b64;
}

ul#filetoc {
    background-color: transparent;
    border: 1px solid #847b64;
    font-size: 95%;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    padding: 5px;
    text-align: center;
}

h2.mw-specialpagesgroup {
    background-color: rgba(148, 129, 89, 0.2);
    border: 1px solid #847b64;
    margin: 0.3em 0 0;
    padding: 4px;
}

#toc, .toc, .mw-warning {
    background-color: rgba(148, 129, 89, 0.2);
    border: 1px solid #847b64;
    font-size: 95%;
    padding: 5px;
}

div.mw-warning-with-logexcerpt {
    border: 2px solid #9d5a2d;
    clear: both;
    margin-bottom: 3px;
    padding: 3px;
}

.catlinks {
    background-color: rgba(148, 129, 89, 0.2);
    border: 1px solid #847b64;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}

/* Page history */
.mw-changeslist-legend {
    border: 1px solid #847b64;
}

#pagehistory li.selected {
    background-color: transparent;
    border: 1px dashed #847b64;
}

#pagehistory li {
    border: 0px solid #847b64;
}

table.diff {
    background-color: transparent;
}

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

td.diff-deletedline {
    background-color: #FFE49C !important;
    border-color: #FFE49C;
    color: #000000;
}

td.diff-addedline {
    background-color: #A3D3FF !important;
    border-color: #A3D3FF;
    color: #000000;
}

/* User preferences */
.client-js #preferences {
    background-color: transparent;
    background-image: none;
    border: 1px solid #847b64;
    clear: both;
    float: left;
    margin: -2px 0 0;
    width: 100%;
}

.client-js #preftoc {
    background-image: none;
    background-position: left bottom;
    background-repeat: no-repeat;
    clear: both;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

.client-js #preftoc li.selected a {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #CCCCCC;
    text-decoration: none;
}

.client-js #preftoc li a {
    background-image: none;
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #847b64;
    text-decoration: none;
}

.client-js #preferences legend {
    color: #847b64;
}

.client-js #preftoc li {
    background-image: none;
}

#userlogin, #userloginForm {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #847b64;
}

div.login-intro h3 {
    color: #C0C0C0;
}

code {
    background-color: transparent;
}

.mw-plusminus-pos {
    color: #7DBA84;
}

.mw-plusminus-neg {
    color: #CC2200;
}

/* Thumbnails and image galleries */
div.thumb {
    background-color: #0F0F0F;
    border-color: transparent;
}

div.thumbinner {
    background-color: #0F0F0F;
    border: 1px solid #847b64;
}

html .thumbimage {
    border: 0px solid #847b64;
}

div.gallerybox div.thumb {
    border: 0px solid #847b64;
}

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

table.gallery {
    background-color: transparent;
    border: 1px solid #847b64;
    margin: 2px;
    padding: 2px;
}

table.gallery td {
    background-color: #202020;
    border: 2px solid #847b64;
}

/* colour fix for thumbnail galleries */

li.gallerybox div.thumb {
    background-color: transparent;
    border: medium none;
}

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

/* tables */
table {
    color: #CCCCCC;
    background-color:transparent;
}

table.wikitable {
    background-color: transparent;
    border: 1px solid #222222;
    color: #CCCCCC;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
    background-color: rgba(148, 129, 89, 0.2);
    text-align: center;
}

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

.TablePager th {
    background-color: rgba(148, 129, 89, 0.2);
}

.TablePager td {
  background-color:transparent;
}

.TablePager tr:hover td {
  background-color: #343434;
}

#mw-allmessagestable .allmessages-customised:hover {
    background-color: #343434;
}

#mw-allmessagestable .allmessages-customised td.am_default {
    color: black;
}

#mw-allmessagestable td.am_actual {
    color: black;
}

.mw-specialpages-table {
    margin-bottom: 0;
    margin-top: 0;
}

/* colour fix for advanced search options box */
.mw-search-profile-tabs div.search-types ul li.current a {
    color: #FFFFFF;
}

fieldset#mw-searchoptions {
    background-color: #0F0F0F;
    border-color: #847b64 !important;
    color: #847B64;
}

.mw-search-profile-tabs {
    background-color: #0F0F0F;
    border: 1px solid #847b64;
    margin-top: 1em;
}

/* colour fix for metadata box */
table.mw_metadata td,
table.mw_metadata th {
    border: 1px solid #847b64;
}

table.mw_metadata th {
    background-color: rgba(148, 129, 89, 0.2);
}

table.mw_metadata td {
    background-color: rgba(148, 129, 89, 0.2);
}

/* colour fix for file history headings */

table.filehistory th {
    color: white;
}

ul {
    list-style-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/7/7a/Bullet.png/revision/latest");
}

/* Faction specific headers */
div.header-Aldmeri {   
    background: url("https://static.wikia.nocookie.net/teso_gamepedia/images/5/59/Header_Aldmeri.png/revision/latest") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 94px;
    line-height: 90px;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 301px;
}

div.header-Daggerfall {   
    background: url("https://static.wikia.nocookie.net/teso_gamepedia/images/d/d2/Header_Daggerfall.png/revision/latest") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 94px;
    line-height: 90px;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 301px;
}

div.header-Ebonheart {   
    background: url("https://static.wikia.nocookie.net/teso_gamepedia/images/7/74/Header_Ebonheart.png/revision/latest") no-repeat scroll 0 0 transparent;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    height: 94px;
    line-height: 90px;
    padding-bottom: 1px;
    padding-top: 1px;
    width: 301px;
}

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

div#mw-panel div.portal h3,
div#mw-panel div.portal h3:visited,
#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 {
    color: #ababab;
}

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

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

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

#claimlist .approved,
.legend.approved span.swatch {
    color: #000000;
}

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

.wikiEditor-ui-tabs {
    background-color: #000000;
    border-left: 1px solid #847b64;
    border-top: 1px solid #847b64;
}

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

.wikiEditor-ui-tabs div a {
    background: #000000; 
    color: #cccccc;
}

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

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

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

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

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

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

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

.tab {
   border-color: transparent;
}

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

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

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

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

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

.wikiEditor-ui-toolbar .booklet .index .current {
	background-color: #000000;
	color: #cccccc;
}

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

.wikiEditor-ui-toolbar .page-characters div span {
    border: 1px solid #847b64;
    color: #cccccc;
}

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

.wikiEditor-ui-toolbar .page-table td {
    border-top: 1px solid #847b64;
    color: #cccccc;
}

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

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

/* MsUpload text colour tweak */
#upload-list .green {
    color: #000000;
}

#upload-list .file {
	background-color: #353535;
	border-top: #333;
	border-bottom: #444;
}

#upload-list .file .file-title,
#upload-list .file .file-size,
#upload-list .file .file-warning {
	color: #cccccc;
}

.check-span {
    color: #ffffff;
}

#mw-notification-area {
    background: none repeat scroll 0 0 #000000;
}

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

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

.mw-ui-button.mw-ui-progressive, .mw-ui-button.mw-ui-primary {
    background: none repeat scroll 0 0 #000000;
    border-color: #000000 -moz-use-text-color;
}


/* Echo notification colour tweak */
.mw-echo-overlay {
    background-color: #000000;
    border: 1px solid #1d1d1d;
    color: #FFFFFF;
}

.mw-echo-overlay-pokey {
    background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/9/9e/Pokey.png/revision/latest");
}

.mw-echo-overlay-title,
.mw-echo-overlay li.mw-echo-notification,
#mw-echo-overlay-footer {
    border: 1px solid #1D1D1D;
}

#mw-echo-overlay-pref-link {
    border-left: 1px solid #1D1D1D;
}

.mw-echo-overlay .mw-echo-grey-link a {
    color: #eeeeee;
}

.mw-echo-overlay .mw-echo-grey-link:hover a {
    color: #FFFFFF;
}

.mw-echo-notifications {
    border: 1px solid #1d1d1d;
}

.mw-echo-dismiss {
    background-color: #000000;
}

.mw-echo-overlay li.mw-echo-notification,
.mw-echo-overlay li.mw-echo-notification.mw-echo-unread,
#mw-echo-special-container .mw-echo-notification,
#mw-echo-special-container .mw-echo-notification.mw-echo-unread {
    background-color: #000000;
}

.mw-echo-overlay li.mw-echo-notification:hover,
.mw-echo-overlay li.mw-echo-notification.mw-echo-unread:hover,
#mw-echo-special-container .mw-echo-notification:hover,
#mw-echo-special-container .mw-echo-notification.mw-echo-unread:hover {
    background-color: #121212;
}

.mw-echo-notification {
    background-color: #000000;
    color: #FFFFFF;
}

#mw-echo-moreinfo-link {
    background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/5/55/More_info_icon.png/revision/latest");
}

#mw-echo-moreinfo-link:hover {
    background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/1/1c/More_info_icon_hover.png/revision/latest");
}

.mw-echo-timestamp {
    color: #A5A5A5;
}

.mw-echo-date-section {
    border-bottom: 8px solid #847B64;
    color: #847B64;
}

.mw-echo-icon-chat {
    background-image: url("https://static.wikia.nocookie.net/teso_gamepedia/images/c/c2/Chat_icon.png/revision/latest");
}

.autocomment {
    color: #EFEFEF;
}

/* interwiki table bg fix for active entries */
.mw-interwikitable-local,
.mw-interwikitable-trans {
    text-shadow: 1px 1px 1px black;
}

/* user profile info colour tweak */
.helper_mark:before {
    background-color: #000000;
    border: 1px solid #EFEFEF;
    color: #D5D4D4;
}

.helper_mark > span:after {
    background-color: #000000;
    bottom: -5px;
    box-shadow: -4px -4px 5px 2px #000000, 4px 4px 5px 1px rgba(35, 49, 72, 0.75);
    color: #D5D4D4;
}

.helper_mark > span {
    background-color: #000000;
    color: #D5D4D4;
}