Difference between revisions of "MediaWiki:Common.css"

Line 2: Line 2:
 
#n-Home > i:nth-child(1)::before {
 
#n-Home > i:nth-child(1)::before {
 
     content: '\f015';
 
     content: '\f015';
 +
    font-family: 'fontawesome';
 +
}
 +
 +
#n-Robot-Help > i:nth-child(1)::before {
 +
    content: '\f013';
 +
    font-family: 'fontawesome';
 +
}
 +
 +
#n-Engineering-Help > i:nth-child(1)::before {
 +
    content: '\f287';
 +
    font-family: 'fontawesome';
 +
}
 +
 +
#n-All-Pages > i:nth-child(1)::before {
 +
    content: '\f0e8';
 +
    font-family: 'fontawesome';
 +
}
 +
 +
#n-SuperDroid-Robots-Main-Site > i:nth-child(1)::before {
 +
    content: '\f08e';
 +
    font-family: 'fontawesome';
 +
}
 +
 +
#n-SDR-Tactical-Robots > i:nth-child(1)::before {
 +
    content: '\f08e';
 
     font-family: 'fontawesome';
 
     font-family: 'fontawesome';
 
}
 
}

Revision as of 15:19, 2 March 2021

/* CSS placed here will be applied to all skins */
#n-Home > i:nth-child(1)::before {
    content: '\f015';
    font-family: 'fontawesome';
}

#n-Robot-Help > i:nth-child(1)::before {
    content: '\f013';
    font-family: 'fontawesome';
}

#n-Engineering-Help > i:nth-child(1)::before {
    content: '\f287';
    font-family: 'fontawesome';
}

#n-All-Pages > i:nth-child(1)::before {
    content: '\f0e8';
    font-family: 'fontawesome';
}

#n-SuperDroid-Robots-Main-Site > i:nth-child(1)::before {
    content: '\f08e';
    font-family: 'fontawesome';
}

#n-SDR-Tactical-Robots > i:nth-child(1)::before {
    content: '\f08e';
    font-family: 'fontawesome';
}