Module:Sandbox/Aurelain/Laws/styles.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
font-size: 24px; | font-size: 24px; | ||
} | } | ||
.separator-large img { | .separator-large img { | ||
width: 54px; | width: 54px; | ||
} | |||
.island { | |||
font-weight: bold; | |||
} | |||
.island span:nth-child(1) { | |||
color: #e2f247; | |||
} | |||
.island span:nth-child(2) { | |||
color: #47f275; | |||
} | |||
.island span:nth-child(3) { | |||
color: #47adf2; | |||
} | } | ||
Revision as of 15:27, 22 May 2026
td {
color: #cbced1;
}
tr:hover {
background: #13161a;
}
.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;
}
.island {
font-weight: bold;
}
.island span:nth-child(1) {
color: #e2f247;
}
.island span:nth-child(2) {
color: #47f275;
}
.island span:nth-child(3) {
color: #47adf2;
}


