PHP Classes

File: demo/pagination.css

Recommend this page to a friend!
  Classes of Lars Moelleken   PHP Paginator   demo/pagination.css   Download  
File: demo/pagination.css
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Paginator
Show pagination links for listings split in pages
Author: By
Last change: [!]: "php": ">=7.0"
Date: 6 years ago
Size: 659 bytes
 

Contents

Class file image Download
.pagination { clear: both; padding: 0; } .pagination li { display: inline; } .pagination a { border: 1px solid #d5d5d5; color: #666; font-size: 11px; font-weight: bold; height: 25px; padding: 4px 8px; text-decoration: none; margin: 2px; } .pagination a:hover, .pagination a:active { background: #efefef; } .pagination span.current { background-color: #687282; border: 1px solid #d5d5d5; color: #fff; font-size: 11px; font-weight: bold; height: 25px; padding: 4px 8px; text-decoration: none; margin: 2px; } .pagination span.disabled { border: 1px solid #eee; color: #ddd; margin: 2px; padding: 2px 5px; }