Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .glnew {
- font-weight: bold;
- background-color: white;
- color: black;
- }
- .cs {
- user-select: none;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- display: inline-block;
- text-align: center;
- vertical-align: middle;
- white-space: nowrap;
- height: 20px;
- line-height: 20px;
- font-size: 9pt;
- border-radius: 10rem;
- color: #fff;
- box-shadow: 0 1px 3px rgba(0,0,0,.3);
- text-shadow: 2px 2px 3px rgba(0,0,0,.3);
- width: 98px;
- letter-spacing: 1px;
- font-weight: bolder;
- cursor: pointer;
- }
- .gl2c > div:nth-child(2) {
- position: absolute;
- left: 11px;
- top: 3px;
- white-space: nowrap;
- padding: 1px 4px;
- border: 3px dashed transparent;
- border-top-color: transparent;
- border-top-width: 3px;
- border-right-color: transparent;
- border-right-width: 3px;
- border-bottom-color: transparent;
- border-bottom-width: 3px;
- border-left-color: transparent;
- border-left-width: 3px;
- border-radius: 4px;
- cursor: pointer;
- border-width: medium;
- }
- .gl2c > div:nth-child(2) {
- border: 3px dashed transparent;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement