The Elder Scrolls Wiki
Advertisement

Poznámka: Po zveřejnění musíte vyprázdnit cache vašeho prohlížeče, jinak změny neuvidíte.

  • Firefox / Safari: Při kliknutí na Aktualizovat držte Shift nebo stiskněte Ctrl-F5 nebo Ctrl-R (na Macu ⌘-R)
  • Google Chrome: Stiskněte Ctrl-Shift-R (na Macu ⌘-Shift-R)
  • Internet Explorer / Edge: Při kliknutí na Aktualizovat držte Ctrl nebo stiskněte Ctrl-F5
  • Opera: Stiskněte Ctrl-F5.
/* <pre class="wrap"><nowiki> */
/** CSS placed here will be applied to all skins */

/*CUSTOM CLASSES*/

@import "//dev.fandom.com/index.php?title=FontAwesome.css&action=raw&ctype=text/css";
@import "//dev.fandom.com/index.php?title=MediaWiki:ArchiveTool.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Common.css/highlights.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Common.css/infobox.css&action=raw&ctype=text/css";
@import "/index.php?title=MediaWiki:Instant_Expert.css&action=raw&ctype=text/css";

/*END OF CUSTOM CLASSES*/

.resizeimg img, .resizeimg a {width:inherit;height:inherit;max-width:inherit;}
 
/* Wikitable class for skinning normal tables */
table.wikitable {
    margin:1em 1em 1em 0 !important;
    background:#1D1D1D !important;
    border:1px black solid !important;
    border-collapse:collapse !important;
    color: #D5D4D4 !important;
}
table.wikitable th, table.wikitable td {
    border:1px black solid !important;
    padding:0.2em;
    color: inherit !important;
}
table.wikitable th {
    background:#111111 !important;
    text-align:center !important;
    color: inherit !important;
}
table.wikitable caption {
    margin-left:inherit !important;
    margin-right:inherit !important;
    font-weight:bold !important;
}

