Użytkownik:Tomciu2/common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
? |
teraz musi działać ;] |
||
| Linia 1: | Linia 1: | ||
/* [[Template: | /* [[Template:Grid]] */ | ||
. | .grid .animated .image, | ||
.grid .paused .image { | |||
display: none; | |||
} | |||
.grid .animated .image.active, | |||
.grid .paused .image.active { | |||
display: block; | |||
} | } | ||
. | /* [[Template:Grid/Cell]] */ | ||
.grid { | |||
background: # | 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 .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 .image > a.new { | |||
background-image: url("http://media-mcw.cursecdn.com/3/35/Grid_Unknown.png"); | |||
display: block; | |||
width: 32px; | |||
height: 32px; | |||
outline: none; | |||
text-indent: -99999px; | |||
} | } | ||
. | .grid .number { | ||
display: block; | |||
font-size: | 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 { | |||
display: none; | |||
} | |||
.grid .number span { | |||
position: absolute; | |||
right: -2px; | |||
bottom: 2px; | |||
color: #FFFFFF; | |||
} | } | ||
. | .grid-Crafting_Table, | ||
background | .grid-Furnace, | ||
.grid-Brewing_Stand table, | |||
.grid-generic { | |||
text-align: | 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; | |||
} | } | ||
. | /* [[Template:Grid/Crafting Table]] */ | ||
.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; | |||
} | } | ||
. | |||
/* [[Template:Grid/Furnace]] */ | |||
.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 . | /* [[Template:Grid/Brewing Stand]] */ | ||
.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 . | |||
.grid-Brewing_Stand .paths { | |||
position: absolute; | |||
bottom: 42px; | |||
left: 42px; | |||
z-index: 5; | |||
} | } | ||
Wersja z 16:11, 13 sie 2012
/* [[Template:Grid]] */
.grid .animated .image,
.grid .paused .image {
display: none;
}
.grid .animated .image.active,
.grid .paused .image.active {
display: block;
}
/* [[Template:Grid/Cell]] */
.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 .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 .image > a.new {
background-image: url("http://media-mcw.cursecdn.com/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 {
display: none;
}
.grid .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;
}
/* [[Template:Grid/Crafting Table]] */
.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;
}
/* [[Template:Grid/Furnace]] */
.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;
}
/* [[Template:Grid/Brewing Stand]] */
.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;
}