현재 선택된 있는 페이지 스타일
클래스명
- .selected { }
이미지 보기
사용 예
1 2 3 4 5 6 7 8 | .selected { text-align : center ; border-right : 1px solid #ccc ; padding-right : 10px ; margin-right : 10px ; font-weight : bold ; color : #f30 ; } |
첫페이지 또는 마지막 페이지 선택시 이전페이지, 다음 페이지 스타일
클래스명
- .no-more-prev { }
- .no-more-next { }
이미지 보기
사용 예
1 2 3 4 | .no-more-prev, .no-more-next { color : #ccc ; } |