Last edited 3 years ago
by Anna Lionetti

MediaWiki:Main.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 14: Line 14:
     content: '\ea37';
     content: '\ea37';
     font-family: 'entypo';
     font-family: 'entypo';
}
#n-About-the-Share-Family > i:nth-child(1)::before {
    content: '\e9ca';
    font-family: 'bluespice';
}
}

Revision as of 12:04, 12 March 2021

#n-Activities > i:nth-child(1)::before {
    content: '\f00b';
    font-family: 'fontawesome';
}
#n-FAQ > i:nth-child(1)::before {
    content: '\e9d9';
    font-family: 'entypo';
}
#n-Resources > i:nth-child(1)::before {
    content: '\e948';
    font-family: 'entypo';
}
#n-Working-groups > i:nth-child(1)::before {
    content: '\ea37';
    font-family: 'entypo';
}
#n-About-the-Share-Family > i:nth-child(1)::before {
    content: '\e9ca';
    font-family: 'bluespice';
}