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
Tag: Manual revert
No edit summary
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
#firstHeading::before {
.citizen-page-container .mw-page-title-main::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;
    background-position: left bottom;
   
    opacity: .7;
   
     width: 60rem;
    height: 60rem;
   
     position: absolute;
     position: absolute;
    left: 0px;
    bottom: 0px;
     z-index: -12;
     z-index: -12;
     opacity: .75;
      
    /*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 6px var(--color-absolute),
0 0 6px var(--color-absolute),
0 0 3px var(--color-absolute),
0 0 1px var(--color-absolute)
}
 
#firstHeading {
border-bottom: 2px solid var(--color-emphasized);
position: relative;
}
 
#citizen-page-header {
margin-top: 6rem;
}
}

Latest revision as of 01:53, 11 November 2025

.citizen-page-container .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;
    
    opacity: .7;
    
    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 6px var(--color-absolute),
		0 0 6px var(--color-absolute),
		0 0 3px var(--color-absolute),
		0 0 1px var(--color-absolute)
}

#firstHeading {
	border-bottom: 2px solid var(--color-emphasized);
	position: relative;
}

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