Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--------------------------------Numeric Pagination css----------------------------------------->
- /*pagination*/
- .navigation li a,
- .navigation li a:hover,
- .navigation li.active a,
- .navigation li.disabled {
- color: #fff;
- text-decoration:none;
- }
- .navigation li {
- display: inline;
- }
- .navigation li a,
- .navigation li a:hover,
- .navigation li.active a,
- .navigation li.disabled {
- background-color: #6FB7E9;
- border-radius: 3px;
- cursor: pointer;
- padding: 12px;
- padding: 0.75rem;
- }
- .navigation li a:hover,
- .navigation li.active a {
- background-color: #3C8DC5;
- }
- #respond input[type="text"] {
- border-radius: 5px;
- }
- #respond label {
- font-family:Droid Sans;
- margin-left:10px;
- }
- /*
- Past above css to ur theme stylesheet
- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement