Skip to content

Instantly share code, notes, and snippets.

@nicastelo
Created December 13, 2012 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicastelo/4277212 to your computer and use it in GitHub Desktop.
Save nicastelo/4277212 to your computer and use it in GitHub Desktop.
Taringa! Notification Browser UI Design by ElNicko077 Css Code
/**
Title: Taringa! Notification Browser N07 UI Design 1.0
Author: ElNicko077
**/
.notification-board > .notification {
background: #004160;
color: #ffffff;
border-radius: 0px;
font-size: 9pt;
font-weight: bold;
width: 233px;
}
.notification-board > .notification a {
color: #067CB4;
}
.notification-board > .notification img {
border: 2px solid white;
background: rgba(0, 0, 0, .3);
}
.notification-board > .notification > .close {
background: url("http://k42.kn3.net/682DA04E0.png") no-repeat;
top: 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment