MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Compooper No edit summary |
imported>Compooper No edit summary |
||
Line 1,116: | Line 1,116: | ||
/*Discord Banner*/ | /*Discord Banner*/ | ||
.discord-banner { | .discord-banner { | ||
background-image: url(https:// | background-image: url(https://static.wikiforge.net/avidwiki/2/2f/Discordembed.png); | ||
width: 350px; | width: 350px; | ||
height: 150px; | height: 150px; | ||
Line 1,127: | Line 1,127: | ||
@media screen and (max-width:1200px) { | @media screen and (max-width:1200px) { | ||
.discord-banner { | .discord-banner { | ||
background-image:url("https:// | background-image:url("https://static.wikiforge.net/avidwiki/2/2f/Discordembed.png"); | ||
width:100%; | width:100%; | ||
height:100px; | height:100px; | ||
Line 1,269: | Line 1,269: | ||
@media screen and (max-width: 1200px) { | @media screen and (max-width: 1200px) { | ||
.discord-banner { | .discord-banner { | ||
background-image: url(https:// | background-image: url(https://static.wikiforge.net/avidwiki/2/2f/Discordembed.png); | ||
width: 100%; | width: 100%; | ||
height: 100px; | height: 100px; | ||
} | } | ||
} | } |