MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Logoarto No edit summary |
imported>Logoarto No edit summary |
||
Line 2: | Line 2: | ||
@import url('/1.41/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | @import url('/1.41/extensions/FontAwesome/res/fontawesome/css/all.min.css'); | ||
@import url('https://static. | @import url('https://user-content.static.wf/avidwiki/9/96/Avid_web_hinted_2.ttf'); | ||
@import url('https://static. | @import url('https://user-content.static.wf/avidwiki/3/31/Avid_web_bold.ttf'); | ||
/* Define typefaces.*/ | /* Define typefaces.*/ | ||
Line 9: | Line 9: | ||
@font-face { | @font-face { | ||
font-family: 'AVID Web'; | font-family: 'AVID Web'; | ||
src: url('https://static. | src: url('https://user-content.static.wf/avidwiki/9/96/Avid_web_hinted_2.ttf'); | ||
} | } | ||
.classname { | .classname { | ||
Line 17: | Line 17: | ||
font-family: 'AVID Web'; | font-family: 'AVID Web'; | ||
font-weight: bold; | font-weight: bold; | ||
src: url('https://static. | src: url('https://user-content.static.wf/avidwiki/3/31/Avid_web_bold.ttf'); | ||
} | } | ||
.classname { | .classname { | ||
Line 400: | Line 400: | ||
} | } | ||
#mw-navbar { | #mw-navbar { | ||
background-image: url(https://static. | background-image: url(https://user-content.static.wf/avidwiki/6/6b/AVID_darker_banner_3_-_LQ.webp); | ||
background-size: cover; | background-size: cover; | ||
} | } | ||
Line 1,120: | Line 1,120: | ||
/*Discord Banner*/ | /*Discord Banner*/ | ||
.discord-banner { | .discord-banner { | ||
background-image: url(https://static. | background-image: url(https://user-content.static.wf/avidwiki/f/f2/Embed_2_00000.png); | ||
width: 350px; | width: 350px; | ||
height: 150px; | height: 150px; | ||
Line 1,131: | Line 1,131: | ||
@media screen and (max-width:1200px) { | @media screen and (max-width:1200px) { | ||
.discord-banner { | .discord-banner { | ||
background-image:url("https://static. | background-image:url("https://user-content.static.wf/avidwiki/2/2f/Discordembed.png"); | ||
width:100%; | width:100%; | ||
height:100px; | height:100px; | ||
Line 1,279: | Line 1,279: | ||
@media screen and (max-width: 1200px) { | @media screen and (max-width: 1200px) { | ||
.discord-banner { | .discord-banner { | ||
background-image: url(https://static. | background-image: url(https://user-content.static.wf/avidwiki/2/2f/Discordembed.png); | ||
width: 100%; | width: 100%; | ||
height: 100px; | height: 100px; |