MediaWiki:Common.css: различия между версиями

Материал из Википедия по игре The Elder Scrolls Online
Нет описания правки
Нет описания правки
 
(не показаны 72 промежуточные версии 2 участников)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться ко всем темам оформления */
/**
/* Reset italic styling set by user agent */
* Wiki.tesonline.org Global Stylesheet
cite, dfn {
* Current maintainers: Wiki staff members
font-style: inherit;
* Please discuss changes on MediaWiki talk:Common.css
*/
 
/** Testing area, please clear out this section after testing is done **/
.row-box {
    position: relative;
}
}
.box {
    display: block;
    width: 55%;
    position: relative;
}
.box img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    padding: 1% 0;
}
.box:nth-child(1) {
    clip-path: polygon(0 0, 97% 0, 82% 100%, 0 100%);
}
.box:nth-child(2) {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 3% 100%);
    left: 45%;
    position: absolute;
    top: 0;
}
.box:nth-child(3) {
    clip-path: polygon(0 0, 82% 0, 97% 100%, 0 100%);     
}
.box:nth-child(4) {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 18% 100%);
    left: 45%;       
    position: absolute;
    top: 50%;           
}
/** End test area **/


/* Straight quote marks for <q> */
/****************
q {
* Custom Fonts *
quotes: '"' '"' "'" "'";
****************/
@font-face {
    font-family: OpenSans;
    src: local('OpenSans-Regular'), local('OpenSans-Regular'), url(/media/hydra/fonts/OpenSans-Regular.ttf) format('truetype');
}
}


/* Avoid collision of blockquote with floating elements by swapping margin and padding */
@font-face {
blockquote {
    font-family: OpenSans;
overflow: hidden;
    font-style: italic;
margin: 1em 0;
    src: local('OpenSans-Italic'), local('OpenSans-Italic'), url(/media/hydra/fonts/OpenSans-Italic.ttf) format('truetype');
padding: 0 40px;
}
}


/* give pre a float clearing new block formatting context */
@font-face {
/* Also break any really long words/urls to keep them visible in that case */
    font-family: OpenSans;
pre, .mw-code {
    font-weight: bold;
overflow-x: hidden;
    src: local('OpenSans-Bold'), local('OpenSans-Bold'), url(/media/hydra/fonts/OpenSans-Bold.ttf) format('truetype');
overflow-wrap: break-word;
}
}


/* Consistent size for <small>, <sub> and <sup> */
@font-face {
small {
    font-family: OpenSans;
font-size: 85%;
    font-style: italic;
    font-weight: bold;
    src: local('OpenSans-BoldItalic'), local('OpenSans-BoldItalic'), url(/media/hydra/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}
}
.mw-body-content sub,
 
.mw-body-content sup,
@font-face {
span.reference /* for Parsoid */ {
    font-family: "Mojang";
font-size: 80%;
    src: local('Mojang-Regular'), local('Mojang-Regular'), url(/media/hydra/fonts/Mojang-Regular.ttf) format('truetype');
    font-weight: normal;
}
 
@font-face {
    font-family: "Mojang";
    src: local('Mojang-Bold'), local('Mojang-Bold'), url(/media/hydra/fonts/Mojang-Bold.ttf) format('truetype');
    font-weight: bold;
}
}


/* Same spacing for indented and unindented paragraphs on talk pages */
/******************
.ns-talk .mw-body-content dd {
/* General styles *
margin-top: 0.4em;
/**background-color: #171717;**/
margin-bottom: 0.4em;
body {
    background-image: url(/media/1/1f/Background.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #000000;/*Подвал страницы*/
    background-size: 100% auto;
    color: #0000FF;
    font-family: OpenSans, sans-serif;
}
}


/* Main page fixes */
#pageWrapper {
#interwiki-completelist {
    padding-right: 1em;
font-weight: bold;
}
}


/* Reduce page jumps by hiding collapsed/dismissed content */
/********************
.client-js .mw-special-Watchlist #watchlist-message,
/* Community portal *
.client-js .NavFrame.collapsed .NavContent,
/********************/
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child) {
.cpbox {
display: none;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
}


/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
#cpbox-side {
.mw-rcfilters-enabled .mw-specialpage-summary {
    box-sizing: border-box;
margin-top: 1em;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}
}


/* Hide charinsert base for those not using the gadget */
#cpbox-main {
#editpage-specialchars {
    box-sizing: border-box;
display: none;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}
}


/* Highlight linked elements (such as clicked references) in blue */
#cpbox-tasks {
body.action-info .mw-body-content :target,
    box-sizing: border-box;
.citation:target {
    width: calc(100% - 10px);
background-color: #def; /* Fallback */
    margin: 5px;
background-color: rgba(0, 127, 255, 0.133);
}
}


/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.cpbox-feature {
.citation {
    padding: 10px;
word-wrap: break-word;
}
}


/* For linked citation numbers and document IDs, where the number need not be shown
/***************
  on a screen or a handheld, but should be included in the printed version */
/* Logo styles *
@media screen, handheld {
/***************/
.citation .printonly {
/* Новогодний логотип */
display: none;
#p-logo a {
}
    /*background-image: url('//upload.wikimedia.org/wikipedia/commons/d/da/Wikinews-logo-ru-1.png') !important;*/
    /*background-image: url('/resources/assets/new_year_logo.png') !important;*/
}
/*****************
/* Header styles *
/*****************/
div#mw-page-base {
    /*background: #FFFF00;*/
    background: #FFFFFF;
    height: 82px;
    margin-bottom: 0;
    border-bottom: 3px solid #FFFFFF;
  /* border-bottom: 3px solid #FFFF00;*/
}
}


/* Make the list of references smaller */
div#mw-head {
/* Keep in sync with Template:Refbegin/styles.css */
    height: 82px;
ol.references,
div.reflist {
font-size: 90%;            /* Default font-size */
margin-bottom: 0.5em;
}
}
div.reflist ol.references {
 
font-size: 100%;          /* Reset font-size when nested in div.reflist */
#mw-head-base {
margin-bottom: 0;          /* Avoid double margin when nested in div.reflist */
    display: none;
list-style-type: inherit; /* Enable custom list style types */
}
}


/* Allow hidden ref errors to be shown by user CSS */
/* форматирование параграфов для книг */
/* TemplateStyles */
div.book {font-size: 130%; font-family:sans-serif; }
span.brokenref {
.book p {text-indent: 1.5em; margin: 0 1.5em 0 1.5em;}
display: none;
/* форматирование параграфов для стихов */
div.poem {font-size: 130%; font-family:sans-serif; }
.poem p {text-indent: 0em; margin: 0 1.5em 0 1.5em;}
 
/**************************
/* Article navigation bar *
/**************************/
 
/******************
/* Sidebar styles *
/******************/
/* this has to be overridden for every menu */
#p-Menu,
#p-Menu2,
#p-Menu3 {
overflow: visible;  
}
}


/* Reset top margin for lists embedded in columns */
/* this has to be overridden for every menu */
div.columns {
#p-Menu div,
margin-top: 0.3em;
#p-Menu2 div,
#p-Menu3 div {
margin: 0;
padding: 0;
}
}
div.columns dl,
 
div.columns ol,
/* this is an example to make the list of the second entry bigger e.g. when ther is a longer text in a list item
div.columns ul {
#p-Menu ul li.item2 ul {
margin-top: 0;
width: 16em;
}
}
*/


/* Avoid elements breaking between columns */
/* this an example to change the background color of every second list item
.nocolbreak,
li.even {
div.columns li,
background-color: #eeeeee;
div.columns dd dd {
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
}
}
*/


/* Style for horizontal lists (separator following item).
.menuSidebar ul { /* remove bullets and list indents */
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
list-style: none;
  @revision 8 (2016-05-21)
  margin: 0;
  @author [[User:Edokter]]
padding: 0;
  */
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}
/* Display list items inline */
 
.hlist dd,
/* this div is only for better handling and navigation  ... could also be done in inner ul*/
.hlist dt,
.menuSidebar ul div {
.hlist li {
position: absolute;
margin: 0;
top: -6px;
display: inline;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
z-index: 100; /* show ul on top */
}
}
/* Display nested lists inline */
 
.hlist.inline,
.menuSidebar ul ul {
.hlist.inline dl,
background-color: white;
.hlist.inline ol,
border: 1px solid #aaaaaa;
.hlist.inline ul,
margin-top: 5px; /* make navigation easier*/
.hlist dl dl, .hlist dl ol, .hlist dl ul,
margin-bottom: 5px; /* make navigation easier*/
.hlist ol dl, .hlist ol ol, .hlist ol ul,
z-index: 101; /* show on top; Needed for IE 7 */
.hlist ul dl, .hlist ul ol, .hlist ul ul {
width: 12em; /* width of inner menu, Needed for IE 7 */
display: inline;
}
}
/* Hide empty list items */
 
.hlist .mw-empty-li {
.menuSidebar li {
display: none;
position: relative; /* make li a container for inner elements */
margin: 1px;
z-index: 102; /* show on top; Needed for IE 7 */
}
}
/* Generate interpuncts */
 
.hlist dt:after {
/* style, color and size links and headings to suit */
content: ": ";
.menuSidebar a {
font-weight: bold;
display: block;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #aaaaaa;
margin: 0px;
padding: 1px;
padding-left: 5px;
text-decoration: none;
}
}
/**
 
* Note hlist style usage differd in
/* move the &gt; to the right */
* the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
.menuSidebar a em {
* See https://phabricator.wikimedia.org/T213239
position: absolute;
*/
right: 4px;
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
}
.hlist dd:last-child:after,
 
.hlist dt:last-child:after,
.menuSidebar li:hover, /* Needed for IE 7 */
.hlist li:last-child:after {
.menuSidebar a:hover {
content: none;
background: #ccccff;
}
}
/* Add parentheses around nested lists */
 
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.menuSidebar li.separator a:hover {
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
background: white;
.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,
/* Needed for IE 7 */
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.menuSidebar li.separator a,
content: ")";
.menuSidebar li.separator {
font-weight: normal;
line-height: 0px;
height: 0px;
font-size: 0px;
}
}
/* Put ordinals in front of ordered list items */
 
.hlist ol {
.menuSidebar ul li:last-Child a {  
counter-reset: listitem;
border-width: 0px 0px 0px 0px; // remove the last bottom line
padding-bottom: 0px;
}
}
.hlist ol > li {
 
counter-increment: listitem;
/* hides the first level */
.menuSidebar ul li div { display: none; }
 
/* shows the first level and hide the second */
.menuSidebar ul li:hover div,
.menuSidebar ul li div:hover { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li:hover ul li div { display: none; } /* hide the next level */
 
/* second level*/
.menuSidebar ul li ul li:hover div,
.menuSidebar ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li:hover ul li div { display: none; }  /* hide the next level */
 
/* third level */
.menuSidebar ul li ul li ul li:hover div,
.menuSidebar ul li ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li ul li:hover ul li div { display: none; }  /* hide the next level */
 
/***************
/* Link styles *
/***************/
.gridContainer .gridImage > a {
    color: transparent !important;
}
}
.hlist ol > li:before {
 
content: " " counter(listitem) "\a0";
/******************
/* Стили статей (цвет заголовка)*
/******************/
 
h1, h2, h3, h4, h5, h6 {
  /*color: #FFFFFF;*/ /**белый**/
  /*color: #000000;*/ /** черный **/
    color: #FFFF00; /** желтый **/
    font-family: OpenSans, sans-serif;
}
}
.hlist dd ol > li:first-child:before,
 
.hlist dt ol > li:first-child:before,
h1, h2 {
.hlist li ol > li:first-child:before {
    border-bottom: 0px dashed #e04a40;
content: " (" counter(listitem) "\a0";
}
}


/* Unbulleted lists */
hr {
.plainlist ol,
    background: none;
.plainlist ul {
    border-bottom: 1px dashed #e04a40;
line-height: inherit;
    /*color: #FFFFFF;*/ /** белый **/
list-style: none none;
    color: #FFFF00; /** желтый **/
margin: 0;
    height: 0;
}
}
.plainlist ol li,
 
.plainlist ul li {
/**********************
margin-bottom: 0;
/* Gamepedia Sidebars *
/**********************/
 
/** Fun stuff **/
 
/** Rainbows **/
 
/** Generic infobox styling **/
.infobox {
    width: 23em;
    text-align: right;
    border: 1px solid #AAA;
    background-color: #F9F9F9;
    color: #000;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.2em;
    vertical-align: top;
    border-collapse: collapse;
}
}


/* Default style for navigation boxes */
.infobox td[colspan="2"],
.navbox {                     /* Navbox container style */
.infobox th[colspan="2"] {
box-sizing: border-box;
    text-align: center;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
}
.navbox .navbox {
 
margin-top: 0;           /* No top margin for nested navboxes */
.infobox td:first-child:not([colspan="2"]) {
    text-align: left;
    font-weight: bold;
    width: 50%;
    vertical-align: top;
}
}
.navbox + .navbox {
 
margin-top: -1px;        /* Single pixel border between adjacent navboxes */
.infobox th.infoboxFirstHeader {
    font-size: 120%
}
}
.navbox-inner,
 
.navbox-subgroup {
.infobox td ul,
width: 100%;
.infobox td ol {
    text-align: left;
}
}
.navbox-group,
 
.navbox-title,
.infobox th {
.navbox-abovebelow {
    border-bottom: #AAA thin solid;
padding: 0.25em 1em;      /* Title, group and above/below styles */
    border-top: #AAA thin solid;
line-height: 1.5em;
text-align: center;
}
}
th.navbox-group {             /* Group style */
 
white-space: nowrap;
.infobox th,
/* @noflip */
.infobox td {
text-align: right;
    padding: 0.4em 0.6em 0.2em 0.6em;
}
}
.navbox,
 
.navbox-subgroup {
.infobox tr.infoboxSubsectionBreak {
background-color: #fdfdfd; /* Background color */
    border-top: #AAA thin solid;
}
}
.navbox-list {
 
line-height: 1.5em;
.infobox th.infoboxSectionHeader,
border-color: #fdfdfd;   /* Must match background color */
.infobox th.infoboxFirstHeader {
    background-color: #CDDEFF;
}
}
/* cell spacing for navbox cells */
 
tr + tr > .navbox-abovebelow,
.infoboxSubsectionBreak td {
tr + tr > .navbox-group,
    padding: 0;
tr + tr > .navbox-image,
tr + tr > .navbox-list {   /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}
.navbox th,
 
.navbox-title {
.infoboxBlockImage img {
background-color: #ccccff;     /* Level 1 color */
width:240px;
height: auto;
}
}
.navbox-abovebelow,
 
th.navbox-group,
/** Galleries **/
.navbox-subgroup .navbox-title {
.gallery > .page {
background-color: #ddddff;     /* Level 2 color */
    display: none;
}
}
.navbox-subgroup .navbox-group,
 
.navbox-subgroup .navbox-abovebelow {
.gallery > div.page.active {
background-color: #e6e6ff;     /* Level 3 color */
    display: block;
}
}
.navbox-even {
 
background-color: #f7f7f7;     /* Even row striping */
.gallery > span.page.active {
    display: inline;
}
}
.navbox-odd {
 
background-color: transparent; /* Odd row striping */
/** Crafting Grid Slides **/
.CraftingGridCell > span.ActiveSlide,
.CraftingGridCell > div.GridTank.ActiveSlide{
    display: inline-block !important;
}
}
.navbox .hlist td dl,
.CraftingGridCell > div.GridTank,
.navbox .hlist td ol,
.CraftingGridCell > span,
.navbox .hlist td ul,
.CraftingGridCell > .grid:not(.ActiveSlide) {
.navbox td.hlist dl,
    display: none !important;
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Default styling for Navbar template */
/** Crafting grid controls **/
.navbar {
.pageNum {
display: inline;
    margin-left: 20px;
font-size: 88%;
}
font-weight: normal;
.pageCount {
    margin-right: 20px;
}
}
.navbar ul {
.CraftingGridControls {
display: inline;
white-space: nowrap;
white-space: nowrap;
}
}
.mw-body-content .navbar ul {
 
line-height: inherit;
/* [[Википедия:Оформление таблиц]] */
table.standard, table.wide
{border:1px solid #000; border-collapse: collapse}
table.standard th, table.wide th, table.wikitable th
{border:1px solid #000; padding-left:0.2em; padding-right:0.2em; background-color:#000}
table.standard td, table.wide td
{border: 1px solid #000; padding-left:0.2em; padding-right:0.2em}
table.standard caption, table.wide caption, table.tiles caption
{font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
table.wide {width: 100%}
 
table.simple {border-color:#AAAAAA; border-collapse:collapse}
table.simple th, table.simple td {border-color:#AAAAAA; padding-left:0.2em; padding-right:0.2em}
 
table.tiles {border-collapse:separate; border-spacing:2px}
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEEEFF}
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}
 
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
table.graytable caption {padding:0.5em 0 0 0; background:#f0f0f0; font-size:100%; font-weight:bold}
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
table.graytable th, table.graytable td {font-size:80%}
 
table.wikitable, table.prettytable
{margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #000; border-collapse:collapse; color: #fff !important; background: #333 !important;}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td
{border:1px solid #000; padding:0.2em}
table.wikitable caption, table.prettytable caption
{margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
table.prettytable th
{background:#f2f2f2}
 
tr.highlight th {background-color: #EEEEFF}
tr.highlight td {background-color: #FFFFEE}
tr.bright th  {background-color: #CCCCFF}
tr.bright td  {background-color: #FFEECC}
tr.shadow th, tr.shadow td  {background-color: #F0F0F0}
tr.dark th, tr.dark td  {background-color: #CCCCCC}
table th.highlight  {background-color: #EEEEFF}
table td.highlight  {background-color: #FFFFEE}
table th.bright  {background-color: #CCCCFF}
table td.bright  {background-color: #FFEECC}
table th.shadow, table td.shadow  {background-color: #F0F0F0}
table th.dark, table td.dark  {background-color: #CCCCCC}
table th.transparent, table td.transparent, .transparent {background-color: transparent}
 
table.toccolours th {background-color: #ccccff}
 
/** Tooltips **/
#minetip-tooltip {
    position: fixed;
    background-color: #100010;
    background-color: rgba(16, 0, 16, 0.94);
    color: #FFF;
    padding: 0.375em;
    font-family: Mojang, sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    word-spacing: 6px;
    line-height: 1.25em;
    text-shadow: 0.125em 0.125em 0 #3F3F3F;
    margin: 0.125em 0.25em;
    pointer-events: none;
    z-index: 2000;
}
#minetip-tooltip:before {
    content: "";
    position: absolute;
    top: 0.125em;
    right: -0.125em;
    bottom: 0.125em;
    left: -0.125em;
    border: 0.125em solid #100010;
    border-style: none solid;
    border-color: rgba(16, 0, 16, 0.94);
}
#minetip-tooltip:after {
    content: "";
    position: absolute;
    top: 0.125em;
    right: 0;
    bottom: 0.125em;
    left: 0;
    border: 0.125em solid #2D0A63;
    border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
    border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}
 
#minetip-tooltip > .minetip-description {
    display: block;
    margin-top: 0.25em;
}
 
/* Classes corresponding to Minecraft formatting codes */
.format-0 {
    color: #000;
    text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
    color: #00A;
    text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
    color: #0A0;
    text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
    color: #0AA;
    text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
    color: #A00;
    text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
    color: #A0A;
    text-shadow: 0.125em 0.125em 0 #2A002A;
}
.format-6 {
    color: #FA0;
    text-shadow: 0.125em 0.125em 0 #2A2A00;
}
.format-7 {
    color: #AAA;
    text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
    color: #555;
    text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
    color: #55F;
    text-shadow: 0.125em 0.125em 0 #15153F;
}
.format-a {
    color: #5F5;
    text-shadow: 0.125em 0.125em 0 #153F15;
}
.format-b {
    color: #5FF;
    text-shadow: 0.125em 0.125em 0 #153F3F;
}
.format-c {
    color: #F55;
    text-shadow: 0.125em 0.125em 0 #3F1515;
}
.format-d {
    color: #F5F;
    text-shadow: 0.125em 0.125em 0 #3F153F;
}
.format-e {
    color: #FF5;
    text-shadow: 0.125em 0.125em 0 #3F3F15;
}
.format-f {
    color: #FFF;
    text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.format-l {
    font-weight: bold;
    letter-spacing: 0.125em;
}
.format-m {
    text-decoration: line-through;
}
.format-n {
    text-decoration: underline;
}
.format-o {
    font-style: italic;
}
.blink-0 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-0;
}
@keyframes blink-0 {
    50% {
        color: #000;
        text-shadow: 0.125em 0.125em 0 #000;
    }
}
.blink-1 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-1;
}
@keyframes blink-1 {
    50% {
        color: #00A;
        text-shadow: 0.125em 0.125em 0 #00002A;
    }
}
.blink-2 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-2;
}
@keyframes blink-2 {
    50% {
        color: #0A0;
        text-shadow: 0.125em 0.125em 0 #002A00;
    }
}
.blink-3 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-3;
}
@keyframes blink-3 {
    50% {
        color: #0AA;
        text-shadow: 0.125em 0.125em 0 #002A2A;
    }
}
.blink-4 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-4;
}
@keyframes blink-4 {
    50% {
        color: #A00;
        text-shadow: 0.125em 0.125em 0 #2A0000;
    }
}
.blink-5 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-5;
}
@keyframes blink-5 {
    50% {
        color: #A0A;
        text-shadow: 0.125em 0.125em 0 #2A002A;
    }
}
.blink-6 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-6;
}
@keyframes blink-6 {
    50% {
        color: #FA0;
        text-shadow: 0.125em 0.125em 0 #2A2A00;
    }
}
.blink-7 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-7;
}
@keyframes blink-7 {
    50% {
        color: #AAA;
        text-shadow: 0.125em 0.125em 0 #2A2A2A;
    }
}
.blink-8 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-8;
}
}
.navbar li {
@keyframes blink-8 {
word-spacing: -0.125em;
    50% {
        color: #555;
        text-shadow: 0.125em 0.125em 0 #151515;
    }
}
}
.navbar.mini li abbr[title] {
.blink-9 {
font-variant: small-caps;
    animation-duration: 0.5s;
border-bottom: none;
    animation-iteration-count: infinite;
text-decoration: none;
    animation-timing-function: steps(1, start);
cursor: inherit;
    animation-name: blink-9;
}
}
/* Navbar styling when nested in infobox and navbox */
@keyframes blink-9 {
.infobox .navbar {
    50% {
font-size: 100%;
        color: #55F;
        text-shadow: 0.125em 0.125em 0 #15153F;
    }
}
}
.navbox .navbar {
.blink-a {
display: block;
    animation-duration: 0.5s;
font-size: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-a;
}
}
.navbox-title .navbar {
@keyframes blink-a {
/* @noflip */
    50% {
float: left;
        color: #5F5;
/* @noflip */
        text-shadow: 0.125em 0.125em 0 #153F15;
text-align: left;
    }
/* @noflip */
margin-right: 0.5em;
}
}
 
.blink-b {
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
    animation-duration: 0.5s;
.mw-parser-output .mw-collapsible-toggle {
    animation-iteration-count: infinite;
font-weight: normal;
    animation-timing-function: steps(1, start);
/* @noflip */
    animation-name: blink-b;
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
@keyframes blink-b {
/* @noflip */
    50% {
float: left;
        color: #5FF;
/* @noflip */
        text-shadow: 0.125em 0.125em 0 #153F3F;
text-align: left;
    }
}
}
 
.blink-c {
/* Infobox template style */
    animation-duration: 0.5s;
.infobox {
    animation-iteration-count: infinite;
border: 1px solid #a2a9b1;
    animation-timing-function: steps(1, start);
border-spacing: 3px;
    animation-name: blink-c;
background-color: #f8f9fa;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
}
.infobox caption {
@keyframes blink-c {
font-size: 125%;
    50% {
font-weight: bold;
        color: #F55;
padding: 0.2em;
        text-shadow: 0.125em 0.125em 0 #3F1515;
text-align: center;
    }
}
}
.infobox td,
.blink-d {
.infobox th {
    animation-duration: 0.5s;
vertical-align: top;
    animation-iteration-count: infinite;
/* @noflip */
    animation-timing-function: steps(1, start);
text-align: left;
    animation-name: blink-d;
}
}
.infobox.bordered {
@keyframes blink-d {
border-collapse: collapse;
    50% {
        color: #F5F;
        text-shadow: 0.125em 0.125em 0 #3F153F;
    }
}
}
.infobox.bordered td,
.blink-e {
.infobox.bordered th {
    animation-duration: 0.5s;
border: 1px solid #a2a9b1;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-e;
}
}
.infobox.bordered .borderless td,
@keyframes blink-e {
.infobox.bordered .borderless th {
    50% {
border: 0;
        color: #FF5;
        text-shadow: 0.125em 0.125em 0 #3F3F15;
    }
}
}
 
.blink-f {
.infobox.sisterproject {
    animation-duration: 0.5s;
width: 20em;
    animation-iteration-count: infinite;
font-size: 90%;
    animation-timing-function: steps(1, start);
    animation-name: blink-f;
}
}
 
@keyframes blink-f {
.infobox.standard-talk {
    50% {
border: 1px solid #c0c090;
        color: #FFF;
background-color: #f8eaba;
        text-shadow: 0.125em 0.125em 0 #3F3F3F;
    }
}
}
.infobox.standard-talk.bordered td,
/** Tanks **/
.infobox.standard-talk.bordered th {
/** Template:Tanks **/
border: 1px solid #c0c090;
.tanks {
    position: absolute;
    top: 0;
}
}


/* styles for bordered infobox with merged rows */
/** Styling for the new grid templates **/
.infobox.bordered .mergedtoprow td,
.CraftingGrid,
.infobox.bordered .mergedtoprow th {
.CraftingGrid * {
border: 0;
    -moz-user-select: none;
border-top: 1px solid #a2a9b1;
    -khtml-user-select: none;  
/* @noflip */
    -webkit-user-select: none;  
border-right: 1px solid #a2a9b1;
    -o-user-select: none; 
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
}


.infobox.bordered .mergedrow td,
span.grid:not(.ext-translate-container):not(.uls-menu) {
.infobox.bordered .mergedrow th {
    position: relative;
border: 0;
    display: inline-block;
/* @noflip */
    background-color: #8B8B8B;
border-right: 1px solid #a2a9b1;
    border: 2px solid;
    border-color: #373737 #FFF #FFF #373737;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    vertical-align: bottom;
}
}


/* Styles for geography infoboxes, eg countries,
span.grid:before,
  country subdivisions, cities, etc.           */
span.grid:after {
.infobox.geography {
    content: "";
border-collapse: collapse;
    position: absolute;
line-height: 1.2em;
    background-color: #8B8B8B;
font-size: 90%;
    height: 2px;
    width: 2px;
    pointer-events: none;
}
span.grid:before {
    bottom: -2px;
    left: -2px;
}
span.grid:after {
    top: -2px;
    right: -2px;
}
}


.infobox.geography  td,
span.grid > * {
.infobox.geography  th {
    display: block;
border-top: 1px solid #a2a9b1;
    margin: -2px;
padding: 0.4em 0.6em 0.4em 0.6em;
    padding: 2px;
}
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
.grid-number {
border-top: 1px solid #a2a9b1;
    position: absolute;
padding: 0.4em 0.6em 0.2em 0.6em;
    right: -2px;
    bottom: -2px;
    font-family: Mojang, sans-serif;
    font-weight: normal;
    color: #FFF;
    text-shadow: 2px 2px 0 #3F3F3F;
    filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
    z-index: 2;
    letter-spacing: -0.5px;
    word-spacing: 6px;
}
}


.infobox.geography .mergedrow td,
/* Plain grid with no border or background */
.infobox.geography .mergedrow th {
.grid-plain,
border: 0;
.CraftingGrid .grid {
padding: 0 0.6em 0.2em 0.6em;
    background-color: transparent !important;
    border-color: transparent !important;
}
.grid-plain:before,
.grid-plain:after,
.CraftingGrid .grid:before,
.CraftingGrid .grid:after {
    content: none !important;
}
}


.infobox.geography .mergedbottomrow td,
.craftingGridOne .grid-number {
.infobox.geography .mergedbottomrow th {
    display: none;
border-top: 0;
border-bottom: 1px solid #a2a9b1;
padding: 0 0.6em 0.4em 0.6em;
}
}


.infobox.geography .maptable td,
/* Generic styling for animation class */
.infobox.geography .maptable th {
.animated > span:not(.active),
border: 0;
.animated > div:not(.active) {
padding: 0;
    display: none !important;
}
}


/* Normal font styling for wikitable row headers with scope="row" tag */
.nowrap {
.wikitable.plainrowheaders th[scope=row] {
    white-space: nowrap;
font-weight: normal;
/* @noflip */
text-align: left;
}
}


/* Lists in wikitable data cells are always left-aligned */
/* Default skin for navigation boxes */
.wikitable td ul,
/** Template:Navbox **/
.wikitable td ol,
table.navbox {            /* Navbox container style */
.wikitable td dl {
    border: 1px solid #AAA;
/* @noflip */
    width: 100%;
text-align: left;
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
.navbox-group {              /* Group style */
    white-space: nowrap;
    /* @noflip */text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
.navbox, .navbox-subgroup {
    background: #FDFDFD;    /* Background color */
}
.navbox-list {
    border-color: #FDFDFD;  /* Must match background color */
}
.navbox-title,
table.navbox th {
    background: #D4D4D4;    /* Level 1 color */
    color: #4D4D4D;
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #E2E2E2;    /* Level 2 color */
    color: #000;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #EBEBEB;    /* Level 3 color */
    color: #000;
}
.navbox-even {
    background: #F9F9F9;    /* Even row striping */
    color: #000;
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
#toc.hlist ul,
    /* @noflip */float: right;          /* by the CollapsibleTables javascript in    */
.wikitable.hlist td ul,
    font-weight: normal;  /* [[MediaWiki:Common.js]] are styled here  */
.wikitable.hlist td ol,
    /* @noflip */text-align: right;    /* so they can be customised.                */
.wikitable.hlist td dl {
    width: auto;
text-align: inherit;
}
}
 
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
/* Icons for medialist templates [[Template:Listen]],
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
  [[Template:Multi-listen_start]], [[Template:Video]],
}                          /* so they need to be the same width.        */
   [[Template:Multi-video_start]] */
/* TemplateStyles */
.navbar {                 /* Navbox template links */
div.listenlist {
    font-size: 88%;       /* Default font-size */
background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
    font-weight: normal;
background-size: 30px;
padding-left: 40px;
}
}
 
.navbox .navbar {
/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
    font-size: 100%;       /* Font-size when nested within navbox */
table.mw-hiero-table td {
vertical-align: middle;
}
}


/* Change the external link icon to an Adobe icon for all PDF files */
table.collapsed tr.collapsible {
.mw-parser-output a[href$=".pdf"].external,
    display: none;
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
}


/* Messagebox templates */
/* Messagebox templates */
.messagebox {
.messagebox {
border: 1px solid #a2a9b1;
    border: 1px solid #AAA;
background-color: #f8f9fa;
    background-color: #F9F9F9;
width: 80%;
    width: 80%;
margin: 0 auto 1em auto;
    margin: 0 auto 1em auto;
padding: .2em;
    padding: .2em;
}
}
.messagebox.merge {
.messagebox.merge {
border: 1px solid #c0b8cc;
    border: 1px solid #C0B8CC;
background-color: #f0e5ff;
    background-color: #F0E5FF;
text-align: center;
    text-align: center;
}
}
.messagebox.cleanup {
.messagebox.cleanup {
border: 1px solid #9f9fff;
    border: 1px solid #9F9FFF;
background-color: #efefff;
    background-color: #EFEFFF;
text-align: center;
    text-align: center;
}
}
.messagebox.standard-talk {
.messagebox.standard-talk {
border: 1px solid #c0c090;
    border: 1px solid #C0C090;
background-color: #f8eaba;
    background-color: #F8EABA;
margin: 4px auto;
    margin: 4px auto;
}
}
/* For old WikiProject banners inside banner shells. */
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.mbox-inside .standard-talk,
.messagebox.nested-talk {
.messagebox.nested-talk {
border: 1px solid #c0c090;
    border: 1px solid #C0C090;
background-color: #f8eaba;
    background-color: #F8EABA;
width: 100%;
    width: 100%;
margin: 2px 0;
    margin: 2px 0;
padding: 2px;
    padding: 2px;
}
}
.messagebox.small {
.messagebox.small {
width: 238px;
    width: 238px;
font-size: 85%;
    font-size: 85%;
/* @noflip */
    /* @noflip */
float: right;
    float: right;
clear: both;
    clear: both;
/* @noflip */
    /* @noflip */
margin: 0 0 1em 1em;
    margin: 0 0 1em 1em;
line-height: 1.25em;
    line-height: 1.25em;
}
}
.messagebox.small-talk {
.messagebox.small-talk {
width: 238px;
    width: 238px;
font-size: 85%;
    font-size: 85%;
/* @noflip */
    /* @noflip */
float: right;
    float: right;
clear: both;
    clear: both;
/* @noflip */
    /* @noflip */
margin: 0 0 1em 1em;
    margin: 0 0 1em 1em;
line-height: 1.25em;
    line-height: 1.25em;
background-color: #f8eaba;
    background: #F8EABA;
}
}
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/dmbox message boxes */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
border: none;
    border: none;
/* @noflip */
    /* @noflip */
padding: 0.25em 0.9em;    /* 0.9em left/right */
    padding: 0.25em 0.9em;    /* 0.9em left/right */
width: 100%;              /* Make all mboxes the same width regardless of text length */
    width: 100%;              /* Make all mboxes the same width regardless of text length */
}
}
td.mbox-image {                /* The left image cell */
td.mbox-image {                /* The left image cell */
border: none;
    border: none;
/* @noflip */
    /* @noflip */
padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0 right */
text-align: center;
    text-align: center;
}
}
td.mbox-imageright {          /* The right image cell */
td.mbox-imageright {          /* The right image cell */
border: none;
    border: none;
/* @noflip */
    /* @noflip */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    padding: 2px 0.9em 2px 0;  /* 0 left, 0.9em right */
text-align: center;
    text-align: center;
}
}
td.mbox-empty-cell {          /* An empty narrow cell */
td.mbox-empty-cell {          /* An empty narrow cell */
border: none;
    border: none;
padding: 0;
    padding: 0;
width: 1px;
    width: 1px;
}
}
 
/* Article message box styles */
/* Article message box styles */
table.ambox {
table.ambox {
margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
border: 1px solid #a2a9b1;
    border: 1px solid #AAA;
/* @noflip */
    /* @noflip */
border-left: 10px solid #36c;  /* Default "notice" blue */
    border-left: 10px solid #1E90FF;  /* Default "notice" blue */
background-color: #fbfbfb;
    background: #0000FF;
box-sizing: border-box;
}
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
table.ambox + table.ambox {      /* Single border between stacked boxes. */
margin-top: -1px;
    margin-top: -1px;
}
}
.ambox th.mbox-text,
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
.ambox td.mbox-text {            /* The message body cell(s) */
padding: 0.25em 0.5em;      /* 0.5em left/right */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
}
.ambox td.mbox-image {          /* The left image cell */
.ambox td.mbox-image {          /* The left image cell */
/* @noflip */
    /* @noflip */
padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0 right */
}
}
.ambox td.mbox-imageright {      /* The right image cell */
.ambox td.mbox-imageright {      /* The right image cell */
/* @noflip */
    /* @noflip */
padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
    padding: 2px 0.5em 2px 0;    /* 0 left, 0.5em right */
}
}
 
table.ambox-notice {
table.ambox-notice {
/* @noflip */
    /* @noflip */
border-left: 10px solid #36c;       /* Blue */
    border-left: 10px solid #1E90FF;   /* Blue */
}
}
table.ambox-speedy {
table.ambox-speedy {
/* @noflip */
    /* @noflip */
border-left: 10px solid #b32424;    /* Red */
    border-left: 10px solid #B22222;    /* Red */
background-color: #fee7e6;         /* Pink */
    background: #FEE;                   /* Pink */
}
}
table.ambox-delete {
table.ambox-delete {
/* @noflip */
    /* @noflip */
border-left: 10px solid #b32424;    /* Red */
    border-left: 10px solid #B22222;    /* Red */
}
}
table.ambox-content {
table.ambox-content {
/* @noflip */
    /* @noflip */
border-left: 10px solid #f28500;    /* Orange */
    border-left: 10px solid #F28500;    /* Orange */
}
}
table.ambox-style {
table.ambox-style {
/* @noflip */
    /* @noflip */
border-left: 10px solid #fc3;       /* Yellow */
    border-left: 10px solid #F4C430;   /* Yellow */
}
}
table.ambox-move {
table.ambox-move {
/* @noflip */
    /* @noflip */
border-left: 10px solid #9932cc;    /* Purple */
    border-left: 10px solid #9932CC;    /* Purple */
}
}
table.ambox-protection {
table.ambox-protection {
/* @noflip */
    /* @noflip */
border-left: 10px solid #a2a9b1;   /* Gray-gold */
    border-left: 10px solid #BBA;       /* Gray-gold */
}
}
 
/* Image message box styles */
/* Image message box styles */
table.imbox {
table.imbox {
margin: 4px 10%;
    margin: 4px 10%;
border-collapse: collapse;
    border-collapse: collapse;
border: 3px solid #36c;    /* Default "notice" blue */
    border: 3px solid #1E90FF;    /* Default "notice" blue */
background-color: #fbfbfb;
    background: #FBFBFB;
box-sizing: border-box;
}
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
display: block;        /* Fix for webkit to force 100% width.  */
    display: block;        /* Fix for webkit to force 100% width.  */
}
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
margin: 4px;
    margin: 4px;
}
}
 
table.imbox-notice {
table.imbox-notice {
border: 3px solid #36c;       /* Blue */
    border: 3px solid #1E90FF;   /* Blue */
}
}
table.imbox-speedy {
table.imbox-speedy {
border: 3px solid #b32424;    /* Red */
    border: 3px solid #B22222;    /* Red */
background-color: #fee7e6;   /* Pink */
    background: #FEE;             /* Pink */
}
}
table.imbox-delete {
table.imbox-delete {
border: 3px solid #b32424;    /* Red */
    border: 3px solid #B22222;    /* Red */
}
}
table.imbox-content {
table.imbox-content {
border: 3px solid #f28500;    /* Orange */
    border: 3px solid #F28500;    /* Orange */
}
}
table.imbox-style {
table.imbox-style {
border: 3px solid #fc3;       /* Yellow */
    border: 3px solid #F4C430;   /* Yellow */
}
}
table.imbox-move {
table.imbox-move {
border: 3px solid #9932cc;    /* Purple */
    border: 3px solid #9932CC;    /* Purple */
}
}
table.imbox-protection {
table.imbox-protection {
border: 3px solid #a2a9b1;   /* Gray-gold */
    border: 3px solid #BBA;       /* Gray-gold */
}
}
table.imbox-license {
table.imbox-license {
border: 3px solid #88a;      /* Dark gray */
    border: 3px solid #88A;      /* Dark gray */
background-color: #f7f8ff;   /* Light gray */
    background: #F7F8FF;         /* Light gray */
}
}
table.imbox-featured {
table.imbox-featured {
border: 3px solid #cba135;    /* Brown-gold */
    border: 3px solid #CBA135;    /* Brown-gold */
}
}
 
/* Category message box styles */
/* Category message box styles */
table.cmbox {
table.cmbox {
margin: 3px 10%;
    margin: 3px 10%;
border-collapse: collapse;
    border-collapse: collapse;
border: 1px solid #a2a9b1;
    border: 1px solid #AAA;
background-color: #dfe8ff;    /* Default "notice" blue */
    background: #DFE8FF;    /* Default "notice" blue */
box-sizing: border-box;
}
}
 
table.cmbox-notice {
table.cmbox-notice {
background-color: #d8e8ff;    /* Blue */
    background: #D8E8FF;    /* Blue */
}
}
table.cmbox-speedy {
table.cmbox-speedy {
margin-top: 4px;
    margin-top: 4px;
margin-bottom: 4px;
    margin-bottom: 4px;
border: 4px solid #b32424;    /* Red */
    border: 4px solid #B22222;    /* Red */
background-color: #ffdbdb;   /* Pink */
    background: #FFDBDB;         /* Pink */
}
}
table.cmbox-delete {
table.cmbox-delete {
background-color: #ffdbdb;    /* Pink */
    background: #FFDBDB;    /* Red */
}
}
table.cmbox-content {
table.cmbox-content {
background-color: #ffe7ce;    /* Orange */
    background: #FFE7CE;    /* Orange */
}
}
table.cmbox-style {
table.cmbox-style {
background-color: #fff9db;    /* Yellow */
    background: #FFF9DB;    /* Yellow */
}
}
table.cmbox-move {
table.cmbox-move {
background-color: #e4d8ff;    /* Purple */
    background: #E4D8FF;    /* Purple */
}
}
table.cmbox-protection {
table.cmbox-protection {
background-color: #efefe1;    /* Gray-gold */
    background: #EFEFE1;    /* Gray-gold */
}
}
 
/* Other pages message box styles */
/* Other pages message box styles */
table.ombox {
table.ombox {
margin: 4px 10%;
    margin: 4px 10%;
border-collapse: collapse;
    border-collapse: collapse;
border: 1px solid #a2a9b1;   /* Default "notice" gray */
    border: 1px solid #AAA;       /* Default "notice" gray */
background-color: #f8f9fa;
    background: #F9F9F9;
box-sizing: border-box;
}
}
 
table.ombox-notice {
table.ombox-notice {
border: 1px solid #a2a9b1;   /* Gray */
    border: 1px solid #AAA;       /* Gray */
}
}
table.ombox-speedy {
table.ombox-speedy {
border: 2px solid #b32424;    /* Red */
    border: 2px solid #B22222;    /* Red */
background-color: #fee7e6;   /* Pink */
    background: #FEE;             /* Pink */
}
}
table.ombox-delete {
table.ombox-delete {
border: 2px solid #b32424;    /* Red */
    border: 2px solid #B22222;    /* Red */
}
}
table.ombox-content {
table.ombox-content {
border: 1px solid #f28500;    /* Orange */
    border: 1px solid #F28500;    /* Orange */
}
}
table.ombox-style {
table.ombox-style {
border: 1px solid #fc3;       /* Yellow */
    border: 1px solid #F4C430;   /* Yellow */
}
}
table.ombox-move {
table.ombox-move {
border: 1px solid #9932cc;    /* Purple */
    border: 1px solid #9932CC;    /* Purple */
}
}
table.ombox-protection {
table.ombox-protection {
border: 2px solid #a2a9b1;   /* Gray-gold */
    border: 2px solid #BBA;       /* Gray-gold */
}
}
 
/* Talk page message box styles */
/* Talk page message box styles */
table.tmbox {
table.tmbox {
margin: 4px 10%;
    margin: 4px 10%;
border-collapse: collapse;
    border-collapse: collapse;
border: 1px solid #c0c090;   /* Default "notice" gray-brown */
    border: 1px solid #C0C090;   /* Default "notice" gray-brown */
background-color: #f8eaba;
    background: #F8EABA;
min-width: 80%;
box-sizing: border-box;
}
.tmbox.mbox-small {
min-width: 0;               /* reset the min-width of tmbox above        */
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
width: 100%;                /* For Safari and Opera */
    width: 100%;                /* For Safari and Opera */
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
line-height: 1.5em;          /* also "nested", so reset styles that are  */
    line-height: 1.5em;          /* also "nested", so reset styles that are  */
font-size: 100%;            /* set in "mbox-small" above.                */
    font-size: 100%;            /* set in "mbox-small" above.                */
}
}
 
table.tmbox-speedy {
table.tmbox-speedy {
border: 2px solid #b32424;    /* Red */
    border: 2px solid #B22222;    /* Red */
background-color: #fee7e6;   /* Pink */
    background: #FEE;             /* Pink */
}
}
table.tmbox-delete {
table.tmbox-delete {
border: 2px solid #b32424;    /* Red */
    border: 2px solid #B22222;    /* Red */
}
}
table.tmbox-content {
table.tmbox-content {
border: 2px solid #f28500;    /* Orange */
    border: 2px solid #F28500;    /* Orange */
}
}
table.tmbox-style {
table.tmbox-style {
border: 2px solid #fc3;       /* Yellow */
    border: 2px solid #F4c430;   /* Yellow */
}
}
table.tmbox-move {
table.tmbox-move {
border: 2px solid #9932cc;    /* Purple */
    border: 2px solid #9932CC;    /* Purple */
}
}
table.tmbox-protection,
table.tmbox-protection,
table.tmbox-notice {
table.tmbox-notice {
border: 1px solid #c0c090;    /* Gray-brown */
    border: 1px solid #C0C090;    /* Gray-brown */
}
}
 
/* Footer and header message box styles */
/* Disambig and set index box styles */
table.fmbox {
table.dmbox {
clear: both;
    clear: both;
margin: 0.2em 0;
    margin: 0.9em 1em;
width: 100%;
    border-top: 1px solid #CCC;
border: 1px solid #a2a9b1;
     border-bottom: 1px solid #CCC;
background-color: #f8f9fa;     /* Default "system" gray */
    background: transparent;
box-sizing: border-box;
}
table.fmbox-system {
background-color: #f8f9fa;
}
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
background-color: #ffdbdb;  /* Pink */
}
table.fmbox-editnotice {
background-color: transparent;
}
}
/* Div based "warning" style fmbox messages. */
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div#mw-protect-cascadeon {
div.titleblacklist-warning,
    clear: both;
div.locked-warning {
    margin: 0.2em 0;
clear: both;
    border: 1px solid #BB7070;
margin: 0.2em 0;
    background: #FFDBDB;
border: 1px solid #bb7070;
    padding: 0.25em 0.9em;
background-color: #ffdbdb;
}
padding: 0.25em 0.9em;
/* Div based "system" style fmbox messages.
box-sizing: border-box;
  Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #AAA;
    background: #F9F9F9;
    padding: 0.25em 0.9em;
}
}
 
/* These mbox-small classes must be placed after all other
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
   they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {  /* For the "small=yes" option. */
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
/* @noflip */
    /* @noflip */
clear: right;
    clear: right;
/* @noflip */
    /* @noflip */
float: right;
    float: right;
/* @noflip */
    /* @noflip */
margin: 4px 0 4px 1em;
    margin: 4px 0 4px 1em;
box-sizing: border-box;
    width: 238px;
width: 238px;
    font-size: 88%;
font-size: 88%;
    line-height: 1.25em;
line-height: 1.25em;
}
}
html body.mediawiki .mbox-small-left {  /* For the "small=left" option. */
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
/* @noflip */
    /* @noflip */
margin: 4px 1em 4px 0;
    margin: 4px 1em 4px 0;
box-sizing: border-box;
    width: 238px;
overflow: hidden;
    border-collapse: collapse;
width: 238px;
    font-size: 88%;
border-collapse: collapse;
    line-height: 1.25em;
font-size: 88%;
line-height: 1.25em;
}
}
 
/* Style for compact ambox */
/* Style for compact ambox */
/* Hide the images */
/* Hide the images */
Строка 853: Строка 1311:
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
.compact-ambox table .mbox-empty-cell {
display: none;
    display: none;
}
}
/* Remove borders, backgrounds, padding, etc. */
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
.compact-ambox table.ambox {
border: none;
    border: none;
border-collapse: collapse;
    border-collapse: collapse;
background-color: transparent;
    background: transparent;
margin: 0 0 0 1.6em !important;
    margin: 0 0 0 1.6em !important;
padding: 0 !important;
    padding: 0 !important;
width: auto;
    width: auto;
display: block;
    display: block;
}
}
body.mediawiki .compact-ambox table.mbox-small-left {
body.mediawiki .compact-ambox table.mbox-small-left {
font-size: 100%;
    font-size: 100%;
width: auto;
    width: auto;
margin: 0;
    margin: 0;
}
}
/* Style the text cell as a list item and remove its padding */
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
.compact-ambox table .mbox-text {
padding: 0 !important;
    padding: 0 !important;
margin: 0 !important;
    margin: 0 !important;
}
}
.compact-ambox table .mbox-text-span {
.compact-ambox table .mbox-text-span {
display: list-item;
    display: list-item;
line-height: 1.5em;
    line-height: 1.5em;
list-style-type: square;
    list-style-type: square;
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
}
}
.skin-vector .compact-ambox table .mbox-text-span {
.skin-vector .compact-ambox table .mbox-text-span {
list-style-type: disc;
    list-style-type: circle;
list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
}
}
/* Allow for hiding text in compact form */
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
.compact-ambox .hide-when-compact {
display: none;
    display: none;
}
}


/* Hide (formatting) elements from screen, but not from screenreaders */
/** Main Page Styles **/
.visualhide {
 
position: absolute;
body.page-FTB_Wiki.ns-0.action-view h1.firstHeading {
left: -10000px;
    display: none;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
}


/* Suppress missing interwiki image links where #ifexist cannot
body.page-FTB_Wiki.ns-0.action-view div#content {
  be used due to high number of requests. See .hidden-redlink on
    background: none;
  [[m:MediaWiki:Common.css]] */
    padding-bottom: 0;
.check-icon a.new {
display: none;
speak: none;
}
}


/* Remove underlines from certain links */
body.page-FTB_Wiki.ns-0.action-view div#footer {
.nounderlines a,
    margin-left: 12em;
.IPA a:link, .IPA a:visited {
    margin-right: 1em;
text-decoration: none !important;
}
}


/* Standard Navigationsleisten, aka box hiding thingy
body.page-FTB_Wiki.ns-0.action-view legend#mw-fr-reviewformlegend {
  from .de. Documentation at [[Wikipedia:NavFrame]]. */
    background: #FFF;
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #a2a9b1;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
}
div.NavFrame + div.NavFrame {
 
border-top-style: none;
body.page-FTB_Wiki.ns-0.action-view .flaggedrevs_reviewform {
border-top-style: hidden;
    border: none;
}
}
div.NavFrame div.NavHead {
 
line-height: 1.6em;
body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header ~ hr {
font-weight: bold;
    display: none;
background-color: #ccf;
position: relative;
}
}
div.NavFrame p,
 
div.NavFrame div.NavContent,
body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header a {
div.NavFrame div.NavContent p {
    color: #000;
font-size: 100%;
}
}
a.NavToggle {
 
position: absolute;
table.main-page-layout {
top: 0;
    border-spacing: .5em;
/* @noflip */
    margin-left: -.5em;
right: 3px;
    margin-right: -.5em;
font-weight: normal;
    width: calc(100% + 1em);
font-size: 90%;
}
}


/* Hatnotes and disambiguation notices */
table.main-page-layout > tr > td,
.hatnote {
table.main-page-layout > * > tr > td {
font-style: italic;
    vertical-align: top;
    background: #FFF;
    padding: 0;
}
}
.hatnote i {
 
font-style: normal;
.main-page-heading {
    color: #E04A40;
    font-size: 140%;
    border-bottom: 1px dashed #E04A40;
    margin-top: .5em;
    margin-left: .5em;
    margin-right: .5em;
}
}
div.hatnote {
 
/* @noflip */
.main-page-nav-links {
padding-left: 1.6em;
    background: #E04A40;
margin-bottom: 0.5em;
    color: #FFF;
    text-align: left;
    line-height: 2.5em;
    padding-left: 1em;
}
}
div.hatnote + div.hatnote {
 
margin-top: -0.5em;
.mw-body .main-page-nav-links a:link,
.mw-body .main-page-nav-links a:hover,
.mw-body .main-page-nav-links a:visited {
    color: #FFF;
    padding-right: 1em;
}
}


/* Allow transcluded pages to display in lists rather than a table. */
.mw-body .main-page-nav-links.dark a:link,
.listify td {
.mw-body .main-page-nav-links.dark a:hover,
display: list-item;
.mw-body .main-page-nav-links.dark a:visited {
    color: #000;
}
}
.listify tr {
 
display: block;
.main-page-content,
table.main-page-layout > tr > td.main-page-content,
table.main-page-layout > * > tr > td.main-page-content {
    padding: .5em;
}
}
.listify table {
 
display: block;
/* НАВИГАЦИОННЫЙ ШАБЛОН --------------------------- */
 
/* Default style for navigation boxes */
.navbox { /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
clear: both;
font-size: 90%;
text-align: center;
padding: 1px;
}
}
 
.navbox-inner,
/* Geographical coordinates defaults. See [[Template:Coord/link]]
.navbox-subgroup {
  for how these are used. The classes "geo", "longitude", and
width: 100%;
  "latitude" are used by the [[Geo microformat]]. */
/* TemplateStyles */
.geo-default, .geo-dms, .geo-dec {
display: inline;
}
}
.geo-nondefault, .geo-multi-punct {
.navbox-group,
display: none;
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em;   /* Title, group and above/below styles */
text-align: center;
}
}
.longitude, .latitude {
.navbox-title {
white-space: nowrap;
line-height: 1.6em;   /* Standard 1.6em for title */
}
}


/* User block messages */
/* cell spacing for navbox cells */
div.user-block {
tr + tr > .navbox-abovebelow,
padding: 5px;
tr + tr > .navbox-group,
margin-bottom: 0.5em;
tr + tr > .navbox-image,
border: 1px solid #a9a9a9;
tr + tr > .navbox-list { /* Borders above 2nd, 3rd, etc. rows */
background-color: #ffefd5;
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}


/* Prevent line breaks in silly places:
th.navbox-group { /* Group style */
  1) Where desired
  2) Links when we don't want them to
  3) Bold "links" to the page itself */
.nowrap,
.nowraplinks a,
.nowraplinks .selflink {
white-space: nowrap;
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd;   /* Background color */
}
}
.nowrap pre {
.navbox-list {
white-space: pre;
border-color: #fdfdfd; /* Must match background color */
}
}
/* But allow wrapping where desired: */
.navbox th,
.wrap,
.navbox-title {
.wraplinks a {
background: #cfe3ff;   /* Level 1 color */
white-space: normal;
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
background: #dcebff;   /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: #eaf3ff;   /* Level 3 color */
}
.navbox-even {
background: #f5f5f5;   /* Even row striping */
}
.navbox-odd {
background: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 1px 0 0;   /* Adjust hlist padding in navboxes */
}
.navbox .navbox {
margin-top: 0; /* No top margin for nested navboxes */
}
.navbox + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
}


/* For template documentation */
/* Default styling for Navbar template */
/* TemplateStyles */
.navbar {
.template-documentation {
display: inline;
clear: both;
font-size: x-small;
margin: 1em 0 0 0;
font-weight: normal;
border: 1px solid #a2a9b1;
}
background-color: #ecfcf4;
.navbar ul {
padding: 1em;
display: inline;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar.mini {
word-spacing: -0.1em;
}
.navbar.mini span abbr[title] {
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
}


/* Increase the height of the image upload box */
/* Navbar styling when nested in infobox and navbox */
#wpUploadDescription {
.infobox .navbar {
height: 13em;
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 5em;
}
}


/* Minimum thumb width */
/* Кнопки [показать]/[скрыть], создаваемые динамически функцией collapsibleTables()
.thumbinner {
  в [[MediaWiki:Common.js]] */
min-width: 100px;
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
}


/* Prevent floating boxes from overlapping any category listings,
/* Reduce page jumps by hiding collapsed/dismissed content */
  file histories, edit previews, and edit [Show changes] views. */
.client-js .collapsible.collapsed > tbody > tr:not(:first-child),
#mw-subcategories, #mw-pages, #mw-category-media,
.client-js .NavFrame.collapsed > .NavContent,
#filehistory, #wikiPreview, #wikiDiff {
.client-js .tochidden-wrapper > .toc > ul {
clear: both;
display: none;
}
}


/* Selectively hide headers in WikiProject banners */
/* Style for horizontal lists (separator following item).
/* TemplateStyles */
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
.wpb .wpb-header {
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
display: none;
  @revision 6 (2014-05-09)
  @author [[wp:User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    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;
}
/* 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;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-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;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-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) " ";
    white-space: nowrap;
}
}
.wpbs-inner .wpb .wpb-header {
.hlist dd ol > li:first-child:before,
display: block;           /* for IE */
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}
}
.wpbs-inner .wpb .wpb-header {
/* Stuff for IC2's Turning Table */
display: table-row;        /* for real browsers */
.turn {position: absolute; top: 0;}
.turni15 {clip: rect(0px, 48px, 64px, 0px)}
.turni25 {clip: rect(0px, 96px, 64px, 48px)}
.turni35 {clip: rect(0px, 144px, 64px, 96px)}
.turni45 {clip: rect(0px, 192px, 64px, 144px)}
.turni55 {clip: rect(0px, 240px, 64px, 192px)}
.turni14 {clip: rect(6px, 48px, 58px, 0px)}
.turni24 {clip: rect(6px, 96px, 58px, 48px)}
.turni34 {clip: rect(6px, 144px, 58px, 96px)}
.turni44 {clip: rect(6px, 192px, 58px, 144px)}
.turni54 {clip: rect(6px, 240px, 58px, 192px)}
.turni13 {clip: rect(14px, 48px, 50px, 0px)}
.turni23 {clip: rect(14px, 96px, 50px, 48px)}
.turni33 {clip: rect(14px, 144px, 50px, 96px)}
.turni43 {clip: rect(14px, 192px, 50px, 144px)}
.turni53 {clip: rect(14px, 240px, 50px, 192px)}
.turni12 {clip: rect(20px, 48px, 44px, 0px)}
.turni22 {clip: rect(20px, 96px, 44px, 48px)}
.turni32 {clip: rect(20px, 144px, 44px, 96px)}
.turni42 {clip: rect(20px, 192px, 44px, 144px)}
.turni52 {clip: rect(20px, 240px, 44px, 192px)}
.turni11 {clip: rect(26px, 48px, 38px, 0px)}
.turni21 {clip: rect(26px, 96px, 38px, 48px)}
.turni31 {clip: rect(26px, 144px, 38px, 96px)}
.turni41 {clip: rect(26px, 192px, 38px, 144px)}
.turni51 {clip: rect(26px, 240px, 38px, 192px)}
.turnw13 {clip: rect(0px, 48px, 64px, 0px)}
.turnw23 {clip: rect(0px, 96px, 64px, 48px)}
.turnw33 {clip: rect(0px, 144px, 64px, 96px)}
.turnw43 {clip: rect(0px, 192px, 64px, 144px)}
.turnw53 {clip: rect(0px, 240px, 64px, 192px)}
.turnw12 {clip: rect(12px, 48px, 52px, 0px)}
.turnw22 {clip: rect(12px, 96px, 52px, 48px)}
.turnw32 {clip: rect(12px, 144px, 52px, 96px)}
.turnw42 {clip: rect(12px, 192px, 52px, 144px)}
.turnw52 {clip: rect(12px, 240px, 52px, 192px)}
.turnw11 {clip: rect(22px, 48px, 42px, 0px)}
.turnw21 {clip: rect(22px, 96px, 42px, 48px)}
.turnw31 {clip: rect(22px, 144px, 42px, 96px)}
.turnw41 {clip: rect(22px, 192px, 42px, 144px)}
.turnw51 {clip: rect(22px, 240px, 42px, 192px)}
 
/* Template:Cg/Witchery circle */
div.WitcheryCircle div.craftingGridText {
line-height: 1.25em;
}
}
.wpbs-inner .wpb-outside {
 
display: none;             /* hide things that should only display outside shells */
/* Template documentation styles */
.templateDocNoDoc,
.templateDocBadDoc,
.templateDocGoodDoc {
margin: 0.25em auto 1em;
border: 1px solid;
padding: 1em;
padding-bottom: 3px;
border-bottom: 1px solid;
margin-bottom: 1ex;
}
}


/* Styling for Abuse Filter tags */
.templateDocEndNoDoc,
.mw-tag-markers {
.templateDocEndBadDoc,
font-style: italic;
.templateDocEndGoodDoc {
font-size: 90%;
margin: 0 auto;
border: 1px solid;
padding: 1em;
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
/* api */
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
.skin-apioutput {
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
  background: none;
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
.checkuser-show,
.sysop-show,
.patroller-show,
.templateeditor-show,
.extendedmover-show,
.extendedconfirmed-show,
.autoconfirmed-show,
.user-show {
display: none;
}
}


/* Hide the redlink generated by {{Editnotice}},
.api-pretty-header {
  this overrides the ".sysop-show { display: none; }" above that applies
  background-color: white;
  to the same link as well. See [[phab:T45013]]
}


  Hide the images in editnotices to keep them readable in VE view.
/** 11-Template documentation styles **/
  Long term, editnotices should become a core feature so that they can be designed responsive. */
.first  {
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
list-style: none;
.ve-ui-mwNoticesPopupTool-item .mbox-image,
padding: 0;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
}
display: none !important;
.first li {
padding: 10px 30px;
background: linear-gradient(to left, #f8ab8d 0%, white, #f8ab8d);
border-bottom: 1px solid grey;
color: #506a6b;
font-size: 20px;
box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
margin-bottom: 5px;
}
}
.first li:last-child {border-bottom: none;}
/** End test area **/


/* Remove bullets when there are multiple edit page warnings */
/** 22 - Testing area, please clear out this section after testing is done **/
ul.permissions-errors > li {
.bullet {
list-style: none none;
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
}
ul.permissions-errors {
.bullet li:before {
margin: 0;
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #DCC24B;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}
}
/** End test area **/


/* Generic class for Times-based serif, texhtml class for inline math */
/** 333- Testing area, please clear out this section after testing is done **/
.times-serif,
.bullet-2 {
span.texhtml {
  list-style: none;
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
  counter-reset: li;
font-size: 118%;
  max-width: 600px;
line-height: 1;
  column-count: 2;
}
.bullet-2 li {
  margin-bottom: 5px;
  position: relative;
  background: linear-gradient(90deg, #FECDD3, #4726F0);
  line-height: 40px;
  padding: 0 30px 0 10px;
  color: #4726F0;
  border-radius: 5px;
}
}
span.texhtml {
.bullet-2 li:after {
white-space: nowrap;
  counter-increment: li;
  content: counters(li,".") ". ";
  position: absolute;
  right: 10px;
  color: #FECDD3;
}
}
span.texhtml span.texhtml {
.bullet-2 li:nth-child(1),
font-size: 100%;
.bullet-2 li:nth-child(2),
.bullet-2 li:nth-child(3),
.bullet-2 li:nth-child(4) {
  padding: 0 10px 0 30px;
}
}
span.mwe-math-mathml-inline {
.bullet-2 li:nth-child(1):after,
font-size: 118%;
.bullet-2 li:nth-child(2):after,
.bullet-2 li:nth-child(3):after,
.bullet-2 li:nth-child(4):after {
  right: auto;
  left: 10px;
  color: #4726F0;
}
}
/** End test area **/


/* Force tabular and lining display for digits and texhtml */
/** Вращение ссылки **/
.digits,
.roll-link {
.texhtml {
display: inline-block;
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
overflow: hidden;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
text-decoration:none;
font-feature-settings: "lnum", "tnum", "kern" 0;
vertical-align: top;
font-variant-numeric: lining-nums tabular-nums;
-webkit-perspective: 600px;
font-kerning: none;
-moz-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-perspective-origin: 50% 50%;
-moz-perspective-origin: 50% 50%;
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;     
}
.roll-link:hover {text-decoration:none;}
.roll-link span {
display: block;
position: relative;
padding: 0 2px;
-webkit-transition: all 400ms ease;
-moz-transition: all 400ms ease;
-ms-transition: all 400ms ease;
transition: all 400ms ease;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
}
 
.roll-link:hover span {
/* Make <math display="block"> be left aligned with one space indent for compatibility with style conventions */
  background: #DD4D42;
.mwe-math-fallback-image-display,
-webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
.mwe-math-mathml-display {
-moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
margin-left: 1.6em !important;
-ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
margin-top: 0.6em;
transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
margin-bottom: 0.6em;
}
}
.mwe-math-mathml-display math {
display: inline;
.roll-link span:after {
content: attr(data-title);
display: block;
position: absolute;
left: 0;
top: 0;
padding: 0 2px;
color: #fff;
background: #DD4D42;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
-webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
-moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
-ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}
}


/* Fix styling of transcluded prefindex tables */
.main_container {
table#mw-prefixindex-list-table,
display: flex;
table#mw-prefixindex-nav-table {
    gap: 10px;
width: 98%;
}
@media (max-width: 768px) {
.main_container{
flex-direction: column;
}
.left_box{
width: 100% !important;  
}
}


/* Make it possible to hide checkboxes in <inputbox> */
.right_box{
.inputbox-hidecheckboxes form .inputbox-element,
width: 100% !important;
.inputbox-hidecheckboxes .mw-ui-checkbox {
}
display: none !important;
}
.left_box{
width: 50%;
}
}


/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
.right_box{
.k-player .k-attribution {
width: 50%;
visibility: hidden;
}
}


/* Move 'play' button of video player to bottom left corner */
.news{
.PopUpMediaTransform a .play-btn-large {
background: #826941;
margin: 0;
    color: #000;
top: auto;
right: auto;
bottom: 0;
left: 0;
}
}


/* Hide FlaggedRevs notice UI when there are no pending changes */
.newslist{
.flaggedrevs_draft_synced,
    display: block;
.flaggedrevs_stable_synced {
    overflow: auto;
display: none;
    height: 460px;
    padding: 10px;
}
}


/* Force imgs in galleries to have borders by wrapping them in class=bordered-images */
.links{
.bordered-images img {
background: #f5faff;
border: solid #ddd 1px;
}
}


/* Gallery styles background changes are restricted to screen view. In printing we should avoid applying backgrounds. */
.world_teso{
@media screen {
background: #f5faff;
/* The backgrounds for galleries. */
    color: #000;
#content .gallerybox div.thumb {
}
/* Light gray padding */
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
'.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) 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-image: none;
}


.new_posts{
color:#000;
}
}


/* Display "From Wikipedia, the free encyclopedia" in skins that support it, do not apply to print mode */
.new_images{
@media screen {
    padding-bottom: 250px;
#siteSub {
    background: #f5faff;
display: block;
}
}
.new_styles{
    padding-bottom: 250px;
    background: #f5faff;
}
}

Текущая версия от 17:07, 18 января 2024

/**
 * Wiki.tesonline.org Global Stylesheet 
 * Current maintainers: Wiki staff members
 * Please discuss changes on MediaWiki talk:Common.css
 */

/** Testing area, please clear out this section after testing is done **/
.row-box {
    position: relative;
}
.box {
    display: block;
    width: 55%;
    position: relative;
}
.box img {
    width: 100%;
    height: 100%;
    object-position: 50% 50%;
    object-fit: cover;
    padding: 1% 0;
}
.box:nth-child(1) {
    clip-path: polygon(0 0, 97% 0, 82% 100%, 0 100%);
}
.box:nth-child(2) {
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 3% 100%);
    left: 45%;
    position: absolute;
    top: 0;
}
.box:nth-child(3) {
    clip-path: polygon(0 0, 82% 0, 97% 100%, 0 100%);      
}
.box:nth-child(4) {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 18% 100%);
    left: 45%;        
    position: absolute;
    top: 50%;             
}
/** End test area **/

/****************
 * Custom Fonts *
 ****************/
@font-face {
    font-family: OpenSans;
    src: local('OpenSans-Regular'), local('OpenSans-Regular'), url(/media/hydra/fonts/OpenSans-Regular.ttf) format('truetype');
}

@font-face {
    font-family: OpenSans;
    font-style: italic;
    src: local('OpenSans-Italic'), local('OpenSans-Italic'), url(/media/hydra/fonts/OpenSans-Italic.ttf) format('truetype');
}

@font-face {
    font-family: OpenSans;
    font-weight: bold;
    src: local('OpenSans-Bold'), local('OpenSans-Bold'), url(/media/hydra/fonts/OpenSans-Bold.ttf) format('truetype');
}

@font-face {
    font-family: OpenSans;
    font-style: italic;
    font-weight: bold;
    src: local('OpenSans-BoldItalic'), local('OpenSans-BoldItalic'), url(/media/hydra/fonts/OpenSans-BoldItalic.ttf) format('truetype');
}

@font-face {
    font-family: "Mojang";
    src: local('Mojang-Regular'), local('Mojang-Regular'), url(/media/hydra/fonts/Mojang-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: "Mojang";
    src: local('Mojang-Bold'), local('Mojang-Bold'), url(/media/hydra/fonts/Mojang-Bold.ttf) format('truetype');
    font-weight: bold;
}

/******************
/* General styles *
/**background-color: #171717;**/
body {
    background-image: url(/media/1/1f/Background.jpg);
    background-position: center top;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #000000;/*Подвал страницы*/
    background-size: 100% auto;
    color: #0000FF;
    font-family: OpenSans, sans-serif;
}

#pageWrapper {
    padding-right: 1em;
}

/********************
/* Community portal *
/********************/
.cpbox {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}

#cpbox-side {
    box-sizing: border-box;
    width: calc(33% - 10px);
    margin: 5px;
    flex-grow: 1;
    min-width: 300px;
}

#cpbox-main {
    box-sizing: border-box;
    width: calc(67% - 10px);
    margin: 5px;
    flex-grow: 1;
}

#cpbox-tasks {
    box-sizing: border-box;
    width: calc(100% - 10px);
    margin: 5px;
}

.cpbox-feature {
    padding: 10px;
}

/***************
/* Logo styles *
/***************/
/* Новогодний логотип */
#p-logo a {
    /*background-image: url('//upload.wikimedia.org/wikipedia/commons/d/da/Wikinews-logo-ru-1.png') !important;*/
    /*background-image: url('/resources/assets/new_year_logo.png') !important;*/
}
/*****************
/* Header styles *
/*****************/
div#mw-page-base {
    /*background: #FFFF00;*/
    background: #FFFFFF;
    height: 82px;
    margin-bottom: 0;
    border-bottom: 3px solid #FFFFFF;
   /* border-bottom: 3px solid #FFFF00;*/
}

div#mw-head {
    height: 82px;
}

#mw-head-base {
    display: none;
}

/* форматирование параграфов для книг */
div.book {font-size: 130%; font-family:sans-serif; }
.book p {text-indent: 1.5em; margin: 0 1.5em 0 1.5em;}
 
/* форматирование параграфов для стихов */
div.poem {font-size: 130%; font-family:sans-serif; }
.poem p {text-indent: 0em; margin: 0 1.5em 0 1.5em;}

/**************************
/* Article navigation bar *
/**************************/

/******************
/* Sidebar styles *
/******************/
/* this has to be overridden for every menu */
#p-Menu,
#p-Menu2,
#p-Menu3 {
 overflow: visible; 
}

/* this has to be overridden for every menu */
#p-Menu div,
#p-Menu2 div,
#p-Menu3 div {
 margin: 0;
 padding: 0;
}

/* this is an example to make the list of the second entry bigger e.g. when ther is a longer text in a list item
#p-Menu ul li.item2 ul {
 width: 16em;
}
*/

/* this an example to change the background color of every second list item
li.even {
 background-color: #eeeeee;
}
*/

.menuSidebar ul { /* remove bullets and list indents */
 list-style: none;
 margin: 0;
 padding: 0;
}

/* this div is only for better handling and navigation  ... could also be done in inner ul*/
.menuSidebar ul div { 
 position: absolute;
 top: -6px;
 left: 100%; /* to position them to the right of their containing block */
 width: 100%; /* width is based on the containing block */
 z-index: 100; /* show ul on top */
}

.menuSidebar ul ul { 
 background-color: white;
 border: 1px solid #aaaaaa;
 margin-top: 5px; /* make navigation easier*/
 margin-bottom: 5px; /* make navigation easier*/
 z-index: 101; /* show on top; Needed for IE 7 */
 width: 12em; /* width of inner menu, Needed for IE 7 */
}

.menuSidebar li {
 position: relative; /* make li a container for inner elements */
 margin: 1px;
 z-index: 102; /* show on top; Needed for IE 7 */
}

/* style, color and size links and headings to suit */
.menuSidebar a {
 font-weight: bold;
 display: block;
 border-width: 0px 0px 1px 0px;
 border-style: solid;
 border-color: #aaaaaa;
 margin: 0px;
 padding: 1px;
 padding-left: 5px;
 
 text-decoration: none;
}

/* move the &gt; to the right */
.menuSidebar a em {
 position: absolute;
 right: 4px;
}

.menuSidebar li:hover, /* Needed for IE 7 */
.menuSidebar a:hover {
 background: #ccccff;
}

.menuSidebar li.separator a:hover {
 background: white;
}

/* Needed for IE 7 */
.menuSidebar li.separator a,
.menuSidebar li.separator {
 line-height: 0px;
 height: 0px;
 font-size: 0px;
}

.menuSidebar ul li:last-Child a { 
 border-width: 0px 0px 0px 0px; // remove the last bottom line 
 padding-bottom: 0px;
}

/* hides the first level */
.menuSidebar ul li div { display: none; }

/* shows the first level and hide the second */
.menuSidebar ul li:hover div, 
.menuSidebar ul li div:hover { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li:hover ul li div { display: none; } /* hide the next level */

/* second level*/
.menuSidebar ul li ul li:hover div,
.menuSidebar ul li ul li div:hover  { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li:hover ul li div { display: none; }  /* hide the next level */

/* third level */
.menuSidebar ul li ul li ul li:hover div,
.menuSidebar ul li ul li ul li div:hover   { display: block; } /* div is again used for easier navigation*/
.menuSidebar ul li ul li ul li:hover ul li div { display: none; }  /* hide the next level */

/***************
/* Link styles *
/***************/
.gridContainer .gridImage > a {
    color: transparent !important;
}

/******************
/* Стили статей (цвет заголовка)*
/******************/

h1, h2, h3, h4, h5, h6 {
  /*color: #FFFFFF;*/ /**белый**/
  /*color: #000000;*/ /** черный **/
    color: #FFFF00; /** желтый **/
    font-family: OpenSans, sans-serif;
}

h1, h2 {
    border-bottom: 0px dashed #e04a40;
}

hr {
    background: none;
    border-bottom: 1px dashed #e04a40;
    /*color: #FFFFFF;*/ /** белый **/
    color: #FFFF00; /** желтый **/
    height: 0;
}

/**********************
/* Gamepedia Sidebars *
/**********************/

/** Fun stuff **/

/** Rainbows **/

/** Generic infobox styling **/
.infobox {
    width: 23em;
    text-align: right;
    border: 1px solid #AAA;
    background-color: #F9F9F9;
    color: #000;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    float: right;
    clear: right;
    font-size: 88%;
    line-height: 1.2em;
    vertical-align: top;
    border-collapse: collapse;
}

.infobox td[colspan="2"],
.infobox th[colspan="2"] {
    text-align: center;
}

.infobox td:first-child:not([colspan="2"]) {
    text-align: left;
    font-weight: bold;
    width: 50%;
    vertical-align: top;
}

.infobox th.infoboxFirstHeader {
    font-size: 120%
}

.infobox td ul,
.infobox td ol {
    text-align: left;
}

.infobox th {
    border-bottom: #AAA thin solid;
    border-top: #AAA thin solid;
}

.infobox th,
.infobox td {
    padding: 0.4em 0.6em 0.2em 0.6em;
}

.infobox tr.infoboxSubsectionBreak {
    border-top: #AAA thin solid;
}

.infobox th.infoboxSectionHeader,
.infobox th.infoboxFirstHeader {
    background-color: #CDDEFF;
}

.infoboxSubsectionBreak td {
    padding: 0;
}

.infoboxBlockImage img {
	width:240px;
	height: auto;
}

/** Galleries **/
.gallery > .page {
    display: none;
}

.gallery > div.page.active {
    display: block;
}

.gallery > span.page.active {
    display: inline;
}

/** Crafting Grid Slides **/
.CraftingGridCell > span.ActiveSlide,
.CraftingGridCell > div.GridTank.ActiveSlide{
    display: inline-block !important;
}
.CraftingGridCell > div.GridTank,
.CraftingGridCell > span,
.CraftingGridCell > .grid:not(.ActiveSlide) {
    display: none !important;
}

/** Crafting grid controls **/
.pageNum {
    margin-left: 20px;
}
.pageCount {
    margin-right: 20px;
}
.CraftingGridControls {
	white-space: nowrap;
}

/* [[Википедия:Оформление таблиц]] */
table.standard, table.wide
 {border:1px solid #000; border-collapse: collapse}
table.standard th, table.wide th, table.wikitable th
 {border:1px solid #000; padding-left:0.2em; padding-right:0.2em; background-color:#000}
table.standard td, table.wide td
 {border: 1px solid #000; padding-left:0.2em; padding-right:0.2em}
table.standard caption, table.wide caption, table.tiles caption
 {font-weight:bold; padding-top: 0.2em; padding-bottom:0.2em}
table.wide {width: 100%}

table.simple {border-color:#AAAAAA; border-collapse:collapse}
table.simple th, table.simple td {border-color:#AAAAAA; padding-left:0.2em; padding-right:0.2em}

table.tiles {border-collapse:separate; border-spacing:2px}
table.tiles th {padding-left:0.2em; padding-right:0.2em; background-color: #EEEEFF}
table.tiles td {padding-left:0.2em; padding-right:0.2em; background-color: #F0F0F0}

table.graytable {background:#f0f0f0; padding:1em; width: 100%}
table.graytable caption {padding:0.5em 0 0 0; background:#f0f0f0; font-size:100%; font-weight:bold}
table.graytable caption span.subcaption {font-size:80%; font-weight:normal}
table.graytable th, table.graytable td {font-size:80%}

table.wikitable, table.prettytable 
 {margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #000; border-collapse:collapse; color: #fff !important; background: #333 !important;}
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td 
 {border:1px solid #000; padding:0.2em}
table.wikitable caption, table.prettytable caption 
 {margin-left:inherit; margin-right:inherit; font-size:larger; font-weight:bold}
table.prettytable th 
 {background:#f2f2f2}

tr.highlight th {background-color: #EEEEFF}
tr.highlight td {background-color: #FFFFEE}
tr.bright th   {background-color: #CCCCFF}
tr.bright td   {background-color: #FFEECC}
tr.shadow th, tr.shadow td  {background-color: #F0F0F0}
tr.dark th, tr.dark td  {background-color: #CCCCCC}
table th.highlight  {background-color: #EEEEFF}
table td.highlight  {background-color: #FFFFEE}
table th.bright  {background-color: #CCCCFF}
table td.bright  {background-color: #FFEECC}
table th.shadow, table td.shadow  {background-color: #F0F0F0}
table th.dark, table td.dark  {background-color: #CCCCCC}
table th.transparent, table td.transparent, .transparent {background-color: transparent}

table.toccolours th {background-color: #ccccff}

/** Tooltips **/
#minetip-tooltip {
    position: fixed;
    background-color: #100010;
    background-color: rgba(16, 0, 16, 0.94);
    color: #FFF;
    padding: 0.375em;
    font-family: Mojang, sans-serif;
    font-size: 16px;
    letter-spacing: -0.5px;
    word-spacing: 6px;
    line-height: 1.25em;
    text-shadow: 0.125em 0.125em 0 #3F3F3F;
    margin: 0.125em 0.25em;
    pointer-events: none;
    z-index: 2000;
}
#minetip-tooltip:before {
    content: "";
    position: absolute;
    top: 0.125em;
    right: -0.125em;
    bottom: 0.125em;
    left: -0.125em;
    border: 0.125em solid #100010;
    border-style: none solid;
    border-color: rgba(16, 0, 16, 0.94);
}
#minetip-tooltip:after {
    content: "";
    position: absolute;
    top: 0.125em;
    right: 0;
    bottom: 0.125em;
    left: 0;
    border: 0.125em solid #2D0A63;
    border-image: -webkit-linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
    border-image: linear-gradient(rgba(80, 0, 255, 0.31), rgba(40, 0, 127, 0.31)) 1;
}

#minetip-tooltip > .minetip-description {
    display: block;
    margin-top: 0.25em;
}

/* Classes corresponding to Minecraft formatting codes */
.format-0 {
    color: #000;
    text-shadow: 0.125em 0.125em 0 #000;
}
.format-1 {
    color: #00A;
    text-shadow: 0.125em 0.125em 0 #00002A;
}
.format-2 {
    color: #0A0;
    text-shadow: 0.125em 0.125em 0 #002A00;
}
.format-3 {
    color: #0AA;
    text-shadow: 0.125em 0.125em 0 #002A2A;
}
.format-4 {
    color: #A00;
    text-shadow: 0.125em 0.125em 0 #2A0000;
}
.format-5 {
    color: #A0A;
    text-shadow: 0.125em 0.125em 0 #2A002A;
}
.format-6 {
    color: #FA0;
    text-shadow: 0.125em 0.125em 0 #2A2A00;
}
.format-7 {
    color: #AAA;
    text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
.format-8 {
    color: #555;
    text-shadow: 0.125em 0.125em 0 #151515;
}
.format-9 {
    color: #55F;
    text-shadow: 0.125em 0.125em 0 #15153F;
}
.format-a {
    color: #5F5;
    text-shadow: 0.125em 0.125em 0 #153F15;
}
.format-b {
    color: #5FF;
    text-shadow: 0.125em 0.125em 0 #153F3F;
}
.format-c {
    color: #F55;
    text-shadow: 0.125em 0.125em 0 #3F1515;
}
.format-d {
    color: #F5F;
    text-shadow: 0.125em 0.125em 0 #3F153F;
}
.format-e {
    color: #FF5;
    text-shadow: 0.125em 0.125em 0 #3F3F15;
}
.format-f {
    color: #FFF;
    text-shadow: 0.125em 0.125em 0 #3F3F3F;
}
.format-l {
    font-weight: bold;
    letter-spacing: 0.125em;
}
.format-m {
    text-decoration: line-through;
}
.format-n {
    text-decoration: underline;
}
.format-o {
    font-style: italic;
}
.blink-0 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-0;
}
@keyframes blink-0 {
    50% {
        color: #000;
        text-shadow: 0.125em 0.125em 0 #000;
    }
}
.blink-1 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-1;
}
@keyframes blink-1 {
    50% {
        color: #00A;
        text-shadow: 0.125em 0.125em 0 #00002A;
    }
}
.blink-2 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-2;
}
@keyframes blink-2 {
    50% {
        color: #0A0;
        text-shadow: 0.125em 0.125em 0 #002A00;
    }
}
.blink-3 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-3;
}
@keyframes blink-3 {
    50% {
        color: #0AA;
        text-shadow: 0.125em 0.125em 0 #002A2A;
    }
}
.blink-4 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-4;
}
@keyframes blink-4 {
    50% {
        color: #A00;
        text-shadow: 0.125em 0.125em 0 #2A0000;
    }
}
.blink-5 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-5;
}
@keyframes blink-5 {
    50% {
        color: #A0A;
        text-shadow: 0.125em 0.125em 0 #2A002A;
    }
}
.blink-6 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-6;
}
@keyframes blink-6 {
    50% {
        color: #FA0;
        text-shadow: 0.125em 0.125em 0 #2A2A00;
    }
}
.blink-7 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-7;
}
@keyframes blink-7 {
    50% {
        color: #AAA;
        text-shadow: 0.125em 0.125em 0 #2A2A2A;
    }
}
.blink-8 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-8;
}
@keyframes blink-8 {
    50% {
        color: #555;
        text-shadow: 0.125em 0.125em 0 #151515;
    }
}
.blink-9 {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-9;
}
@keyframes blink-9 {
    50% {
        color: #55F;
        text-shadow: 0.125em 0.125em 0 #15153F;
    }
}
.blink-a {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-a;
}
@keyframes blink-a {
    50% {
        color: #5F5;
        text-shadow: 0.125em 0.125em 0 #153F15;
    }
}
.blink-b {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-b;
}
@keyframes blink-b {
    50% {
        color: #5FF;
        text-shadow: 0.125em 0.125em 0 #153F3F;
    }
}
.blink-c {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-c;
}
@keyframes blink-c {
    50% {
        color: #F55;
        text-shadow: 0.125em 0.125em 0 #3F1515;
    }
}
.blink-d {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-d;
}
@keyframes blink-d {
    50% {
        color: #F5F;
        text-shadow: 0.125em 0.125em 0 #3F153F;
    }
}
.blink-e {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-e;
}
@keyframes blink-e {
    50% {
        color: #FF5;
        text-shadow: 0.125em 0.125em 0 #3F3F15;
    }
}
.blink-f {
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-f;
}
@keyframes blink-f {
    50% {
        color: #FFF;
        text-shadow: 0.125em 0.125em 0 #3F3F3F;
    }
}
/** Tanks **/
/** Template:Tanks **/
.tanks {
    position: absolute;
    top: 0;
}

/** Styling for the new grid templates **/
.CraftingGrid,
.CraftingGrid * {
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    -o-user-select: none;   
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

span.grid:not(.ext-translate-container):not(.uls-menu) {
    position: relative;
    display: inline-block;
    background-color: #8B8B8B;
    border: 2px solid;
    border-color: #373737 #FFF #FFF #373737;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
    vertical-align: bottom;
}

span.grid:before,
span.grid:after {
    content: "";
    position: absolute;
    background-color: #8B8B8B;
    height: 2px;
    width: 2px;
    pointer-events: none;
}
span.grid:before {
    bottom: -2px;
    left: -2px;
}
span.grid:after {
    top: -2px;
    right: -2px;
}

span.grid > * {
    display: block;
    margin: -2px;
    padding: 2px;
}
 
.grid-number {
    position: absolute;
    right: -2px;
    bottom: -2px;
    font-family: Mojang, sans-serif;
    font-weight: normal;
    color: #FFF;
    text-shadow: 2px 2px 0 #3F3F3F;
    filter: dropshadow(color=#3F3F3F, offx=2, offy=2);
    z-index: 2;
    letter-spacing: -0.5px;
    word-spacing: 6px;
}

/* Plain grid with no border or background */
.grid-plain,
.CraftingGrid .grid {
    background-color: transparent !important;
    border-color: transparent !important;
}
.grid-plain:before,
.grid-plain:after,
.CraftingGrid .grid:before,
.CraftingGrid .grid:after {
    content: none !important;
}

.craftingGridOne .grid-number {
    display: none;
}

/* Generic styling for animation class */
.animated > span:not(.active),
.animated > div:not(.active) {
    display: none !important;
}

.nowrap {
    white-space: nowrap;
}

/* Default skin for navigation boxes */
/** Template:Navbox **/
table.navbox {            /* Navbox container style */
    border: 1px solid #AAA;
    width: 100%; 
    margin: auto;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
    text-align: center;      /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
.navbox-group {              /* Group style */
    white-space: nowrap;
    /* @noflip */text-align: right;
    font-weight: bold;
    padding-left: 1em;
    padding-right: 1em;
}
.navbox, .navbox-subgroup {
    background: #FDFDFD;     /* Background color */
}
.navbox-list {
    border-color: #FDFDFD;   /* Must match background color */
}
.navbox-title,
table.navbox th {
    background: #D4D4D4;     /* Level 1 color */
    color: #4D4D4D;
}
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
    background: #E2E2E2;     /* Level 2 color */
    color: #000;
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
    background: #EBEBEB;     /* Level 3 color */
    color: #000;
}
.navbox-even {
    background: #F9F9F9;     /* Even row striping */
    color: #000;
}
.navbox-odd {
    background: transparent; /* Odd row striping */
}
 
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    /* @noflip */float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]] are styled here   */
    /* @noflip */text-align: right;     /* so they can be customised.                */
    width: auto;
}
.navbox .collapseButton {  /* In navboxes, the show/hide button balances */
    width: 6em;            /* the vde links from [[Template:Navbar]],    */
}                          /* so they need to be the same width.         */
 
.navbar {                  /* Navbox template links */
    font-size: 88%;        /* Default font-size */
    font-weight: normal;
}
.navbox .navbar {
    font-size: 100%;       /* Font-size when nested within navbox */
}

table.collapsed tr.collapsible {
    display: none;
}

/* Messagebox templates */
.messagebox {
    border: 1px solid #AAA;
    background-color: #F9F9F9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.messagebox.merge {
    border: 1px solid #C0B8CC;
    background-color: #F0E5FF;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9F9FFF;
    background-color: #EFEFFF;
    text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/dmbox message boxes */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
    border: none;
    /* @noflip */
    padding: 0.25em 0.9em;     /* 0.9em left/right */
    width: 100%;               /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0 right */
    text-align: center;
}
td.mbox-imageright {           /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0 left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {           /* An empty narrow cell */
    border: none;
    padding: 0;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #AAA;
    /* @noflip */
    border-left: 10px solid #1E90FF;  /* Default "notice" blue */
    background: #0000FF;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.ambox td.mbox-image {           /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0 right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0 left, 0.5em right */
}
 
table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #1E90FF;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #B22222;    /* Red */
    background: #FEE;                   /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #B22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #F28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #F4C430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932CC;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #BBA;       /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1E90FF;    /* Default "notice" blue */
    background: #FBFBFB;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;         /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1E90FF;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #B22222;    /* Red */
    background: #FEE;             /* Pink */
}
table.imbox-delete {
    border: 3px solid #B22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #F28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #F4C430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932CC;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #BBA;       /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88A;       /* Dark gray */
    background: #F7F8FF;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #CBA135;    /* Brown-gold */
}
 
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #AAA;
    background: #DFE8FF;    /* Default "notice" blue */
}
 
table.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
table.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #B22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
table.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
table.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
table.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
table.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
table.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
table.ombox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #AAA;       /* Default "notice" gray */
    background: #F9F9F9;
}
 
table.ombox-notice {
    border: 1px solid #AAA;       /* Gray */
}
table.ombox-speedy {
    border: 2px solid #B22222;    /* Red */
    background: #FEE;             /* Pink */
}
table.ombox-delete {
    border: 2px solid #B22222;    /* Red */
}
table.ombox-content {
    border: 1px solid #F28500;    /* Orange */
}
table.ombox-style {
    border: 1px solid #F4C430;    /* Yellow */
}
table.ombox-move {
    border: 1px solid #9932CC;    /* Purple */
}
table.ombox-protection {
    border: 2px solid #BBA;       /* Gray-gold */
}
 
/* Talk page message box styles */
table.tmbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 1px solid #C0C090;   /* Default "notice" gray-brown */
    background: #F8EABA;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)   */
    width: 100%;                 /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
    line-height: 1.5em;          /* also "nested", so reset styles that are   */
    font-size: 100%;             /* set in "mbox-small" above.                */
}
 
table.tmbox-speedy {
    border: 2px solid #B22222;    /* Red */
    background: #FEE;             /* Pink */
}
table.tmbox-delete {
    border: 2px solid #B22222;    /* Red */
}
table.tmbox-content {
    border: 2px solid #F28500;    /* Orange */
}
table.tmbox-style {
    border: 2px solid #F4c430;    /* Yellow */
}
table.tmbox-move {
    border: 2px solid #9932CC;    /* Purple */
}
table.tmbox-protection,
table.tmbox-notice {
    border: 1px solid #C0C090;    /* Gray-brown */
}
 
/* Disambig and set index box styles */
table.dmbox {
    clear: both;
    margin: 0.9em 1em;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background: transparent;
}
 
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #BB7070;
    background: #FFDBDB;
    padding: 0.25em 0.9em;
}
/* Div based "system" style fmbox messages.
   Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal {
    clear: both;
    margin: 0.2em 0;
    border: 1px solid #AAA;
    background: #F9F9F9;
    padding: 0.25em 0.9em;
}
 
/* These mbox-small classes must be placed after all other
   ambox/tmbox/ombox etc classes. "body.mediawiki" is so
   they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
    /* @noflip */
    clear: right;
    /* @noflip */
    float: right;
    /* @noflip */
    margin: 4px 0 4px 1em;
    width: 238px;
    font-size: 88%;
    line-height: 1.25em;
}
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
    /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
 
/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
    display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
    border: none;
    border-collapse: collapse;
    background: transparent;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
    width: auto;
    display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
    font-size: 100%;
    width: auto;
    margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
    padding: 0 !important;
    margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
    display: list-item;
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
    list-style-type: circle;
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
    display: none;
}

/** Main Page Styles **/

body.page-FTB_Wiki.ns-0.action-view h1.firstHeading {
    display: none;
}

body.page-FTB_Wiki.ns-0.action-view div#content {
    background: none;
    padding-bottom: 0;
}

body.page-FTB_Wiki.ns-0.action-view div#footer {
    margin-left: 12em;
    margin-right: 1em;
}

body.page-FTB_Wiki.ns-0.action-view legend#mw-fr-reviewformlegend {
    background: #FFF;
}

body.page-FTB_Wiki.ns-0.action-view .flaggedrevs_reviewform {
    border: none;
}

body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header ~ hr {
    display: none;
}

body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header a {
    color: #000;
}

table.main-page-layout {
    border-spacing: .5em;
    margin-left: -.5em;
    margin-right: -.5em;
    width: calc(100% + 1em);
}

table.main-page-layout > tr > td,
table.main-page-layout > * > tr > td {
    vertical-align: top;
    background: #FFF;
    padding: 0;
}

.main-page-heading {
    color: #E04A40;
    font-size: 140%;
    border-bottom: 1px dashed #E04A40;
    margin-top: .5em;
    margin-left: .5em;
    margin-right: .5em;
}

.main-page-nav-links {
    background: #E04A40;
    color: #FFF;
    text-align: left;
    line-height: 2.5em;
    padding-left: 1em;
}

.mw-body .main-page-nav-links a:link,
.mw-body .main-page-nav-links a:hover,
.mw-body .main-page-nav-links a:visited {
    color: #FFF;
    padding-right: 1em;
}

.mw-body .main-page-nav-links.dark a:link,
.mw-body .main-page-nav-links.dark a:hover,
.mw-body .main-page-nav-links.dark a:visited {
    color: #000;
}

.main-page-content,
table.main-page-layout > tr > td.main-page-content,
table.main-page-layout > * > tr > td.main-page-content {
    padding: .5em;
}

/* НАВИГАЦИОННЫЙ ШАБЛОН --------------------------- */

/* Default style for navigation boxes */
.navbox {					 /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	margin: 1em auto 0; /* Prevent preceding content from clinging to navboxes */
	clear: both;
	font-size: 90%;
	text-align: center;
	padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
	width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;	  /* Title, group and above/below styles */
	text-align: center;
}
.navbox-title {
	line-height: 1.6em;	   /* Standard 1.6em for title */
}

/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {	/* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}

th.navbox-group {			 /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}
.navbox,
.navbox-subgroup {
	background: #fdfdfd;	  /* Background color */
}
.navbox-list {
	border-color: #fdfdfd;	/* Must match background color */
}
.navbox th,
.navbox-title {
	background: #cfe3ff;	  /* Level 1 color */
}
.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background: #dcebff;	  /* Level 2 color */
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background: #eaf3ff;	  /* Level 3 color */
}
.navbox-even {
	background: #f5f5f5;	  /* Even row striping */
}
.navbox-odd {
	background: transparent;  /* Odd row striping */
}
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 1px 0 0;	   /* Adjust hlist padding in navboxes */
}
.navbox .navbox {
	margin-top: 0;			/* No top margin for nested navboxes */
}
.navbox + .navbox {
	margin-top: -1px;		 /* Single pixel border between adjacent navboxes */
}

/* Default styling for Navbar template */
.navbar {
	display: inline;
	font-size: x-small;
	font-weight: normal;
}
.navbar ul {
	display: inline;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar.mini {
	word-spacing: -0.1em;
}
.navbar.mini span abbr[title] {
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}

/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
	width: 5em;
}

/* Кнопки [показать]/[скрыть], создаваемые динамически функцией collapsibleTables()
   в [[MediaWiki:Common.js]] */
.collapseButton {
	/* @noflip */
	float: right;
	font-weight: normal;
	/* @noflip */
	margin-left: 0.5em;
	/* @noflip */
	text-align: right;
	width: auto;
}

/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .collapsible.collapsed > tbody > tr:not(:first-child),
.client-js .NavFrame.collapsed > .NavContent,
.client-js .tochidden-wrapper > .toc > ul {
	display: none;
}

/* Style for horizontal lists (separator following item).
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 6 (2014-05-09)
   @author [[wp:User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
    margin: 0;
    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;
}
/* 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;
}
/* For IE8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-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;
}
/* For IE8 */
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-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) " ";
    white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
    content: " (" counter(listitem) " ";
}
/* Stuff for IC2's Turning Table */
.turn {position: absolute; top: 0;}
.turni15 {clip: rect(0px, 48px, 64px, 0px)}
.turni25 {clip: rect(0px, 96px, 64px, 48px)}
.turni35 {clip: rect(0px, 144px, 64px, 96px)}
.turni45 {clip: rect(0px, 192px, 64px, 144px)}
.turni55 {clip: rect(0px, 240px, 64px, 192px)}
.turni14 {clip: rect(6px, 48px, 58px, 0px)}
.turni24 {clip: rect(6px, 96px, 58px, 48px)}
.turni34 {clip: rect(6px, 144px, 58px, 96px)}
.turni44 {clip: rect(6px, 192px, 58px, 144px)}
.turni54 {clip: rect(6px, 240px, 58px, 192px)}
.turni13 {clip: rect(14px, 48px, 50px, 0px)}
.turni23 {clip: rect(14px, 96px, 50px, 48px)}
.turni33 {clip: rect(14px, 144px, 50px, 96px)}
.turni43 {clip: rect(14px, 192px, 50px, 144px)}
.turni53 {clip: rect(14px, 240px, 50px, 192px)}
.turni12 {clip: rect(20px, 48px, 44px, 0px)}
.turni22 {clip: rect(20px, 96px, 44px, 48px)}
.turni32 {clip: rect(20px, 144px, 44px, 96px)}
.turni42 {clip: rect(20px, 192px, 44px, 144px)}
.turni52 {clip: rect(20px, 240px, 44px, 192px)}
.turni11 {clip: rect(26px, 48px, 38px, 0px)}
.turni21 {clip: rect(26px, 96px, 38px, 48px)}
.turni31 {clip: rect(26px, 144px, 38px, 96px)}
.turni41 {clip: rect(26px, 192px, 38px, 144px)}
.turni51 {clip: rect(26px, 240px, 38px, 192px)}
.turnw13 {clip: rect(0px, 48px, 64px, 0px)}
.turnw23 {clip: rect(0px, 96px, 64px, 48px)}
.turnw33 {clip: rect(0px, 144px, 64px, 96px)}
.turnw43 {clip: rect(0px, 192px, 64px, 144px)}
.turnw53 {clip: rect(0px, 240px, 64px, 192px)}
.turnw12 {clip: rect(12px, 48px, 52px, 0px)}
.turnw22 {clip: rect(12px, 96px, 52px, 48px)}
.turnw32 {clip: rect(12px, 144px, 52px, 96px)}
.turnw42 {clip: rect(12px, 192px, 52px, 144px)}
.turnw52 {clip: rect(12px, 240px, 52px, 192px)}
.turnw11 {clip: rect(22px, 48px, 42px, 0px)}
.turnw21 {clip: rect(22px, 96px, 42px, 48px)}
.turnw31 {clip: rect(22px, 144px, 42px, 96px)}
.turnw41 {clip: rect(22px, 192px, 42px, 144px)}
.turnw51 {clip: rect(22px, 240px, 42px, 192px)}

/* Template:Cg/Witchery circle */
div.WitcheryCircle div.craftingGridText {
	line-height: 1.25em;
}

/* Template documentation styles */
.templateDocNoDoc,
.templateDocBadDoc,
.templateDocGoodDoc {
	margin: 0.25em auto 1em;
	border: 1px solid;
	padding: 1em;
	padding-bottom: 3px;
	border-bottom: 1px solid;
	margin-bottom: 1ex;
}

.templateDocEndNoDoc,
.templateDocEndBadDoc,
.templateDocEndGoodDoc {
	margin: 0 auto;
	border: 1px solid;
	padding: 1em;
}

/* api */
.skin-apioutput {
  background: none;
}

.api-pretty-header {
  background-color: white;
}

/** 11-Template documentation styles **/
.first  {
list-style: none;
padding: 0;
}
.first li {
padding: 10px 30px;
background: linear-gradient(to left, #f8ab8d 0%, white, #f8ab8d);
border-bottom: 1px solid grey;
color: #506a6b;
font-size: 20px;
box-shadow: 0 5px 5px 0 rgba(0,0,0, .2);
margin-bottom: 5px;
}
.first li:last-child {border-bottom: none;}
/** End test area **/

/** 22 - Testing area, please clear out this section after testing is done **/
.bullet {
margin-left: 0;
list-style: none;
counter-reset: li;
}
.bullet li {
position: relative;
margin-bottom: 1.5em;
border: 3px solid #CADFCF;
padding: 0.6em;
border-radius: 4px;
background: #FEFEFE;
color: #231F20;
font-family: "Trebuchet MS", "Lucida Sans";
}
.bullet li:before {
position: absolute;
top: -0.7em;
padding-left: 0.4em;
padding-right: 0.4em;
font-size: 16px;
font-weight: bold;
color: #DCC24B;
background: #FEFEFE;
border-radius: 50%;
counter-increment: li;
content: counter(li);
}
/** End test area **/

/** 333- Testing area, please clear out this section after testing is done **/
.bullet-2 {
  list-style: none; 
  counter-reset: li; 
  max-width: 600px;
  column-count: 2;
}
.bullet-2 li {
  margin-bottom: 5px;
  position: relative;
  background: linear-gradient(90deg, #FECDD3, #4726F0);
  line-height: 40px;
  padding: 0 30px 0 10px;
  color: #4726F0;
  border-radius: 5px;
}
.bullet-2 li:after {
  counter-increment: li; 
  content: counters(li,".") ". "; 
  position: absolute;
  right: 10px;
  color: #FECDD3;
}
.bullet-2 li:nth-child(1),
.bullet-2 li:nth-child(2),
.bullet-2 li:nth-child(3),
.bullet-2 li:nth-child(4) {
  padding: 0 10px 0 30px;
}
.bullet-2 li:nth-child(1):after,
.bullet-2 li:nth-child(2):after,
.bullet-2 li:nth-child(3):after,
.bullet-2 li:nth-child(4):after {
  right: auto;
  left: 10px;
  color: #4726F0;
}
/** End test area **/

/** Вращение ссылки **/
.roll-link {
 display: inline-block;
 overflow: hidden;
 text-decoration:none;
 vertical-align: top;
 -webkit-perspective: 600px;
 -moz-perspective: 600px;
 -ms-perspective: 600px;
 perspective: 600px;
 
 -webkit-perspective-origin: 50% 50%;
 -moz-perspective-origin: 50% 50%;
 -ms-perspective-origin: 50% 50%;
 perspective-origin: 50% 50%;      
}
 
.roll-link:hover {text-decoration:none;}
 
.roll-link span {
 display: block;
 position: relative;
 padding: 0 2px;
 
 -webkit-transition: all 400ms ease;
 -moz-transition: all 400ms ease;
 -ms-transition: all 400ms ease;
 transition: all 400ms ease;
 
 -webkit-transform-origin: 50% 0%;
 -moz-transform-origin: 50% 0%;
 -ms-transform-origin: 50% 0%;
 transform-origin: 50% 0%;
 
 -webkit-transform-style: preserve-3d;
 -moz-transform-style: preserve-3d;
 -ms-transform-style: preserve-3d;
 transform-style: preserve-3d;
}
.roll-link:hover span {
  background: #DD4D42;
 -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
 -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
 -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
 transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}
 
.roll-link span:after {
 content: attr(data-title);
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 padding: 0 2px;
 color: #fff;
 background: #DD4D42;
 
 -webkit-transform-origin: 50% 0%;
 -moz-transform-origin: 50% 0%;
 -ms-transform-origin: 50% 0%;
 transform-origin: 50% 0%;
 
 -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
 -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
 -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
 transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
}

.main_container {
	display: flex;
    gap: 10px;
 }
 @media (max-width: 768px) {
 	
 .main_container{
 	flex-direction: column;
 }	
 .left_box{
	width: 100% !important; 
}

.right_box{
	width: 100% !important;
}
 
 }
 
.left_box{
	width: 50%;
}

.right_box{
	width: 50%;
}

.news{
	background: #826941;
    color: #000;
}

.newslist{
    display: block;
    overflow: auto;
    height: 460px;
    padding: 10px;
}

.links{
	background: #f5faff;
}

.world_teso{
	background: #f5faff;
    color: #000;
}

.new_posts{
	color:#000;
}

.new_images{
	    padding-bottom: 250px;
    background: #f5faff;
}
.new_styles{
	    padding-bottom: 250px;
    background: #f5faff;
}