MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Adding some icons to the sidebar
imported>Hb1290 No edit summary |
imported>Hb1290 (Adding some icons to the sidebar) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/** o código CSS colocado aqui será aplicado a todos os temas */ | |||
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); | |||
@import url('/w/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | |||
/* Code copied from [[wikipedia:MediaWiki:Common.css]] */ | /* Code copied from [[wikipedia:MediaWiki:Common.css]] */ | ||
.infobox { | .infobox { | ||
| Line 644: | Line 647: | ||
} | } | ||
/*Sidebar Icons*/ | /*Sidebar Icons*/ | ||
#n-Television a::before { | |||
content: "\f26c"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.75em; | |||
} | |||
#n-Movies a::before { | |||
content: "\f008"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Home-Entertainment a::before { | |||
content: "\f51f"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Cinema a::before { | |||
content: "\f03d"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.8em; | |||
} | |||
#n-Music-Entertainment a::before { | |||
content: "\f001"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Animation a::before { | |||
content: "\f1fc"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Education a::before { | |||
content: "\f19d"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.75em; | |||
} | |||
#n-Online a::before { | |||
content: "\f144"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Video-Games a::before { | |||
content: "\f11b"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.75em; | |||
} | |||
#n-Technology a::before { | |||
content: "\f085"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.75em; | |||
} | |||
#n-Logo-Variations a::before { | |||
content: "\f005"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 0.75em; | |||
} | |||
#n-Print-Logos a::before { | |||
content: "\f249"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Logos-by-Country a::before { | |||
content: "\f57d"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Logos-by-Company a::before { | |||
content: "\f0b1"; | |||
font-family: 'Font Awesome 5 Free'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-Discord a::before { | #n-Discord a::before { | ||
content: | content: "\f392"; | ||
font-family: 'Font Awesome 5 Brands'; | |||
margin-right: 1em; | |||
} | } | ||