Template:Element/style.css

From Soul's Remnant Wiki
Revision as of 04:53, 1 November 2025 by Choco (talk | contribs)
Jump to navigation Jump to search
/* === NORMAL === */
.NormalNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #c9c9c9,
        -2px 0px 0 #c9c9c9,
        -1px 2px 0 #c9c9c9,
         2px -1px 0 #c9c9c9,
         2px 0px 0 #c9c9c9,
         1px -2px 0 #c9c9c9,
         0px -2px 0 #c9c9c9,
        -1px -2px 0 #c9c9c9,
         2px 1px 0 #c9c9c9,
         0px 2px 0 #c9c9c9,
         1px 2px 0 #c9c9c9;
}

.NormalWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.NormalCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}

/* === FIRE === */
.FireNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #ff4d1a,
        -2px 0px 0 #ff4d1a,
        -1px 2px 0 #ff4d1a,
         2px -1px 0 #ff4d1a,
         2px 0px 0 #ff4d1a,
         1px -2px 0 #ff4d1a,
         0px -2px 0 #ff4d1a,
        -1px -2px 0 #ff4d1a,
         2px 1px 0 #ff4d1a,
         0px 2px 0 #ff4d1a,
         1px 2px 0 #ff4d1a;
}

.FireWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.FireCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}

/* === ICE === */
.IceNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #80ccff,
        -2px 0px 0 #80ccff,
        -1px 2px 0 #80ccff,
         2px -1px 0 #80ccff,
         2px 0px 0 #80ccff,
         1px -2px 0 #80ccff,
         0px -2px 0 #80ccff,
        -1px -2px 0 #80ccff,
         2px 1px 0 #80ccff,
         0px 2px 0 #80ccff,
         1px 2px 0 #80ccff;
}

.IceWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.IceCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}

/* === GHOST === */
.GhostNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #b380e6,
        -2px 0px 0 #b380e6,
        -1px 2px 0 #b380e6,
         2px -1px 0 #b380e6,
         2px 0px 0 #b380e6,
         1px -2px 0 #b380e6,
         0px -2px 0 #b380e6,
        -1px -2px 0 #b380e6,
         2px 1px 0 #b380e6,
         0px 2px 0 #b380e6,
         1px 2px 0 #b380e6;
}

.GhostWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.GhostCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}

/* === METAL === */
.MetalNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #595959,
        -2px 0px 0 #595959,
        -1px 2px 0 #595959,
         2px -1px 0 #595959,
         2px 0px 0 #595959,
         1px -2px 0 #595959,
         0px -2px 0 #595959,
        -1px -2px 0 #595959,
         2px 1px 0 #595959,
         0px 2px 0 #595959,
         1px 2px 0 #595959;
}

.MetalWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.MetalCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}

/* === LIGHTNING === */
.LightningNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #ebc400,
        -2px 0px 0 #ebc400,
        -1px 2px 0 #ebc400,
         2px -1px 0 #ebc400,
         2px 0px 0 #ebc400,
         1px -2px 0 #ebc400,
         0px -2px 0 #ebc400,
        -1px -2px 0 #ebc400,
         2px 1px 0 #ebc400,
         0px 2px 0 #ebc400,
         1px 2px 0 #ebc400;
}

.LightningWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.LightningCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}

/* === WATER === */
.WaterNeutral {
    color: white;
    font-weight: bold;
    text-shadow:
        -2px 1px 0 #3399ff,
        -2px 0px 0 #3399ff,
        -1px 2px 0 #3399ff,
         2px -1px 0 #3399ff,
         2px 0px 0 #3399ff,
         1px -2px 0 #3399ff,
         0px -2px 0 #3399ff,
        -1px -2px 0 #3399ff,
         2px 1px 0 #3399ff,
         0px 2px 0 #3399ff,
         1px 2px 0 #3399ff;
}

.WaterWeak {
    color: lightgrey;
    font-weight: bold;
    text-shadow: inherit;
}

.WaterCrit {
    color: #fffe00;
    font-weight: bold;
    text-shadow: inherit;
}