Template:Final Fantasy V.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
position: absolute; | position: absolute; | ||
z-index: -12; | z-index: -12; | ||
opacity: . | opacity: .6; | ||
/*Adjust title logo size here*/ | /*Adjust title logo size here*/ | ||
| Line 22: | Line 22: | ||
@media (prefers-color-scheme: dark) { | @media (prefers-color-scheme: dark) { | ||
#firstHeading span { | #firstHeading span { | ||
text-shadow: 0 0 | text-shadow: 0 0 3px var(--color-absolute); | ||
} | } | ||
} | } | ||
Revision as of 08:10, 10 November 2025
#firstHeading span::before {
content: '';
background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
background-repeat: no-repeat;
background-position: left bottom;
width: 60rem;
height: 60rem;
position: absolute;
z-index: -12;
opacity: .6;
/*Adjust title logo size here*/
background-size: 150px;
/*Adjust title logo position here*/
bottom: 0;
left: 0;
}
@media (prefers-color-scheme: dark) {
#firstHeading span {
text-shadow: 0 0 3px var(--color-absolute);
}
}
#firstHeading {
border-bottom: 3px solid var(--color-emphasized);
position: relative;
}
#citizen-page-header {
margin-top: 6rem;
}