Skip to content

Instantly share code, notes, and snippets.

@figital
Created February 9, 2011 22:22
Show Gist options
  • Save figital/819444 to your computer and use it in GitHub Desktop.
Save figital/819444 to your computer and use it in GitHub Desktop.
message.css
.message {
margin-bottom:10px;
padding:10px;
font-size:12px;
background-color:#eee;
border:1px solid #ccc;
}
.bad {
background-color:#fcc;
border:1px solid #f99;
color:#933;
}
.good {
background-color:#cf9;
border:1px solid #9c6;
color:#393;
}
.cool {
background-color:#cceeff;
border:1px solid #99ccff;
color:#336699;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment