User:Pointillist/reformat-signatures.css

/* 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 */

  1. bodyContent

/* special rule to reset colors and border */

span {

color: inherit !important;

background-color: inherit !important;

border-style: none !important;

}

  1. 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: 0 0 0 0 !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;

}

  1. bodyContent

/* change these to reference your own user name */

:link[title*="User talk:Pointillist"], :link[title*="User talk:Pointillist"] span, :link[title*="User talk:Pointillist"] i, :link[title*="Pointillist"] b,

a[title*="Pointillist"], a[title*="Pointillist"] span, a[title*="Pointillist"] i, a[title*="Pointillist"] 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: 0 2px 0 2px;

text-shadow: 2px 2px 8px darkgrey;

}