MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
Line 7: | Line 7: | ||
#left-navigation { | #left-navigation { | ||
margin-left: 16em !important; | margin-left: 16em !important; | ||
} | |||
#n-Youtube { | |||
background: url("/w/logo_youtube.svg") 0 2px / 14px 14px no-repeat; | |||
padding-left: 19px; | |||
} | |||
#n-Discord { | |||
background: url("/w/logo_discord.svg") 0 2px / 14px 14px no-repeat; | |||
padding-left: 19px; | |||
} | |||
#n-Steam { | |||
background: url("/w/logo_steam.svg") 0 2px / 14px 14px no-repeat; | |||
padding-left: 19px; | |||
} | |||
#n-Patreon { | |||
background: url("/w/logo_patreon.svg") 0 2px / 14px 14px no-repeat; | |||
padding-left: 19px; | |||
} | |||
#n-Whispy { | |||
background: url("/w/logo_whispy.svg") 0 2px / 14px 14px no-repeat; | |||
padding-left: 19px; | |||
} | } |
Revision as of 20:30, 31 December 2023
/* All CSS here will be loaded for users of the Vector skin */ #content { margin-left: 16em !important; } #left-navigation { margin-left: 16em !important; } #n-Youtube { background: url("/w/logo_youtube.svg") 0 2px / 14px 14px no-repeat; padding-left: 19px; } #n-Discord { background: url("/w/logo_discord.svg") 0 2px / 14px 14px no-repeat; padding-left: 19px; } #n-Steam { background: url("/w/logo_steam.svg") 0 2px / 14px 14px no-repeat; padding-left: 19px; } #n-Patreon { background: url("/w/logo_patreon.svg") 0 2px / 14px 14px no-repeat; padding-left: 19px; } #n-Whispy { background: url("/w/logo_whispy.svg") 0 2px / 14px 14px no-repeat; padding-left: 19px; }