Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .linklisting .thing .midcol {
- border-bottom: solid 2px #00b3b2;
- background-color: #00cccb;
- border-bottom-left-radius: 5px;
- border-top-left-radius: 5px;
- width: 65px !important;
- position: absolute;
- height: 100%;
- margin: 0;
- left: 0;
- top: 0;
- }
- .linklisting .thing .midcol .arrow {
- border-right: solid 1px #00b3b2;
- background-image: none;
- position: absolute;
- -webkit-transition: all 500ms ease 0s;
- -moz-transition: all 500ms ease 0s;
- -o-transition: all 500ms ease 0s;
- transition: all 500ms ease 0s;
- height: 50%;
- width: 25px;
- padding: 0;
- margin: 0;
- top: 0;
- }
- .linklisting .thing .midcol .arrow:before {
- border: solid 3px #ffffff;
- -webkit-transform: rotateZ(45deg);
- -ms-transform: rotateZ(45deg);
- transform: rotateZ(45deg);
- position: absolute;
- height: 8px;
- content: '';
- width: 8px;
- top: 50%;
- left: 0;
- }
- .linklisting .thing .midcol .arrow.up,
- .linklisting .thing .midcol .arrow.upmod {
- border-bottom: solid 1px #00b3b2;
- }
- .linklisting .thing .midcol .arrow.up:before,
- .linklisting .thing .midcol .arrow.upmod:before {
- margin: -4px 0 0 7px;
- border-bottom: none;
- border-right: none;
- }
- .linklisting .thing .midcol .arrow.down,
- .linklisting .thing .midcol .arrow.downmod {
- top: 50%;
- }
- .linklisting .thing .midcol .arrow.down:before,
- .linklisting .thing .midcol .arrow.downmod:before {
- margin: -8px 0 0 7px;
- border-left: none;
- border-top: none;
- }
- .linklisting .thing .midcol .arrow.upmod,
- .linklisting .thing .midcol .arrow.downmod {
- background-color: #00b3b2;
- }
- .linklisting .thing .midcol .score {
- font-weight: normal;
- margin: -10px 0 0 0;
- text-align: center;
- position: absolute;
- line-height: 20px;
- font-size: 12px;
- height: 20px;
- color: #fff;
- width: 40px;
- left: 25px;
- top: 50%;
- }
Advertisement
Add Comment
Please, Sign In to add comment