User:Aardvark/EmaStyle.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
.ema-prologue.right a:hover | .ema-prologue.right a:hover | ||
{ | { | ||
text-shadow: 0 0 | text-shadow: 0 0 4px #d60027; | ||
text-decoration: none; | text-decoration: none; | ||
} | } |
Revision as of 19:09, 17 January 2021
.page-subcontainer > .ema-prologue.navigation
{
margin-left: auto;
margin-right: auto;
width: 85%;
}
.ema-prologue.navigation.direct
{
display: flex;
justify-content: space-between;
}
.ema-prologue.alternate.nav-button a
{
padding: 0.5em 2.5em 0.5em 2.5em !important;
}
.ema-prologue.navigation.choice
{
display: grid;
grid-template-columns: 49% 49%;
gap: 2%;
}
.ema-prologue.left,
.ema-prologue.right
{
border-radius: 9px;
padding: .5em;
}
.ema-prologue.left a,
.ema-prologue.right a,
.ema-prologue.left a:visited,
.ema-prologue.right a:visited
{
color: #595758;
}
.ema-prologue.left a:hover,
.ema-prologue.right a:hover
{
text-shadow: 0 0 4px #d60027;
text-decoration: none;
}
.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;
}
.lyric-light
{
color: #FEC15F;
text-shadow: 0 0 1px #FC733E;
}
.lyric-ema-red
{
color: #C6161C;
}
@media only screen and (max-width : 1000px){
.ema-prologue.navigation.direct
{
flex-direction: column;
align-items: center;
}
.ema-prologue.navigation.choice
{
width: 100%;
}
}