1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .green {
- background-color: #b4c49d
- }
- .blue {
- background-color: #287eb7
- }
- .red {
- background-color: #c84465
- }
- .black {
- background-color: #3c3d3c
- }
- .top-posi b.colCheck {
- width: 7px;
- height: 7px;
- border: 1px solid #333;
- _font-size: 5px;
- }
- .a.more:link, .a.more:visited, .a.more:active {
- color: #000;
- text-decoration: none
- }
- .a.more:hover {
- text-decoration: underline
- }
- .top-posi span a {
- color: #fff;
- text-decoration: none
- }
- .top-posi span a:hover {
- color: #fff;
- text-decoration: underline
- }
- .marb-5 {
- margin-bottom: 5px
- }
- .icon-refund {
- background: url('icons/refund.png') no-repeat center center;
- }
- .hidden {
- display: none;
- }
|