Difference between revisions of "User:VTCobaltblood/Test.css"
Jump to navigation
Jump to search
m |
m |
||
Line 13: | Line 13: | ||
} | } | ||
body { font-family: "Comic Sans MS" !important; } | .mw-body, | ||
.mw-headline, | |||
.mw-label, | |||
.mw-input, | |||
.mw-body-content, | |||
.mw-allpages-table-form, | |||
.mw-allpages-nav { | |||
font-family: "Comic Sans MS" !important; | |||
} |
Revision as of 21:43, 15 July 2019
@keyframes a {
to: { transform: scale(300, 300); }
.tup {
width: 1000px;
height: 100px;
animation: a 10s linear;
animation-play-state: paused;
}
.tup:hover {
animation-play-state: running;
}
.mw-body,
.mw-headline,
.mw-label,
.mw-input,
.mw-body-content,
.mw-allpages-table-form,
.mw-allpages-nav {
font-family: "Comic Sans MS" !important;
}