Użytkownik:Tomciu2/common.css: Różnice pomiędzy wersjami
Przejdź do nawigacji
Przejdź do wyszukiwania
UWAGA! Usunięcie treści (strona pozostała pusta)! |
testy dla nowego szablonu crafting table |
||
| Linia 1: | Linia 1: | ||
/* [[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 { | |||
margin: -2px 0 0 -2px; | |||
border-style: solid none none solid; | |||
border-width: 2px; | |||
border-color: #373737; | |||
height: 100%; | |||
} | |||
.grid .border div { | |||
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://www.minecraftwiki.net/images/3/35/Grid_Unknown.png"); | |||
display: block; | |||
width: 32px; | |||
height: 32px; | |||
outline: none; | |||
text-indent: -99999px; | |||
} | |||
.grid .number { | |||
margin: -12px -4px 0 0; | |||
text-align: right; | |||
font-family: Minecraft; | |||
font-size: 16px; | |||
pointer-events: none; | |||
} | |||
.grid .number a { | |||
color: #3F3F3F; | |||
text-decoration: none; | |||
} | |||
.grid .image a.new + .number { | |||
display: none; | |||
} | |||
.grid .number span { | |||
position: absolute; | |||
right: -2px; | |||
bottom: 2px; | |||
color: #FFFFFF; | |||
} | |||
.grid .number .selflink { | |||
font-weight: normal; | |||
} | |||
.grid-Crafting_Table, .grid-Furnace, .grid-Brewing_Stand table { | |||
background: #C6C6C6; | |||
border: outset 2px #999; | |||
padding: 6px; | |||
text-align: left !important; | |||
} | |||
.grid-Crafting_Table td, .grid-Furnace td, .grid-Brewing_Stand 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; | |||
} | |||
Wersja z 18:57, 10 lip 2012
/* [[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 {
margin: -2px 0 0 -2px;
border-style: solid none none solid;
border-width: 2px;
border-color: #373737;
height: 100%;
}
.grid .border div {
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://www.minecraftwiki.net/images/3/35/Grid_Unknown.png");
display: block;
width: 32px;
height: 32px;
outline: none;
text-indent: -99999px;
}
.grid .number {
margin: -12px -4px 0 0;
text-align: right;
font-family: Minecraft;
font-size: 16px;
pointer-events: none;
}
.grid .number a {
color: #3F3F3F;
text-decoration: none;
}
.grid .image a.new + .number {
display: none;
}
.grid .number span {
position: absolute;
right: -2px;
bottom: 2px;
color: #FFFFFF;
}
.grid .number .selflink {
font-weight: normal;
}
.grid-Crafting_Table, .grid-Furnace, .grid-Brewing_Stand table {
background: #C6C6C6;
border: outset 2px #999;
padding: 6px;
text-align: left !important;
}
.grid-Crafting_Table td, .grid-Furnace td, .grid-Brewing_Stand 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;
}