|
|
@ -2259,3 +2259,16 @@ ul.messages-for-user-reply li {
|
|
|
|
.footer_text_link{
|
|
|
|
.footer_text_link{
|
|
|
|
margin: 0px 5px;
|
|
|
|
margin: 0px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**kaminari 分頁當前頁樣式**/
|
|
|
|
|
|
|
|
div.pagination a.current-page {
|
|
|
|
|
|
|
|
/*color: rgb(153, 153, 153); add by huang*/
|
|
|
|
|
|
|
|
/*color:#e2f4ff;*/
|
|
|
|
|
|
|
|
cursor: default;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div.pagination a.current-page {
|
|
|
|
|
|
|
|
/*background-color: rgb(245, 245, 245); add by huang*/
|
|
|
|
|
|
|
|
background-color:#e2f4ff;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/**kaminari 分頁樣式**/
|
|
|
|