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 10: | Line 10: | ||
width: 64px; | width: 64px; | ||
height: 64px; | height: 64px; | ||
} | |||
.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; | |||
} | |||
.separator-large img { | |||
width: 54px; | |||
} | } | ||
Revision as of 20:30, 23 May 2026
td {
color: #cbced1;
}
td:nth-child(1) {
white-space: nowrap;
}
td:nth-child(1) img {
width: 64px;
height: 64px;
}
.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;
}
.separator-large img {
width: 54px;
}


