Template:Final Fantasy V.css: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
} | } | ||
.mw-page-title-main { | |||
text-shadow: 0 0 3px var(--color-absolute); | text-shadow: 0 0 3px var(--color-absolute); | ||
} | } | ||
Revision as of 08:28, 10 November 2025
.mw-page-title-main::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;
/*Adjust title logo size here*/
background-size: 150px;
/*Adjust title logo position here*/
bottom: 0;
left: 0;
}
.mw-page-title-main {
text-shadow: 0 0 3px var(--color-absolute);
}
#firstHeading {
border-bottom: 3px solid var(--color-emphasized);
position: relative;
}
#citizen-page-header {
margin-top: 6rem;
}