Module:SkillsOverview/styles.css

From Heroes of Might and Magic: Olden Era Official Wiki
Revision as of 09:15, 3 June 2026 by Aurelain (talk | contribs) (Created page with ".category { padding: 16px; border-bottom: solid 3px #c8b36c !important; text-align: center; } .category::after { content: none !important; remove the line added by the skin: } .group { border-bottom: solid 1px #cbced1; } .sub { margin-left: 96px; } .rank + .sub { margin-top: 0; } .sub + .rank { margin-top: 32px; } .box { display: flex; margin-top: 16px; } .box:first-child { margin-top: 0; } .icon-container { fl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.category {
    padding: 16px;
    border-bottom: solid 3px #c8b36c !important;
    text-align: center;
}

.category::after {
    content: none !important; /* remove the line added by the skin */
}

.group {
    border-bottom: solid 1px #cbced1;
}

.sub {
    margin-left: 96px;
}

.rank + .sub {
    margin-top: 0;
}

.sub + .rank {
    margin-top: 32px;
}

.box {
    display: flex;
    margin-top: 16px;
}

.box:first-child {
    margin-top: 0;
}

.icon-container {
    flex-shrink: 0;
}

.text-container {
    padding-left: 8px;
    flex-grow: 1;
}

.toctitle {
    padding: 4px 8px; /* fix mistakes in the skin */
}

.toc > ul {
    padding: 4px 8px; /* fix mistakes in the skin */
}