User:Aardvark/EmaStyle.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
.lyric-death | .lyric-death | ||
{ | { | ||
color: # | color: #855AA0; | ||
text-shadow: 0 0 1px #855AA0; | text-shadow: 0 0 1px #855AA0; | ||
} | } |
Revision as of 03:26, 16 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 2px black;
}
.lyric-light
{
color: #FEC15F;
text-shadow: 0 0 1px #FC733E;
}