Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Final Fantasy V.css: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
#firstHeading::before {
#firstHeading::before {
     content: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
content: '';
     width: 220px;
     background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
     background-repeat: no-repeat;
     position: absolute;
     position: absolute;
     left: 0px;
     left: 0px;

Revision as of 07:56, 10 November 2025

#firstHeading::before {
	content: '';
    background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -12;
    opacity: .75;
}

#citizen-page-header {
	margin-top: 6rem;
}