Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. .glnew {
  2. font-weight: bold;
  3. background-color: white;
  4. color: black;
  5. }
  6. .cs {
  7.  
  8. user-select: none;
  9. -webkit-touch-callout: none;
  10. -webkit-user-select: none;
  11. -khtml-user-select: none;
  12. -moz-user-select: none;
  13. -ms-user-select: none;
  14. display: inline-block;
  15. text-align: center;
  16. vertical-align: middle;
  17. white-space: nowrap;
  18. height: 20px;
  19. line-height: 20px;
  20. font-size: 9pt;
  21. border-radius: 10rem;
  22. color: #fff;
  23. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  24. text-shadow: 2px 2px 3px rgba(0,0,0,.3);
  25. width: 98px;
  26. letter-spacing: 1px;
  27. font-weight: bolder;
  28. cursor: pointer;
  29.  
  30. }
  31.  
  32. .gl2c > div:nth-child(2) {
  33.  
  34. position: absolute;
  35. left: 11px;
  36. top: 3px;
  37. white-space: nowrap;
  38. padding: 1px 4px;
  39. border: 3px dashed transparent;
  40. border-top-color: transparent;
  41. border-top-width: 3px;
  42. border-right-color: transparent;
  43. border-right-width: 3px;
  44. border-bottom-color: transparent;
  45. border-bottom-width: 3px;
  46. border-left-color: transparent;
  47. border-left-width: 3px;
  48. border-radius: 4px;
  49. cursor: pointer;
  50. border-width: medium;
  51.  
  52. }
  53.  
  54. .gl2c > div:nth-child(2) {
  55. border: 3px dashed transparent;
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement