User:Pointillist/common.css

  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*="Pointillist"], :link[title*="Pointillist"] span, :link[title*="Pointillist"] i, :link[title*="Pointillist"] b,

a[title*="Pointillist"], a[title*="Pointillist"] span, a[title*="Pointillist"] i, a[title*="Pointillist"] b

{

/* highlight your own signature and links */

background-color: #63F !important;

color: #FFF !important;

font-weight: bolder !important;

padding: 0 2px 0 2px !important;

}

.ve-ce-surface

/* John Broughton's method for identifying visual editing mode */

{

background: #FFFEE8;

}