Skip to content

Instantly share code, notes, and snippets.

@lukealford
Created March 20, 2012 07:00
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 lukealford/2132193 to your computer and use it in GitHub Desktop.
Save lukealford/2132193 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
border: 0;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-style: initial;
border-color: initial;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
vertical-align: baseline;
}
a{
color: #57A000;text-decoration: none;
}
/*************************
Tooltip styling
**************************/
span{
margin: 0 5px 0 0;
padding: 3px 6px;
border-radius:4px;
}
span.page{
border: 1px solid #DDD;
}
span.current {
background: #469400 url(http://mobdex.heroku.com/assets/bg-button-green-b615a6ab14816813b98c5659f95a6a47.gif) top left repeat-x !important;
border-color: #459300 !important;color: white !important;
}
<!-- content to be placed inside <body>…</body> -->
<nav class="pagination">
<a href="/admin_domains">&laquo; First</a>
<span class="prev"> <a href="/admin_domains" rel="prev">&lsaquo; Prev</a></span>
<span class="page"> <a href="/admin_domains" rel="prev">1</a></span>
<span class="page current"> 2</span>
<span class="page"> <a href="/admin_domains?page=3" rel="next">3</a></span>
<span class="next"> <a href="/admin_domains?page=3" rel="next">Next &rsaquo;</a></span>
<span class="last"> <a href="/admin_domains?page=3">Last &raquo;</a></span>
</nav>
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment