MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 (some new icons for the sidebar) |
imported>Hb1290 No edit summary |
||
| Line 1,067: | Line 1,067: | ||
display:none | display:none | ||
} | } | ||
} | } | ||
/*Fonts for sidebar headers*/ | /*Fonts for sidebar headers*/ | ||
| Line 1,102: | Line 1,097: | ||
#toc.toc { | #toc.toc { | ||
float: none; | float: none; | ||
} | |||
/*Discord Banner*/ | |||
.discord-banner { | |||
background-image:url("https://discordapp.com/api/guilds/738046951236567162/embed.png?style=banner2"); | |||
width: 500px; | |||
height: 120px; | |||
background-size: cover; | |||
background-repeat: no-repeat; | |||
float: right; | |||
filter: none; | |||
} | } | ||