Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. background-color:
  2. rgba(0, 0, 0, 0)
  3. ;
  4. box-sizing:
  5. border-box
  6. ;
  7. color:
  8. rgb(255, 255, 255)
  9. ;
  10. cursor:
  11. pointer
  12. ;
  13. display:
  14. block
  15. ;
  16. font-family:
  17. "Segoe UI"
  18. ;
  19. font-size:
  20. 13px
  21. ;
  22. font-stretch:
  23. 100%
  24. ;
  25. font-style:
  26. normal
  27. ;
  28. font-variant-caps:
  29. normal
  30. ;
  31. font-variant-east-asian:
  32. normal
  33. ;
  34. font-variant-ligatures:
  35. normal
  36. ;
  37. font-variant-numeric:
  38. normal
  39. ;
  40. font-weight:
  41. 400
  42. ;
  43. height:
  44. 32px
  45. ;
  46. line-height:
  47. 16px
  48. ;
  49. margin-top:
  50. 120px
  51. ;
  52. overflow-x:
  53. hidden
  54. ;
  55. overflow-y:
  56. hidden
  57. ;
  58. padding-bottom:
  59. 8px
  60. ;
  61. padding-left:
  62. 8px
  63. ;
  64. padding-right:
  65. 8px
  66. ;
  67. padding-top:
  68. 8px
  69. ;
  70. pointer-events:
  71. all
  72. ;
  73. text-align:
  74. center
  75. ;
  76. text-overflow:
  77. ellipsis
  78. ;
  79. text-shadow:
  80. rgba(0, 0, 0, 0.6) 0px 1px 2px
  81. ;
  82. transition-delay:
  83. 0s
  84. ;
  85. transition-duration:
  86. 0.3s
  87. ;
  88. transition-property:
  89. color
  90. ;
  91. transition-timing-function:
  92. ease
  93. ;
  94. user-select:
  95. none
  96. ;
  97. white-space:
  98. nowrap
  99. ;
  100. width:
  101. 188px
  102. ;
  103. -webkit-font-smoothing:
  104. antialiase
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement