Advertisement
Vaellyth

VXR Nyles Poster

Jun 11th, 2017
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. [doHTML]
  2. <style>
  3. @font-face {
  4. font-family: Satisfy; font-style: normal; font-weight: 400;
  5. src: url(https://fonts.gstatic.com/s/satisfy/v6/2OzALGYfHwQjkPYWELy-cw.woff2);
  6. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  7. }
  8.  
  9. #nyles-box h1 > i {
  10. font-size: 16px; position: relative; top: -5px; letter-spacing: 15px; color: #999;
  11. }
  12.  
  13. #nyles-box h1 > b {
  14. position: relative; top: -10px; text-shadow: 0 0 2px;
  15. }
  16.  
  17. /* LOAP! Here are your colour hexes!
  18. Red: #FF1C1C
  19. Orange: #FF8C00
  20. Green: #9DFF00
  21. Blue: #00FFED
  22. Purple (the best colour): #9900FF
  23.  
  24. */
  25.  
  26. </style>
  27.  
  28. <div style="width: 100%; height: 100%; box-sizing: border-box; margin: 0; text-align: center; white-space: nowrap;" id="nyles-box">
  29.  
  30. <h1 style="background: rgba(0, 0, 0, 0.4); box-sizing: border-box; border: 1px solid #111; box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.2); font-family: Satisfy; font-size: 24px; color: #CCC; letter-spacing: 10px;"><b>NYLES</b>
  31. <br><i>oh, this'll be fun</i></h1>
  32.  
  33. <ul style="list-style: none; width: 100%; margin: 0; padding: 0; position: relative; left: -5px;">
  34. <li style="background: #FF1C1C; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  35. <li style="background: #FF8C00; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  36. <li style="background: #9DFF00; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  37. <li style="background: #00FFED; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  38. <li style="background: #9900FF; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  39. </ul>
  40.  
  41. <p style="border: 1px solid #111; box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.4); font-size: 12px; text-align: left; text-shadow: 0 0 1px; line-height: 120%; box-sizing: border-box; padding: 10px;">
  42.  
  43. TEXT HERE
  44.  
  45. </p>
  46.  
  47. <ul style="list-style: none; width: 100%; margin: 0; padding: 0; position: relative; left: -5px;">
  48. <li style="background: #FF1C1C; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  49. <li style="background: #FF8C00; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  50. <li style="background: #9DFF00; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  51. <li style="background: #00FFED; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  52. <li style="background: #9900FF; display: inline-block; width: 20%; margin: auto; height: 100%;">&nbsp;</li>
  53. </ul>
  54.  
  55. <h1 style="width: 100%; border: 1px solid #111; box-shadow: 0 0 2px 5px rgba(0, 0, 0, 0.2); background: rgba(0, 0, 0, 0.4); box-sizing: border-box; padding: 5px; font-size: 11px; font-family: Satisfy;">[user=5,16]@Nyles Schultz[/user]</h1>
  56. </div>
  57. [/doHTML]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement