The Wiki for Tale 5 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.
If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.
Template:Hidden
/* <source lang="css"> */
/* Main page fixes */
- interwiki-completelist {
font-weight: bold;
} body.page-Main_Page #ca-delete {
display: none !important;
}
body.page-Main_Page #mp-topbanner {
clear: both;
}
/* Edit window toolbar */
- toolbar {
height: 22px; margin-bottom: 6px;
}
/* Margins for
- and
- content ol, #content ul,
- mw_content ol, #mw_content ul {
- /
- /
- content a[href$=".pdf"].external,
- content a[href*=".pdf?"].external,
- content a[href*=".pdf#"].external,
- content a[href$=".PDF"].external,
- content a[href*=".PDF?"].external,
- content a[href*=".PDF#"].external,
- mw_content a[href$=".pdf"].external,
- mw_content a[href*=".pdf?"].external,
- mw_content a[href*=".pdf#"].external,
- mw_content a[href$=".PDF"].external,
- mw_content a[href*=".PDF?"].external,
- mw_content a[href*=".PDF#"].external {
- content span.PDFlink a,
- mw_content span.PDFlink a {
- wpSave {
- /
- /
- wpUploadDescription {
- content .gallerybox div.thumb {
- file img {
- mw-subcategories, #mw-pages, #mw-category-media,
- filehistory, #wikiPreview, #wikiDiff {
- */
the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; } .nonumtoc #toc ul, .nonumtoc .toc ul {
line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0;
} .nonumtoc #toc ul ul, .nonumtoc .toc ul ul {
margin: 0 0 0 2em;
}
/* Allow limiting of which header levels are shown in a TOC;
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; }
/* Styling for Template:Quote */ blockquote.templatequote {
margin-top: 0;
} blockquote.templatequote div.templatequotecite {
line-height: 1em; text-align: left; padding-left: 2em; margin-top: 0;
} blockquote.templatequote div.templatequotecite cite {
font-size: 85%;
}
div.user-block {
padding: 5px; border: 1px solid #A9A9A9; background-color: #FFEFD5;
}
/* Prevent line breaks in silly places:
1) Links when we don't want them to 2) Bold "links" to the page itself 2) HTML formulae 3) Ref tags with group names <ref group="Note"> --> "[Note 1]"
.nowraplinks a, .nowraplinks .selflink, span.texhtml, sup.reference a {
white-space: nowrap;
}
/* For template documentation */ .template-documentation {
clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 1em;
}
.thumbinner {
min-width: 100px;
}
/* Inline divs in ImageMaps (code borrowed from de.wiki) */ .imagemap-inline div {
display: inline;
}
/* Increase the height of the image upload box */
height: 13em;
}
/* Reduce line-height for and */ sup, sub {
line-height: 1em;
}
/* Remove white border from thumbnails */ div.thumb {
border: none;
} div.tright {
border: none; margin: 0.5em 0 0.8em 1.4em;
} div.tleft {
border: none; margin: 0.5em 1.4em 0.8em 0;
}
/* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb img.thumbimage {
background-color: #fff;
}
/* The backgrounds for galleries. */
background-color: #F9F9F9; /* Light gray padding */
} /* Put a chequered background behind images, only visible if they have transparency */ .gallerybox .thumb img,
background: white url("") repeat;
} /* But not on articles, user pages, portals or with opt-out. */ .ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img {
background: white;
}
/* Prevent floating boxes from overlapping any category listings,
file histories, edit previews, and edit [Show changes] views */
clear: both;
}
/* Selectively hide headers in WikiProject banners */ .wpb .wpb-header { display: none; } .wpbs-inner .wpb .wpb-header { display: block; } /* for IE */ .wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */ .wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */
/* Styling for Abuse Filter tags */ .mw-tag-markers {
font-family:sans-serif; font-style:italic; font-size:90%;
}
/* Fix so , and tags get normal text size also in
some versions of Firefox, Safari, Konqueror, Chrome etc. */
tt, code, pre {
font-family: monospace, sans-serif;
}
/* Remove bullets when there are multiple edit page warnings */
ul.permissions-errors > li {
list-style: none;
}
ul.permissions-errors {
margin: 0;
}
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
/* Fix an alignment issue with oggplayer when rendered as center */
.center .ogg-player-options ul {
margin: 0.3em 0px 0px 1.5em;
}
/* </source> */