Template:Universal: Difference between revisions
Jump to navigation
Jump to search
(Created page with "style="background:#7d34eb; color:#ffffff;|Universal") |
No edit summary Tag: Reverted |
||
Line 1: | Line 1: | ||
style | <style> | ||
.universal-template { | |||
background: #7d34eb; | |||
color: #ffffff; | |||
} | |||
.universal-template:hover::after { | |||
content: " Supported by every emulator"; | |||
display: inline-block; | |||
margin-left: 5px; | |||
font-size: smaller; | |||
color: #fff; | |||
} | |||
</style> |
Revision as of 17:37, 17 December 2024
<style>
.universal-template { background: #7d34eb; color: #ffffff; }
.universal-template:hover::after { content: " Supported by every emulator"; display: inline-block; margin-left: 5px; font-size: smaller; color: #fff; }
</style>