User:Aardvark/EmaStyle.css: Difference between revisions

From Blank Chronicle
No edit summary
No edit summary
Line 25: Line 25:
     color: #595758;
     color: #595758;
     text-shadow: 0 0 1px black;
     text-shadow: 0 0 1px black;
    background: radial-gradient(#e4e4e4 40%, transparent);
}
}



Revision as of 18:17, 17 January 2021

.lyric-right
{
    text-align: right;
}

.lyric-italic
{
    font-style: italic;
}

.lyric-life
{
    color: #4EA1C7;
    text-shadow: 0 0 1px #4EA1C7;
}

.lyric-death
{
    color: #855AA0;
    text-shadow: 0 0 1px #855AA0;
}

.lyric-shadow
{
    color: #595758;
    text-shadow: 0 0 1px black;
    background: radial-gradient(#e4e4e4 40%, transparent);
}

.lyric-light
{
    color: #FEC15F;
    text-shadow: 0 0 1px #FC733E;
}

.lyric-ema-red
{
    color: #C6161C;
}