Skip to content

Instantly share code, notes, and snippets.

@dtinth
Created May 3, 2012 13:22
Show Gist options
  • Save dtinth/2585567 to your computer and use it in GitHub Desktop.
Save dtinth/2585567 to your computer and use it in GitHub Desktop.
thaiWitter Custom CSS: ?!?
.notification-area > div[style] > div[style] {
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAATCAYAAACZZ43PAAAAQElEQVQ4jc2UMREAQAyD8FRP76lq8w6SMR3YOEZgnhwCC0k4EFgPSTgQkIck9AMTIAn9ACtPFOqBNx6S0A+kY30pBObP4JSXugAAAABJRU5ErkJggg==) center right !important;
text-shadow: 1px 1px 0 black, 1px 0px 0 black, 1px -1px 0 black,
0px 1px 0 black, 0px -1px 0 black, -1px 1px 0 black,
-1px 0px 0 black, -1px 0px 0 black, 2px 2px 1px black;
color: white !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment