MediaWiki:Vector-2022.css: Difference between revisions
Buttons CSS test |
m CSS test |
||
Line 2: | Line 2: | ||
/* This one changes CSS for the link buttons */ | /* This one changes CSS for the link buttons */ | ||
/* | |||
#n-Access-Discord a:link, | #n-Access-Discord a:link, | ||
#n-Access-Discord a:visited, | #n-Access-Discord a:visited, | ||
Line 14: | Line 14: | ||
color: #ffffff; | color: #ffffff; | ||
} | } | ||
*/ | |||
#n-Access-Discord { | #n-Access-Discord { | ||
background: #7289da; | |||
/* | |||
background: #7289da; | background: #7289da; | ||
background-image: url('https://static.wikitide.net/alathramcwiki/8/82/636e0a6ca814282eca7172c6_icon_clyde_white_RGB.svg'); | background-image: url('https://static.wikitide.net/alathramcwiki/8/82/636e0a6ca814282eca7172c6_icon_clyde_white_RGB.svg'); | ||
Line 28: | Line 30: | ||
transition: background-color .4s, border-color .4s; | transition: background-color .4s, border-color .4s; | ||
margin-bottom: 3px; | margin-bottom: 3px; | ||
*/ | |||
} | } | ||
#n-View-YouTube { | #n-View-YouTube { | ||
background: #e60000; | |||
/* | |||
background: #e60000; | background: #e60000; | ||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/42/YouTube_light_icon_%282017%29.svg'); | background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/42/YouTube_light_icon_%282017%29.svg'); | ||
Line 43: | Line 48: | ||
transition: background-color .4s, border-color .4s; | transition: background-color .4s, border-color .4s; | ||
margin-bottom: 3px; | margin-bottom: 3px; | ||
*/ | |||
} | } | ||
#n-View-DynMap { | #n-View-DynMap { | ||
background: #ad9c6f; | |||
/* | |||
background: #ad9c6f; | background: #ad9c6f; | ||
background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/86/Map_icon.svg'); | background-image: url('https://upload.wikimedia.org/wikipedia/commons/8/86/Map_icon.svg'); | ||
Line 58: | Line 66: | ||
padding-left: 1.8em; | padding-left: 1.8em; | ||
transition: background-color .4s, border-color .4s; | transition: background-color .4s, border-color .4s; | ||
*/ | |||
} | } | ||
/* | |||
#n-Access-Discord:hover { | #n-Access-Discord:hover { | ||
border-color: #8699df; | border-color: #8699df; | ||
Line 75: | Line 84: | ||
background-color: #ff4d4d; | background-color: #ff4d4d; | ||
} | } | ||
*/ |