Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 KB | None | 0 0
  1. <style dangerouslySetInnerHTML={{__html: `
  2. @import url('https://fonts.googleapis.com/css?family=Abel');
  3. html, body {
  4. background: #23272A;
  5. font-family: Abel, Arial, Verdana, sans-serif;
  6. }
  7. .center {
  8. position: absolute;
  9. top: 50%;
  10. left: 50%;
  11. -webkit-transform: translate(-50%, -50%);
  12. }
  13. .new .card {
  14. width: 450px !important;
  15. height: 250px !important;
  16. background-color: #fff !important;
  17. background: linear-gradient(#2C2F33, #2C2F33) !important;
  18. box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4) !important;
  19. border-radius: 6px !important;
  20. overflow: hidden !important;
  21. position: relative !important;
  22. margin: 1.5rem !important;
  23. color: white !important;
  24. }
  25.  
  26. .new .card h1 {
  27. text-align: center !important;
  28. }
  29.  
  30. .new .card .additional {
  31. position: absolute !important;
  32. width: 150px !important;
  33. height: 100% !important;
  34. background: linear-gradient(#7289DA, #7289DA) !important;
  35. transition: width 0.4s !important;
  36. overflow: hidden !important;
  37. z-index: 2 !important;
  38. }
  39.  
  40.  
  41. .new .card:hover .additional {
  42. width: 100% !important;
  43. border-radius: 0 5px 5px 0 !important;
  44. }
  45.  
  46. .new .card .additional .user-card {
  47. width: 150px !important;
  48. height: 100% !important;
  49. position: relative !important;
  50. float: left !important;
  51. }
  52.  
  53. .new .card .additional .user-card::after {
  54. content: "" !important;
  55. display: block !important;
  56. position: absolute !important;
  57. top: 10% !important;
  58. right: -2px !important;
  59. height: 80% !important;
  60. border-left: 2px solid rgba(0,0,0,0.025) !important;
  61. }
  62.  
  63. .new .card .additional .user-card .level,
  64. .new .card .additional .user-card .points {
  65. top: 15% !important;
  66. color: #fff !important;
  67. text-transform: uppercase !important;
  68. font-size: 0.75em !important;
  69. font-weight: bold !important;
  70. background: rgba(0,0,0,0.15) !important;
  71. padding: 0.125rem 0.75rem !important;
  72. border-radius: 100px !important;
  73. white-space: nowrap !important;
  74. }
  75.  
  76. .new .card .additional .user-card .points {
  77. top: 85% !important;
  78. }
  79.  
  80. .new .card .additional .user-card img {
  81. border-radius: 50% !important;
  82. }
  83.  
  84. .new .card .additional .more-info {
  85. width: 300px !important;
  86. float: left !important;
  87. position: absolute !important;
  88. left: 150px !important;
  89. height: 100% !important;
  90. }
  91.  
  92. .new .card .additional .more-info h1 {
  93. color: #fff !important;
  94. margin-bottom: 0 !important;
  95. }
  96.  
  97. .new .card .additional .coords {
  98. margin: 0 1rem !important;
  99. color: #fff !important;
  100. font-size: 1rem !important;
  101. }
  102.  
  103. .new .card .additional .coords span + span {
  104. float: right !important;
  105. }
  106.  
  107. .new .card .additional .stats {
  108. font-size: 2rem !important;
  109. display: flex !important;
  110. position: absolute !important;
  111. bottom: 1rem !important;
  112. left: 1rem !important;
  113. right: 1rem !important;
  114. top: auto !important;
  115. color: #fff !important;
  116. }
  117.  
  118. .new .card .additional .stats > div {
  119. flex: 1 !important;
  120. text-align: center !important;
  121. }
  122.  
  123. .new .card .additional .stats i {
  124. display: block !important;
  125. }
  126.  
  127. .new .card .additional .stats div.title {
  128. font-size: 0.75rem !important;
  129. font-weight: bold !important;
  130. text-transform: uppercase !important;
  131. }
  132.  
  133. .new .card .additional .stats div.value {
  134. font-size: 1.5rem !important;
  135. font-weight: bold !important;
  136. line-height: 1.5rem !important;
  137. }
  138.  
  139. .new .card .additional .stats div.value.infinity {
  140. font-size: 2.5rem !important;
  141. }
  142.  
  143. .new .card .general {
  144. width: 300px !important;
  145. height: 100% !important;
  146. position: absolute !important;
  147. top: 0 !important;
  148. right: 0 !important;
  149. z-index: 1 !important;
  150. box-sizing: border-box !important;
  151. padding: 1rem !important;
  152. padding-top: 0 !important;
  153. }
  154.  
  155. .new .card .general .more {
  156. position: absolute !important;
  157. bottom: 1rem !important;
  158. right: 1rem !important;
  159. font-size: 0.9em !important;
  160. }
  161. `}} />
  162. <div className="new">
  163. <div className="card">
  164. <div className="additional">
  165. <div className="user-card">
  166. <div className="level center">
  167. 8,131 Votes
  168. </div>
  169. <div className="points center">
  170. 2,313,319 Servers
  171. </div>
  172. <img width="110" height="110" src="https://cdn.discordapp.com/avatars/159985870458322944/b50adff099924dd5e6b72d13f77eb9d7.png?size=512" role="img" aria-labelledby="title desc" className="center">
  173.  
  174. </img>
  175. </div>
  176. <div className="more-info">
  177. <h1>Mee6</h1>
  178. <div className="coords">
  179. <span>Added</span>
  180. <span>January 1st, 2019</span>
  181. </div>
  182. <div className="coords">
  183. <span>Owner</span>
  184. <span>Sil#5262</span>
  185. </div>
  186. <div className="stats">
  187. <div>
  188. <div className="title">Servers</div>
  189. <div className="value">2,313,319</div>
  190. </div>
  191. <div>
  192. <div className="title">Stars</div>
  193. <div className="value">4</div>
  194. </div>
  195. <div>
  196. <div className="title">Votes</div>
  197. <div className="value">12,131</div>
  198. </div>
  199. </div>
  200. </div>
  201. </div>
  202. <div className="general">
  203. <h1>Mee6</h1>
  204. <p>Mee6 is a very user-friendly bot with a beautiful dashboard.</p>
  205. <span className="more">Mouse over the card for more info</span>
  206. </div>
  207. </div>
  208. <div className="card">
  209. <div className="additional">
  210. <div className="user-card">
  211. <div className="level center">
  212. 8,131 Votes
  213. </div>
  214. <div className="points center">
  215. 2,313,319 Servers
  216. </div>
  217. <img width="110" height="110" src="https://cdn.discordapp.com/avatars/159985870458322944/b50adff099924dd5e6b72d13f77eb9d7.png?size=512" role="img" aria-labelledby="title desc" className="center">
  218.  
  219. </img>
  220. </div>
  221. <div className="more-info">
  222. <h1>Mee6</h1>
  223. <div className="coords">
  224. <span>Added</span>
  225. <span>January 1st, 2019</span>
  226. </div>
  227. <div className="coords">
  228. <span>Owner</span>
  229. <span>Sil#5262</span>
  230. </div>
  231. <div className="stats">
  232. <div>
  233. <div className="title">Servers</div>
  234. <div className="value">2,313,319</div>
  235. </div>
  236. <div>
  237. <div className="title">Stars</div>
  238. <div className="value">4</div>
  239. </div>
  240. <div>
  241. <div className="title">Votes</div>
  242. <div className="value">12,131</div>
  243. </div>
  244. </div>
  245. </div>
  246. </div>
  247. <div className="general">
  248. <h1>Mee6</h1>
  249. <p>Mee6 is a very user-friendly bot with a beautiful dashboard.</p>
  250. <span className="more">Mouse over the card for more info</span>
  251. </div>
  252. </div>
  253. <div className="card">
  254. <div className="additional">
  255. <div className="user-card">
  256. <div className="level center">
  257. 8,131 Votes
  258. </div>
  259. <div className="points center">
  260. 2,313,319 Servers
  261. </div>
  262. <img width="110" height="110" src="https://cdn.discordapp.com/avatars/159985870458322944/b50adff099924dd5e6b72d13f77eb9d7.png?size=512" role="img" aria-labelledby="title desc" className="center">
  263.  
  264. </img>
  265. </div>
  266. <div className="more-info">
  267. <h1>Mee6</h1>
  268. <div className="coords">
  269. <span>Added</span>
  270. <span>January 1st, 2019</span>
  271. </div>
  272. <div className="coords">
  273. <span>Owner</span>
  274. <span>Sil#5262</span>
  275. </div>
  276. <div className="stats">
  277. <div>
  278. <div className="title">Servers</div>
  279. <div className="value">2,313,319</div>
  280. </div>
  281. <div>
  282. <div className="title">Stars</div>
  283. <div className="value">4</div>
  284. </div>
  285. <div>
  286. <div className="title">Votes</div>
  287. <div className="value">12,131</div>
  288. </div>
  289. </div>
  290. </div>
  291. </div>
  292. <div className="general">
  293. <h1>Mee6</h1>
  294. <p>Mee6 is a very user-friendly bot with a beautiful dashboard.</p>
  295. <span className="more">Mouse over the card for more info</span>
  296. </div>
  297. </div>
  298. <div className="card">
  299. <div className="additional">
  300. <div className="user-card">
  301. <div className="level center">
  302. 8,131 Votes
  303. </div>
  304. <div className="points center">
  305. 2,313,319 Servers
  306. </div>
  307. <img width="110" height="110" src="https://cdn.discordapp.com/avatars/159985870458322944/b50adff099924dd5e6b72d13f77eb9d7.png?size=512" role="img" aria-labelledby="title desc" className="center">
  308.  
  309. </img>
  310. </div>
  311. <div className="more-info">
  312. <h1>Mee6</h1>
  313. <div className="coords">
  314. <span>Added</span>
  315. <span>January 1st, 2019</span>
  316. </div>
  317. <div className="coords">
  318. <span>Owner</span>
  319. <span>Sil#5262</span>
  320. </div>
  321. <div className="stats">
  322. <div>
  323. <div className="title">Servers</div>
  324. <div className="value">2,313,319</div>
  325. </div>
  326. <div>
  327. <div className="title">Stars</div>
  328. <div className="value">4</div>
  329. </div>
  330. <div>
  331. <div className="title">Votes</div>
  332. <div className="value">12,131</div>
  333. </div>
  334. </div>
  335. </div>
  336. </div>
  337. <div className="general">
  338. <h1>Mee6</h1>
  339. <p>Mee6 is a very user-friendly bot with a beautiful dashboard.</p>
  340. <span className="more">Mouse over the card for more info</span>
  341. </div>
  342. </div>
  343. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement