MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with ".hatnote { font-style: italic; padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; }" |
No edit summary |
||
| Line 7: | Line 7: | ||
.hatnote i { | .hatnote i { | ||
font-style: normal; | font-style: normal; | ||
} | |||
@keyframes spin { | |||
from { transform: rotate(0deg); } | |||
to { transform: rotate(360deg); } | |||
} | } | ||
Revision as of 03:22, 10 May 2026
.hatnote {
font-style: italic;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
.hatnote i {
font-style: normal;
}
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}