MediaWiki:Nostalgia.css: Difference between revisions

From Agentpedia, the Microsoft Agent encyclopedia
mNo edit summary
Tag: Reverted
m didnt notice that it was my browser cache, reverting back to using SVG
Tag: Undo
 
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.png);
     background-image: url(https://agentpedia.tmafe.com/resources/assets/FPSVG.svg);
     background-size: contain;  
     background-size: contain;  
     width: 135px;  
     width: 135px;  
     height: 155px;  
     height: 155px;  
}
}

Latest revision as of 09:49, 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.svg);
    background-size: contain; 
    width: 135px; 
    height: 155px; 
}