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

Z Minecraft Wiki Polska
Przejdź do nawigacji Przejdź do wyszukiwania
Tomciu2 (dyskusja | edycje)
teraz musi działać ;]
Tomciu2 (dyskusja | edycje)
Nie podano opisu zmian
 
(Nie pokazano 1 pośredniej wersji utworzonej przez tego samego użytkownika)
Linia 1: Linia 1:
/* [[Template:Grid]] */
/* [[Template:Navbox]] */
.grid .animated .image,
.navbox {
.grid .paused .image {
     border: 1px solid #CCCCCC;
    display: none;
     margin: 1em auto 0;
}
     clear: both
.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,
.navbox table {
.grid-Furnace,
     width: 100%;
.grid-Brewing_Stand table,
     background: #FFFFFF
.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]] */
.navbox table table {
.grid-Crafting_Table .arrow,
     margin-left: -4px;
.grid-Crafting_Table .shapeless {
     text-align: center;
    vertical-align: bottom;
}
}
 
.navbox table table:first-child {
.grid-Crafting_Table .arrow {
     margin-top: -2px;
     width: 40px;
    padding-bottom: 5px;
}
}
 
.navbox table table:last-child {
.grid-Crafting_Table .shapeless span {
     margin-bottom: -2px;
     cursor: help;
}
}


/* [[Template:Grid/Furnace]] */
.navbox-top {
.grid-Furnace {
     white-space: nowrap;
     padding-left: 24px;
     background-color: #CCCCCC;
     padding-right: 24px;
    padding: 0 3px
}
}


.grid-Furnace .arrow,
.navbox-navbar,
.grid-Furnace .output {
.navbox-navbar-mini {
     text-align: center;
     float: left;
     vertical-align: middle;
     font-size: 80%
}
}


.grid-Furnace .arrow {
.navbox-title {
     padding-right: 18px !important;
     padding: 0 10px;
     padding-left: 14px !important;
     font-size: 110%
}
}


/* [[Template:Grid/Brewing Stand]] */
.navbox-group {
.grid-Brewing_Stand {
     background-color: #EEEEEE;
     position: relative;
     padding: 0 10px;
    width: 144px;
     white-space: nowrap;
}
     text-align: right
 
.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 {
.navbox-list {
     position: absolute;
     width: 100%;
     bottom: 42px;
     padding: 0 0 0 2px
    left: 42px;
    z-index: 5;
}
}

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
}