MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(CharacterStatCalc)
Line 108: Line 108:
width: 100%;
width: 100%;
min-width: 575px;
min-width: 575px;
max-width: 900px;
max-width: 900px;
}
}
Line 121: Line 121:
}
}
.character-stattable .stattable-controls .stattable-level {
.character-stattable .stattable-controls .stattable-level,
.character-stattable .stattable-controls .stattable-tier {
width: 44px;
width: 44px;
font-size: 17px;
font-size: 17px;
Line 141: Line 142:
}
}
.character-stattable .stattable-controls img:hover {
.character-stattable .stattable-controls img:hover,
.character-stattable .stattable-equipment img:hover {
filter: drop-shadow(0 2px 2px rgb(0 0 0 / 25%));
filter: drop-shadow(0 2px 2px rgb(0 0 0 / 25%));
transform: translateY(-1px);
transform: translateY(-1px);
transition: .15s;
transition: .15s;
cursor: pointer;
cursor: pointer;
}

.character-stattable .stattable-controls td {
border-bottom: 0px;
}
}


Line 158: Line 164:
}
}

.character-stattable .stattable-equipment .active {
}

.character-stattable .stattable-equipment .inactive {
filter: grayscale(1);
opacity: 0.5;
}

.character-stattable .stattable-equipment td {
border-top: 0px;
text-align: right;
}

.character-stattable .stattable-equipment .equipment-item {
display: inline-block;
}

.character-stattable .stattable-equipment .equipment-item > img {
width: 44px;
height: auto;
}