Module:Sandbox/Aurelain/Spells/styles.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
width: 24px; | width: 24px; | ||
height: 24px; | height: 24px; | ||
} | |||
/* Tier */ | |||
td:nth-child(3) { | |||
text-align: center; | |||
} | |||
/* Mana cost */ | |||
td:nth-child(5) { | |||
text-align: right; | |||
} | } | ||
| Line 35: | Line 45: | ||
text-align: center; | text-align: center; | ||
font-size: 24px; | font-size: 24px; | ||
} | |||
/* ---- LEVELS ---- */ | |||
ol li:nth-child(1) { | |||
color: #c8b36c; | |||
} | |||
ol li:nth-child(2) { | |||
color: #2ea821; | |||
} | |||
ol li:nth-child(3) { | |||
color: #47adf2; | |||
} | } | ||
Revision as of 09:56, 24 May 2026
table {
white-space: nowrap;
}
td {
color: #cbced1;
}
td:nth-child(2), td:nth-child(4) {
white-space:normal;
}
td:nth-child(2) img {
width: 24px;
height: 24px;
}
/* Tier */
td:nth-child(3) {
text-align: center;
}
/* Mana cost */
td:nth-child(5) {
text-align: right;
}
/* ---- SEPARATORS ---- */
.separator:first-child, .separator:last-child, .separator + .separator {
display: none;
}
.separator-tiny {
height: 4px;
background: #c8b36c !important;
}
.separator-tiny td {
padding: 0;
}
.separator-large {
background-color: #101622 !important;
text-align: center;
font-size: 24px;
}
/* ---- LEVELS ---- */
ol li:nth-child(1) {
color: #c8b36c;
}
ol li:nth-child(2) {
color: #2ea821;
}
ol li:nth-child(3) {
color: #47adf2;
}


