1,088
edits
Eheartshine (talk | contribs) No edit summary |
Eheartshine (talk | contribs) No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
@font-face { | @font-face { | ||
font-family: 'MalWriting'; | font-family: 'MalWriting'; | ||
src: url(' | src: url('/w/images/3/3e/MalWriting.woff2') format('woff2'), | ||
url(' | url('/w/images/f/f4/MalWriting.woff') format('woff'); | ||
} | } | ||
/* Color variables for tech rarity colors */ | /* Color variables for tech rarity colors */ | ||
:root { | :root { | ||
--Festival: #fff400; | |||
--Unique: #cc003f; | --Unique: #cc003f; | ||
--Legendary: #ffbc00; | --Legendary: #ffbc00; | ||
Line 38: | Line 39: | ||
} | } | ||
/* | /* center elements on mobile */ | ||
.mobCenter{ | .mobCenter{ | ||
margin:3px auto; | |||
} | |||
/* fix video embed size */ | |||
.embedvideo{ | |||
max-width:640px !important; | |||
width:auto !important; | |||
} | } |