Skip to content

Instantly share code, notes, and snippets.

@mattkatz
Created September 24, 2010 13:58
Show Gist options
  • Save mattkatz/595418 to your computer and use it in GitHub Desktop.
Save mattkatz/595418 to your computer and use it in GitHub Desktop.
#top {
position:absolute;
right:50px;
top:5px;
}
#bottom {
position:absolute;
right:5px;
top:30px;
}
style.css (line 63)
.bug {
-moz-background-clip:border;
-moz-background-origin:padding;
-moz-background-size:auto auto;
-moz-border-radius-bottomleft:50px;
-moz-border-radius-bottomright:50px;
-moz-border-radius-topleft:50px;
-moz-border-radius-topright:50px;
-moz-box-shadow:0 0 5px #FFFFFF;
-moz-column-gap:3px;
-moz-column-width:40px;
background-attachment:scroll;
background-color:rgba(255, 255, 207, 0.4);
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#FFFFFF;
font-size:0.75em;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;
padding-top:10px;
text-align:justify;
text-shadow:0 0 10px #FFFFFF;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment