| New file |
| | |
| | | .pagecontrol |
| | | { |
| | | color: #CECECE; |
| | | font-size:16px; |
| | | text-align: center; |
| | | } |
| | | .pagecontrol > span, .pagecontrol >li |
| | | { |
| | | cursor: pointer; |
| | | } |
| | | .pagecontrol >span, .pagecontrol >ul,.pagecontrol >ul>li |
| | | { |
| | | display:inline-block; |
| | | height:19px; |
| | | vertical-align: middle; |
| | | } |
| | | |
| | | .pagecontrol >ul>li |
| | | { |
| | | font-family: Arial; |
| | | cursor: pointer; |
| | | margin-left: 5px; |
| | | list-style: none; |
| | | line-height: 19px; |
| | | vertical-align: middle; |
| | | } |
| | | .pagecontrol>ul>:first-child |
| | | { |
| | | margin-left: 0px; |
| | | } |
| | | .pagecontrol >li:hover |
| | | { |
| | | color:#F4AA63; |
| | | } |
| | | .pagecontrol-selectpage |
| | | { |
| | | color:#F4AA63; |
| | | } |
| | | .pagecontrol-selectpage:hover |
| | | { |
| | | color:#F4AA63 !important; |
| | | } |
| | | .pagecontrol-disable |
| | | { |
| | | color:#CECECE; |
| | | cursor:default !important; |
| | | } |
| | | .pagecontrol-disable:hover |
| | | { |
| | | color:#CECECE !important; |
| | | } |
| | | .pagecontrol-button |
| | | { |
| | | width:19px; |
| | | background-repeat: no-repeat; |
| | | background-image: url("../../assets/images/pagebutton.png"); |
| | | } |
| | | |
| | | .pagecontrol-next |
| | | { |
| | | background-position:-22px 0px; |
| | | } |
| | | .pagecontrol-next:hover |
| | | { |
| | | background-position:-22px -19px; |
| | | } |
| | | .pagecontrol-next:active |
| | | { |
| | | background-position:-22px -0px; |
| | | } |
| | | |
| | | .pagecontrol-next-disable |
| | | { |
| | | background-position: -22px -39px; |
| | | cursor: default !important; |
| | | } |
| | | |
| | | .pagecontrol-next-disable:hover |
| | | { |
| | | background-position: -22px -39px; |
| | | } |
| | | |
| | | .pagecontrol-pre |
| | | { |
| | | background-position: 0px 0px; |
| | | } |
| | | .pagecontrol-pre:hover |
| | | { |
| | | background-position: 0px -19px; |
| | | } |
| | | .pagecontrol-pre:active |
| | | { |
| | | background-position: 0px 0px; |
| | | } |
| | | |
| | | .pagecontrol-pre-disable |
| | | { |
| | | background-position: 0px -39; |
| | | } |
| | | .pagecontrol-pre-disable:hover |
| | | { |
| | | background-position: 0px -39; |
| | | cursor: default !important; |
| | | } |