SHOW:
|
|
- or go back to the newest paste.
1 | .modIconGroup {display: inline-block; margin: 2px;} | |
2 | .modIcon {overflow: hidden; position: relative; width: 40px; height: 40px;} | |
3 | .modIconOption, .modIconOption img, .modIcon img { width: 100%; height: 100%; } | |
4 | .modIconOption {overflow: hidden; position: absolute; transform: skewX(-45deg);} | |
5 | .modIconOption:first-child {left: 0px; transform-origin: 100% 0;} | |
6 | .modIconOption:last-child {right: 0px; transform-origin: 0 100%;} | |
7 | .modIconOption img {transform: skewX(45deg); transform-origin: inherit;} | |
8 | .notSelected {border: 3px solid transparent;} | |
9 | .isSelected {border: 3px solid red;} | |
10 | .partialSelected {border: 3px dashed red;} | |
11 | .osupreview {width: 425px; height: 344px;} | |
12 | .count-display {text-align: right;} | |
13 | #opslider {width: 250px;} | |
14 | .recentscore:hover {background: [[YOUR COLOR HERE]]!important;} | |
15 | - | .recentscore {background-color: [[YOUR COLOR HERE]]!important;outline: 2px solid [[YOUR COLOR HERE]!important;} |
15 | + | .recentscore {background-color: [[YOUR COLOR HERE]]!important;} |