Template:Sandbox/Aurelain/HeroClassInfobox/styles.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 66: | Line 66: | ||
.hc-box .type { | .hc-box .type { | ||
margin-top: 4px; | margin-top: 4px; | ||
font-size: | font-size: 60%; | ||
} | } | ||
| Line 86: | Line 86: | ||
display: inline-block; | display: inline-block; | ||
border-right: solid 1px #bcb096; | border-right: solid 1px #bcb096; | ||
padding: 0 | padding: 0 14px; | ||
margin-bottom: -4px; | margin-bottom: -4px; | ||
color: #fff; | color: #fff; | ||
| Line 92: | Line 92: | ||
} | } | ||
.hc-box .odds25 { | .hc-box .odds25 i { | ||
color: #fff; | color: #fff; | ||
font-style: normal; | |||
} | } | ||
| Line 101: | Line 102: | ||
.hc-box .attributes img { | .hc-box .attributes img { | ||
margin- | margin: -4px -4px 0 -4px; | ||
} | |||
.hc-box .elites { | |||
font-weight: bold; | |||
color:#fff; | |||
} | } | ||
Latest revision as of 13:21, 8 August 2026
.hc-box {
float: right;
clear: right;
width: 302px;
margin: 0 1em 1em 1em;
}
@media (max-width: 600px) {
.hc-box {
width: 100%;
margin: 0 0 1em 0;
}
.hc-box .image img {
width: 100%;
}
}
.hc-box table {
border-collapse: collapse;
border: 1px solid #BCB096;
width: 100%;
}
.hc-box td {
border: 1px solid #BCB096;
padding: 4px;
text-align: center;
vertical-align: middle;
}
.hc-box .field {
display: flex;
align-items: center;
}
.hc-box .field > div:first-child {
flex-grow: 1;
text-align: left;
}
.hc-box .field > div:last-child {
flex-shrink: 0;
color: #fff;
}
.hc-box .band {
background-color: #1f3756;
}
.hc-box .band td {
padding: 1px;
}
.hc-box .title {
padding: 0;
line-height: 1.1;
font-size: 150%;
}
.hc-box .title .field > div:first-child {
padding-left: 16px;
text-align: left;
}
.hc-box .type {
margin-top: 4px;
font-size: 60%;
}
.hc-box .image {
padding: 0;
}
.hc-box .image img {
filter: none;
}
.hc-box .attributes {
border: none;
margin: 4px auto 8px;
width: 280px;
}
.hc-box .attribute {
display: inline-block;
border-right: solid 1px #bcb096;
padding: 0 14px;
margin-bottom: -4px;
color: #fff;
text-align: center;
}
.hc-box .odds25 i {
color: #fff;
font-style: normal;
}
.hc-box .attribute:last-child {
border-right: none;
}
.hc-box .attributes img {
margin: -4px -4px 0 -4px;
}
.hc-box .elites {
font-weight: bold;
color:#fff;
}
/* FACTION COLORS */
.hc-box.faction-human .band {
background-color: #8b7e47;
}
.hc-box.faction-human .band td {
color: #fff;
}
.hc-box.faction-undead .band {
background-color: #122c29;
}
.hc-box.faction-nature .band {
background-color: #3d0c21;
}
.hc-box.faction-demon .band {
background-color: #400f08;
}
.hc-box.faction-unfrozen .band {
background-color: #1f3756;
}
.hc-box.faction-dungeon .band {
background-color: #2d143c;
}
.hc-box.faction-neutral .band {
background-color: #3e3e3e;
}


