Advertisement
EPICI

Potions WIP - Before Preprocessor

Aug 14th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. #define {{RED}} #ffb3cd
  2. #define {{YELLOW}} #ffd477
  3. #define {{GREEN}} #82f897
  4. #define {{BAFILL}} #bedcf8
  5. #define {{BABORDER}} #7878ee
  6. #define {{GCFILL}} #fe6766
  7. #define {{DCFILL}} #f98931
  8.  
  9. <style>
  10. .outer-div {
  11. font-size:1.4em;
  12. text-align:center;
  13. color:white;
  14. text-shadow: 0.1em 0em 0.1em black, 0.071em 0.071em 0.1em black, 0em 0.1em 0.1em black, -0.071em 0.071em 0.1em black, -0.1em 0em 0.1em black, -0.071em -0.071em 0.1em black, 0em -0.1em 0.1em black, 0.071em -0.071em 0.1em black, 0.2em 0em 0.1em black, 0.18em 0.077em 0.1em black, 0.14em 0.14em 0.1em black, 0.077em 0.18em 0.1em black, 0em 0.2em 0.1em black, -0.077em 0.18em 0.1em black, -0.14em 0.14em 0.1em black, -0.18em 0.077em 0.1em black, -0.2em 0em 0.1em black, -0.18em -0.077em 0.1em black, -0.14em -0.14em 0.1em black, -0.077em -0.18em 0.1em black, 0em -0.2em 0.1em black, 0.077em -0.18em 0.1em black, 0.14em -0.14em 0.1em black, 0.18em -0.077em 0.1em black;
  15. background-color: {{BAFILL}};
  16. background-image:url("https://i.imgur.com/z9tPh49.png");
  17. border:0.3em solid {{BABORDER}};
  18. border-radius:1em;
  19. }
  20. .outer-pad {
  21. padding:1.0em;
  22. }
  23. .title {
  24. font-size:2.5em;
  25. }
  26. .heading {
  27. font-size:1.5em;
  28. }
  29. table {
  30. margin-left:auto;
  31. margin-right:auto;
  32. }
  33. .red {
  34. color:{{RED}};
  35. }
  36. .yellow {
  37. color:{{YELLOW}};
  38. }
  39. .green {
  40. color:{{GREEN}};
  41. }
  42. .gcfill {
  43. color:{{GCFILL}};
  44. }
  45. .dcfill {
  46. color:{{DCFILL}};
  47. }
  48. </style>
  49.  
  50. <div class="outer-div"><div class="outer-pad">
  51.  
  52. <span class="title">Potions!</span>
  53.  
  54. <span class="heading"><a href="http://discord.io/fc01">discord.io/fc01</a></span>
  55.  
  56.  
  57. Elimination. 1 week long rounds.
  58.  
  59.  
  60. You start with <span class="yellow">0 potions</span>.
  61.  
  62. <table>
  63. <tr><td>You can</td><td class="green">gain 1 potion</td><td>by converting</td><td class="dcfill">1 dynamic</td><td>into</td><td class="gcfill">1 goal piece</td></tr>
  64. <tr><td>You can</td> <td class="red">use 1 potion</td><td>to convert</td> <td class="gcfill">1 goal piece</td><td>into</td><td class="dcfill">1 dynamic</td></tr>
  65. </table>
  66.  
  67. How big will your team be?
  68.  
  69. <table>
  70. <tr>
  71. <td><a href="https://i.imgur.com/KrP4uMx.png"><img src="https://i.imgur.com/tIRdKS8.png" style="max-height:5em;"></a></td>
  72. <td><a href="https://i.imgur.com/KjCHzrf.png"><img src="https://i.imgur.com/9r8ddZl.png" style="max-height:5em;"></a></td>
  73. <td><a href="https://i.imgur.com/lJ97y84.png"><img src="https://i.imgur.com/ADVafQi.png" style="max-height:5em;"></a></td>
  74. </tr>
  75. </table>
  76. If there are less than 7 total players at the start, teams will be broken up.
  77.  
  78. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement