Last edited 3 years ago
by Anna Lionetti

MediaWiki:Main.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 21: Line 21:
#n-Share-VDE-institutions > i:nth-child(1)::before {
#n-Share-VDE-institutions > i:nth-child(1)::before {
     content: '\e900';
     content: '\e900';
    font-family: 'icomoon';
}
#n-About-this-wiki > i:nth-child(1)::before {
    content: '\ea0c';
     font-family: 'icomoon';
     font-family: 'icomoon';
}
}

Revision as of 12:07, 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: 'icomoon';
}
#n-Share-VDE-institutions > i:nth-child(1)::before {
    content: '\e900';
    font-family: 'icomoon';
}
#n-About-this-wiki > i:nth-child(1)::before {
    content: '\ea0c';
    font-family: 'icomoon';
}