Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* example stylesheet for forcing all signatures to be formatted similarly, except for my own, which is highlighted in reverse *//* copy to your common.css file for testing, and remember to change all occurances of "Pointillist" with your own user name *//* there's test data at User:Pointillist/signature gallery */#bodyContent/* special rule to reset colors and border */span{color:inherit!important;background-color:inherit!important;border-style:none!important;}#bodyContent:link[title^="User"],:link[title^="User"]font,:link[title^="User"]span,:link[title^="User"]i,:link[title^="User"]b,a[title^="User"],a[title^="User"]font,a[title^="User"]span,a[title^="User"]i,a[title^="User"]b,:link[title^="Special:"],:link[title^="Special:"]font,:link[title^="Special:"]span,:link[title^="Special:"]i,:link[title^="Special:"]b,a[title^="Special:"],a[title^="Special:"]font,a[title^="Special:"]span,a[title^="Special:"]i,a[title^="Special:"]b{/* custom color for user signatures and similar links */color:#63F!important;background-color:inherit!important;border-radius:0000!important;border-style:none!important;font-family:sans-serif!important;font-size:small!important;font-variant:normal!important;font-weight:normal!important;font-style:normal!important;padding:none!important;text-shadow:none!important;}#bodyContent/* change these to reference your own user name */:link[title*="User talk:CyclonicStormYutu"],:link[title*="User talk:CyclonicStormYutu"]span,:link[title*="User talk:CyclonicStormYutu"]i,:link[title*="CyclonicStormYutu"]b,a[title*="CyclonicStormYutu"],a[title*="CyclonicStormYutu"]span,a[title*="CyclonicStormYutu"]i,a[title*="CyclonicStormYutu"]b{color:black;background-color:greenyellow;border-radius:2px;border-style:groove;font-family:"Ariel",Ariel,sans-serif;font-size:small;font-variant:small-caps;font-weight:bolder;font-style:italic;padding:02px02px;text-shadow:2px2px8pxdarkgrey;}