Module:Sandbox/Aurelain/Cargo/styles.css: Difference between revisions
From Heroes of Might and Magic: Olden Era Official Wiki
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
td { | |||
color: #cbced1; | |||
} | |||
img[width='16'] { | img[width='16'] { | ||
position:relative; | position: relative; | ||
top:-1px; | top: -1px; | ||
margin-left:1px; | margin-left: 1px; | ||
opacity: 0.5; | opacity: 0.5; | ||
} | } | ||
tr:hover { | tr:hover { | ||
background:#13161a; | background: #13161a; | ||
} | |||
/* ---- SEPARATORS ---- */ | |||
.separator:first-child, .separator:last-child, .separator + .separator { | |||
display: none; | |||
} | |||
.separator-tiny { | |||
height: 2px; | |||
background: #c8b36c !important; | |||
} | } | ||
.separator { | |||
.separator-tiny td { | |||
padding: 0; | |||
} | } | ||
.separator | |||
.separator-large { | |||
background-color: #101622 !important; | |||
text-align: center; | |||
font-size: 24px; | |||
} | } | ||
.separator | |||
.separator-large img { | |||
width: 54px; | |||
} | } | ||
Revision as of 05:59, 24 May 2026
td {
color: #cbced1;
}
img[width='16'] {
position: relative;
top: -1px;
margin-left: 1px;
opacity: 0.5;
}
tr:hover {
background: #13161a;
}
/* ---- SEPARATORS ---- */
.separator:first-child, .separator:last-child, .separator + .separator {
display: none;
}
.separator-tiny {
height: 2px;
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;
}


