fable

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

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* rounded corners - Mozilla/Firefox only */
.pBody {
    padding: 0.1em 0.1em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
}

#p-cactions ul li, #p-cactions ul li a {  
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
}

#content, #catlinks, .toc, pre, h4.mw-specialpagesgroup, #filetoc, .gallery, .thumb, .smwfact {
    -moz-border-radius-topleft: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    -webkit-border-radius-bottomright: 0.5em;
    -webkit-border-radius-bottomleft: 0.5em;
}

/* Display text below main article header, located at MediaWiki:tagline */
#siteSub {
   display: inline;
   font-size: 92%;
   font-weight: bold;
   font-style: italic;
   color: #01459A;
}

/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}

/* Giving headers and TOC a little extra space */
#WikiaMainContent h2 {
   margin-top: 20px;
}
.toc {
   margin-top: 20px;
}

/* Overflow */
pre, h1, h2, h3, h4, h5, h6 {
   overflow:auto;
}

#siteNotice {
   text-align: center;
   float: center;
   width: auto;
}
/* User message */
.usermessage, .usermessage plainlinks {
   -moz-border-radius-topleft: 0.5em;
   -moz-border-radius-topright: 0.5em;
   -moz-border-radius-bottomleft: 0.5em;
   -moz-border-radius-bottomright: 0.5em;
   -webkit-border-radius-topright:0.5em;
   -webkit-border-radius-topleft:0.5em;
   -webkit-border-radius-bottomright:0.5em;
   -webkit-border-radius-bottomleft:0.5em;
}

/* Special pages headings */
h4.mw-specialpagesgroup {
    padding: 0 .5em 0 .5em;
    border: gray solid 1px;
}

/* Reference styling */
.references-small {
   font-size: 90%;
}

/* Infobox template style */
.theme-fandomdesktop-light .infobox {
   border: 1px solid #A21F1F !important;
   background-color: transparent; 
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #A21F1F;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
.toccolours {
       border: 1px solid #A21F1F;
       background-color: transparent;
       padding: 2px;
}
.theme-fandomdesktop-dark .infobox {
   border: 1px solid #006f76 !important;
   background-color: transparent; 
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #006f76;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}
.toccolours {
       border: 1px solid #006f76;
       background-color: transparent;
       padding: 2px;
}
/* Forum formatting (by -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background-color: #f9f9f9; margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Recent changes byte indicators */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }

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

/* === Babel === */

div.babelbox {
float: right;
margin-left: 1em;
margin-bottom: 0.5em;
width: 246px;
border: 1px solid #99B3FF;
padding: 2px 0 2px 0;
}
.lang-blockN, .lang-block0, .lang-block1, .lang-block2, .lang-block3 {
margin: 2px 4px 2px 4px; /* t, l, b, r */
width:238px;
border-collapse: collapse;
}
td.lang-codeN, td.lang-code0, td.lang-code1, td.lang-code2, td.lang-code3 {
text-align:center;
font-size:14pt;
width:45px;
height:45px;
}
td.lang-descriptionN, td.lang-description0, td.lang-description1,
td.lang-description2, td.lang-description3 {
font-size:8pt;
padding:4pt;
line-height:1.25em;
}

.lang-block0 {
border:1px solid #FFB3B3;
}
td.lang-code0 {
background-color: #FFB3B3;
color: black;
}
td.lang-description0 {
background-color: #FFE0E8;
color: black;
}

.lang-block1,  .lang-block2, .lang-block3  {
border:1px solid #99B3FF;
}
td.lang-code1, td.lang-code2, td.lang-code3 {
background-color: #99B3FF;
color: black;
}
td.lang-description1,  td.lang-description2, td.lang-description3 {
background-color: #E0E8FF;
color: black;
}

.lang-blockN {
border:1px solid #6EF7A7;
}
td.lang-codeN {
background-color: #6EF7A7;
color: black;
}
td.lang-descriptionN {
background-color: #C5FCDC;
color: black;
}

/*set the background color of the content and the 'on' tab the same*/
.yui-content, .yui-navset .yui-nav li.selected {
background-color: #E7F2FF;
}
 
/** style the 'on' tab **/
.yui-navset .yui-nav .selected {
border-top: 1px outset #E7F2FF;
border-right: 1px outset #E7F2FF;
border-bottom: 1px solid #E7F2FF;
border-left: 1px outset #E7F2FF;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-webkit-border-radius-topright: 0.5em;
-webkit-border-radius-topleft: 0.5em;
font-weight: bold;
}
 
/* Hover inactive tabs */
.yui-nav li:hover {
border-top: 1px outset #A3B3FF;
border-right: 1px outset #A3B3FF;
border-bottom: 1px solid #A3B3FF;
border-left: 1px outset #A3B3FF;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-webkit-border-radius-topright: 0.5em;
-webkit-border-radius-topleft: 0.5em;
background-color: #A3B3FF;
font-weight: bold;
}
 
/* keep the side padding, but enforce no gap between content area and tabs */
.yui-content {
-moz-border-radius-topright: 0.5em;
-moz-border-radius-bottomleft: 0.5em;
-moz-border-radius-bottomright: 0.5em;
-webkit-border-radius-topright: 0.5em;
-webkit-border-radius-bottomright: 0.5em;
-webkit-border-radius-bottomleft: 0.5em;
margin-top: 0;
padding-top: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
}
 
/* Tabs */
.activetab {
border-top: 1px outset #E7F2FF;
border-right: 1px outset #E7F2FF;
border-bottom: 1px solid #E7F2FF;
border-left: 1px outset #E7F2FF;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-webkit-border-radius-topright: 0.5em;
-webkit-border-radius-topleft: 0.5em;
background-color: #E7F2FF;
font-weight: bold;
padding-left: 10px;
padding-right: 10px;
}
.inactivetab {
border-top: 1px inset #D4DEE8;
border-right: 1px inset #D4DEE8;
border-bottom: 1px solid #D4DEE8;
border-left: 1px inset #D4DEE8;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-webkit-border-radius-topright: 0.5em;
-webkit-border-radius-topleft: 0.5em;
background-color: #D4DEE8;
padding-left: 10px;
padding-right: 10px;
}
.inactivetab:hover {
border-top: 1px outset #A3B3FF;
border-right: 1px outset #A3B3FF;
border-bottom: 1px solid #A3B3FF;
border-left: 1px outset #A3B3FF;
-moz-border-radius-topright: 0.5em;
-moz-border-radius-topleft: 0.5em;
-webkit-border-radius-topright: 0.5em;
-webkit-border-radius-topleft: 0.5em;
background-color: #A3B3FF;
font-weight: bold;
}

/* remove talk link from forum namespace (monobooks/newskins/quartzskins/monaco) */
body.ns-110 #ca-talk, body.ns-110 #this_talk, body.ns-110 #page_tabs li+li  { display: none; }

#WikiaMainContent h2 { border-top: none; border-bottom: 1px solid #999999; }

/* Set proportion for the small tag */
small { font-size: 80%; }

/*** Content Namespace Styles ***/
/* 112-Playground */
.ns-112 .page-header__title::before {
	content: url(https://static.wikia.nocookie.net/fable/images/0/02/Playground_Games_Namespace_Icon.png/revision/latest/scale-to-width-down/32);
}

.ns-112 .wiki-page-header__title::before {
	content: url(https://static.wikia.nocookie.net/fable/images/0/02/Playground_Games_Namespace_Icon.png/revision/latest/scale-to-width-down/28) " "
}

.ns-112 .mw-page-title-namespace {
	font-size: smaller;
	font-weight: lighter;
/*	display: none; */
}

.ns-112 .mw-page-title-separator {
	font-size: smaller;
	font-weight: lighter;
/*	display: none; */
}

.ns-112 .mw-page-title-main {
	font-weight: bolder;
}

/**Code for coloured usernames for those users that need them.**/
 
/*Originally from RuneScape wiki - Credit goes to them.*/
 
 
/*(Active) Sysops & Bureaucrats*/
a[href="/wiki/User:Enodoc"], 
a[href="/wiki/User:Enobot"],
a[href="/wiki/User:Alpha_Lycos"],
a[href="/wiki/User:Lychfield-Isopod"]
{}
 
/*Rollback*/
a[href="/wiki/The_Fable_Wiki:Rollback"],
a[href="/wiki/User:TheIndifferentist"],
a[href="/wiki/User:WikiaWizard"],
a[href="/wiki/User:Garry_Damrau"],
a[href="/wiki/User:Geekie_beekie"],
a[href="/wiki/User:MrMatthewAllen"]
{}

/*Dev*/
a[href="/wiki/User:Hohbes"],
a[href="/wiki/User:Little_Spoons"]
{}

/** TOC template CSS **/
 
/* 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-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
    display: none;
}

/** Forum Archives **/
.WikiaArticle .forumarchives-box {
     background: #FA8F60;
     border: 1px solid #CCC;
     color: #000;
     margin: 10px 0;
     padding: 10px
}
.WikiaArticle .forumarchives-header {
     font-size: 20px;
     margin: 0 0 10px
}
.WikiaArticle .forumarchives-button {
     border-radius: 4px;
     -webkit-border-radius: 4px;
     background-color: #E5E5E5;
     background-image: -moz-linear-gradient(top,white 35%,#e5e5e5 65%);
     background-image: -webkit-gradient(linear,0% 0%,0% 100%,color-stop(35%,#FFF),color-stop(65%,#E5E5E5));
     background-image: -o-linear-gradient(top,white 35%,#e5e5e5 65%);
     background-image: -ms-linear-gradient(top,white 35%,#e5e5e5 65%);
     border: 1px solid #CCC;
     color: #3A3A3A;
     cursor: pointer;
     display: inline-block;
     font-family: Helvetica,Arial,sans-serif;
     font-size: 12px;
     height: 19px;
     line-height: 20px;
     margin: 0;
     padding: 0 10px;
     text-decoration: none;
     white-space: nowrap
}

/*** portable infobox override ***/
/* tabs on images stay centralized in the template */
.portable-infobox .wds-tabs__tab:first-child {
    margin-left: auto;
}
.portable-infobox .wds-tabs__tab:last-child {
    margin-right: auto;
}

/* spacing between infobox rows */
.pi-item-spacing {
    padding: 5px 0px !important;
    }

/* portable infobox title */
.pi-title {
    text-align: center;
    }

/* portable infobox group headers */
.pi-header {
    background-color: rgba(var(--theme-accent-color--rgb, rgb(102, 102, 102)), 0.5);
}


/* portable infobox labels */
.pi-data-label {
	background-color: rgba(var(--theme-accent-color--rgb, rgb(85, 85, 85)), 0.2);
	padding: 3px 5px 3px 3px;
	text-align: right;
}

/*******************
 * Navboxes
 *******************/
/*
* CSS Vars
* Note: The linter will throw an error. See [https://community.fandom.com/wiki/Help:Advanced_CSS_and_JS#Common_issues this page] for more info.
*/
.navbox {
    --navbox-bg-color: var(--theme-page-background-color);
    --navbox-text-color: var(--theme-page-text-color);
    --navbox-title-color: rgba(var(--theme-accent-color--rgb, rgb(102, 102, 102)), 0.5);
    --navbox-header-color: rgba(var(--theme-accent-color--rgb, rgb(102, 102, 102)), 0.3);
    --navbox-alt-color: rgba(var(--theme-accent-color--rgb, rgb(85, 85, 85)), 0.1);
    --navbox-border-color: var(--theme-border-color)
}
.navbox {
    width: 100%;
    background: var(--navbox-bg-color, white);
    color: var(--navbox-text-color, black);
    margin: 1em auto;
    font-size: 84%;
    clear: both;
    padding: 2px;
    border-spacing: 0;
    border: 1px solid var(--navbox-border-color, #AAA);
}

/* Merges navboxes that are directly under eachother */
.navbox + .navbox {
    margin-top: -11px;
}

.navbox .navbox-title {
    background: var(--navbox-title-color, #CCF);
    color: var(--navbox-text-color, black);
    font-size:15px;
    font-weight: bold;
}

.navbox .navbox-vde {
    float:left;
    width:65px;
}

.navbox .navbox-title-padright {
    padding-right: 65px;
}

.navbox .navbox-title-padleft {
    padding-left: 65px;
}

.navbox .navbox-subgroup {
    border-spacing: 0;
    width: 100%;
}

.navbox .navbox-gutter {
    height: 2px;
}

.navbox .navbox-subgroup .navbox-gutter {
    background: var(--navbox-bg-color, white);
}

.navbox .navbox-section-row > td {
    padding: 0;
    height: 100%;
}

.navbox .navbox-section {
    width: 100%;
    border-spacing: 0;
}

.navbox .navbox-above,
.navbox .navbox-below {
    background: var(--navbox-header-color, #DDF);
    text-align: center;
}

.navbox .navbox-image {
    background: var(--navbox-bg-color, white);
    text-align: center;
}

.navbox .navbox-group,
.navbox .navbox-header {
    background: var(--navbox-header-color, #DDF);
    color: var(--navbox-text-color, black);
    font-weight: bold;
    height: 100%;
    padding: 2px 4px;
}

.navbox .navbox-header-collapsible {
    padding-left: 65px;
}

.navbox .navbox-group {
    text-align: right;
    padding-right: 1em;
    min-width: 150px;
}

.navbox .navbox-group,
.navbox .navbox-image-left {
    border-right: 2px solid var(--navbox-bg-color, white);
}

.navbox .navbox-image-right {
    border-left: 2px solid var(--navbox-bg-color, white);
}

.navbox .navbox-list {
    background: var(--navbox-bg-color, white);
    color: var(--navbox-text-color, black);
    width: 100%;
    height: 100%;
    padding: 0;
}

.navbox .alt > .navbox-list {
    background: var(--navbox-alt-color, #F7F7F7);
}

.navbox .navbox-list div {
    padding: 0px 4px;
}

.navbox .navbox-list.no-group {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbox .mw-collapsible-toggle {
    width: 65px;
}

/* hlist */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0; /* don't trust the note that says margin doesn't work with inline
				* removing margin: 0 makes dds have margins again */
	display: inline;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}
/* default settings for div table */
.divTable {
    display: table;
}
.divTableRow {
    display: table-row;
}
.divTableCell, .divTableHead {
    display: table-cell;
    padding: 10px;
}
.divTableBody {
    display: table-row-group;
}

.rail-module {
    background-image: url();
}
.WikiaRail .module {
    background: none;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}

/******************* HOVER ACTIONS *******************/

/* Hover FADE */
.hoverfade img {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
   opacity: 1;
   filter: alpha(opacity=100);
}
 
.hoverfade img:hover {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

/* Hover SHADOW */
.hovershadow img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.hovershadow img:hover {
    box-shadow: 4px 4px 13px 8px #ffffff50;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

/* Hover ROTATE */
.rotate:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.rotateanti:hover img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotateanti img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

/* Tabbers Alignment of Elements*/

.tabber .wds-tabs__wrapper .wds-tabs {
    text-align: center;
    justify-content: center;
}

/******************* TESTING AREA *******************/