table.wikitable tr.odd {background:#333333 !important;}
table.wikitable tr.left{text-align:left !important;}

table.wikitable th.left {text-align:left !important;}

table.wikitable td.high {color: #C9BF58 !important; text-align:left !important;font-weight:bold !important;}
table.wikitable td.left {text-align:left !important;}

table.wikitable tr:nth-child(even) {
    background:#181818;
}

table.notification {
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-image: linear-gradient(top, #181818, black);
    background-image: -o-linear-gradient(top, #181818, black);
    background-image: -moz-linear-gradient(top, #181818, black);
    background-image: -webkit-linear-gradient(top, #181818, black);
    background-image: -ms-linear-gradient(top, #181818, black);
    background-image: -khtml-linear-gradient(top, #181818, black);
    background-color: black; /*Fallback in case gradient fails*/
    padding: 8px;
    width: 100%;
    color: #D5D4D4;
    clear:both;
}
 
/* default skin for navigation boxes */
table.navbox {
    background-color:#222222;
    border:1px solid #AAA;
    clear:both;
    font-size:90%;
    margin:1em 0em 0em;
    padding:2px;
    text-align:center;
    width:100%;
}
table.navbox th {
    background-color:#333333;
    font-size:120%;
    padding-left:1em;
    padding-right:1em;
}
@media print {
    .navbox {
        display:none;
    }
}
 
/* Small reference list for Template:Reflist */
ol.references {
    font-size: 100%;
}
.references-small { 
    font-size:90%;
}
.references-2column {
    font-size:90%;
    -moz-column-count:2;
    column-count:2;
}
.same-bg {
    background:none
}
body
{
    cursor: auto;
    font-family: sans-serif;
}

 .sitenotice-nav { display: none; }

 /* Class to force links to be underlined 
 To use: <span class="underlinelink">[[link]]</span>  --Paulgb */
 .underlinelink a { text-decoration: underline ! important; }
 /* Class to force links to be not underlined - See .underlinelink for use -Paulgb */
 .nounderlinelink a { text-decoration: none ! important; }
 .nounderlinelink a:hover { text-decoration: underline ! important; }
 .forum_title a.forum_new { font-weight: bold; }
 .forum_title a.forum_new:visited { font-weight: normal; }
 .allpagesredirect { font-style: italic; }

 /* pre style override */
 pre.nostyle { padding:0; margin:0; border:none; background:none; }

pre.wrap {
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

 /* this class can be used in the content area to make a link appear like a new page link */
 #bodyContent .redlink a {color: #ba0000;}
 #bodyContent .redlink a.new:visited {color: #a55858;}

 /* class for forum navigation templates */
 .forumheader {
   background: inherit;
   border: none; 
   padding: 5px;
 }

 /* class for stub template styling */
 /* only applies to table and div elements - avoids conflicts with preexisting a.stub */
 table.stub, div.stub {
	background: #EFE1BC;
	margin: 0 0 0.5em 0.5em;
	text-align: center;
	padding: 5px;
	clear: center;
	font-size: 0.85em;
 }

 /* styling for MediaWiki:Edittools */
 #edittools, #editpage-specialchars {
	border:2px solid white;
 }

 body.page-Main_Page #lastmod, 
 body.page-Main_Page #siteSub, 
 body.page-Main_Page #contentSub, 
 body.page-Main_Page h1.firstHeading {
 	display: none !important;
 }

.references-small {
	font-size: 0.85em;
}

/* rounded corners */
.rtop, .rbottom { display: block; padding: 0px; margin: 0px }
.rtop *, .rbottom * { display: block; height: 1px; overflow: hidden; padding: 0px }
.r1 {margin: 0 5px}
.r2 {margin: 0 3px}
.r3 {margin: 0 2px}
.r4 {margin: 0 1px; height: 2px}
/* end rounded corners */

.hoverable .hoverable-inner {
	display: none;
	position: absolute;
	top: auto;
	text-align: left;
}

.hoverable:hover .hoverable-inner, .hoverable.over .hoverable-inner { display: inline; }

/* class for message box template styling */
.messagebox {
  clear:both;
  width:85%;
  margin:0px auto 3px auto;
  padding:3px;
  font-size:95%;
} 

/* in-universe and out-of-universe message boxes */
.iumb, .ooumb { 
    border-width: 0;
    text-align:left;
    padding: 0;
}

.iumb table, .ooumb table {
    padding: 5px 10px 5px 10px;
    background: transparent;
    color: inherit;
}

.iumb table.hidable-content, .ooumb table.hidable-content {
    padding: 0;
}

.iumb-icon, .ooumb-icon {
    vertical-align: middle;
    padding: 0;
}

.iumb-main, .ooumb-main {
    padding: 0 0 0 10px;
}

.iumb-caption {
    font-size: 1.3em;
    font-weight: bold;
}

.ooumb-caption {
    font-size: 1em;
    font-weight: bold;
}

.iumb-comment {
    font-size: 0.8em;
}

.iumb-hidable-button, .ooumb-hidable-button {
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 0.8em;
    vertical-align: bottom;
}

.iumb-table-container, .ooumb-table-container {
    width: 100%;
}

.iumb p {
    margin-top: 0;
    margin-bottom: 0;
}

/* userboxes */
.userbox {
    float: left;
    border-width: 1px;
    border-style: solid;
    margin: 1px;
    width: 238px;
    padding: 0px;
}

.ubx-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 14pt;
    font-weight: bold;
}

.ubx-main {
    font-size: 8pt;
    padding: 4pt;
    line-height: 1.25em;
}

.spoiler {
    background-color: #fff8f8;
    color: #000000;
    border-color: black;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    text-align: center;
}

/* forum table */
.forumlist {
    width: 100%;
    background: inherit;
}

.forumlist-header {
    background: #996;
}

.forumlist-header th {
    text-align: left;
}

.forumlist th, .forumlist td {
    padding: 3px;
}

.hidable-button {
    color: #088;
    cursor: pointer;
}

.infobox .hidable-button {
    color: #f0f0f0;
}

#p-search #searchInput {
    text-transform: none;
}

#search-icon-wrapper {
    cursor: pointer;
}

#search-popup {
    position: absolute;
    background: #DFCAA0;
    text-align: left;
    z-index: 8;
}

/* "printable version" tweaks */
@media print {
    body, #content { background: white!important; }

    /* tweaks for title-messing templates */
    #title-override { left: 0px!important; font-weight: bold!important; background: #f4f8ff!important; }
    #title-eraicons { display: none!important; visibility: hidden !important }

    div.tleft { border: none!important; }
    div.tright { margin-left: 13px!important; }
    div.thumb { background: inherit!important; }

    h1, h2, h3, h4, h5, h6, .firstHeading { background: inherit !important }

    /* temporary hack; that div should be assigned class=noprint */
    .infoboxfooter { display:none !important }

    .printfooter { background: inherit !important; }
    #catlinks, #footer { display:none !important; }
}

/* Colored watchlist numbers */
.mw-plusminus-pos {
  color: #006400; /* darkgreen */
}

/* .mw-plusminus-null currently at developer default */

.mw-plusminus-neg {
  color: #cc2200; /* darkred */
}

.dablink {
  font-style:italic;
  padding-left:2em;
  }

/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
   instance, will limit to showing ==headings== and ===headings=== but no further (as long as
   there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {display:none;}

/* Class for links with loudspeaker icon next to them */
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
 
.audiolink a {
    /* Original url - http://images2.wikia.nocookie.net/elderscrolls/images/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png */
    background: url("https://images.wikia.nocookie.net/elderscrolls/images/1/1d/Music-icon.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

.hidebox
{
    border: 1px solid #eee;
    padding: 3px;
    margin: auto;
}

/* Highlight clicked reference in blue to help navigation */
 ol.references > li:target { background-color: #144154; }
 sup.reference:target { background-color: #144154; }

/* Link FAs in other languages */

#p-lang li.FA {
list-style-image: url("https://images.wikia.nocookie.net/elderscrolls/images/1/10/InterwikiFA.png");
 }

/* New styling for appearance lists*/
table.appearances {
    padding: 5px;
    width: 100%;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 6px;
    margin-bottom: 4px;
    text-align: left;
    clear: left;
}
table.appearances tr td { vertical-align: top; }

/* </nowiki></pre> */

/* Gallery temp fix */

li.gallerybox div.thumb {
  background-color: transparent !important;
  border: 0 none !important;
}
/* Warning template*/
.warningtemplate {
        background-color: whitesmoke;
        border: 2px solid #f66;
        color: black;
        margin: 0.8em 0;
        padding: 0.5em 12px;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.66);
}
.warningtemplate em {
           color: maroon;
           font-size: 1.25em;
}

/* Fix background while zooming out */
.skin-oasis {
    background-size: cover;
}

/*============================================================================
* Code from MediaWiki:Wikia.css (moved 2021-05-31)
* SHOULD BE REVIEWED
============================================================================*/
/*Code for {{R}}*/
.resizeimg img, .resizeimg a {width:inherit;height:inherit;max-width:inherit;}

/**********/
/* portal */
/**********/
.portal_container { }
.portal_section ul  { list-style: disc; }
.portal_section { border: 1px solid black; margin: 0 0 10px 0; background: transparent; background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0, black 100%); -moz-border-radius: 1em; -moz-box-shadow: 1px 1px 4px rgb(24, 24, 24); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(100%, black)); -webkit-border-radius: 1em; -webkit-box-shadow: 1px 1px 4px rgb(24, 24, 24); border-radius: 1em; box-shadow: 1px 1px 4px rgb(24, 24, 24); }
.portal_header { padding: 0 1em; position: relative; }
.portal_header_text { display: table; width: 100%; padding: 0.6em 0 0 0; border-bottom: 1px dotted rgb(220,220,220); text-align: center; font-family: IMFELLDWPicaPRORegular; font-size: 2em; }
.portal_headerlinks { font-size: 0.8em; position: absolute; right: 1em; bottom: -2em; }
.portal_header, .portal_header a:link, .portal_header a:visited, .portal_header a:hover, .portal_header a:active { color: rgb(220,220,220); }
.portal_body { padding: 0.8em; }
.portal_subheader { padding: 0 1em; position: relative; font-size: 0.9em; }
.portal_subheader, .portal_subheader a:link, .portal_subheader a:visited, .portal_subheader a:hover, .portal_subheader a:active { color: rgb(220,220,220); }
.portal_subheader_text { display: table; width: 100%; padding: 0.4em 0 0 0; border-bottom: 1px dotted rgb(220,220,220); text-align: left; font-family: IMFELLDWPicaPRORegular; font-size: 1.8em; color: rgb(220,220,220); }

/*******************/
/* portal: content */
/*******************/
#portal_content { font-size: 0.9em; line-height: 1.7em; font-family: Verdana, Arial, Helvetica, sans-serif; }
#portal_content .portal_body > table { height: 300px; }
#portal_content ul { list-style: disc outside; }
#portal_content ul ul { margin-left: 1em; }

.page-User_blog_Bethesda_Softworks_The_History_of_The_Elder_Scrolls {
    background:url("https://images.wikia.nocookie.net/joeplayground/images/3/33/SkyrimBlogBackground.jpg") fixed center top no-repeat #000000 !important;
}

.page-PlayQuiz_The_Elder_Scrolls_V_Skyrim_Quiz {
   background: #000 url("https://images.wikia.nocookie.net/joeplayground/images/f/f2/SkyrimQuizBackground.jpg") fixed center top no-repeat !important;
}

.pollAnswerVotes div {
   background: #555 !important;
}

.gallery-image-wrapper {
border-width:0px !important;
background-color:rgba(68, 68, 68, 0.2) !important;
box-shadow:0 0 15px 5px rgba(68, 68, 68, 0.2);
}

.gallery-image-wrapper a.image {
outline: 1px solid rgba(153, 153, 153, 0.5);
}

/* Table row highlighting */
table.highlight tr:hover { background-color: #262626; }

table.notify {
    /*clear: both;*/
    width: 100%;
    border: 1px solid black;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-image: linear-gradient(top, #151515 0%, black 100%);
    background-image: -o-linear-gradient(top, #151515 0%, black 100%);
    background-image: -moz-linear-gradient(top, #151515 0%, black 100%);
    background-image: -webkit-linear-gradient(top, #151515 0%, black 100%);
    background-image: -ms-linear-gradient(top, #151515 0%, black 100%);
    background-image: -khtml-linear-gradient(top, #151515 0%, black 100%);
    padding:8px;
    margin:0 0 10px 0;
}

ul.tabbernav li a {
    padding: 8px 12px !important;
    margin-left: 0px !important;
    color: D5D4D4 !important;
    border: none !important;
    background: none !important;
}

div.ajax-poll {
    border: none !important;
}

.mainPageBox {
    border: 1px solid black;
    box-shadow: 2px 2px 2px 0px black;
    padding: 8px; margin: 8px 0px;
    background-color: #111111;
}

.not-patrolled {
    background-color: DarkSlateGray !important;
}


/* Wikitable class for quest journal tables */
/* onqtable = Online */
/* dbqtable = Dragonborn */
/* dgqtable = Dawnguard */
/* skqtable = Skyrim    */
/* obqtable = Oblivion  */
/* shqtable = Shivering Isles  */
/* knqtable = Knights of the Nine  */
/* mwqtable = Morrowind */
/* dfqtable = Daggerfall */
/* arqtable = Arena */

table.onqtable,
table.dbqtable,
table.dgqtable,
table.skqtable,
table.obqtable,
table.shqtable,
table.knqtable,
table.mwqtable,
table.dfqtable,
table.arqtable {
    background: #111111;
    border: 1px solid #000000;
    border-collapse: separate;
    width: 100%;
}

table.onqtable ul,
table.dbqtable ul,
table.dgqtable ul,
table.skqtable ul,
table.obqtable ul,
table.shqtable ul,
table.knqtable ul,
table.mwqtable ul,
table.dfqtable ul,
table.arqtable ul {
    color: #999999;
    font-size: x-small;
}

table.onqtable td b,
table.dbqtable td b,
table.dgqtable td b,  
table.skqtable td b, 
table.obqtable td b,
table.shqtable td b,
table.knqtable td b,
table.mwqtable td b,
table.dfqtable td b,
table.arqtable td b {color: #4593c0;}

table.onqtable ul li b,
table.dbqtable ul li b,
table.dgqtable ul li b,
table.skqtable ul li b,
table.obqtable ul li b,
table.shqtable ul li b,
table.knqtable ul li b,
table.mwqtable ul li b,
table.dfqtable ul li b,
table.arqtable ul li b {color: #C9BF58;}

table.onqtable ul li u,
table.dbqtable ul li u,
table.dgqtable ul li u,
table.skqtable ul li u,
table.obqtable ul li u,
table.shqtable ul li u,
table.knqtable ul li u,
table.mwqtable ul li u,
table.dfqtable ul li u,
table.arqtable ul li u {color: #40FF50; text-decoration: none;}

table.onqtable ul li i,
table.dbqtable ul li i,
table.dgqtable ul li i,
table.skqtable ul li i,
table.obqtable ul li i,
table.shqtable ul li i,
table.knqtable ul li i,
table.mwqtable ul li i,
table.dfqtable ul li i,
table.arqtable ul li i {color: red; font-style: normal;}

table.onqtable td,
table.onqtable th,
table.dbqtable td,
table.dbqtable th,
table.dgqtable td, 
table.dgqtable th, 
table.skqtable td, 
table.skqtable th, 
table.obqtable td, 
table.obqtable th,
table.shqtable td,
table.shqtable th,
table.knqtable td,
table.knqtable th,
table.mwqtable td, 
table.mwqtable th,
table.dfqtable td, 
table.dfqtable th,
table.arqtable td, 
table.arqtable th {
    border: 1px solid #000000;
    padding: 5px;
}

table.onqtable td,
table.dbqtable td,
table.dgqtable td,
table.skqtable td,  
table.obqtable td,
table.shqtable td,
table.knqtable td,
table.mwqtable td,
table.dfqtable td,
table.arqtable td {background: #222222;}

table.onqtable th {background: #111111;}
table.dbqtable th {background: #1D2438;}
table.dgqtable th {background: #0C0D3F;}
table.skqtable th {background: #0B2763;}
table.obqtable th {background: #2F4F4F;}
table.shqtable th {background: #615868;}
table.knqtable th {background: #204F71;}
table.mwqtable th {background: #271F07;}
table.dfqtable th {background: #004200;}
table.arqtable th {background: #841B17;}

/* Styling for large portal classes
See https://elderscrolls.fandom.com/wiki/Portal:Skyrim */

div.categorylist {
	background: url("https://images.wikia.nocookie.net/elderscrolls/images/1/14/Portalbg.png") repeat scroll 0px 0px transparent;
	border: 1px solid #000000;
	border-radius: 0px;
	padding: 5px; 
	margin:5px 0;
}

div.categoryname {
	background: none repeat scroll 0 0 transparent;
	float: left;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 26px 5px;
	text-align: left;
	width: 115px;
}

div.categorydesc {
	background: #000;
	border-left: 1px solid #222;
	/*float: right;*/
	margin: 0 0 0 115px;
	padding: 5px;
	width: auto;
	height: 63px;
	opacity: 0.8;
}

/* Styling for small portal classes - 2 line max descriptions */

div.categorylistsmall {
    background: url("https://images.wikia.nocookie.net/elderscrolls/images/1/14/Portalbg.png") repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    font-size: 12px;
    margin: 5px 0;
    padding: 5px;
}

div.categorynamesmall {
    background: none repeat scroll 0 0 transparent;
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 14px 5px;
    text-align: left;
    width: 120px;
}

div.categorydescsmall {
    background: none repeat scroll 0 0 #000000;
    border-left: 1px solid #222222;
    float: right;
    height: 43px;
    opacity: 0.8;
    padding: 3px;
    width: 80%;
}

.categorylistsmall.listeso {
    background: url("https://vignette.wikia.nocookie.net/elderscrolls/images/c/ce/ESO_template_background.png") repeat scroll 0 0 transparent;
}

.categorylistsmall.listoblivion {
    background: url("https://vignette.wikia.nocookie.net/elderscrolls/images/b/b7/Oblivion_Portal_Background.png") repeat scroll 0 0 transparent;
}

/* Books */

.bookContainer{
    background: #111111; 
    border-radius: 5px; 
    color: #cccccc; 
    font-family: serif; 
    font-size: 15px; 
    font-weight: normal; 
    line-height: 27px; 
    margin: 0px; 
    padding: 5px 10px 5px 10px;
}

.bookContainer h2{margin-top: 10px!important;}

/* Styling for navbox bg*/

table.navbox {
background: #222222;
border-collapse: separate;
border:1px solid black; 
font-size:88%; 
padding: 0px; 
text-align:center; 
width: 100%
}

table.navbox th {border: 1px solid #000000; background: url("https://images.wikia.nocookie.net/elderscrolls/images/1/14/Portalbg.png") repeat scroll 0px 0px transparent;}
table.navbox tr {border: 1px solid #000000;}
table.navbox td {border: 1px solid #000000;}


/* Gallery temp fix */
.WikiaArticle ul.gallery { margin: 0em; }

li.gallerybox div.thumb {
  background-color: transparent !important;
  border: 0 none !important;
}

/* temp white bg fix */
table.diff, td.diff-otitle, td.diff-ntitle {background-color: transparent;}

/* Styling for char and char-half blockquotes*/

blockquote.char{
    background: url("https://images.wikia.nocookie.net/elderscrolls/images/6/6c/Quotebg.png") no-repeat scroll 0 0 #111111;
    border-left: 2px solid #999999;
    border-radius: 5px 5px 5px 5px;
    margin: 0 15px;
    padding: 20px;
    width: auto;
    line-height: 23px;
    font-style: italic;
}

blockquote.char-half{
    background: url("https://images.wikia.nocookie.net/elderscrolls/images/6/6c/Quotebg.png") no-repeat scroll 0 0 #111111;
    border-left: 2px solid #999999;
    border-radius: 5px 5px 5px 5px;
    margin: 0 15px;
    padding: 20px;
    width: 50%;
    line-height: 23px;
    font-style: italic;
}

blockquote.char b,
blockquote.char-half b {color: #777777;font-style: normal;}


/* Styling for buggy blockquote replacement using divs*/
/* Can be used for displaying conversations between characters.*/

div.blockquote,div.blockquote-half
{
    background: url("https://images.wikia.nocookie.net/elderscrolls/images/6/6c/Quotebg.png") no-repeat scroll 0 0 #111111;
    border-left: 2px solid #999999;
    border-radius: 5px;   
    line-height: 23px;
    margin: 15px;
    padding: 20px; 
    color: #888888;
    font-style: italic;
}

div.blockquote i, div.blockquote-half i{
    color: #D5D4D4;
    font-style: italic;}

div.blockquote b, div.blockquote-half b{
    color: #D5D4D4;
    font-style: normal;}

div.blockquote-half{width: 340px;}

/* Hidden Wikitable class for usage in NPC convos*/
table.hidden-table{border:0; margin:0; padding:0;}
table.hidden-table tr{vertical-align: top;}

/* Popup */
.tt {
    background: none !important;
    color: #5a91cf !important;
}

/* Overriding global text/header sizing */
.WikiaArticle {font-size: 13px!important;}

.WikiaArticle h1 {font-size:24px; font-weight:bold;}
.WikiaArticle h2 {font-size:20px; font-weight:bold;}
.WikiaArticle h3 {font-size:17px; font-weight:bold;}
.WikiaArticle h4 {font-size:15px; font-weight:bold;}
.WikiaArticle h5 {font-size:14px; font-weight:bold;}
.WikiaArticle h6 {font-size:14px; font-weight:bold;}

/* temp fix for spoilers width issue*/
span.collapseLink {position: relative !important;}

/* styling for exclusive dialogue boxes*/
div.diabox,div.diabox-half
{
    background: none repeat scroll 0 0 #111111;
    border-radius: 5px;
    padding: 10px; 
    margin: 10px;}

div.diabox i,div.diabox-half i{
    color: #888888;
    font-style: italic;}

div.diabox-half{width: 400px;}


/* acronym class for hidden text/dragon traslations*/
acronym.hidden {
    border-bottom:1px dotted #ffffff;
    cursor:help;}

/* hidden text variant*/
span.caption
{
	display:inline;
	font-weight: normal;
	border-bottom:1px dotted #ffffff;
	text-decoration:none;
	text-align:left;
	color: #FFFFFF;
	padding: 0px; 
	margin: 0px 0px 0px 0px;
	background: none;
}

span.caption span 
{
	display:none;
} 

span.caption:hover 
{
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	text-decoration:none;
	background: #111111;	
        cursor: help;
}

span.caption:hover span
{ 	
	margin: 30px 0px 0px -20px;
	display:inline;
	position:absolute;
	font-weight: normal; 
        font-style: normal;
	text-align:left;
	padding: 2px 4px 2px 4px;
	border:1px solid #000000;
	background: #FAEBD7; 
	color:#222222;
	text-decoration:none;
	font-size: 11px;
        font-family: Tahoma;
        line-height: 13px;
}

/* styling class for all template banners*/
div.banner{
       width: 635px;
       margin-bottom:10px;
       font-size:11px;}

/* thumbcaptions*/
.WikiaArticle .thumbcaption {font-size: 11px!important;}

/* Expanding Template */
.hiddentext { display: none }
.visibletext:hover .hiddentext { display: inline !important }

/* Warning template*/
.warningtemplate {
        background-color: whitesmoke;
        border: 2px solid #f66;
        color: black;
        margin: 0.8em 0;
        padding: 0.5em 12px;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.66);
}
.warningtemplate em {
           color: maroon;
           font-size: 1.25em;
}

/* Legends tooltips */
span.card, span.card a {
    cursor: help;
    border-bottom: 1px dotted;
}

span.card div {
  display: none;
  position: absolute;
  overflow: visible;
  z-index: 999;
  height: 384;
}

span.card:hover > div {
  display: block;
}

/* 3D viewer test (broken as of Oct 2020) */
#object-rotator {
    position: relative;
    height: 360px;
    width: 270px;
    cursor: ew-resize;
    background-repeat: repeat-x;
}

/* Adding some extra spacing above H2s: too scrunched in UCP (October 2020) */
.WikiaArticle h2 {
    margin-top: 30px;
}

/* Make self links bold rather than blue (October 2020) ( */
.mw-selflink.selflink {
	color: inherit;
	font-weight:bold
}

/* Re-add the scrollbar to MediaWiki:Newarticletext that was removed in the UCP; better than collapsible (February 2021) */
.mw-newarticletext.plainlinks {
    height: 140px;
    overflow: auto;
    padding-right: 2%;
}

/* Changing color of bloglist module (MP) from default var(--theme-article-background-color--secondary) to background color (April 2021) */
.blog-listing__post {
    background-color: var(--theme-article-background-color);
}

/* Changing color of "create page" box to background color to fit theme and improve readability (April 2021) */
.mw-ui-button.mw-ui-progressive.createboxButton:disabled {
	background-color: var(--theme-article-background-color);
}

.mw-ui-button.mw-ui-progressive.createboxButton {
	background-color: var(--theme-article-background-color--secondary);
	border-color: white;
}

/* Removing whitespace from ==References== and {{Reflist}} on short articles (allows it to be on same x-level as infobox) (April 2021) */
.mw-parser-output .mw-references-wrap {
    clear: none;
}
/*============================================================================
* End of code from MediaWiki:Wikia.css (moved 2021-05-31)
============================================================================*/

/* Add background images that were removed in the UCX (June 2021) */
/* Full background/sides */
.main-container {
    background: url(https://images.wikia.com/elderscrolls/images/5/50/Wiki-background) no-repeat fixed center top;
}
/* Central background image */
.page.has-right-rail, .page .page__main {
    background: url(https://images.wikia.nocookie.net/elderscrolls/images/6/6f/Bg_online_bottom.jpg) no-repeat fixed center bottom #181818;
}
/* Make content area and right rail transparent in order to see Bg_online_bottom.jpg without an awkward cutoff */
.page__main, .page__right-rail {
    background: transparent;
}

/* Temporary coloration fix for edit diffs on UCX, otherwise unreadable (June 2021) */
.diff-context {
    background-color: transparent;
    border-color: var(--theme-border-color);
    color: var(--theme-page-text-color);
}
.diff-deletedline {
    background-color: var(--theme-page-background-color--secondary);
    border-color: var(--theme-alert-color);
}
.diff-deletedline .diffchange {
    background-color: var(--theme-alert-color);
    color: #fff;
}
.diff-addedline {
    background-color: var(--theme-page-background-color--secondary);
    border-color: var(--theme-success-color);
}
.diff-addedline .diffchange {
    background-color: var(--theme-success-color);
    color: #fff;
}

/* Temporary coloration fix for page history diff comparison in UCX (June 2021) */
#pagehistory li.selected {
    background-color: var(--theme-page-background-color--secondary);
    border-color: var(--theme-border-color);
    color: var(--theme-page-text-color);
}
#pagehistory li {
    border-color: transparent;
    margin: 3px 0;
}
Advertisement