Difference between revisions of "User:Tark/Page.css"
(dun) |
m |
||
Line 28: | Line 28: | ||
.mw-wiki-logo { | .mw-wiki-logo { | ||
− | background-image: url("https:// | + | background-image: url("https://i.imgur.com/nPLnACu.png") !important; |
background-size: 135px 135px; | background-size: 135px 135px; | ||
} | } |
Revision as of 23:19, 8 January 2020
/* Custom fonts */ @font-face { font-family: "BONX Medium"; src: url("https://d33wubrfki0l68.cloudfront.net/b1e6b742643ca282474b1e0db6faddaafe74ffac/a6a28/public/fonts/bonx-medium.otf") format("opentype"); } /* Custom styles */ #tark-div { font-family: "BONX Medium", sans-serif; } #tark-div.end { animation: glow 2s; color: #ff442ff0; } #tark { color: #5BC236 !important; } #tark-table a { color: #039be5 !important; text-decoration: none; } /* I probably shouldn't overwrite MW stuff... */ .mw-wiki-logo { background-image: url("https://i.imgur.com/nPLnACu.png") !important; background-size: 135px 135px; } /* Animations */ @keyframes glow { from { color: #000000; } to { color: #ff442ff0; } }