mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6553 201d5d3c-b55e-5fd7-737f-ddc643e51545
16 lines
1 KiB
CSS
16 lines
1 KiB
CSS
@charset "utf-8";
|
|
/* NHN > UIT Center > Open UI Tech. Team > Jeong Chan Myeong(dece24@nhncorp.com) */
|
|
|
|
/* Pagination */
|
|
.pagination{ padding:15px 0; margin:0; text-align:center;}
|
|
.pagination *{ margin:0; padding:0;}
|
|
.pagination img{ border:0;}
|
|
.pagination a,
|
|
.pagination strong{ position:relative; display:inline-block; text-decoration:none; line-height:normal; color:#4d4d4d; font-family:Tahoma, Sans-serif; margin:0; padding:2px 6px; font-size:11px; vertical-align:middle;}
|
|
.pagination strong{ color:#ff3636 !important; border:1px solid #e7e7e7;}
|
|
.pagination a.prev,
|
|
.pagination a.prevEnd,
|
|
.pagination a.next,
|
|
.pagination a.nextEnd{ font-weight:normal !important; margin:0 !important; white-space:nowrap; text-decoration:none !important; border:1px solid #e7e7e7; background-image:url(../img/common/arrowPagination.gif); background-repeat:no-repeat;}
|
|
.pagination a.prevEnd{ padding-left:14px; background-position:left center; }
|
|
.pagination a.nextEnd{ padding-right:14px; background-position:right center; }
|