Skip to content

Instantly share code, notes, and snippets.

@seb
Created December 8, 2010 14:17
Show Gist options
  • Save seb/733328 to your computer and use it in GitHub Desktop.
Save seb/733328 to your computer and use it in GitHub Desktop.
twitter bar css
.wrapper{width:960px;margin:0 auto;}
.hidden{display:none;}
.flash{
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-bottom-left-radius:5px;
font-size:16px;
text-align:center;
position:fixed;
top:0;
color:#006633;
width:925px;
padding:10px;text-shadow:#FFF 0px 1px 1px;
background: #33cc66; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33cc66', endColorstr='#33ff99'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#33cc66), to(#33ff99)); /* for webkit browsers */
background: -moz-linear-gradient(top, #33cc66, #33ff99); /* for firefox 3.6+ */
-moz-box-shadow:-1px -1px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment