Skip to content

Instantly share code, notes, and snippets.

@macedo
Created September 18, 2012 16:59
Show Gist options
  • Save macedo/3744308 to your computer and use it in GitHub Desktop.
Save macedo/3744308 to your computer and use it in GitHub Desktop.
@import "compass/css3";
.ribbon {
position: absolute;
top: 42px;
width: 200px;
padding: 1px 0;
background: #000;
color: #eee;
@include box-shadow(rgba(#000, 0.5) 0 0 10px);
}
.ribbon a, .ribbon a:active, .ribbon a:hover {
display: block;
padding: 1px 0;
height: 24px;
line-height: 24px;
color: inherit;
text-align: center;
text-decoration: none;
font-family: 'Cabin Condensed', sans-serif;
font-size: 16px;
font-weight: 500;
border: 1px solid rgba(255,255,255,0.3);
@include text-shadow(rgba(#000, 0.31) 0 0 10px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment