Advertisement
Guest User

clockwork orange

a guest
Jan 10th, 2021
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. body {
  2. background: #000000;
  3. background-image: url(https://cutewallpaper.org/21/red-aesthetic-wallpapers/Background-Black-And-Red-Aesthetic-Wallpaper.jpg);
  4. }
  5.  
  6. #container {
  7. background: #ff640078;
  8. box-shadow: 0px 10px 50px #ff6400fc;
  9. }
  10.  
  11. div.boxInfo.box, table, div.url.box, .blurbs, .box {
  12. background-color: black;
  13. color: white;
  14. border: 3px outset white;
  15. border-radius: 20px;
  16. }
  17.  
  18. .boxHead {
  19. background: #FF6400;
  20. color: white;
  21. padding: 3px;
  22. padding-bottom: 4px;
  23. padding-left: 6px;
  24. }
  25.  
  26. .rightHead {
  27. background: #FF6400;
  28. color: white;
  29. padding-left: 4px;
  30. }
  31.  
  32. .boxButton {
  33. display: inline-block;
  34. width: calc( 49% - 60px );
  35. padding-left: 30px;
  36. height: 24px;
  37. font-size: small;
  38. color: #FF6400;
  39. padding-top: 7px;
  40. }
  41.  
  42. .topLeft {
  43. animation-duration: 2s !important;
  44. animation-name: slidein !important;
  45. }
  46.  
  47. @keyframes slidein {
  48. 0% {
  49. margin-left: -100%;
  50. }
  51. 100% {
  52. margin-left: 0%;
  53. }
  54.  
  55. }
  56.  
  57. .topRight {
  58. animation-duration: 2s !important;
  59. animation-name: slidein2 !important;
  60. }
  61.  
  62. @keyframes slidein2 {
  63. 0% {
  64. margin-right: -100%;
  65. }
  66. 100% {
  67. margin-right: 0%;
  68. }
  69.  
  70. }
  71.  
  72. .tableLeft {
  73. background: #FF6400;
  74. width: 25%;
  75. padding: 10px;
  76. vertical-align: top;
  77. overflow: hidden;
  78. }
  79.  
  80. .tableRight {
  81. width: 75%;
  82. background: #000000;
  83. padding: 10px;
  84. vertical-align: top;
  85. overflow-wrap: anywhere;
  86. }
  87.  
  88. h4, h3, b, a {
  89. color: #FF6400;
  90. margin-top: 8px;
  91. margin-right: 8px;
  92. margin-bottom: 8px;
  93. margin-left: 8px;
  94. }
  95.  
  96. .player::before {
  97. content: "";
  98. display: block;
  99. position: relative;
  100. width: calc(40% -20px);
  101. height: 390px;
  102. max-width: 390px;
  103. background-position: 0 0;
  104. radius: 20px
  105. margin-top: 4px;
  106. background-size: 100% 100%;
  107. background-image: url(https://i.pinimg.com/originals/78/a4/31/78a4313f5ccd2bbd380a4f4b3e8287aa.jpg);
  108. padding: 8px;
  109. }
  110.  
  111. .fwiendCount {
  112. color: #f00;
  113. }
  114.  
  115. p {
  116. margin-top: 4px;
  117. margin-right: 8px;
  118. margin-bottom: 4px;
  119. margin-left: 8px;
  120. }
  121.  
  122. #header {
  123. all: unset;
  124. font-family: Arial;
  125. font-size: 15px;
  126. background-image: linear-gradient(black, red) !important;
  127. color: #fff;
  128. position: fixed;
  129. width: calc( 100% - 15px );
  130. height: 22px;
  131. padding: 5px;
  132. left: 0px;
  133. top: 0px;
  134. margin-bottom: 40px;
  135. padding-left: 10px;
  136. padding-top: 6px;
  137. border-bottom: 1px solid transparent !important;
  138. overflow: hidden;
  139. z-index: 300;
  140. }
  141.  
  142. #hSub {
  143. all: unset;
  144. font-family: Arial;
  145. font-size: 15px;
  146. background: red !important;
  147. font-size: small;
  148. margin: 0px;
  149. padding: 5px;
  150. padding-top: 5px;
  151. padding-left: 5px;
  152. padding-left: 10px;
  153. padding-top: 4px;
  154. position: fixed;
  155. left: 0;
  156. top: 34px;
  157. width: calc(100% - 15px );
  158. color: red;
  159. height: 15px;
  160. z-index: 300;
  161. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement