Advertisement
alexis222233

Untitled

Oct 16th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. .light-theme .premium-container .robux-table .robux-cell {
  2. border-color: #bdbebe;
  3. }
  4. .premium-container .robux-table .robux-cell {
  5. border: solid #393b3d;
  6. border-width: 1px 0 0;
  7. }
  8. @media (max-width: 543px)
  9. .premium-container .robux-table .robux-cell, .premium-container .robux-table .robux-head {
  10. padding: 5px;
  11. }
  12. .premium-container .robux-table .robux-cell, .premium-container .robux-table .robux-head {
  13. padding: 15px 5px;
  14. display: table-cell;
  15. }
  16. @media (max-width: 543px)
  17. .gotham-font div {
  18. font-size: 12px;
  19. font-weight: 400;
  20. }
  21. @media (max-width: 767px)
  22. .gotham-font div {
  23. font-size: 16px;
  24. font-weight: 400;
  25. }
  26. .gotham-font div {
  27. font-size: 16px;
  28. font-weight: 400;
  29. line-height: 1.4em;
  30. }
  31. @media (max-width: 767px)
  32. div {
  33. font-size: 12px;
  34. font-weight: 400;
  35. }
  36. div {
  37. font-size: 16px;
  38. font-weight: 300;
  39. line-height: 1.3em;
  40. }
  41. *, :after, :before {
  42. -webkit-box-sizing: border-box;
  43. -moz-box-sizing: border-box;
  44. box-sizing: border-box;
  45. text-rendering: auto;
  46. -webkit-font-smoothing: antialiased;
  47. -moz-osx-font-smoothing: grayscale;
  48. }
  49. *, :after, :before {
  50. -webkit-box-sizing: inherit;
  51. -moz-box-sizing: inherit;
  52. box-sizing: inherit;
  53. }
  54. user agent stylesheet
  55. div {
  56. display: block;
  57. }
  58. .premium-container .robux-table {
  59. display: table;
  60. text-align: center;
  61. width: 100%;
  62. }
  63. .light-theme .content {
  64. background-color: #f2f4f5;
  65. color: #393b3d;
  66. }
  67. .gotham-font, .gotham-font .h1, .gotham-font .h2, .gotham-font .h3, .gotham-font .h4, .gotham-font .h5, .gotham-font .h6, .gotham-font h1, .gotham-font h2, .gotham-font h3, .gotham-font h4, .gotham-font h5, .gotham-font h6 {
  68. font-family: HCo Gotham SSm,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  69. }
  70. .gotham-font {
  71. font-weight: 400;
  72. }
  73. .light-theme {
  74. background-color: #f2f4f5;
  75. color: #393b3d;
  76. }
  77. @media (max-width: 767px)
  78. body {
  79. font-size: 12px;
  80. font-weight: 400;
  81. }
  82. body {
  83. background-color: #e3e3e3;
  84. color: #191919;
  85. font-family: HCo Gotham SSm,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;
  86. font-weight: 300;
  87. font-size: 16px;
  88. width: 100%;
  89. height: 100%;
  90. min-width: 320px;
  91. margin-bottom: 168px;
  92. overflow-y: scroll;
  93. }
  94. html {
  95. font-family: sans-serif;
  96. -ms-text-size-adjust: 100%;
  97. -webkit-text-size-adjust: 100%;
  98. }
  99. user agent stylesheet
  100. html {
  101. color: -internal-root-color;
  102. }
  103. *, :after, :before {
  104. -webkit-box-sizing: border-box;
  105. -moz-box-sizing: border-box;
  106. box-sizing: border-box;
  107. text-rendering: auto;
  108. -webkit-font-smoothing: antialiased;
  109. -moz-osx-font-smoothing: grayscale;
  110. }
  111. *, :after, :before {
  112. -webkit-box-sizing: inherit;
  113. -moz-box-sizing: inherit;
  114. box-sizing: inherit;
  115. }
  116. *, :after, :before {
  117. -webkit-box-sizing: border-box;
  118. -moz-box-sizing: border-box;
  119. box-sizing: border-box;
  120. text-rendering: auto;
  121. -webkit-font-smoothing: antialiased;
  122. -moz-osx-font-smoothing: grayscale;
  123. }
  124. *, :after, :before {
  125. -webkit-box-sizing: inherit;
  126. -moz-box-sizing: inherit;
  127. box-sizing: inherit;
  128. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement