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

Материал из Википедия по игре The Elder Scrolls Online
мНет описания правки
Нет описания правки
 
(не показаны 62 промежуточные версии 2 участников)
Строка 1: Строка 1:
/**
/**
  * FTB Wiki Global Stylesheet  
  * Wiki.tesonline.org Global Stylesheet  
  * Current maintainers: Wiki staff members
  * Current maintainers: Wiki staff members
  * Please discuss changes on MediaWiki talk:Common.css
  * Please discuss changes on MediaWiki talk:Common.css
* For skin specific stylesheets, see:
* Hydra skin: MediaWiki:Hydra.css
* Hydra Dark skin: MediaWiki:Hydradark.css
  */
  */


/** Testing area, please clear out this section after testing is done **/
/** 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 **/
/** End test area **/


Строка 53: Строка 82:
/******************
/******************
/* General styles *
/* General styles *
/******************/
/**background-color: #171717;**/
body {
body {
     background-image: url(/media/1/1f/Background.jpg);
     background-image: url(/media/1/1f/Background.jpg);
Строка 59: Строка 88:
     background-attachment: scroll;
     background-attachment: scroll;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
     background-color: #171717;
     background-color: #000000;/*Подвал страницы*/
     background-size: 100% auto;
     background-size: 100% auto;
     color: #000000;
     color: #0000FF;
     font-family: OpenSans, sans-serif;
     font-family: OpenSans, sans-serif;
}
}
Строка 106: Строка 135:
/* Logo styles *
/* 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 *
/* Header styles *
/*****************/
/*****************/
div#mw-page-base {
div#mw-page-base {
     background: #1a1a1a;
     /*background: #FFFF00;*/
    background: #FFFFFF;
     height: 82px;
     height: 82px;
     margin-bottom: 0;
     margin-bottom: 0;
     border-bottom: 3px solid #e04a40;
     border-bottom: 3px solid #FFFFFF;
  /* border-bottom: 3px solid #FFFF00;*/
}
}


Строка 124: Строка 159:
     display: none;
     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 *
/* Article navigation bar *
/**************************/
/**************************/
#left-navigation {
 
    position: absolute;
/******************
    top: 2px;
/* Sidebar styles *
    left: 204px;
/******************/
    margin: 0;
/* this has to be overridden for every menu */
    margin-left: 2em;
#p-Menu,
#p-Menu2,
#p-Menu3 {
overflow: visible;  
}
}


#right-navigation {
/* this has to be overridden for every menu */
    position: absolute;
#p-Menu div,
    top: 2px;
#p-Menu2 div,
    right: 0;
#p-Menu3 div {
    margin: 0;
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;
}
}
*/


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


div.vectorTabs span,
.menuSidebar ul { /* remove bullets and list indents */
div.vectorTabs ul,
list-style: none;
div.vectorTabs ul li,
margin: 0;
div.vectorTabs ul li.selected,
padding: 0;
div.vectorTabs,
div#mw-head div.vectorMenu h3,
div.vectorMenu h3 span::after {
    background: none;
}
}


div.vectorMenu h3:hover span,
/* this div is only for better handling and navigation  ... could also be done in inner ul*/
div.vectorMenu h3:focus span,
.menuSidebar ul div {
div.vectorTabs li a,
position: absolute;
div.vectorTabs li a:visited,
top: -6px;
div.vectorMenu h3 span,
left: 100%; /* to position them to the right of their containing block */
div#mw-head li.new a {
width: 100%; /* width is based on the containing block */
    color: #ffffff;
z-index: 100; /* show ul on top */
    text-transform: uppercase;
}
}


div.vectorTabs li a {
.menuSidebar ul ul {  
    padding: 0 1em;
background-color: white;
    height: 80px;
border: 1px solid #aaaaaa;
    line-height: 80px;
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 */
}
}


div.vectorTabs li:not(.new) a:hover,
.menuSidebar li {
div.vectorTabs li.selected a,
position: relative; /* make li a container for inner elements */
div.vectorTabs li.selected a:visited {
margin: 1px;
    color: #ffffff;
z-index: 102; /* show on top; Needed for IE 7 */
}
}


div.vectorTabs li.new a {
/* style, color and size links and headings to suit */
    color: #ffffff;
.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;
}
}


div.vectorTabs li.selected a,
/* move the > to the right */
div.vectorTabs li.selected a:visited {
.menuSidebar a em {
    background: #e04a40;
position: absolute;
right: 4px;
}
}


div.vectorMenu {}
.menuSidebar li:hover, /* Needed for IE 7 */
 
.menuSidebar a:hover {
div#mw-head div.vectorMenu h3 {
background: #ccccff;
background-image: none;
}
}


div.vectorMenu h3 a {
.menuSidebar li.separator a:hover {
    height: 80px;
background: white;
    background-position: 100% 50%;
}
}


div.vectorMenu h3 span {
/* Needed for IE 7 */
color: #fff;
.menuSidebar li.separator a,
text-transform: uppercase;
.menuSidebar li.separator {
padding: 0;
line-height: 0px;
    height: 80px;
height: 0px;
    line-height: 80px;
font-size: 0px;
}
}


div.vectorMenu div.menu {
.menuSidebar ul li:last-Child a {  
top: 5em;
border-width: 0px 0px 0px 0px; // remove the last bottom line
padding-bottom: 0px;
}
}


div.vectorMenu div.menu {
/* hides the first level */
background: #1a1a1a;
.menuSidebar ul li div { display: none; }
border: 3px solid #e04a40;
border-top: none;
}


div.vectorMenu ul {
/* shows the first level and hide the second */
    background: #1a1a1a;
.menuSidebar ul li:hover div,
    border: none;
.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 */


div.vectorMenu#p-cactions ul {
/* second level*/
    left: auto;
.menuSidebar ul li ul li:hover div,
    right: 0;
.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 */


div.vectorMenu li a {
/* third level */
    color: #ffffff;
.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 */


div#mw-head div.vectorMenu h3 {
/***************
    height: 80px;
/* Link styles *
    line-height: 80px;
/***************/
    padding: 0 1em;
.gridContainer .gridImage > a {
     margin: 0;
     color: transparent !important;
}
}


.vectorTabs #ca-unwatch.icon a,
/******************
.vectorTabs #ca-watch.icon a {
/* Стили статей (цвет заголовка)*
    margin-top: 17px;
/******************/
}


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


#p-search form {
h1, h2 {
     margin-top: 26px;
     border-bottom: 0px dashed #e04a40;
}
}


/******************
hr {
/* Sidebar styles *
/******************/
div#mw-panel {
    margin: -3.5em 1em 2.5em;
    padding-top: 0;
    width: 9em;
    position: absolute !important;
}
 
div#mw-panel div.portal,
#mw-panel.collapsible-nav div.portal {
     background: none;
     background: none;
    border: none;
     border-bottom: 1px dashed #e04a40;
     border-bottom: 1px dashed #e04a40;
     margin: 0;
     /*color: #FFFFFF;*/ /** белый **/
    color: #FFFF00; /** желтый **/
    height: 0;
}
}


div#mw-panel div.portal h3,
/**********************
#mw-panel.collapsible-nav div.portal h3,
/* Gamepedia Sidebars *
#mw-panel.collapsible-nav div.portal.collapsed h3 {
/**********************/
    color: #ffffff;
    font-weight: bold;
}


#mw-panel.collapsible-nav div.portal h3 a,
/** Fun stuff **/
#mw-panel.collapsible-nav div.portal.collapsed h3 a {
    color: inherit;
}


div#mw-panel div.portal div.body,
/** Rainbows **/
#mw-panel.collapsible-nav div.portal div.body {
    background: none;
    padding-top: 0;
}


div#mw-panel div.portal div.body ul li a,
/** Generic infobox styling **/
div#mw-panel div.portal div.body ul li a:visited {
.infobox {
     color: #ffffff;
    width: 23em;
}
    text-align: right;
 
     border: 1px solid #AAA;
/*
    background-color: #F9F9F9;
This fixes the sidebar and other things from overlapping article contents when the window is very small.
    color: #000;
*/
    margin: 0.5em 0 0.5em 1em;
@media screen and (max-width: 768px) {
    padding: 0.2em;
div#content {
    float: right;
margin-left: 11em;  
    clear: right;
}
    font-size: 88%;
    line-height: 1.2em;
div#mw-navigation div#mw-panel div.portal {
    vertical-align: top;
width: 9em;  
     border-collapse: collapse;
font-size: 66%;  
}
}
 
/***************
/* Link styles *
/***************/
.gridContainer .gridImage > a {
     color: transparent !important;
}
}


/******************
.infobox td[colspan="2"],
/* Article styles *
.infobox th[colspan="2"] {
/******************/
     text-align: center;
 
h1, h2, h3, h4, h5, h6 {
     color: #e04a40;
    font-family: OpenSans, sans-serif;
}
}


h1, h2 {
.infobox td:first-child:not([colspan="2"]) {
     border-bottom: 1px dashed #e04a40;
     text-align: left;
    font-weight: bold;
    width: 50%;
    vertical-align: top;
}
}


hr {
.infobox th.infoboxFirstHeader {
     background: none;
     font-size: 120%
    border-bottom: 1px dashed #e04a40;
    color: #e04a40;
    height: 0;
}
}


/**********************
.infobox td ul,
/* Gamepedia Sidebars *
.infobox td ol {
/**********************/
     text-align: left;
div#mw-panel div.portal#p-sitePromos,
div#mw-panel div.portal#p-socialProfiles {
     background: none;
    border: none;
    padding: 0;
    margin: .5em 0;
}
}


div#mw-panel div.portal#p-sitePromos h3,
.infobox th {
div#mw-panel div.portal#p-socialProfiles h3 {
    border-bottom: #AAA thin solid;
     display: none;
     border-top: #AAA thin solid;
}
}


div#mw-panel div.portal#p-sitePromos div.body,
.infobox th,
div#mw-panel div.portal#p-socialProfiles div.body {
.infobox td {
     margin-left: 0 !important;
     padding: 0.4em 0.6em 0.2em 0.6em;
    margin-right: 0 !important;
    text-align: center;
}
}


.claimSidebar,
.infobox tr.infoboxSubsectionBreak {
.socialSidebar {
     border-top: #AAA thin solid;
     margin: 0 auto;
}
}


.promoSidebar > a {
.infobox th.infoboxSectionHeader,
     display: block;
.infobox th.infoboxFirstHeader {
     background-color: #CDDEFF;
}
}


.plupload {
.infoboxSubsectionBreak td {
     display: none;
     padding: 0;
}
}


/** Fun stuff **/
.infoboxBlockImage img {
width:240px;
height: auto;
}


/** Rainbows **/
/** Galleries **/
/* Check browser support @ //caniuse.com/background-img-opts */
.gallery > .page {
.rainbow {
     display: none;
     background-image: linear-gradient(to right,  #FE525C, #FE553B 5%, #FE570C 10%, #E86D00 15%, #D07C00 20%, #B78900 25%, #9B9300 30%, #7D9B00 35%, #55A200 40%, #00A72B 45%, #00A651 50%, #00A570 55%, #00A28D 60%, #00A0A8 65%, #019DC2 70%, #0199DC 75%, #0195F4 80%, #5B8BFE 85%, #8F7EFE 90%, #B56DFE 95%, #D556FE);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
/* fix for firefox */
@-moz-document url-prefix() {
.rainbow {
color: #000;
}
}
}


/** Upside down stuff **/
.gallery > div.page.active {
div.upside-down {
     display: block;
    -ms-transform: scaleX(-1) scaleY(-1);
    -moz-transform: scaleX(-1) scaleY(-1);
    -o-transform: scaleX(-1) scaleY(-1);
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
     display: inline-block;
}
}


/* Link hovering glow */
.gallery > span.page.active {
a,
     display: inline;
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
a:hover {
     text-shadow: 0 0 6px;
}
}


/** Generic infobox styling **/
/** Crafting Grid Slides **/
.infobox {
.CraftingGridCell > span.ActiveSlide,
    width: 23em;
.CraftingGridCell > div.GridTank.ActiveSlide{
    text-align: right;
     display: inline-block !important;
    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;
}
}
 
.CraftingGridCell > div.GridTank,
.infobox td[colspan="2"],
.CraftingGridCell > span,
.infobox th[colspan="2"] {
.CraftingGridCell > .grid:not(.ActiveSlide) {
     text-align: center;
     display: none !important;
}
}


.infobox td:first-child:not([colspan="2"]) {
/** Crafting grid controls **/
     text-align: left;
.pageNum {
    font-weight: bold;
     margin-left: 20px;
    width: 50%;
}
     vertical-align: top;
.pageCount {
     margin-right: 20px;
}
}
 
.CraftingGridControls {
.infobox th.infoboxFirstHeader {
white-space: nowrap;
    font-size: 120%
}
}


.infobox td ul,
/* [[Википедия:Оформление таблиц]] */
.infobox td ol {
table.standard, table.wide
    text-align: left;
{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%}


.infobox th {
table.simple {border-color:#AAAAAA; border-collapse:collapse}
    border-bottom: #AAA thin solid;
table.simple th, table.simple td {border-color:#AAAAAA; padding-left:0.2em; padding-right:0.2em}
    border-top: #AAA thin solid;
}


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


.infobox tr.infoboxSubsectionBreak {
table.graytable {background:#f0f0f0; padding:1em; width: 100%}
    border-top: #AAA thin solid;
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%}


.infobox th.infoboxSectionHeader,
table.wikitable, table.prettytable
.infobox th.infoboxFirstHeader {
{margin:1em 1em 1em 0; background:#F9F9F9; border:1px solid #000; border-collapse:collapse; color: #fff !important; background: #333 !important;}
    background-color: #CDDEFF;
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}


.infoboxSubsectionBreak td {
tr.highlight th {background-color: #EEEEFF}
    padding: 0;
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}


.infoboxBlockImage img {
table.toccolours th {background-color: #ccccff}
width:240px;
height: auto;
}


/** Crafting grid override classes **/
/** Tooltips **/
.craftingGridText {
#minetip-tooltip {
     font-family: Mojang;
    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;
     letter-spacing: -0.5px;
     word-spacing: 6px;
     word-spacing: 6px;
     color: #000000;
     line-height: 1.25em;
     font-size: 16px;
    text-shadow: 0.125em 0.125em 0 #3F3F3F;
     line-height: 24px;
    margin: 0.125em 0.25em;
     padding: 0 4px 0 4px;
     pointer-events: none;
}
     z-index: 2000;
.CraftingGrid, .tilesheet {
}
     image-rendering: -moz-crisp-edges;
#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);
}
}
.craftingGridTitle {
#minetip-tooltip:after {
     white-space: nowrap;
    content: "";
     text-align: center;
    position: absolute;
     width: 100%;
    top: 0.125em;
     padding-left: 0;
     right: 0;
     padding-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;
}
}


.craftingGridText b,
#minetip-tooltip > .minetip-description {
.craftingGridText strong,
    display: block;
.craftingGridText {
     margin-top: 0.25em;
     font-weight: normal;
}
}


/*Some browsers default to middle vertical aligning which sometimes makes wrong things happen*/
/* Classes corresponding to Minecraft formatting codes */
.CraftingGrid img {
.format-0 {
vertical-align: top;
    color: #000;
    text-shadow: 0.125em 0.125em 0 #000;
}
}
 
.format-1 {
/** Galleries **/
     color: #00A;
.gallery > .page {
    text-shadow: 0.125em 0.125em 0 #00002A;
     display: none;
}
}
 
.format-2 {
.gallery > div.page.active {
     color: #0A0;
     display: block;
    text-shadow: 0.125em 0.125em 0 #002A00;
}
}
 
.format-3 {
.gallery > span.page.active {
     color: #0AA;
     display: inline;
    text-shadow: 0.125em 0.125em 0 #002A2A;
}
}
 
.format-4 {
/** Crafting Grid Slides **/
     color: #A00;
.CraftingGridCell > span.ActiveSlide,
    text-shadow: 0.125em 0.125em 0 #2A0000;
.CraftingGridCell > div.GridTank.ActiveSlide{
     display: inline-block !important;
}
}
.CraftingGridCell > div.GridTank,
.format-5 {
.CraftingGridCell > span,
    color: #A0A;
.CraftingGridCell > .grid:not(.ActiveSlide) {
     text-shadow: 0.125em 0.125em 0 #2A002A;
     display: none !important;
}
}
 
.format-6 {
/** Crafting grid controls **/
     color: #FA0;
.pageNum {
    text-shadow: 0.125em 0.125em 0 #2A2A00;
     margin-left: 20px;
}
}
.pageCount {
.format-7 {
     margin-right: 20px;
     color: #AAA;
    text-shadow: 0.125em 0.125em 0 #2A2A2A;
}
}
.CraftingGridControls {
.format-8 {
white-space: nowrap;
    color: #555;
    text-shadow: 0.125em 0.125em 0 #151515;
}
}
 
.format-9 {
/** FTB table **/
     color: #55F;
/** Probably will merge and replace .wikitable in the FTB Skin **/
     text-shadow: 0.125em 0.125em 0 #15153F;
table.ftbtable {
     margin: 1em 0;
     border-collapse: collapse;
}
}
table.ftbtable > tr > th,
.format-a {
table.ftbtable > * > tr > th {
    color: #5F5;
     text-align: center;
     text-shadow: 0.125em 0.125em 0 #153F15;
}
}
table.ftbtable > tr > th,
.format-b {
table.ftbtable > tr > td,
    color: #5FF;
table.ftbtable > * > tr > th,
     text-shadow: 0.125em 0.125em 0 #153F3F;
table.ftbtable > * > tr > td {
     padding: 0.2em;
}
}
table.ftbtable > * > tr > th > h2,
.format-c {
table.ftbtable > tr > th > h2 {
     color: #F55;
     font-weight: bold;  
     text-shadow: 0.125em 0.125em 0 #3F1515;
     margin: 0.5em;
    margin-top: 0.1em;
    text-align: center;
    width: 100%;
}
}
 
.format-d {
/** Image tags for shortened links **/
     color: #F5F;
.tracking-link img {
    text-shadow: 0.125em 0.125em 0 #3F153F;
     vertical-align: baseline !important;
}
}
 
.format-e {
/** Tooltips **/
     color: #FF5;
#minetip-tooltip {
     text-shadow: 0.125em 0.125em 0 #3F3F15;
     position: fixed;
}
    background-color: #100010;
.format-f {
     background-color: rgba(16, 0, 16, 0.94);
     color: #FFF;
     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;
     text-shadow: 0.125em 0.125em 0 #3F3F3F;
    margin: 0.125em 0.25em;
    pointer-events: none;
    z-index: 2000;
}
}
#minetip-tooltip:before {
.format-l {
     content: "";
     font-weight: bold;
     position: absolute;
     letter-spacing: 0.125em;
    top: 0.125em;
}
    right: -0.125em;
.format-m {
    bottom: 0.125em;
     text-decoration: line-through;
    left: -0.125em;
     border: 0.125em solid #100010;
    border-style: none solid;
    border-color: rgba(16, 0, 16, 0.94);
}
}
#minetip-tooltip:after {
.format-n {
     content: "";
     text-decoration: underline;
    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;
}
}
 
.format-o {
#minetip-tooltip > .minetip-description {
     font-style: italic;
     display: block;
    margin-top: 0.25em;
}
}
 
.blink-0 {
/* Classes corresponding to Minecraft formatting codes */
     animation-duration: 0.5s;
.format-0 {
    animation-iteration-count: infinite;
     color: #000;
    animation-timing-function: steps(1, start);
     text-shadow: 0.125em 0.125em 0 #000;
     animation-name: blink-0;
}
}
.format-1 {
@keyframes blink-0 {
     color: #00A;
     50% {
    text-shadow: 0.125em 0.125em 0 #00002A;
        color: #000;
        text-shadow: 0.125em 0.125em 0 #000;
    }
}
}
.format-2 {
.blink-1 {
     color: #0A0;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #002A00;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-1;
}
}
.format-3 {
@keyframes blink-1 {
     color: #0AA;
     50% {
    text-shadow: 0.125em 0.125em 0 #002A2A;
        color: #00A;
        text-shadow: 0.125em 0.125em 0 #00002A;
    }
}
}
.format-4 {
.blink-2 {
     color: #A00;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #2A0000;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-2;
}
}
.format-5 {
@keyframes blink-2 {
     color: #A0A;
     50% {
    text-shadow: 0.125em 0.125em 0 #2A002A;
        color: #0A0;
        text-shadow: 0.125em 0.125em 0 #002A00;
    }
}
}
.format-6 {
.blink-3 {
     color: #FA0;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #2A2A00;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-3;
}
}
.format-7 {
@keyframes blink-3 {
     color: #AAA;
     50% {
    text-shadow: 0.125em 0.125em 0 #2A2A2A;
        color: #0AA;
        text-shadow: 0.125em 0.125em 0 #002A2A;
    }
}
}
.format-8 {
.blink-4 {
     color: #555;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #151515;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-4;
}
}
.format-9 {
@keyframes blink-4 {
     color: #55F;
     50% {
    text-shadow: 0.125em 0.125em 0 #15153F;
        color: #A00;
        text-shadow: 0.125em 0.125em 0 #2A0000;
    }
}
}
.format-a {
.blink-5 {
     color: #5F5;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #153F15;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-5;
}
}
.format-b {
@keyframes blink-5 {
     color: #5FF;
     50% {
    text-shadow: 0.125em 0.125em 0 #153F3F;
        color: #A0A;
        text-shadow: 0.125em 0.125em 0 #2A002A;
    }
}
}
.format-c {
.blink-6 {
     color: #F55;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #3F1515;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-6;
}
}
.format-d {
@keyframes blink-6 {
     color: #F5F;
     50% {
    text-shadow: 0.125em 0.125em 0 #3F153F;
        color: #FA0;
        text-shadow: 0.125em 0.125em 0 #2A2A00;
    }
}
}
.format-e {
.blink-7 {
     color: #FF5;
     animation-duration: 0.5s;
     text-shadow: 0.125em 0.125em 0 #3F3F15;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-7;
}
}
.format-f {
@keyframes blink-7 {
     color: #FFF;
     50% {
    text-shadow: 0.125em 0.125em 0 #3F3F3F;
        color: #AAA;
        text-shadow: 0.125em 0.125em 0 #2A2A2A;
    }
}
}
.format-l {
.blink-8 {
     font-weight: bold;
     animation-duration: 0.5s;
     letter-spacing: 0.125em;
     animation-iteration-count: infinite;
    animation-timing-function: steps(1, start);
    animation-name: blink-8;
}
}
.format-m {
@keyframes blink-8 {
     text-decoration: line-through;
     50% {
        color: #555;
        text-shadow: 0.125em 0.125em 0 #151515;
    }
}
}
.format-n {
.blink-9 {
    text-decoration: underline;
}
.format-o {
    font-style: italic;
}
.blink-0 {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-0;
     animation-name: blink-9;
}
}
@keyframes blink-0 {
@keyframes blink-9 {
     50% {
     50% {
         color: #000;
         color: #55F;
         text-shadow: 0.125em 0.125em 0 #000;
         text-shadow: 0.125em 0.125em 0 #15153F;
     }
     }
}
}
.blink-1 {
.blink-a {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-1;
     animation-name: blink-a;
}
}
@keyframes blink-1 {
@keyframes blink-a {
     50% {
     50% {
         color: #00A;
         color: #5F5;
         text-shadow: 0.125em 0.125em 0 #00002A;
         text-shadow: 0.125em 0.125em 0 #153F15;
     }
     }
}
}
.blink-2 {
.blink-b {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-2;
     animation-name: blink-b;
}
}
@keyframes blink-2 {
@keyframes blink-b {
     50% {
     50% {
         color: #0A0;
         color: #5FF;
         text-shadow: 0.125em 0.125em 0 #002A00;
         text-shadow: 0.125em 0.125em 0 #153F3F;
     }
     }
}
}
.blink-3 {
.blink-c {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-3;
     animation-name: blink-c;
}
}
@keyframes blink-3 {
@keyframes blink-c {
     50% {
     50% {
         color: #0AA;
         color: #F55;
         text-shadow: 0.125em 0.125em 0 #002A2A;
         text-shadow: 0.125em 0.125em 0 #3F1515;
     }
     }
}
}
.blink-4 {
.blink-d {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-4;
     animation-name: blink-d;
}
}
@keyframes blink-4 {
@keyframes blink-d {
     50% {
     50% {
         color: #A00;
         color: #F5F;
         text-shadow: 0.125em 0.125em 0 #2A0000;
         text-shadow: 0.125em 0.125em 0 #3F153F;
     }
     }
}
}
.blink-5 {
.blink-e {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-5;
     animation-name: blink-e;
}
}
@keyframes blink-5 {
@keyframes blink-e {
     50% {
     50% {
         color: #A0A;
         color: #FF5;
         text-shadow: 0.125em 0.125em 0 #2A002A;
         text-shadow: 0.125em 0.125em 0 #3F3F15;
     }
     }
}
}
.blink-6 {
.blink-f {
     animation-duration: 0.5s;
     animation-duration: 0.5s;
     animation-iteration-count: infinite;
     animation-iteration-count: infinite;
     animation-timing-function: steps(1, start);
     animation-timing-function: steps(1, start);
     animation-name: blink-6;
     animation-name: blink-f;
}
}
@keyframes blink-6 {
@keyframes blink-f {
     50% {
     50% {
         color: #FA0;
         color: #FFF;
         text-shadow: 0.125em 0.125em 0 #2A2A00;
         text-shadow: 0.125em 0.125em 0 #3F3F3F;
     }
     }
}
}
.blink-7 {
/** Tanks **/
    animation-duration: 0.5s;
/** Template:Tanks **/
     animation-iteration-count: infinite;
.tanks {
     animation-timing-function: steps(1, start);
     position: absolute;
    animation-name: blink-7;
     top: 0;
}
}
@keyframes blink-7 {
 
     50% {
/** Styling for the new grid templates **/
        color: #AAA;
.CraftingGrid,
        text-shadow: 0.125em 0.125em 0 #2A2A2A;
.CraftingGrid * {
     }
     -moz-user-select: none;
}
    -khtml-user-select: none;  
.blink-8 {
    -webkit-user-select: none;  
     animation-duration: 0.5s;
     -o-user-select: none; 
     animation-iteration-count: infinite;
     -ms-user-select: none;
     animation-timing-function: steps(1, start);
     user-select: none;
     animation-name: blink-8;
     -webkit-user-drag: none;
     user-drag: none;
}
}
@keyframes blink-8 {
 
     50% {
span.grid:not(.ext-translate-container):not(.uls-menu) {
        color: #555;
     position: relative;
        text-shadow: 0.125em 0.125em 0 #151515;
    display: inline-block;
     }
    background-color: #8B8B8B;
}
    border: 2px solid;
.blink-9 {
    border-color: #373737 #FFF #FFF #373737;
     animation-duration: 0.5s;
     width: 32px;
     animation-iteration-count: infinite;
    height: 32px;
     animation-timing-function: steps(1, start);
     font-size: 16px;
     animation-name: blink-9;
     line-height: 1;
     text-align: left;
     vertical-align: bottom;
}
}
@keyframes blink-9 {
 
     50% {
span.grid:before,
        color: #55F;
span.grid:after {
        text-shadow: 0.125em 0.125em 0 #15153F;
     content: "";
     }
    position: absolute;
    background-color: #8B8B8B;
    height: 2px;
    width: 2px;
     pointer-events: none;
}
}
.blink-a {
span.grid:before {
     animation-duration: 0.5s;
     bottom: -2px;
    animation-iteration-count: infinite;
     left: -2px;
    animation-timing-function: steps(1, start);
     animation-name: blink-a;
}
}
@keyframes blink-a {
span.grid:after {
     50% {
     top: -2px;
        color: #5F5;
    right: -2px;
        text-shadow: 0.125em 0.125em 0 #153F15;
    }
}
}
.blink-b {
 
     animation-duration: 0.5s;
span.grid > * {
     animation-iteration-count: infinite;
     display: block;
    animation-timing-function: steps(1, start);
     margin: -2px;
     animation-name: blink-b;
     padding: 2px;
}
}
@keyframes blink-b {
     50% {
.grid-number {
        color: #5FF;
     position: absolute;
        text-shadow: 0.125em 0.125em 0 #153F3F;
    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;
}
}
.blink-c {
 
    animation-duration: 0.5s;
/* Plain grid with no border or background */
     animation-iteration-count: infinite;
.grid-plain,
     animation-timing-function: steps(1, start);
.CraftingGrid .grid {
    animation-name: blink-c;
     background-color: transparent !important;
     border-color: transparent !important;
}
}
@keyframes blink-c {
.grid-plain:before,
    50% {
.grid-plain:after,
        color: #F55;
.CraftingGrid .grid:before,
        text-shadow: 0.125em 0.125em 0 #3F1515;
.CraftingGrid .grid:after {
     }
     content: none !important;
}
}
.blink-d {
 
     animation-duration: 0.5s;
.craftingGridOne .grid-number {
    animation-iteration-count: infinite;
     display: none;
    animation-timing-function: steps(1, start);
    animation-name: blink-d;
}
}
@keyframes blink-d {
 
    50% {
/* Generic styling for animation class */
        color: #F5F;
.animated > span:not(.active),
        text-shadow: 0.125em 0.125em 0 #3F153F;
.animated > div:not(.active) {
     }
     display: none !important;
}
}
.blink-e {
 
     animation-duration: 0.5s;
.nowrap {
     animation-iteration-count: infinite;
     white-space: nowrap;
     animation-timing-function: steps(1, start);
}
     animation-name: blink-e;
 
/* 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;
}
}
@keyframes blink-e {
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
     50% {
     margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
        color: #FF5;
        text-shadow: 0.125em 0.125em 0 #3F3F15;
    }
}
}
.blink-f {
.navbox-title,
    animation-duration: 0.5s;
.navbox-abovebelow,
     animation-iteration-count: infinite;
table.navbox th {
     animation-timing-function: steps(1, start);
     text-align: center;     /* Title and above/below styles */
     animation-name: blink-f;
     padding-left: 1em;
     padding-right: 1em;
}
}
@keyframes blink-f {
.navbox-group {             /* Group style */
     50% {
     white-space: nowrap;
        color: #FFF;
    /* @noflip */text-align: right;
        text-shadow: 0.125em 0.125em 0 #3F3F3F;
    font-weight: bold;
     }
    padding-left: 1em;
     padding-right: 1em;
}
}
/** Tanks **/
.navbox, .navbox-subgroup {
/** Template:Tanks **/
     background: #FDFDFD;    /* Background color */
.tanks {
     position: absolute;
     top: 0;
}
}
 
.navbox-list {
/** Styling for the new grid templates **/
    border-color: #FDFDFD;  /* Must match background color */
.CraftingGrid,
}
.CraftingGrid * {
.navbox-title,
     -moz-user-select: none;  
table.navbox th {
     -khtml-user-select: none;
     background: #D4D4D4;    /* Level 1 color */
     -webkit-user-select: none;
     color: #4D4D4D;
    -o-user-select: none; 
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
}
 
.navbox-abovebelow,
span.grid:not(.ext-translate-container):not(.uls-menu) {
.navbox-group,
    position: relative;
.navbox-subgroup .navbox-title {
    display: inline-block;
     background: #E2E2E2;    /* Level 2 color */
     background-color: #8B8B8B;
     color: #000;
     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;
}
}
 
.navbox-subgroup .navbox-group,
span.grid:before,
.navbox-subgroup .navbox-abovebelow {
span.grid:after {
     background: #EBEBEB;    /* Level 3 color */
     content: "";
     color: #000;
     position: absolute;
     background-color: #8B8B8B;
    height: 2px;
    width: 2px;
    pointer-events: none;
}
}
span.grid:before {
.navbox-even {
     bottom: -2px;
     background: #F9F9F9;     /* Even row striping */
     left: -2px;
     color: #000;
}
}
span.grid:after {
.navbox-odd {
     top: -2px;
     background: transparent; /* Odd row striping */
    right: -2px;
}
}
 
span.grid > * {
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
     display: block;
     /* @noflip */float: right;         /* by the CollapsibleTables javascript in    */
     margin: -2px;
     font-weight: normal;  /* [[MediaWiki:Common.js]] are styled here  */
     padding: 2px;
    /* @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.        */
   
   
.grid-number {
.navbar {                 /* Navbox template links */
     position: absolute;
     font-size: 88%;       /* Default font-size */
    right: -2px;
    bottom: -2px;
    font-family: Mojang, sans-serif;
     font-weight: normal;
     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;
}
}
 
.navbox .navbar {
/* Plain grid with no border or background */
     font-size: 100%;       /* Font-size when nested within navbox */
.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 {
table.collapsed tr.collapsible {
     display: none;
     display: none;
}
}


/* Generic styling for animation class */
/* Messagebox templates */
.animated > span:not(.active),
.messagebox {
.animated > div:not(.active) {
    border: 1px solid #AAA;
     display: none !important;
    background-color: #F9F9F9;
    width: 80%;
    margin: 0 auto 1em auto;
     padding: .2em;
}
}
 
.messagebox.merge {
.nowrap {
     border: 1px solid #C0B8CC;
     white-space: nowrap;
    background-color: #F0E5FF;
    text-align: center;
}
}
 
.messagebox.cleanup {
/* Default skin for navigation boxes */
     border: 1px solid #9F9FFF;
/** Template:Navbox **/
     background-color: #EFEFFF;
table.navbox {           /* Navbox container style */
     border: 1px solid #AAA;
    width: 100%;  
     margin: auto;
    clear: both;
    font-size: 88%;
     text-align: center;
     text-align: center;
    padding: 1px;
}
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
.messagebox.standard-talk {
     margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
    border: 1px solid #C0C090;
    background-color: #F8EABA;
     margin: 4px auto;
}
}
.navbox-title,
/* For old WikiProject banners inside banner shells. */
.navbox-abovebelow,
.mbox-inside .standard-talk,
table.navbox th {
.messagebox.nested-talk {
     text-align: center;     /* Title and above/below styles */
     border: 1px solid #C0C090;
     padding-left: 1em;
    background-color: #F8EABA;
     padding-right: 1em;
    width: 100%;
     margin: 2px 0;
     padding: 2px;
}
}
.navbox-group {             /* Group style */
.messagebox.small {
     white-space: nowrap;
     width: 238px;
     /* @noflip */text-align: right;
    font-size: 85%;
     font-weight: bold;
     /* @noflip */
     padding-left: 1em;
    float: right;
     padding-right: 1em;
     clear: both;
     /* @noflip */
    margin: 0 0 1em 1em;
     line-height: 1.25em;
}
}
.navbox, .navbox-subgroup {
.messagebox.small-talk {
     background: #FDFDFD;    /* Background color */
     width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
     /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
}
.navbox-list {
     border-color: #FDFDFD;   /* Must match background color */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/dmbox message boxes */
}
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
.navbox-title,
     border: none;
table.navbox th {
    /* @noflip */
    background: #D4D4D4;    /* Level 1 color */
    padding: 0.25em 0.9em;    /* 0.9em left/right */
     color: #4D4D4D;
     width: 100%;               /* Make all mboxes the same width regardless of text length */
}
}
.navbox-abovebelow,
td.mbox-image {                /* The left image cell */
.navbox-group,
    border: none;
.navbox-subgroup .navbox-title {
    /* @noflip */
     background: #E2E2E2;     /* Level 2 color */
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0 right */
     color: #000;
     text-align: center;
}
}
.navbox-subgroup .navbox-group,
td.mbox-imageright {           /* The right image cell */
.navbox-subgroup .navbox-abovebelow {
     border: none;
     background: #EBEBEB;    /* Level 3 color */
     /* @noflip */
     color: #000;
     padding: 2px 0.9em 2px 0;  /* 0 left, 0.9em right */
    text-align: center;
}
}
.navbox-even {
td.mbox-empty-cell {           /* An empty narrow cell */
     background: #F9F9F9;    /* Even row striping */
     border: none;
     color: #000;
     padding: 0;
     width: 1px;
}
}
.navbox-odd {
     background: transparent; /* Odd row striping */
/* 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. */
.collapseButton {         /* 'show'/'hide' buttons created dynamically */
     margin-top: -1px;
     /* @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 */
.ambox th.mbox-text,
     width: 6em;           /* the vde links from [[Template:Navbar]],    */
.ambox td.mbox-text {           /* The message body cell(s) */
}                         /* so they need to be the same width.        */
     padding: 0.25em 0.5em;       /* 0.5em left/right */
}
.navbar {                  /* Navbox template links */
.ambox td.mbox-image {          /* The left image cell */
     font-size: 88%;       /* Default font-size */
    /* @noflip */
    font-weight: normal;
     padding: 2px 0 2px 0.5em;   /* 0.5em left, 0 right */
}
}
.navbox .navbar {
.ambox td.mbox-imageright {     /* The right image cell */
     font-size: 100%;       /* Font-size when nested within navbox */
     /* @noflip */
    padding: 2px 0.5em 2px 0;   /* 0 left, 0.5em right */
}
}
 
table.collapsed tr.collapsible {
table.ambox-notice {
     display: none;
     /* @noflip */
    border-left: 10px solid #1E90FF;   /* Blue */
}
}
 
table.ambox-speedy {
/* Messagebox templates */
    /* @noflip */
.messagebox {
     border-left: 10px solid #B22222;   /* Red */
     border: 1px solid #AAA;
     background: #FEE;                   /* Pink */
     background-color: #F9F9F9;
    width: 80%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
}
.messagebox.merge {
table.ambox-delete {
     border: 1px solid #C0B8CC;
     /* @noflip */
     background-color: #F0E5FF;
     border-left: 10px solid #B22222;   /* Red */
    text-align: center;
}
}
.messagebox.cleanup {
table.ambox-content {
     border: 1px solid #9F9FFF;
     /* @noflip */
     background-color: #EFEFFF;
     border-left: 10px solid #F28500;   /* Orange */
    text-align: center;
}
}
.messagebox.standard-talk {
table.ambox-style {
     border: 1px solid #C0C090;
     /* @noflip */
     background-color: #F8EABA;
     border-left: 10px solid #F4C430;   /* Yellow */
    margin: 4px auto;
}
}
/* For old WikiProject banners inside banner shells. */
table.ambox-move {
.mbox-inside .standard-talk,
    /* @noflip */
.messagebox.nested-talk {
     border-left: 10px solid #9932CC;   /* Purple */
     border: 1px solid #C0C090;
    background-color: #F8EABA;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
}
.messagebox.small {
table.ambox-protection {
    width: 238px;
    font-size: 85%;
     /* @noflip */
     /* @noflip */
     float: right;
     border-left: 10px solid #BBA;       /* Gray-gold */
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
}
.messagebox.small-talk {
     width: 238px;
/* Image message box styles */
     font-size: 85%;
table.imbox {
     /* @noflip */
     margin: 4px 10%;
     float: right;
     border-collapse: collapse;
    clear: both;
     border: 3px solid #1E90FF;    /* Default "notice" blue */
    /* @noflip */
     background: #FBFBFB;
     margin: 0 0 1em 1em;
}
     line-height: 1.25em;
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
     background: #F8EABA;
     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;
}
}
   
   
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/dmbox message boxes */
table.imbox-notice {
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
     border: 3px solid #1E90FF;   /* Blue */
     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 */
table.imbox-speedy {
     border: none;
     border: 3px solid #B22222;   /* Red */
    /* @noflip */
     background: #FEE;             /* Pink */
     padding: 2px 0 2px 0.9em; /* 0.9em left, 0 right */
}
     text-align: center;
table.imbox-delete {
     border: 3px solid #B22222;   /* Red */
}
}
td.mbox-imageright {           /* The right image cell */
table.imbox-content {
     border: none;
     border: 3px solid #F28500;   /* Orange */
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0 left, 0.9em right */
    text-align: center;
}
}
td.mbox-empty-cell {           /* An empty narrow cell */
table.imbox-style {
     border: none;
     border: 3px solid #F4C430;   /* Yellow */
    padding: 0;
    width: 1px;
}
}
table.imbox-move {
/* Article message box styles */
     border: 3px solid #9932CC;   /* Purple */
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: #FBFBFB;
}
}
table.ambox + table.ambox {     /* Single border between stacked boxes. */
table.imbox-protection {
    margin-top: -1px;
    border: 3px solid #BBA;      /* Gray-gold */
}
}
.ambox th.mbox-text,
table.imbox-license {
.ambox td.mbox-text {            /* The message body cell(s) */
    border: 3px solid #88A;      /* Dark gray */
     padding: 0.25em 0.5em;       /* 0.5em left/right */
     background: #F7F8FF;         /* Light gray */
}
}
.ambox td.mbox-image {           /* The left image cell */
table.imbox-featured {
    /* @noflip */
     border: 3px solid #CBA135;    /* Brown-gold */
     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 {
/* Category message box styles */
     /* @noflip */
table.cmbox {
     border-left: 10px solid #1E90FF;    /* Blue */
     margin: 3px 10%;
     border-collapse: collapse;
    border: 1px solid #AAA;
    background: #DFE8FF;    /* Default "notice" blue */
}
}
table.ambox-speedy {
     /* @noflip */
table.cmbox-notice {
    border-left: 10px solid #B22222;    /* Red */
     background: #D8E8FF;    /* Blue */
    background: #FEE;                  /* Pink */
}
}
table.ambox-delete {
table.cmbox-speedy {
     /* @noflip */
     margin-top: 4px;
     border-left: 10px solid #B22222;    /* Red */
    margin-bottom: 4px;
     border: 4px solid #B22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
}
table.ambox-content {
table.cmbox-delete {
     /* @noflip */
     background: #FFDBDB;    /* Red */
    border-left: 10px solid #F28500;    /* Orange */
}
}
table.ambox-style {
table.cmbox-content {
     /* @noflip */
     background: #FFE7CE;    /* Orange */
     border-left: 10px solid #F4C430;    /* Yellow */
}
table.cmbox-style {
     background: #FFF9DB;    /* Yellow */
}
}
table.ambox-move {
table.cmbox-move {
     /* @noflip */
     background: #E4D8FF;    /* Purple */
    border-left: 10px solid #9932CC;    /* Purple */
}
}
table.ambox-protection {
table.cmbox-protection {
     /* @noflip */
     background: #EFEFE1;   /* Gray-gold */
    border-left: 10px solid #BBA;       /* Gray-gold */
}
}
   
   
/* Image message box styles */
/* Other pages message box styles */
table.imbox {
table.ombox {
     margin: 4px 10%;
     margin: 4px 10%;
     border-collapse: collapse;
     border-collapse: collapse;
     border: 3px solid #1E90FF;   /* Default "notice" blue */
     border: 1px solid #AAA;       /* Default "notice" gray */
     background: #FBFBFB;
     background: #F9F9F9;
}
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
     margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
table.ombox-notice {
    display: block;        /* Fix for webkit to force 100% width.  */
     border: 1px solid #AAA;      /* Gray */
}
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
table.ombox-speedy {
     margin: 4px;
    border: 2px solid #B22222;    /* Red */
     background: #FEE;             /* Pink */
}
}
table.ombox-delete {
table.imbox-notice {
     border: 2px solid #B22222;    /* Red */
     border: 3px solid #1E90FF;    /* Blue */
}
}
table.imbox-speedy {
table.ombox-content {
     border: 3px solid #B22222;    /* Red */
     border: 1px solid #F28500;    /* Orange */
    background: #FEE;            /* Pink */
}
}
table.imbox-delete {
table.ombox-style {
     border: 3px solid #B22222;    /* Red */
     border: 1px solid #F4C430;    /* Yellow */
}
}
table.imbox-content {
table.ombox-move {
     border: 3px solid #F28500;    /* Orange */
     border: 1px solid #9932CC;    /* Purple */
}
table.imbox-style {
    border: 3px solid #F4C430;    /* Yellow */
}
}
table.imbox-move {
table.ombox-protection {
     border: 3px solid #9932CC;   /* Purple */
     border: 2px solid #BBA;       /* Gray-gold */
}
}
table.imbox-protection {
     border: 3px 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;
}
}
table.imbox-license {
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
    border: 3px solid #88A;      /* Dark gray */
     margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
     background: #F7F8FF;         /* Light gray */
     width: 100%;                 /* For Safari and Opera */
}
table.imbox-featured {
     border: 3px solid #CBA135;   /* Brown-gold */
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
/* Category message box styles */
     line-height: 1.5em;         /* also "nested", so reset styles that are  */
table.cmbox {
     font-size: 100%;             /* set in "mbox-small" above.                */
     margin: 3px 10%;
     border-collapse: collapse;
    border: 1px solid #AAA;
    background: #DFE8FF;    /* Default "notice" blue */
}
}
   
   
table.cmbox-notice {
table.tmbox-speedy {
     background: #D8E8FF;   /* Blue */
    border: 2px solid #B22222;    /* Red */
     background: #FEE;             /* Pink */
}
}
table.cmbox-speedy {
table.tmbox-delete {
    margin-top: 4px;
     border: 2px solid #B22222;    /* Red */
    margin-bottom: 4px;
     border: 4px solid #B22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
}
table.cmbox-delete {
table.tmbox-content {
     background: #FFDBDB;    /* Red */
     border: 2px solid #F28500;    /* Orange */
}
}
table.cmbox-content {
table.tmbox-style {
     background: #FFE7CE;    /* Orange */
     border: 2px solid #F4c430;    /* Yellow */
}
}
table.cmbox-style {
table.tmbox-move {
     background: #FFF9DB;    /* Yellow */
     border: 2px solid #9932CC;    /* Purple */
}
}
table.cmbox-move {
table.tmbox-protection,
    background: #E4D8FF;    /* Purple */
table.tmbox-notice {
}
     border: 1px solid #C0C090;    /* Gray-brown */
table.cmbox-protection {
     background: #EFEFE1;    /* Gray-gold */
}
}
   
   
/* Other pages message box styles */
/* Disambig and set index box styles */
table.ombox {
table.dmbox {
     margin: 4px 10%;
    clear: both;
     border-collapse: collapse;
     margin: 0.9em 1em;
     border: 1px solid #AAA;       /* Default "notice" gray */
     border-top: 1px solid #CCC;
     background: #F9F9F9;
     border-bottom: 1px solid #CCC;
     background: transparent;
}
}
   
   
table.ombox-notice {
/* Div based "warning" style fmbox messages. */
     border: 1px solid #AAA;       /* Gray */
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;
}
}
table.ombox-speedy {
/* Div based "system" style fmbox messages.
     border: 2px solid #B22222;   /* Red */
  Used in [[MediaWiki:Readonly lag]]. */
     background: #FEE;             /* Pink */
div.mw-lag-warn-normal {
    clear: both;
    margin: 0.2em 0;
     border: 1px solid #AAA;
     background: #F9F9F9;
    padding: 0.25em 0.9em;
}
}
table.ombox-delete {
     border: 2px solid #B22222;   /* Red */
/* 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;
}
}
table.ombox-content {
body.mediawiki table.mbox-small-left {   /* For the "small=left" option. */
     border: 1px solid #F28500;    /* Orange */
     /* @noflip */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}
}
table.ombox-style {
    border: 1px solid #F4C430;    /* Yellow */
/* Style for compact ambox */
}
/* Hide the images */
table.ombox-move {
.compact-ambox table .mbox-image,
     border: 1px solid #9932CC;   /* Purple */
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
     display: none;
}
}
table.ombox-protection {
/* Remove borders, backgrounds, padding, etc. */
    border: 2px solid #BBA;      /* Gray-gold */
.compact-ambox table.ambox {
}
     border: none;
/* Talk page message box styles */
table.tmbox {
     margin: 4px 10%;
     border-collapse: collapse;
     border-collapse: collapse;
     border: 1px solid #C0C090;   /* Default "notice" gray-brown */
     background: transparent;
     background: #F8EABA;
    margin: 0 0 0 1.6em !important;
    padding: 0 !important;
     width: auto;
    display: block;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
body.mediawiki .compact-ambox table.mbox-small-left {
     margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
     font-size: 100%;
     width: 100%;                 /* For Safari and Opera */
     width: auto;
    margin: 0;
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
/* Style the text cell as a list item and remove its padding */
     line-height: 1.5em;         /* also "nested", so reset styles that are  */
.compact-ambox table .mbox-text {
     font-size: 100%;             /* set in "mbox-small" above.                */
     padding: 0 !important;
     margin: 0 !important;
}
}
.compact-ambox table .mbox-text-span {
table.tmbox-speedy {
     display: list-item;
     border: 2px solid #B22222;   /* Red */
    line-height: 1.5em;
     background: #FEE;             /* Pink */
     list-style-type: square;
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
}
}
table.tmbox-delete {
.skin-vector .compact-ambox table .mbox-text-span {
     border: 2px solid #B22222;   /* Red */
     list-style-type: circle;
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
}
}
table.tmbox-content {
/* Allow for hiding text in compact form */
     border: 2px solid #F28500;   /* Orange */
.compact-ambox .hide-when-compact {
     display: none;
}
}
table.tmbox-style {
 
     border: 2px solid #F4c430;   /* Yellow */
/** Main Page Styles **/
 
body.page-FTB_Wiki.ns-0.action-view h1.firstHeading {
     display: none;
}
}
table.tmbox-move {
 
     border: 2px solid #9932CC;   /* Purple */
body.page-FTB_Wiki.ns-0.action-view div#content {
     background: none;
    padding-bottom: 0;
}
}
table.tmbox-protection,
 
table.tmbox-notice {
body.page-FTB_Wiki.ns-0.action-view div#footer {
     border: 1px solid #C0C090;   /* Gray-brown */
     margin-left: 12em;
    margin-right: 1em;
}
}
 
/* Disambig and set index box styles */
body.page-FTB_Wiki.ns-0.action-view legend#mw-fr-reviewformlegend {
table.dmbox {
     background: #FFF;
     clear: both;
}
    margin: 0.9em 1em;
 
    border-top: 1px solid #CCC;
body.page-FTB_Wiki.ns-0.action-view .flaggedrevs_reviewform {
     border-bottom: 1px solid #CCC;
     border: none;
    background: transparent;
}
}
 
/* Div based "warning" style fmbox messages. */
body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header ~ hr {
div.mw-warning-with-logexcerpt,
     display: none;
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]]. */
body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header a {
div.mw-lag-warn-normal {
     color: #000;
     clear: both;
}
     margin: 0.2em 0;
 
     border: 1px solid #AAA;
table.main-page-layout {
     background: #F9F9F9;
     border-spacing: .5em;
     padding: 0.25em 0.9em;
     margin-left: -.5em;
     margin-right: -.5em;
     width: calc(100% + 1em);
}
}
 
/* These mbox-small classes must be placed after all other
table.main-page-layout > tr > td,
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
table.main-page-layout > * > tr > td {
  they override "table.ambox + table.ambox" above. */
     vertical-align: top;
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
     background: #FFF;
     /* @noflip */
     padding: 0;
    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 */
.main-page-heading {
     margin: 4px 1em 4px 0;
     color: #E04A40;
     width: 238px;
     font-size: 140%;
     border-collapse: collapse;
     border-bottom: 1px dashed #E04A40;
     font-size: 88%;
     margin-top: .5em;
     line-height: 1.25em;
     margin-left: .5em;
     margin-right: .5em;
}
}
 
/* Style for compact ambox */
.main-page-nav-links {
/* Hide the images */
    background: #E04A40;
.compact-ambox table .mbox-image,
    color: #FFF;
.compact-ambox table .mbox-imageright,
    text-align: left;
.compact-ambox table .mbox-empty-cell {
    line-height: 2.5em;
     display: none;
     padding-left: 1em;
}
}
/* Remove borders, backgrounds, padding, etc. */
 
.compact-ambox table.ambox {
.mw-body .main-page-nav-links a:link,
    border: none;
.mw-body .main-page-nav-links a:hover,
    border-collapse: collapse;
.mw-body .main-page-nav-links a:visited {
    background: transparent;
     color: #FFF;
     margin: 0 0 0 1.6em !important;
     padding-right: 1em;
     padding: 0 !important;
    width: auto;
    display: block;
}
}
body.mediawiki .compact-ambox table.mbox-small-left {
 
    font-size: 100%;
.mw-body .main-page-nav-links.dark a:link,
    width: auto;
.mw-body .main-page-nav-links.dark a:hover,
     margin: 0;
.mw-body .main-page-nav-links.dark a:visited {
     color: #000;
}
}
/* Style the text cell as a list item and remove its padding */
 
.compact-ambox table .mbox-text {
.main-page-content,
     padding: 0 !important;
table.main-page-layout > tr > td.main-page-content,
    margin: 0 !important;
table.main-page-layout > * > tr > td.main-page-content {
     padding: .5em;
}
}
.compact-ambox table .mbox-text-span {
 
    display: list-item;
/* НАВИГАЦИОННЫЙ ШАБЛОН --------------------------- */
    line-height: 1.5em;
 
    list-style-type: square;
/* Default style for navigation boxes */
    list-style-image: url(//bits.wikimedia.org/skins/common/images/bullet.gif);
.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;
}
}
.skin-vector .compact-ambox table .mbox-text-span {
.navbox-inner,
    list-style-type: circle;
.navbox-subgroup {
    list-style-image: url(//bits.wikimedia.org/skins/vector/images/bullet-icon.png)
width: 100%;
}
}
/* Allow for hiding text in compact form */
.navbox-group,
.compact-ambox .hide-when-compact {
.navbox-title,
    display: none;
.navbox-abovebelow {
padding: 0.25em 1em;   /* Title, group and above/below styles */
text-align: center;
}
}
 
.navbox-title {
/** Main Page Styles **/
line-height: 1.6em;   /* Standard 1.6em for title */
 
body.page-FTB_Wiki.ns-0.action-view h1.firstHeading {
    display: none;
}
}


body.page-FTB_Wiki.ns-0.action-view div#content {
/* cell spacing for navbox cells */
    background: none;
tr + tr > .navbox-abovebelow,
    padding-bottom: 0;
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 */
}
}


body.page-FTB_Wiki.ns-0.action-view div#footer {
th.navbox-group { /* Group style */
    margin-left: 12em;
white-space: nowrap;
    margin-right: 1em;
/* @noflip */
text-align: right;
}
}
 
.navbox,
body.page-FTB_Wiki.ns-0.action-view legend#mw-fr-reviewformlegend {
.navbox-subgroup {
    background: #FFF;
background: #fdfdfd;   /* Background color */
}
}
 
.navbox-list {
body.page-FTB_Wiki.ns-0.action-view .flaggedrevs_reviewform {
border-color: #fdfdfd; /* Must match background color */
    border: none;
}
}
 
.navbox th,
body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header ~ hr {
.navbox-title {
    display: none;
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 */
}
}


body.page-FTB_Wiki.ns-0.action-view .mw-pt-translate-header a {
/* Default styling for Navbar template */
    color: #000;
.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;
}
}


table.main-page-layout {
/* Navbar styling when nested in infobox and navbox */
    border-spacing: .5em;
.infobox .navbar {
    margin-left: -.5em;
font-size: 100%;
    margin-right: -.5em;
}
    width: calc(100% + 1em);
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 5em;
}
}


table.main-page-layout > tr > td,
/* Кнопки [показать]/[скрыть], создаваемые динамически функцией collapsibleTables()
table.main-page-layout > * > tr > td {
  в [[MediaWiki:Common.js]] */
    vertical-align: top;
.collapseButton {
    background: #FFF;
/* @noflip */
    padding: 0;
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
}


.main-page-heading {
/* Reduce page jumps by hiding collapsed/dismissed content */
    color: #E04A40;
.client-js .collapsible.collapsed > tbody > tr:not(:first-child),
    font-size: 140%;
.client-js .NavFrame.collapsed > .NavContent,
    border-bottom: 1px dashed #E04A40;
.client-js .tochidden-wrapper > .toc > ul {
    margin-top: .5em;
display: none;
    margin-left: .5em;
    margin-right: .5em;
}
}


.main-page-nav-links {
/* Style for horizontal lists (separator following item).
    background: #E04A40;
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
    color: #FFF;
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
    text-align: left;
  @revision 6 (2014-05-09)
    line-height: 2.5em;
  @author [[wp:User:Edokter]]
    padding-left: 1em;
*/
}
.hlist dl,
 
.hlist ol,
.mw-body .main-page-nav-links a:link,
.hlist ul {
.mw-body .main-page-nav-links a:hover,
     margin: 0;
.mw-body .main-page-nav-links a:visited {
     padding: 0;
     color: #FFF;
     padding-right: 1em;
}
}
 
/* Display list items inline */
.mw-body .main-page-nav-links.dark a:link,
.hlist dd,
.mw-body .main-page-nav-links.dark a:hover,
.hlist dt,
.mw-body .main-page-nav-links.dark a:visited {
.hlist li {
     color: #000;
    margin: 0;
     display: inline;
}
}
 
/* Display nested lists inline */
.main-page-content,
.hlist.inline,
table.main-page-layout > tr > td.main-page-content,
.hlist.inline dl,
table.main-page-layout > * > tr > td.main-page-content {
.hlist.inline ol,
     padding: .5em;
.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 {
* simple-navbox styles
     content: ": ";
*/
 
.simple-navbox,
.simple-navbox .sub-navbox,
.simple-navbox .navbox-subgroup {
     background: none;
    border-spacing: 2px;
    margin: -3px;
    width: calc( 100% + 6px );
}
}
 
.hlist dd:after,
.simple-navbox {
.hlist li:after {
     border: solid 1px silver;
     content: " · ";
     margin: 1em 0;
     font-weight: bold;
}
}
 
.hlist dd:last-child:after,
.simple-navbox .sub-navbox,
.hlist dt:last-child:after,
.simple-navbox .navbox-subgroup {
.hlist li:last-child:after {
     border: none;
     content: none;
}
}
 
/* For IE8 */
.simple-navbox .navbox-title {
.hlist dd.hlist-last-child:after,
    background: #D4D4D4;
.hlist dt.hlist-last-child:after,
     text-align: center;
.hlist li.hlist-last-child:after {
     content: none;
}
}
 
/* Add parentheses around nested lists */
.simple-navbox .sub-navbox .navbox-title {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
     background: #E2E2E2;
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
     text-align: center;
.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,
.simple-navbox > tr > th,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.simple-navbox > * > tr > th,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.simple-navbox .sub-navbox > tr > th,
     content: ") ";
.simple-navbox .sub-navbox > * > tr > th,
     font-weight: normal;
.simple-navbox .navbox-subgroup > tr > th,
.simple-navbox .navbox-subgroup > * > tr > th {
    background: #EBEBEB;
    border: none;
    padding-left: .75em;
    padding-right: .75em;
     text-align: right;
     white-space: nowrap;
}
}
 
/* For IE8 */
.simple-navbox > tr > td,
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.simple-navbox > * > tr > td {
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
     font-size: 88%;
.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 */
.simple-navbox > tr > td,
.hlist ol {
.simple-navbox > * > tr > td,
     counter-reset: listitem;
.simple-navbox .sub-navbox > tr > td,
.simple-navbox .sub-navbox > * > tr > td,
.simple-navbox .navbox-subgroup > tr > td,
.simple-navbox .navbox-subgroup > * > tr > td {
     background: none;
    border: none;
}
}
 
.hlist ol > li {
/* Style for horizontal lists (separator following item).
     counter-increment: listitem;
  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 ol > li:before {
.hlist dd,
     content: " " counter(listitem) " ";
.hlist dt,
     white-space: nowrap;
.hlist li {
     margin: 0;
     display: inline;
}
}
/* Display nested lists inline */
.hlist dd ol > li:first-child:before,
.hlist.inline,
.hlist dt ol > li:first-child:before,
.hlist.inline dl,
.hlist li ol > li:first-child:before {
.hlist.inline ol,
     content: " (" counter(listitem) " ";
.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 */
/* Stuff for IC2's Turning Table */
.hlist dt:after {
.turn {position: absolute; top: 0;}
    content: ": ";
.turni15 {clip: rect(0px, 48px, 64px, 0px)}
}
.turni25 {clip: rect(0px, 96px, 64px, 48px)}
.hlist dd:after,
.turni35 {clip: rect(0px, 144px, 64px, 96px)}
.hlist li:after {
.turni45 {clip: rect(0px, 192px, 64px, 144px)}
    content: " · ";
.turni55 {clip: rect(0px, 240px, 64px, 192px)}
    font-weight: bold;
.turni14 {clip: rect(6px, 48px, 58px, 0px)}
}
.turni24 {clip: rect(6px, 96px, 58px, 48px)}
.hlist dd:last-child:after,
.turni34 {clip: rect(6px, 144px, 58px, 96px)}
.hlist dt:last-child:after,
.turni44 {clip: rect(6px, 192px, 58px, 144px)}
.hlist li:last-child:after {
.turni54 {clip: rect(6px, 240px, 58px, 192px)}
    content: none;
.turni13 {clip: rect(14px, 48px, 50px, 0px)}
}
.turni23 {clip: rect(14px, 96px, 50px, 48px)}
/* For IE8 */
.turni33 {clip: rect(14px, 144px, 50px, 96px)}
.hlist dd.hlist-last-child:after,
.turni43 {clip: rect(14px, 192px, 50px, 144px)}
.hlist dt.hlist-last-child:after,
.turni53 {clip: rect(14px, 240px, 50px, 192px)}
.hlist li.hlist-last-child:after {
.turni12 {clip: rect(20px, 48px, 44px, 0px)}
    content: none;
.turni22 {clip: rect(20px, 96px, 44px, 48px)}
}
.turni32 {clip: rect(20px, 144px, 44px, 96px)}
/* Add parentheses around nested lists */
.turni42 {clip: rect(20px, 192px, 44px, 144px)}
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.turni52 {clip: rect(20px, 240px, 44px, 192px)}
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.turni11 {clip: rect(26px, 48px, 38px, 0px)}
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
.turni21 {clip: rect(26px, 96px, 38px, 48px)}
    content: " (";
.turni31 {clip: rect(26px, 144px, 38px, 96px)}
    font-weight: normal;
.turni41 {clip: rect(26px, 192px, 38px, 144px)}
}
.turni51 {clip: rect(26px, 240px, 38px, 192px)}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.turnw13 {clip: rect(0px, 48px, 64px, 0px)}
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.turnw23 {clip: rect(0px, 96px, 64px, 48px)}
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.turnw33 {clip: rect(0px, 144px, 64px, 96px)}
    content: ") ";
.turnw43 {clip: rect(0px, 192px, 64px, 144px)}
    font-weight: normal;
.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;
}
}
/* For IE8 */
 
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
/* Template documentation styles */
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.templateDocNoDoc,
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
.templateDocBadDoc,
    content: ") ";
.templateDocGoodDoc {
    font-weight: normal;
margin: 0.25em auto 1em;
border: 1px solid;
padding: 1em;
padding-bottom: 3px;
border-bottom: 1px solid;
margin-bottom: 1ex;
}
}
/* Put ordinals in front of ordered list items */
 
.hlist ol {
.templateDocEndNoDoc,
    counter-reset: listitem;
.templateDocEndBadDoc,
.templateDocEndGoodDoc {
margin: 0 auto;
border: 1px solid;
padding: 1em;
}
}
.hlist ol > li {
 
    counter-increment: listitem;
/* api */
.skin-apioutput {
  background: none;
}
}
.hlist ol > li:before {
 
    content: " " counter(listitem) " ";
.api-pretty-header {
    white-space: nowrap;
  background-color: white;
}
}
.hlist dd ol > li:first-child:before,
 
.hlist dt ol > li:first-child:before,
/** 11-Template documentation styles **/
.hlist li ol > li:first-child:before {
.first  {
    content: " (" counter(listitem) " ";
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;
}
}
/* 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 */
.world_teso{
div.WitcheryCircle div.craftingGridText {
background: #f5faff;
line-height: 1.25em;
    color: #000;
}
}


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


.templateDocEndNoDoc,
.new_images{
.templateDocEndBadDoc,
    padding-bottom: 250px;
.templateDocEndGoodDoc {
    background: #f5faff;
margin: 0 auto;
border: 1px solid;
padding: 1em;
}
}
 
.new_styles{
/* api */
    padding-bottom: 250px;
.skin-apioutput {
    background: #f5faff;
  background: none;
}
 
.api-pretty-header {
  background-color: white;
}
 
 
/* breathing space between the CleanChanges icon and the expandable text */
.mw-cleanchanges-showuserinfo > img {
  padding-right: 5px;
}
}

Текущая версия от 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 > 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;
}