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 3: Line 3:
     background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
     background-image: url(https://phialfantasy.wiki/images/e/e5/FFV.svg);
     background-repeat: no-repeat;
     background-repeat: no-repeat;
    background-size: 220px;
     background-position: left bottom;
     background-position: left bottom;
      
      
     width: 100%;
     width: 60rem;
     height: 100%;
     height: 60rem;
   
      
      
     position: absolute;
     position: absolute;
    bottom: 0;
     z-index: -12;
     z-index: -12;
     opacity: .75;
     opacity: .75;
   
    /*Adjust title logo size here*/
    background-size: 220px;
   
    /*Adjust title logo position here*/
    bottom: 0;
    left: 0;
}
}



Revision as of 08:03, 10 November 2025

#firstHeading::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: .75;
    
    /*Adjust title logo size here*/
    background-size: 220px;
    
    /*Adjust title logo position here*/
    bottom: 0;
    left: 0;
}

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