Pagination
This commit is contained in:
		@@ -333,3 +333,23 @@ pre, code, kbd, samp
 | 
			
		||||
.img-center {
 | 
			
		||||
	text-align: center;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.pagination a {
 | 
			
		||||
	color: black;
 | 
			
		||||
	float: left;
 | 
			
		||||
	padding: 8px 16px;
 | 
			
		||||
	text-decoration: none;
 | 
			
		||||
	border-radius: 5px;
 | 
			
		||||
	border: 1px solid #ddd;
 | 
			
		||||
	margin: 0 4px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.pagination a.active {
 | 
			
		||||
	border-radius: 5px;
 | 
			
		||||
	background-color: #888888;
 | 
			
		||||
	color: white;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.pagination a:hover:not(.active) {
 | 
			
		||||
	background-color: #ddd;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user