MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Hb1290 No edit summary |
||
| Line 722: | Line 722: | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | font-weight: 900; | ||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
| Line 737: | Line 727: | ||
content: "\f093"; | content: "\f093"; | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | |||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
| Line 742: | Line 733: | ||
content: "\f51f"; | content: "\f51f"; | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | |||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
| Line 747: | Line 739: | ||
content: "\f5bf"; | content: "\f5bf"; | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | |||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
| Line 752: | Line 745: | ||
content: "\f109"; | content: "\f109"; | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | |||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
| Line 757: | Line 751: | ||
content: "\f26c"; | content: "\f26c"; | ||
font-family: 'Font Awesome 5 Free'; | font-family: 'Font Awesome 5 Free'; | ||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-AVID-Discord a::before { | |||
content: "\f392"; | |||
font-family: 'Font Awesome 5 Brands'; | |||
font-weight: 900; | |||
margin-right: 1em; | |||
} | |||
#n-The-AVID-Channel a::before { | |||
content: "\f167"; | |||
font-family: 'Font Awesome 5 Brands'; | |||
font-weight: 900; | |||
margin-right: 1em; | margin-right: 1em; | ||
} | } | ||
/* Style for horizontal lists (separator following item). | /* Style for horizontal lists (separator following item). | ||
@source mediawiki.org/wiki/Snippets/Horizontal_lists | @source mediawiki.org/wiki/Snippets/Horizontal_lists | ||