MediaWiki:Nostalgia.css: Difference between revisions

From Agentpedia, the Microsoft Agent encyclopedia
the nostalgia theme will use the frontierpedia logo, partially inspired by wikipedia using its own old logo for its nostalgia theme.
 
mNo edit summary
Tag: Reverted
Line 1: Line 1:
/* All CSS here will be loaded for users of the Nostalgia skin */
/* All CSS here will be loaded for users of the Nostalgia skin */
#p-logo a {
#p-logo a {
     background-image: url(https://agentpedia.tmafe.com/resources/assets/FPSVG.svg);
     background-image: url(https://agentpedia.tmafe.com/resources/assets/FPSVG.png);
     background-size: contain;  
     background-size: contain;  
     width: 135px;  
     width: 135px;  
     height: 155px;  
     height: 155px;  
}
}

Revision as of 09:48, 3 August 2024

/* All CSS here will be loaded for users of the Nostalgia skin */
#p-logo a {
    background-image: url(https://agentpedia.tmafe.com/resources/assets/FPSVG.png);
    background-size: contain; 
    width: 135px; 
    height: 155px; 
}