Template:Ss/styles.css: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
LVL (talk | contribs)
Created page with ".ss-wrapper { z-index: 1; position: relative; left: 1px; bottom: 7px; margin-left: -5px; font-family: 'Retail Demo Regular', 'PT Serif', 'Palatino', serif; color: #E3BDFA; } .ss-icon { position: relative; z-index: -1; opacity: 0.7; } .ss-text { color: #E3BDFA; text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.7); font-weight: bold; background-color: rgba(83, 54, 105, 0.8); border-radius: 5px; padding: 2px 2px 0px 2..."
 
LVL (talk | contribs)
No edit summary
Line 27: Line 27:
.ss-compact {
.ss-compact {
     cursor: help;
     cursor: help;
     display: inline-block;
     display: inline-flex;
    align-items: center;
    gap: 2px;
     vertical-align: middle;
     vertical-align: middle;
    line-height: 1;
}
.ss-value {
    color: #b89de0;
    font-size: 0.75em;
    font-variant-numeric: tabular-nums;
    font-family: inherit;
    text-shadow: none;
    white-space: nowrap;
}
.ss-compact:hover .ss-value {
    color: #E3BDFA;
    transition: color 0.15s ease;
}
}

Revision as of 15:17, 16 April 2026

.ss-wrapper {
    z-index: 1;
    position: relative;
    left: 1px;
    bottom: 7px;
    margin-left: -5px;
    font-family: 'Retail Demo Regular', 'PT Serif', 'Palatino', serif;
    color: #E3BDFA;
}

.ss-icon {
    position: relative;
    z-index: -1;
    opacity: 0.7;
}

.ss-text {
    color: #E3BDFA;
    text-shadow: 1.5px 1.5px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    background-color: rgba(83, 54, 105, 0.8);
    border-radius: 5px;
    padding: 2px 2px 0px 2px;
    margin-left: -8px;
}

.ss-compact {
    cursor: help;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    vertical-align: middle;
    line-height: 1;
}

.ss-value {
    color: #b89de0;
    font-size: 0.75em;
    font-variant-numeric: tabular-nums;
    font-family: inherit;
    text-shadow: none;
    white-space: nowrap;
}

.ss-compact:hover .ss-value {
    color: #E3BDFA;
    transition: color 0.15s ease;
}