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 12: | Line 12: | ||
th .wiki-hint { | th .wiki-hint { | ||
cursor: pointer; | cursor: pointer; | ||
} | } | ||
| Line 42: | Line 41: | ||
td:nth-child(6) { | td:nth-child(6) { | ||
text-align: center; | text-align: center; | ||
} | } | ||
| Line 74: | Line 70: | ||
/* ---- LEVELS ---- */ | /* ---- LEVELS ---- */ | ||
.level { | |||
margin-left: 20px; | |||
color: # | color: #a6a6a6; | ||
} | } | ||
.masterful { | |||
color: peru; | |||
color: | |||
} | } | ||
Revision as of 16:05, 25 May 2026
table {
white-space: nowrap;
}
tr:hover {
background: #13161a;
}
.wiki-hint {
border-bottom: none !important; /* hide the underline applied by the Hint template */
}
th .wiki-hint {
cursor: pointer;
}
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;
}
/* Global Map */
td:nth-child(6) {
text-align: center;
}
/* Special */
td:nth-child(7) {
text-align: center;
}
/* ---- 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 ---- */
.level {
margin-left: 20px;
color: #a6a6a6;
}
.masterful {
color: peru;
}


