MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
updating discord banner to reflect new server
imported>Hb1290 No edit summary |
imported>Hb1290 (updating discord banner to reflect new server) |
||
| Line 991: | Line 991: | ||
/*Discord Banner*/ | /*Discord Banner*/ | ||
.discord-banner { | .discord-banner { | ||
background-image:url("https://discordapp.com/api/guilds/ | background-image:url("https://discordapp.com/api/guilds/1018076680314703892/embed.png?style=banner3"); | ||
width: 350px; | width: 350px; | ||
height: 150px; | height: 150px; | ||
| Line 1,002: | Line 1,002: | ||
@media screen and (max-width:1200px) { | @media screen and (max-width:1200px) { | ||
.discord-banner { | .discord-banner { | ||
background-image:url("https://discordapp.com/api/guilds/ | background-image:url("https://discordapp.com/api/guilds/1018076680314703892/embed.png?style=banner2"); | ||
width:100%; | width:100%; | ||
height:100px; | height:100px; | ||
} | } | ||
} | } | ||