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 74: | Line 74: | ||
color: #cbced1; | color: #cbced1; | ||
} | } | ||
.level b { | .level b { | ||
color: #c8b36c; | color: #c8b36c; | ||
} | } | ||
.masterful { | .masterful { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
.masterful b { | .masterful b { | ||
color: peru; | color: peru; | ||
| Line 86: | Line 89: | ||
/* ---- SCHOOLS ---- */ | /* ---- SCHOOLS ---- */ | ||
.day { | .day { | ||
background: linear-gradient(rgba(98,65,15,0.2), rgba(98,65,15,0.1)); | background: linear-gradient(rgba(98, 65, 15, 0.2), rgba(98, 65, 15, 0.1)); | ||
} | } | ||
.day:hover { | .day:hover { | ||
background: rgba(98,65,15,0.2); | background: rgba(98, 65, 15, 0.2); | ||
} | } | ||
.night { | .night { | ||
background: rgba(70,27,91,0.1) | background: linear-gradient(rgba(70, 27, 91, 0.2), rgba(70, 27, 91, 0.1)); | ||
} | } | ||
.night:hover { | .night:hover { | ||
background: rgba(70,27,91,0.2) | background: rgba(70, 27, 91, 0.2) | ||
} | |||
.primal { | |||
background: linear-gradient(rgba(103, 40, 27, 0.2), rgba(103, 40, 27, 0.1)); | |||
} | |||
.primal:hover { | |||
background: rgba(103, 40, 27, 0.2) | |||
} | |||
.arcane { | |||
background: linear-gradient(rgba(28, 68, 79, 0.2), rgba(28, 68, 79, 0.1)); | |||
} | |||
.arcane:hover { | |||
background: rgba(28, 68, 79, 0.2) | |||
} | |||
.neutral { | |||
background: linear-gradient(rgba(39, 39, 61, 0.2), rgba(39, 39, 61, 0.1)); | |||
} | |||
.neutral:hover { | |||
background: rgba(39, 39, 61, 0.2) | |||
} | } | ||
Revision as of 09:13, 30 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) {
text-align: center;
}
/* 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: 2em;
margin-bottom: 0;
color: #cbced1;
}
.level b {
color: #c8b36c;
}
.masterful {
margin-bottom: 0;
}
.masterful b {
color: peru;
}
/* ---- SCHOOLS ---- */
.day {
background: linear-gradient(rgba(98, 65, 15, 0.2), rgba(98, 65, 15, 0.1));
}
.day:hover {
background: rgba(98, 65, 15, 0.2);
}
.night {
background: linear-gradient(rgba(70, 27, 91, 0.2), rgba(70, 27, 91, 0.1));
}
.night:hover {
background: rgba(70, 27, 91, 0.2)
}
.primal {
background: linear-gradient(rgba(103, 40, 27, 0.2), rgba(103, 40, 27, 0.1));
}
.primal:hover {
background: rgba(103, 40, 27, 0.2)
}
.arcane {
background: linear-gradient(rgba(28, 68, 79, 0.2), rgba(28, 68, 79, 0.1));
}
.arcane:hover {
background: rgba(28, 68, 79, 0.2)
}
.neutral {
background: linear-gradient(rgba(39, 39, 61, 0.2), rgba(39, 39, 61, 0.1));
}
.neutral:hover {
background: rgba(39, 39, 61, 0.2)
}


