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 2: Line 2:
     color: #cbced1;
     color: #cbced1;
}
}
tr:hover {
tr:hover {
     background:#13161a;
     background: #13161a;
}
}
.separator {
 
     height:4px;
.separator:first-child, .separator:last-child, .separator + .separator {
    background:#c8b36c !important;
     display: none;
}
}
.separator td {
 
padding:0;
.separator-tiny {
    height: 4px;
    background: #c8b36c !important;
}
}
.separator:first-child, .separator:last-child, .separator + .separator {
 
     display:none;
.separator-tiny td {
    padding: 0;
}
 
.separator-large {
     background-color: #101622 !important;
}
}

Revision as of 14:06, 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;
}