Created
November 12, 2013 13:38
-
-
Save gklka/7430946 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.pagination{display: table;margin: 0 auto;margin-top:12px;} | |
.pagination .prev, .pagination .last{display:block;float:left;color:#64717b;padding:0px 5px;font-weight:bold;position:relative;top:5px;} | |
.pagination ul{display:block;float:left;} | |
.pagination ul li{float:left;margin-right:2px;} | |
.pagination ul li a{float:left;font-size:11px;padding:5px 6px;color:#262262;border:1px solid #cad4e7; | |
background: #f3f5f7; /* Old browsers */ | |
background: -moz-linear-gradient(top, #f3f5f7 0%, #f3f5f7 49%, #dfe4e8 50%, #dfe4e8 100%); /* FF3.6+ */ | |
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f5f7), color-stop(49%,#f3f5f7), color-stop(50%,#dfe4e8), color-stop(100%,#dfe4e8)); /* Chrome,Safari4+ */ | |
background: -webkit-linear-gradient(top, #f3f5f7 0%,#f3f5f7 49%,#dfe4e8 50%,#dfe4e8 100%); /* Chrome10+,Safari5.1+ */ | |
background: -o-linear-gradient(top, #f3f5f7 0%,#f3f5f7 49%,#dfe4e8 50%,#dfe4e8 100%); /* Opera 11.10+ */ | |
background: -ms-linear-gradient(top, #f3f5f7 0%,#f3f5f7 49%,#dfe4e8 50%,#dfe4e8 100%); /* IE10+ */ | |
background: linear-gradient(to bottom, #f3f5f7 0%,#f3f5f7 49%,#dfe4e8 50%,#dfe4e8 100%); /* W3C */ | |
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f5f7', endColorstr='#dfe4e8',GradientType=0 ); /* IE6-9 */*/ | |
-webkit-border-radius: 5px; | |
-moz-border-radius: 5px; | |
border-radius: 5px;} | |
.pagination .act{background:#575faa;color:white;} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment