You are viewing an old version of this page. Return to the latest version.
Version of 15:14, 2 March 2021 by Webmaster
Difference between revisions of "MediaWiki:Common.css"
(Created page with "→CSS placed here will be applied to all skins: #n-Home > i:nth-child(1)::before { content: '\e900'; font-family: 'entypo'; }") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | a:link:focus { | ||
+ | color: #619AE0; | ||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | .bs-page-last-edit { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
+ | #mw-category-media { | ||
+ | visibility: hidden; | ||
+ | } | ||
+ | |||
#n-Home > i:nth-child(1)::before { | #n-Home > i:nth-child(1)::before { | ||
− | content: '\ | + | content: '\f015'; |
− | font-family: ' | + | 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'; | ||
+ | } | ||
+ | |||
+ | #n-SuperDroid-Robots-Blog > i:nth-child(1)::before { | ||
+ | content: '\f08e'; | ||
+ | font-family: 'fontawesome'; | ||
+ | } | ||
+ | |||
+ | #n-SuperDroid-Robots-Forums > i:nth-child(1)::before { | ||
+ | content: '\f08e'; | ||
+ | font-family: 'fontawesome'; | ||
} | } |
Latest revision as of 18:38, 16 April 2021
/* CSS placed here will be applied to all skins */
a:link:focus {
color: #619AE0;
text-decoration: underline;
}
.bs-page-last-edit {
visibility: hidden;
}
#mw-category-media {
visibility: hidden;
}
#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';
}
#n-SuperDroid-Robots-Blog > i:nth-child(1)::before {
content: '\f08e';
font-family: 'fontawesome';
}
#n-SuperDroid-Robots-Forums > i:nth-child(1)::before {
content: '\f08e';
font-family: 'fontawesome';
}