Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created June 22, 2012 09:15
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 chestozo/2971562 to your computer and use it in GitHub Desktop.
Save chestozo/2971562 to your computer and use it in GitHub Desktop.
Untitled
.left {
border: 1px solid;
border-color: #d7d7d7 #b8b8b8 #656667;
background: -webkit-linear-gradient(top,#fdfdfd 0,#BBB 100%);
left: 0;
width: 11px;
height: 12px;
position: absolute;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
box-shadow: inset 1px 1px 2px rgba(255,255,255,0.3),inset 0px -1px 2px rgba(255,255,255,0.7);
}
.right {
border: 1px solid;
border-color: #d7d7d7 #b8b8b8 #656667;
background: -webkit-linear-gradient(top,#fdfdfd 0,#c1c1c3 100%);
left: 11px;
margin-left: 12px;
width: 11px;
height: 12px;
position: absolute;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
box-shadow: inset 1px 1px 2px rgba(255,255,255,0.3),inset 0px -1px 2px rgba(255,255,255,0.7);
}
<a class="left" tabindex="0" style="left:0%"></a>
<a class="right" tabindex="0" style="left:0%"></a>
{"view":"separate","fontsize":"60","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment