Warning.png

Поддержка Wiki прекращена, она доступна в режиме архива. Информация в ней устарела и может быть неактуальной.

Изменения

Перейти к: навигация, поиск

MediaWiki:Mobile.css

3669 байтов добавлено, 13:33, 21 августа 2016
Нет описания правки
{
background-position: 0 -50px;
}
 
/* [[Шаблон:Сетка/Ячейка]] */
.grid {
display: inline-block;
position: relative;
text-align: left !important;
background-color: #8B8B8B;
height: 32px;
width: 32px;
padding: 2px;
vertical-align: bottom;
}
.grid.output {
height: 48px;
width: 48px;
}
.grid.hidden {
background-color: transparent;
padding: 0px;
z-index: 10;
}
.grid .border {
display: block;
margin: -2px 0 0 -2px;
border-style: solid none none solid;
border-width: 2px;
border-color: #373737;
height: 100%;
}
.grid .border span {
display: block;
margin-right: -2px;
border-style: none solid solid none;
border-width: 2px;
border-color: #FFFFFF;
height: 100%;
}
 
.grid .image,
.grid .default-image {
position: absolute;
line-height: 16px;
top: 2px;
width: 32px;
}
.grid.output .image {
top: 10px;
left: 10px;
}
.grid.hidden .image {
top: 0;
}
.grid .image > a.new,
 
.gridsprite > a.new {
background-image: url("//w.hil.su/images/3/35/Grid_Unknown.png");
display: block;
width: 32px;
height: 32px;
outline: none;
text-indent: -99999px;
}
 
.grid .number {
display: block;
margin: -12px -4px 0 0;
text-align: right;
font-family: Minecraft;
font-size: 16px;
pointer-events: none;
}
.grid .number .selflink,
.grid .number a {
color: #3F3F3F;
text-decoration: none;
font-weight: normal;
}
.grid .image a.new + .number,
.sprite a.new + .number {
display: none;
}
.grid .number span {
position: absolute;
right: -2px;
bottom: 2px;
color: #FFFFFF;
}
 
.gridsprite {
display:inline-block;
position: relative;
text-align: left !important;
height: 32px;
width: 32px;
vertical-align: bottom;
background-color: transparent;
padding: 0;
z-index: 10;
line-height: 16px;
}
 
.gridsprite .number {
display: block;
margin: -12px -4px 0 0;
text-align: right;
font-family: Minecraft;
font-size: 16px;
pointer-events: none;
}
 
.gridsprite .number a {
color: #3F3F3F;
text-decoration: none;
font-weight: normal;
}
 
.gridsprite .number span {
position: absolute;
right: -2px;
bottom: -2px;
color: #FFFFFF;
}
 
.grid-Crafting_Table,
.grid-Furnace,
.grid-Brewing_Stand table,
.grid-generic {
background: #C6C6C6;
border: outset 2px #999;
padding: 6px;
text-align: left !important;
}
.grid-Crafting_Table td,
.grid-Furnace td,
.grid-Brewing_Stand td,
.grid-generic td {
border: none;
padding: 0;
}
 
/* [[Шаблон:Сетка/Крафт]] */
.grid-Crafting_Table .arrow,
.grid-Crafting_Table .shapeless {
text-align: center;
vertical-align: bottom;
}
 
.grid-Crafting_Table .arrow {
width: 40px;
padding-bottom: 5px;
}
 
.grid-Crafting_Table .shapeless span {
cursor: help;
}
 
/* [[Шаблон:Сетка/Печка]] */
.grid-Furnace {
padding-left: 24px;
padding-right: 24px;
}
 
.grid-Furnace .arrow,
.grid-Furnace .output {
text-align: center;
vertical-align: middle;
}
 
.grid-Furnace .arrow {
padding-right: 18px !important;
padding-left: 14px !important;
}
 
/* [[Шаблон:Сетка/Варка]] */
.grid-Brewing_Stand {
position: relative;
width: 144px;
}
 
.grid-Brewing_Stand .bubbles {
text-align: right;
}
 
.grid-Brewing_Stand .input {
padding: 3px 0 !important;
vertical-align: top;
}
.grid-Brewing_Stand .output1 {
padding: 4px 10px 14px 0 !important;
}
.grid-Brewing_Stand .output2 {
padding-top: 18px !important;
}
.grid-Brewing_Stand .output3 {
padding: 4px 0 14px 10px !important;
}
 
.grid-Brewing_Stand .paths {
position: absolute;
bottom: 42px;
left: 42px;
z-index: 5;
}

Навигация