Użytkownik:Tomciu2/common.css: Różnice pomiędzy wersjami

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
Tomciu2 (dyskusja | edycje)
Nie podano opisu zmian
Tomciu2 (dyskusja | edycje)
Nie podano opisu zmian
 
(Nie pokazano 9 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 1: Linia 1:
/* [[Template:Grid]] */
/* [[Template:Navbox]] */
.grid .animated .image {
.navbox {
    display: none;
     border: 1px solid #CCCCCC;
}
     margin: 1em auto 0;
.grid .animated .image.active {
     clear: both
    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 {
.navbox table {
     margin: -2px 0 0 -2px;
     width: 100%;
    border-style: solid none none solid;
     background: #FFFFFF
    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 {
.navbox table table {
     position: absolute;
     margin-left: -4px;
    line-height: 16px;
    top: 2px;
    width: 32px;
}
}
.grid.output .image {
.navbox table table:first-child {
     top: 10px;
     margin-top: -2px;
    left: 10px;
}
}
.grid .image > a.new {
.navbox table table:last-child {
     background-image: url("http://www.minecraftwiki.net/images/3/35/Grid_Unknown.png");
     margin-bottom: -2px;
    display: block;
    width: 32px;
    height: 32px;
    outline: none;
    text-indent: -99999px;
}
}


.grid .number {
.navbox-top {
    margin: -12px -4px 0 0;
     white-space: nowrap;
    text-align: right;
     background-color: #CCCCCC;
    font-family: Minecraft;
     padding: 0 3px
    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;
}
}


 
.navbox-navbar,
.grid-Crafting_Table, .grid-Furnace, .grid-Brewing_Stand table {
.navbox-navbar-mini {
     background: #C6C6C6;
     float: left;
     border: outset 2px #999;
     font-size: 80%
    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]] */
.navbox-title {
.grid-Crafting_Table .arrow, .grid-Crafting_Table .shapeless {
     padding: 0 10px;
     text-align: center;
     font-size: 110%
     vertical-align: bottom;
}
}


.grid-Crafting_Table .arrow {
.navbox-group {
     width: 40px;
     background-color: #EEEEEE;
     padding-bottom: 5px;
     padding: 0 10px;
    white-space: nowrap;
    text-align: right
}
}


.grid-Crafting_Table .shapeless span {
.navbox-list {
     cursor: help;
     width: 100%;
    padding: 0 0 0 2px
}
}

Aktualna wersja na dzień 10:07, 15 sie 2012

/* [[Template:Navbox]] */
.navbox {
    border: 1px solid #CCCCCC;
    margin: 1em auto 0;
    clear: both
}

.navbox table {
    width: 100%;
    background: #FFFFFF
}

.navbox table table {
    margin-left: -4px;
}
.navbox table table:first-child {
    margin-top: -2px;
}
.navbox table table:last-child {
    margin-bottom: -2px;
}

.navbox-top {
    white-space: nowrap;
    background-color: #CCCCCC;
    padding: 0 3px
}

.navbox-navbar,
.navbox-navbar-mini {
    float: left;
    font-size: 80%
}

.navbox-title {
    padding: 0 10px;
    font-size: 110%
}

.navbox-group {
    background-color: #EEEEEE;
    padding: 0 10px;
    white-space: nowrap;
    text-align: right
}

.navbox-list {
    width: 100%;
    padding: 0 0 0 2px
}