Template:SkillInfobox/styles.css

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 07:48, 27 August 2026 by Aurelain (talk | contribs) (Created page with ".skill-box { float: right; clear: right; width: 302px; 300 battlefield size + 2px for left and right border, also see the @media.: margin: 0 1em 1em 1em; border: 1px solid #BCB096; color: #BCB096 } @media (max-width: 600px) { .skill-box { width: 100%; margin: 0 0 1em 0; } } .skill-box > div { border-top: 1px solid #BCB096; padding: 4px; text-align: center; } .skill-box > div:first-child { border: non...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.skill-box {
    float: right;
    clear: right;
    width: 302px; /* 300 battlefield size + 2px for left and right border, also see the @media. */
    margin: 0 1em 1em 1em;
    border: 1px solid #BCB096;
    color: #BCB096
}

@media (max-width: 600px) {
    .skill-box {
        width: 100%;
        margin: 0 0 1em 0;
    }
}

.skill-box > div {
    border-top: 1px solid #BCB096;
    padding: 4px;
    text-align: center;
}

.skill-box > div:first-child {
    border: none;
}

.skill-box .band {
    background-color: #1f3756;
}