Advertisement
ooksie

stardust smoothie v2 (nine lives)

Dec 2nd, 2020 (edited)
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.55 KB | None | 0 0
  1. [comment]code by nine lives ♡
  2.  
  3. fonts used:
  4. [font=Abril Fatface]main title & tab titles[/font]
  5. [font=Poppins]subtitle/subheaders[/font]
  6. [font=Montserrat]body text[/font]
  7.  
  8. to replace fonts, replace them here, then search up 'font-family' and replace them there too between the ''!
  9. [/comment][border=transparent;
  10. *border around code;
  11. --border: #EAEDEF;
  12. *first background colour of tabs;
  13. --bg-1:#fff;
  14. *second background colour of tabs;
  15. --bg-2: #1C213E;
  16.  
  17. *first accent colour (darker);
  18. --color-1: #1C213E;
  19. *second accent colour (lighter);
  20. --color-2: #323751;
  21. *third accent colour (darkest);
  22. --color-3: #261D26;
  23. *fourth accent colour (lightest);
  24. --color-4: #fff;
  25.  
  26. *text colour on darker tabs;
  27. --t-color-1: #fff;
  28. *text colour on lighter tabs;
  29. --t-color-2: #000;
  30.  
  31. *button images (images w transparent backgrounds only);
  32. --b1: url('https://i.imgur.com/99zOd0M.png');
  33. --b2: url('https://i.imgur.com/5xwmi6n.png');
  34.  
  35. *tab images are categorised based on which tab theyre in. images in tab 1 are labelled a, tab 2 with b, and so on;
  36. --aimg-1: url('https://i.pinimg.com/originals/49/39/93/4939938e74b35c35aa6dac2287681d95.jpg');
  37. --bimg-1: url('https://i.pinimg.com/originals/aa/25/25/aa2525c031eba1e98386c10256d0a826.png');
  38.  
  39. *role images. each role is identified by rX, each image in that role is defined by the number after it, i.e. rX-Y. to make a new role image, just copy the variables and edit the numbers in X and Y. ensure there are 2 images for each role, and that all images are 1:1 in aspect ratio;
  40. --r1-1: url('https://i.pinimg.com/564x/24/e4/72/24e4729ac8a97b530ba580dfa161c5a3.jpg');
  41. --r1-2: url('https://www.independentmediators.co.uk/wp-content/uploads/2016/02/placeholder-image.jpg');
  42. --r2-1: url('https://i.pinimg.com/564x/24/e4/72/24e4729ac8a97b530ba580dfa161c5a3.jpg');
  43. --r2-2: url('https://www.independentmediators.co.uk/wp-content/uploads/2016/02/placeholder-image.jpg');
  44. --r3-1: url('https://i.pinimg.com/564x/24/e4/72/24e4729ac8a97b530ba580dfa161c5a3.jpg');
  45. --r3-2: url('https://www.independentmediators.co.uk/wp-content/uploads/2016/02/placeholder-image.jpg');
  46. --r4-1: url('https://i.pinimg.com/564x/24/e4/72/24e4729ac8a97b530ba580dfa161c5a3.jpg');
  47. --r4-2: url('https://www.independentmediators.co.uk/wp-content/uploads/2016/02/placeholder-image.jpg');
  48.  
  49. height:460px; width:690px; padding:0; border:1px solid var(--border); margin:auto; line-height:0; position:relative; display:flex; align-items:flex-end; justify-content:flex-end;]
  50.  
  51. [comment]----tabs----[/comment]
  52. [border=transparent; height:50%; width:8%; padding:0; overflow:hidden;][border=transparent; padding:0; margin:-10px 0 0 -25px; line-height:55px;][tabs]
  53.  
  54. [comment]----tab one (cover)----[/comment]
  55. [tab=.][border=transparent; height:100%; width:100%; padding:0; background: var(--bg-1); pointer-events:none; position:absolute; top:0; left:0; line-height:0; display:flex; flex-flow: row nowrap; align-items:center; justify-content:center;]
  56.  
  57. [comment]----text effect thing (ignore!)----[/comment]
  58. [border=transparent; height:100%; width:92%; padding:0; background: white; position:absolute; top:0; left:0; z-index:1;][/border]
  59. [border=transparent; height:100%; width:39%; padding:0; background: black; position:absolute; top:0; left:0; z-index:2;][/border]
  60. [border=transparent; height:100%; width:53%; padding:0; background: var(--color-1); position:absolute; top:0; right:8%; z-index:4; mix-blend-mode:screen;][/border]
  61.  
  62. [comment]----tab image----[/comment]
  63. [border=transparent; height:100%; width:39%; padding:0; background: var(--aimg-1); background-size:cover; position:absolute; top:0; left:0; z-index:5; mix-blend-mode:screen;
  64. /*edit the following to adjust the cropping of the image*/ background-position: 50% 50%;][/border]
  65.  
  66. [comment]----tab contents----[/comment]
  67. [border=transparent; height:100%; width:100%; padding:0 10% 7% 10%; box-sizing:border-box; position:absolute; top:0; left:0; z-index:3; mix-blend-mode: difference; display:flex; align-items:center; justify-content:center;][border=transparent; height:fit-content; width:fit-content; max-width:95%; display:flex; flex-flow:column nowrap; align-items:center; justify-content:center; color: var(--bg-1); pointer-events:auto;]
  68.  
  69. [comment]----title----[/comment]
  70. [border=transparent; height:fit-content; width:fit-content; padding:5px 0; box-sizing:border-box; font-family:'Abril Fatface', display; font-size:62px; letter-spacing:1px;text-align:center; line-height:100%;][comment]
  71. ----* * * title here!----
  72. [/comment]your title here.[/border]
  73.  
  74. [comment]----subtitle----[/comment]
  75. [border=transparent; height:fit-content; width:auto; min-width:100%; padding:0 10px 0 20px; box-sizing:border-box; display:flex; flex-flow: row nowrap; align-items:center;][border=transparent; height:1px; flex-grow:1; margin:0 15px; background: var(--bg-1); padding:0;][/border][border=transparent; height:fit-content; width:fit-content; padding:0; flex-shrink:0; font-size:13px; font-family:'Poppins', sans-serif; line-height:100%; font-weight:normal; outline:1px solid transparent; letter-spacing:0.5px;][comment]
  76. ----* * *subtitle here----
  77. [/comment]and a cool quote here about how cool this is[/border][/border]
  78.  
  79. [/border][/border]
  80. [comment]----tab contents end----[/comment]
  81.  
  82. [comment]----tab cover----[/comment]
  83. [border=transparent; height:53%; width:8%; padding:0; position:absolute; bottom:0; right:0; display:flex; flex-flow:column nowrap; font-size:0;]
  84. [comment]----selected button----[/comment]
  85. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;
  86. /*select*/ animation: fa-spin 5s linear infinite;]selected![/border]
  87. [comment]----button----[/comment]
  88. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;][/border]
  89. [comment]----button----[/comment]
  90. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;][/border]
  91. [comment]----button----[/comment]
  92. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;][/border]
  93. [/border]
  94. [comment]----tab cover end----[/comment]
  95.  
  96. [comment]----made with love by uxie and triples ♡ do not remove!! !!----[/comment]
  97. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--bg-2); font-size:10px; position:absolute; z-index:7; top:5px; right:10px; display:flex; flex-flow: row nowrap; align-items:center; line-height:100%; opacity:1;][border=transparent; height:fit-content; width:fit-content; padding:0; letter-spacing:0.5px; font-weight:bold;][font=Space Grotesk]nine lives[/font][/border][border=transparent; height:fit-content; width:fit-content; padding:0; margin-left:5px; font-size:8px;][fa]fas fa-cat[/fa][/border][/border]
  98.  
  99. [/border][/tab]
  100. [comment]----tab one end----[/comment]
  101.  
  102.  
  103. [comment]----tab two (plot)----[/comment]
  104. [tab=.][border=transparent; height:100%; width:100%; padding:45px; box-sizing:border-box; background: var(--bg-2); pointer-events:none; position:absolute; top:0; left:0; line-height:0;]
  105.  
  106. [comment]----tab title----[/comment]
  107. [border=transparent; height:fit-content; width:fit-content; padding:0; position:absolute; bottom:38px; left:38px; color: var(--bg-1); font-size:66px; font-family:'Abril Fatface', display; line-height:100%; pointer-events:auto;][comment]
  108. ----* * * tab title here----
  109. [/comment]the plot.[/border]
  110.  
  111. [comment]----tab contents----[/comment]
  112. [border=transparent; height:100%; width:100%; padding:30px 20px 65px 20px; box-sizing:border-box; background: var(--color-2); display:flex; flex-flow: row nowrap; align-items:center;]
  113. [comment]----image----[/comment]
  114. [border=transparent; height:138px; width:138px; padding:0; margin:0 45px 0 25px; flex-shrink:0; position:relative;]
  115. [border=transparent; height:100%; width:100%; padding:0; background: var(--bimg-1); background-size:cover; position:relative; z-index:2;
  116. /*edit the following to adjust the cropping of the image*/ background-position: 50% 50%;][/border]
  117. [border=transparent; height:98%; width:98%; padding:0; position:absolute; top:1%; left:1%; z-index:1; background: var(--color-3); transform:rotate(45deg);][/border]
  118. [/border]
  119.  
  120. [comment]----tab text----[/comment]
  121. [border=transparent; height:100%; flex-grow:1; padding:0; overflow:hidden; display:flex; flex-direction:column; pointer-events:auto;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0; color: var(--t-color-1); font-size:12px; line-height:130%; text-align:justify; font-family:'Montserrat', sans-serif;][comment]
  122. ----* * *text starts here!----
  123. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tincidunt scelerisque massa tincidunt pharetra. Cras non velit nec turpis scelerisque gravida vel eget nulla. Nullam aliquam suscipit ex, ut venenatis erat porttitor tempus. Pellentesque vel pretium tortor. Integer efficitur molestie nibh ac laoreet. Morbi ut ultrices ex. Aenean et feugiat arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean dapibus euismod tortor, non molestie mauris eleifend ut. Curabitur iaculis, odio eget hendrerit venenatis, justo erat eleifend neque, sit amet congue arcu urna non quam. Mauris tincidunt velit et orci luctus sollicitudin. In malesuada sapien dolor, vel eleifend mi elementum in. In eu ornare purus. Donec hendrerit, urna sed faucibus rutrum, ante mi convallis tellus, et varius enim dui vitae leo.
  124.  
  125. Sed facilisis ullamcorper eleifend. Phasellus rhoncus tincidunt neque in interdum. Mauris ultrices dignissim augue. Sed sit amet venenatis ipsum, dignissim porta magna. Phasellus ligula risus, auctor ut vestibulum in, convallis eget est. Integer vel fermentum elit. Donec consectetur viverra purus. Nunc lobortis mi ac nunc dignissim posuere. Praesent ultricies, nulla vel consectetur ultricies, erat augue molestie dolor, a commodo lacus arcu a urna. Praesent iaculis, sem non feugiat lobortis, ante velit accumsan arcu, a auctor sapien mauris in justo. Nulla sagittis aliquet ligula, a porttitor ex lobortis accumsan. Morbi malesuada in felis quis sagittis. Donec tincidunt, nibh nec commodo tincidunt, ante libero lacinia leo, eu sodales nulla diam quis nisl. Aenean tempor nulla venenatis leo feugiat, at dapibus massa aliquet. Duis eu tempus felis, a laoreet ligula. Proin laoreet convallis eros.
  126. [/border][/border][/border]
  127. [comment]----tab text end----[/comment]
  128. [/border]
  129. [comment]----tab contents end----[/comment]
  130.  
  131. [comment]----tab cover----[/comment]
  132. [border=transparent; height:53%; width:8%; padding:0; position:absolute; bottom:0; right:0; display:flex; flex-flow:column nowrap; font-size:0;]
  133. [comment]----button----[/comment]
  134. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;][/border]
  135. [comment]----selected button----[/comment]
  136. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;
  137. /*select*/ animation: fa-spin 5s linear infinite;]selected![/border]
  138. [comment]----button----[/comment]
  139. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;][/border]
  140. [comment]----button----[/comment]
  141. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;][/border]
  142. [/border]
  143. [comment]----tab cover end----[/comment]
  144.  
  145. [comment]----made with love by uxie and triples ♡ do not remove!! !!----[/comment]
  146. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--bg-1); font-size:10px; position:absolute; z-index:7; top:5px; right:10px; display:flex; flex-flow: row nowrap; align-items:center; line-height:100%; opacity:1;][border=transparent; height:fit-content; width:fit-content; padding:0; letter-spacing:0.5px; font-weight:bold;][font=Space Grotesk]nine lives[/font][/border][border=transparent; height:fit-content; width:fit-content; padding:0; margin-left:5px; font-size:8px;][fa]fas fa-cat[/fa][/border][/border]
  147.  
  148. [/border][/tab]
  149. [comment]----tab two end----[/comment]
  150.  
  151.  
  152. [comment]----tab three (roles)----[/comment]
  153. [tab=.][border=transparent; height:100%; width:100%; padding:20px 65px 35px 35px; box-sizing:border-box; background: var(--bg-1); pointer-events:none; position:absolute; top:0; left:0; line-height:0; display:flex; flex-flow:column nowrap;]
  154.  
  155. [comment]----tab title----[/comment]
  156. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--bg-2); font-size:66px; font-family:'Abril Fatface', display; line-height:100%; flex-shrink:0; margin-bottom:auto; pointer-events:auto;][comment]
  157. ----* * * tab title here----
  158. [/comment]the cast.[/border]
  159.  
  160. [comment]----tab contents----[/comment]
  161. [border=transparent; height:81%; width:100%; padding:0; overflow:hidden; display:flex; flex-direction:column; pointer-events:auto;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0; display:flex; flex-flow: row wrap;]
  162.  
  163.  
  164. [comment]----copy this whole thing to add one more role! (role box 1 -- alternate role box 1 and 2)----[/comment]
  165. [border=transparent; height:305px; width:calc(50% - 20px); padding:0; margin:10px; display:flex; flex-flow: column nowrap; align-items:flex-end;]
  166. [comment]----role name----[/comment]
  167. [border=transparent; min-height:6%; width:80%; padding:0; box-sizing:border-box; text-align:center; color: var(--color-1); font-size:30px; text-transform:uppercase; font-weight:bold; color: var(--color-1); font-family:'Poppins', sans-serif; line-height:100%; letter-spacing:1px; position:relative; z-index:3; margin-bottom:-10px; flex-shrink:0;][comment]
  168. ----* * * role name here----
  169. [/comment]role name[/border]
  170.  
  171. [comment]----role contents----[/comment]
  172. [border=transparent; max-height:calc(94% + 10px); min-height:calc(64% + 10px); width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center;]
  173. [comment]----role icon----[/comment]
  174. [border=transparent; height:64px; width:64px; padding:0; overflow:hidden; position:relative; z-index:2; transform:rotate(45deg); margin:0 -32px 0 15px; flex-shrink:0;][border=transparent; height:140%; width:140%; padding:0; position:absolute; top:-20%; left:-20%; transform:rotate(-45deg);
  175. /*edit the role icon here to match the variable*/ background: var(--r1-1);
  176.  
  177. background-size:100%; image-rendering:smooth;
  178.  
  179. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;][/border][/border]
  180.  
  181. [comment]----role text----[/comment]
  182. [border=transparent; height:100%; flex-grow:1; padding:15px 0; box-sizing:border-box;
  183. /*edit the role icon here to match the variable*/ background: var(--r1-2);
  184.  
  185. overflow:hidden; display:flex; flex-direction:column; pointer-events:auto; background-size:cover; position:relative; z-index:1;
  186.  
  187. /*edit the following to adjust the cropping of the image*/ background-position: 50% 50%;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:100%; width:50%; padding:0; box-sizing:border-box;][/border]
  188.  
  189. [border=transparent; height:auto; width:50%; padding:0 10px; box-sizing:border-box; position:relative;][border=transparent; height:auto; width:90%; padding:10px 10px 10px 20px; box-sizing:border-box; position:relative; margin-left:auto;][border=transparent; height:100%; width:100%; padding:0; background: var(--color-4); opacity:0.8; position:absolute; top:0; left:0; z-index:1;][/border][border=transparent; height:100%; width:100%; padding:0; color: var(--t-color-2); font-family:'Montserrat', sans-serif; font-size:11px; text-align:justify; line-height:130%; position:relative; z-index:2;][comment]
  190. ----* * * text starts here!----
  191. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tincidunt scelerisque massa tincidunt pharetra. Cras non velit nec turpis scelerisque gravida vel eget nulla. Nullam aliquam suscipit ex, ut venenatis erat porttitor tempus. Pellentesque vel pretium tortor. Integer efficitur molestie nibh ac laoreet. Morbi ut ultrices ex. Aenean et feugiat arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean dapibus euismod tortor, non molestie mauris eleifend ut. Curabitur iaculis, odio eget hendrerit venenatis, justo erat eleifend neque, sit amet congue arcu urna non quam. Mauris tincidunt velit et orci luctus sollicitudin. In malesuada sapien dolor, vel eleifend mi elementum in. In eu ornare purus. Donec hendrerit, urna sed faucibus rutrum, ante mi convallis tellus, et varius enim dui vitae leo.
  192.  
  193. Sed facilisis ullamcorper eleifend. Phasellus rhoncus tincidunt neque in interdum. Mauris ultrices dignissim augue. Sed sit amet venenatis ipsum, dignissim porta magna. Phasellus ligula risus, auctor ut vestibulum in, convallis eget est. Integer vel fermentum elit. Donec consectetur viverra purus. Nunc lobortis mi ac nunc dignissim posuere. Praesent ultricies, nulla vel consectetur ultricies, erat augue molestie dolor, a commodo lacus arcu a urna. Praesent iaculis, sem non feugiat lobortis, ante velit accumsan arcu, a auctor sapien mauris in justo. Nulla sagittis aliquet ligula, a porttitor ex lobortis accumsan. Morbi malesuada in felis quis sagittis. Donec tincidunt, nibh nec commodo tincidunt, ante libero lacinia leo, eu sodales nulla diam quis nisl. Aenean tempor nulla venenatis leo feugiat, at dapibus massa aliquet. Duis eu tempus felis, a laoreet ligula. Proin laoreet convallis eros.
  194. [/border][/border]
  195.  
  196. [/border][/border][/border]
  197. [comment]----role text end----[/comment]
  198. [/border]
  199. [comment]----role contents end----[/comment]
  200. [/border]
  201. [comment]----copy me too!----[/comment]
  202.  
  203. [comment]----copy this whole thing to add one more role! (role box 2 -- alternate role box 1 and 2)----[/comment]
  204. [border=transparent; height:305px; width:calc(50% - 20px); padding:0; margin:10px; display:flex; flex-flow: column-reverse nowrap; align-items:flex-end;]
  205. [comment]----role name----[/comment]
  206. [border=transparent; min-height:6%; width:80%; padding:0; box-sizing:border-box; text-align:center; color: var(--color-1); font-size:30px; text-transform:uppercase; font-weight:bold; color: var(--color-1); font-family:'Poppins', sans-serif; line-height:100%; letter-spacing:1px; position:relative; z-index:3; margin-top:-10px; flex-shrink:0;][comment]
  207. ----* * * role name here----
  208. [/comment]role name[/border]
  209.  
  210. [comment]----role contents----[/comment]
  211. [border=transparent; max-height:calc(94% + 10px); min-height:calc(64% + 10px); width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center;]
  212. [comment]----role icon----[/comment]
  213. [border=transparent; height:64px; width:64px; padding:0; overflow:hidden; position:relative; z-index:2; transform:rotate(45deg); margin:0 -32px 0 15px; flex-shrink:0;][border=transparent; height:140%; width:140%; padding:0; position:absolute; top:-20%; left:-20%; transform:rotate(-45deg);
  214. /*edit the role icon here to match the variable*/ background: var(--r2-1);
  215.  
  216. background-size:100%; image-rendering:smooth;
  217.  
  218. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;][/border][/border]
  219.  
  220. [comment]----role text----[/comment]
  221. [border=transparent; height:100%; flex-grow:1; padding:15px 0; box-sizing:border-box;
  222. /*edit the role icon here to match the variable*/ background: var(--r2-2);
  223.  
  224. overflow:hidden; display:flex; flex-direction:column; pointer-events:auto; background-size:cover; position:relative; z-index:1;
  225.  
  226. /*edit the following to adjust the cropping of the image*/ background-position: 50% 50%;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:100%; width:50%; padding:0; box-sizing:border-box;][/border]
  227.  
  228. [border=transparent; height:auto; width:50%; padding:0 10px; box-sizing:border-box; position:relative;][border=transparent; height:auto; width:90%; padding:10px 10px 10px 20px; box-sizing:border-box; position:relative; margin-left:auto;][border=transparent; height:100%; width:100%; padding:0; background: var(--color-4); opacity:0.8; position:absolute; top:0; left:0; z-index:1;][/border][border=transparent; height:100%; width:100%; padding:0; color: var(--t-color-2); font-family:'Montserrat', sans-serif; font-size:11px; text-align:justify; line-height:130%; position:relative; z-index:2;][comment]
  229. ----* * * text starts here!----
  230. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tincidunt scelerisque massa tincidunt pharetra. Cras non velit nec turpis scelerisque gravida vel eget nulla. Nullam aliquam suscipit ex, ut venenatis erat porttitor tempus. Pellentesque vel pretium tortor. Integer efficitur molestie nibh ac laoreet. Morbi ut ultrices ex. Aenean et feugiat arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean dapibus euismod tortor, non molestie mauris eleifend ut. Curabitur iaculis, odio eget hendrerit venenatis, justo erat eleifend neque, sit amet congue arcu urna non quam. Mauris tincidunt velit et orci luctus sollicitudin. In malesuada sapien dolor, vel eleifend mi elementum in. In eu ornare purus. Donec hendrerit, urna sed faucibus rutrum, ante mi convallis tellus, et varius enim dui vitae leo.
  231.  
  232. Sed facilisis ullamcorper eleifend. Phasellus rhoncus tincidunt neque in interdum. Mauris ultrices dignissim augue. Sed sit amet venenatis ipsum, dignissim porta magna. Phasellus ligula risus, auctor ut vestibulum in, convallis eget est. Integer vel fermentum elit. Donec consectetur viverra purus. Nunc lobortis mi ac nunc dignissim posuere. Praesent ultricies, nulla vel consectetur ultricies, erat augue molestie dolor, a commodo lacus arcu a urna. Praesent iaculis, sem non feugiat lobortis, ante velit accumsan arcu, a auctor sapien mauris in justo. Nulla sagittis aliquet ligula, a porttitor ex lobortis accumsan. Morbi malesuada in felis quis sagittis. Donec tincidunt, nibh nec commodo tincidunt, ante libero lacinia leo, eu sodales nulla diam quis nisl. Aenean tempor nulla venenatis leo feugiat, at dapibus massa aliquet. Duis eu tempus felis, a laoreet ligula. Proin laoreet convallis eros.
  233. [/border][/border]
  234.  
  235. [/border][/border][/border]
  236. [comment]----role text end----[/comment]
  237. [/border]
  238. [comment]----role contents end----[/comment]
  239. [/border]
  240. [comment]----copy me too!----[/comment]
  241.  
  242. [comment]----copy this whole thing to add one more role! (role box 1 -- alternate role box 1 and 2)----[/comment]
  243. [border=transparent; height:305px; width:calc(50% - 20px); padding:0; margin:10px; display:flex; flex-flow: column nowrap; align-items:flex-end;]
  244. [comment]----role name----[/comment]
  245. [border=transparent; min-height:6%; width:80%; padding:0; box-sizing:border-box; text-align:center; color: var(--color-1); font-size:30px; text-transform:uppercase; font-weight:bold; color: var(--color-1); font-family:'Poppins', sans-serif; line-height:100%; letter-spacing:1px; position:relative; z-index:3; margin-bottom:-10px; flex-shrink:0;][comment]
  246. ----* * * role name here----
  247. [/comment]role name[/border]
  248.  
  249. [comment]----role contents----[/comment]
  250. [border=transparent; max-height:calc(94% + 10px); min-height:calc(64% + 10px); width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center;]
  251. [comment]----role icon----[/comment]
  252. [border=transparent; height:64px; width:64px; padding:0; overflow:hidden; position:relative; z-index:2; transform:rotate(45deg); margin:0 -32px 0 15px; flex-shrink:0;][border=transparent; height:140%; width:140%; padding:0; position:absolute; top:-20%; left:-20%; transform:rotate(-45deg);
  253. /*edit the role icon here to match the variable*/ background: var(--r3-1);
  254.  
  255. background-size:100%; image-rendering:smooth;
  256.  
  257. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;][/border][/border]
  258.  
  259. [comment]----role text----[/comment]
  260. [border=transparent; height:100%; flex-grow:1; padding:15px 0; box-sizing:border-box;
  261. /*edit the role icon here to match the variable*/ background: var(--r3-2);
  262.  
  263. overflow:hidden; display:flex; flex-direction:column; pointer-events:auto; background-size:cover; position:relative; z-index:1;
  264.  
  265. /*edit the following to adjust the cropping of the image*/ background-position: 50% 50%;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:100%; width:50%; padding:0; box-sizing:border-box;][/border]
  266.  
  267. [border=transparent; height:auto; width:50%; padding:0 10px; box-sizing:border-box; position:relative;][border=transparent; height:auto; width:90%; padding:10px 10px 10px 20px; box-sizing:border-box; position:relative; margin-left:auto;][border=transparent; height:100%; width:100%; padding:0; background: var(--color-4); opacity:0.8; position:absolute; top:0; left:0; z-index:1;][/border][border=transparent; height:100%; width:100%; padding:0; color: var(--t-color-2); font-family:'Montserrat', sans-serif; font-size:11px; text-align:justify; line-height:130%; position:relative; z-index:2;][comment]
  268. ----* * * text starts here!----
  269. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tincidunt scelerisque massa tincidunt pharetra. Cras non velit nec turpis scelerisque gravida vel eget nulla. Nullam aliquam suscipit ex, ut venenatis erat porttitor tempus. Pellentesque vel pretium tortor. Integer efficitur molestie nibh ac laoreet. Morbi ut ultrices ex. Aenean et feugiat arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean dapibus euismod tortor, non molestie mauris eleifend ut. Curabitur iaculis, odio eget hendrerit venenatis, justo erat eleifend neque, sit amet congue arcu urna non quam. Mauris tincidunt velit et orci luctus sollicitudin. In malesuada sapien dolor, vel eleifend mi elementum in. In eu ornare purus. Donec hendrerit, urna sed faucibus rutrum, ante mi convallis tellus, et varius enim dui vitae leo.
  270.  
  271. Sed facilisis ullamcorper eleifend. Phasellus rhoncus tincidunt neque in interdum. Mauris ultrices dignissim augue. Sed sit amet venenatis ipsum, dignissim porta magna. Phasellus ligula risus, auctor ut vestibulum in, convallis eget est. Integer vel fermentum elit. Donec consectetur viverra purus. Nunc lobortis mi ac nunc dignissim posuere. Praesent ultricies, nulla vel consectetur ultricies, erat augue molestie dolor, a commodo lacus arcu a urna. Praesent iaculis, sem non feugiat lobortis, ante velit accumsan arcu, a auctor sapien mauris in justo. Nulla sagittis aliquet ligula, a porttitor ex lobortis accumsan. Morbi malesuada in felis quis sagittis. Donec tincidunt, nibh nec commodo tincidunt, ante libero lacinia leo, eu sodales nulla diam quis nisl. Aenean tempor nulla venenatis leo feugiat, at dapibus massa aliquet. Duis eu tempus felis, a laoreet ligula. Proin laoreet convallis eros.
  272. [/border][/border]
  273.  
  274. [/border][/border][/border]
  275. [comment]----role text end----[/comment]
  276. [/border]
  277. [comment]----role contents end----[/comment]
  278. [/border]
  279. [comment]----copy me too!----[/comment]
  280.  
  281. [comment]----copy this whole thing to add one more role! (role box 2 -- alternate role box 1 and 2)----[/comment]
  282. [border=transparent; height:305px; width:calc(50% - 20px); padding:0; margin:10px; display:flex; flex-flow: column-reverse nowrap; align-items:flex-end;]
  283. [comment]----role name----[/comment]
  284. [border=transparent; min-height:6%; width:80%; padding:0; box-sizing:border-box; text-align:center; color: var(--color-1); font-size:30px; text-transform:uppercase; font-weight:bold; color: var(--color-1); font-family:'Poppins', sans-serif; line-height:100%; letter-spacing:1px; position:relative; z-index:3; margin-top:-10px; flex-shrink:0;][comment]
  285. ----* * * role name here----
  286. [/comment]role name[/border]
  287.  
  288. [comment]----role contents----[/comment]
  289. [border=transparent; max-height:calc(94% + 10px); min-height:calc(64% + 10px); width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center;]
  290. [comment]----role icon----[/comment]
  291. [border=transparent; height:64px; width:64px; padding:0; overflow:hidden; position:relative; z-index:2; transform:rotate(45deg); margin:0 -32px 0 15px; flex-shrink:0;][border=transparent; height:140%; width:140%; padding:0; position:absolute; top:-20%; left:-20%; transform:rotate(-45deg);
  292. /*edit the role icon here to match the variable*/ background: var(--r4-1);
  293.  
  294. background-size:100%; image-rendering:smooth;
  295.  
  296. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;][/border][/border]
  297.  
  298. [comment]----role text----[/comment]
  299. [border=transparent; height:100%; flex-grow:1; padding:15px 0; box-sizing:border-box;
  300. /*edit the role icon here to match the variable*/ background: var(--r4-2);
  301.  
  302. overflow:hidden; display:flex; flex-direction:column; pointer-events:auto; background-size:cover; position:relative; z-index:1;
  303.  
  304. /*edit the following to adjust the cropping of the image*/ background-position: 50% 50%;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:100%; width:50%; padding:0; box-sizing:border-box;][/border]
  305.  
  306. [border=transparent; height:auto; width:50%; padding:0 10px; box-sizing:border-box; position:relative;][border=transparent; height:auto; width:90%; padding:10px 10px 10px 20px; box-sizing:border-box; position:relative; margin-left:auto;][border=transparent; height:100%; width:100%; padding:0; background: var(--color-4); opacity:0.8; position:absolute; top:0; left:0; z-index:1;][/border][border=transparent; height:100%; width:100%; padding:0; color: var(--t-color-2); font-family:'Montserrat', sans-serif; font-size:11px; text-align:justify; line-height:130%; position:relative; z-index:2;][comment]
  307. ----* * * text starts here!----
  308. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras tincidunt scelerisque massa tincidunt pharetra. Cras non velit nec turpis scelerisque gravida vel eget nulla. Nullam aliquam suscipit ex, ut venenatis erat porttitor tempus. Pellentesque vel pretium tortor. Integer efficitur molestie nibh ac laoreet. Morbi ut ultrices ex. Aenean et feugiat arcu. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aenean dapibus euismod tortor, non molestie mauris eleifend ut. Curabitur iaculis, odio eget hendrerit venenatis, justo erat eleifend neque, sit amet congue arcu urna non quam. Mauris tincidunt velit et orci luctus sollicitudin. In malesuada sapien dolor, vel eleifend mi elementum in. In eu ornare purus. Donec hendrerit, urna sed faucibus rutrum, ante mi convallis tellus, et varius enim dui vitae leo.
  309.  
  310. Sed facilisis ullamcorper eleifend. Phasellus rhoncus tincidunt neque in interdum. Mauris ultrices dignissim augue. Sed sit amet venenatis ipsum, dignissim porta magna. Phasellus ligula risus, auctor ut vestibulum in, convallis eget est. Integer vel fermentum elit. Donec consectetur viverra purus. Nunc lobortis mi ac nunc dignissim posuere. Praesent ultricies, nulla vel consectetur ultricies, erat augue molestie dolor, a commodo lacus arcu a urna. Praesent iaculis, sem non feugiat lobortis, ante velit accumsan arcu, a auctor sapien mauris in justo. Nulla sagittis aliquet ligula, a porttitor ex lobortis accumsan. Morbi malesuada in felis quis sagittis. Donec tincidunt, nibh nec commodo tincidunt, ante libero lacinia leo, eu sodales nulla diam quis nisl. Aenean tempor nulla venenatis leo feugiat, at dapibus massa aliquet. Duis eu tempus felis, a laoreet ligula. Proin laoreet convallis eros.
  311. [/border][/border]
  312.  
  313. [/border][/border][/border]
  314. [comment]----role text end----[/comment]
  315. [/border]
  316. [comment]----role contents end----[/comment]
  317. [/border]
  318. [comment]----copy me too!----[/comment]
  319.  
  320.  
  321. [/border][/border][/border]
  322. [comment]----tab contents end----[/comment]
  323.  
  324. [comment]----tab cover----[/comment]
  325. [border=transparent; height:53%; width:8%; padding:0; position:absolute; bottom:0; right:0; display:flex; flex-flow:column nowrap; font-size:0;]
  326. [comment]----button----[/comment]
  327. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;][/border]
  328. [comment]----button----[/comment]
  329. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;][/border]
  330. [comment]----selected button----[/comment]
  331. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;
  332. /*select*/ animation: fa-spin 5s linear infinite;]selected![/border]
  333. [comment]----button----[/comment]
  334. [border=transparent; height:40px; width:40px; padding:0; background: var(--b1); background-size:cover; margin:10px 0;][/border]
  335. [/border]
  336. [comment]----tab three end----[/comment]
  337.  
  338. [comment]----made with love by uxie and triples ♡ do not remove!! !!----[/comment]
  339. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--bg-2); font-size:10px; position:absolute; z-index:7; top:5px; right:10px; display:flex; flex-flow: row nowrap; align-items:center; line-height:100%; opacity:1;][border=transparent; height:fit-content; width:fit-content; padding:0; letter-spacing:0.5px; font-weight:bold;][font=Space Grotesk]nine lives[/font][/border][border=transparent; height:fit-content; width:fit-content; padding:0; margin-left:5px; font-size:8px;][fa]fas fa-cat[/fa][/border][/border]
  340.  
  341. [/border][/tab]
  342. [comment]----tab three end----[/comment]
  343.  
  344.  
  345. [comment]----tab four (rules + links)----[/comment]
  346. [tab=.][border=transparent; height:100%; width:100%; padding:20px 80px 20px 25px; box-sizing:border-box; background: var(--bg-2); pointer-events:none; position:absolute; top:0; left:0; line-height:0; display:flex; flex-flow:column nowrap;]
  347.  
  348. [comment]----rules----[/comment]
  349. [border=transparent; height:72%; width:100%: padding:0; flex-shrink:0; display:flex; flex-flow:column nowrap; pointer-events:auto;]
  350. [comment]----section title----[/comment]
  351. [border=transparent; height:20%; width:fit-content; padding:0; color: var(--bg-1); font-size:53px; font-family:'Abril Fatface', display; line-height:100%; pointer-events:auto;][comment]
  352. ----* * * tab title here----
  353. [/comment]the rules.[/border]
  354.  
  355. [comment]----rules contents----[/comment]
  356. [border=transparent; height:80%; width:100%; padding:0; box-sizing:border-box; display:flex; flex-direction:column; overflow:hidden;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0; display:flex; flex-flow: column nowrap;]
  357.  
  358. [comment]----copy this whole thing to make a new rule----[/comment]
  359. [border=transparent; height:fit-content; width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center; margin:8px 0;]
  360. [comment]----number----[/comment]
  361. [border=transparent; height:fit-content; width:10%; padding:0; letter-spacing:0.5px; color: var(--color-4); font-size:42px; font-weight:bold; line-height:100%; flex-shrink:0; font-family:'Poppins', sans-serif; margin:0 -28px 0 0; position:relative; text-align:center;][comment]
  362. ----* * * rule number here----
  363. [/comment]1.[/border]
  364.  
  365. [comment]----rule text----[/comment]
  366. [border=transparent; height:fit-content; flex-grow:1; padding:8px 8px 8px 35px; box-sizing:border-box; background: var(--color-2); color: var(--t-color-1); font-size:12px; text-align:justify; font-family:'Montserrat', sans-serif; line-height:130%;][comment]
  367. ----* * * text starts here----
  368. [/comment]Ad astra per aspera. I think I knew you once before I was supposed to, maybe many times. I think you were the paper cut I got in third grade, and you were the bandaid
  369. [/border]
  370. [/border]
  371. [comment]----copy me too!----[/comment]
  372.  
  373. [comment]----copy this whole thing to make a new rule----[/comment]
  374. [border=transparent; height:fit-content; width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center; margin:8px 0;]
  375. [comment]----number----[/comment]
  376. [border=transparent; height:fit-content; width:10%; padding:0; letter-spacing:0.5px; color: var(--color-4); font-size:42px; font-weight:bold; line-height:100%; flex-shrink:0; font-family:'Poppins', sans-serif; margin:0 -28px 0 0; position:relative; text-align:center;][comment]
  377. ----* * * rule number here----
  378. [/comment]2.[/border]
  379.  
  380. [comment]----rule text----[/comment]
  381. [border=transparent; height:fit-content; flex-grow:1; padding:8px 8px 8px 35px; box-sizing:border-box; background: var(--color-2); color: var(--t-color-1); font-size:12px; text-align:justify; font-family:'Montserrat', sans-serif; line-height:130%;][comment]
  382. ----* * * text starts here----
  383. [/comment] lovingly applied. I think you were the strawberry milk I drank at the science museum cafeteria, and you were
  384. [/border]
  385. [/border]
  386. [comment]----copy me too!----[/comment]
  387.  
  388. [comment]----copy this whole thing to make a new rule----[/comment]
  389. [border=transparent; height:fit-content; width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center; margin:8px 0;]
  390. [comment]----number----[/comment]
  391. [border=transparent; height:fit-content; width:10%; padding:0; letter-spacing:0.5px; color: var(--color-4); font-size:42px; font-weight:bold; line-height:100%; flex-shrink:0; font-family:'Poppins', sans-serif; margin:0 -28px 0 0; position:relative; text-align:center;][comment]
  392. ----* * * rule number here----
  393. [/comment]3.[/border]
  394.  
  395. [comment]----rule text----[/comment]
  396. [border=transparent; height:fit-content; flex-grow:1; padding:8px 8px 8px 35px; box-sizing:border-box; background: var(--color-2); color: var(--t-color-1); font-size:12px; text-align:justify; font-family:'Montserrat', sans-serif; line-height:130%;][comment]
  397. ----* * * text starts here----
  398. [/comment] the sting of humiliation when I laughed so hard at my babysitter’s joke that it came out my nose.
  399. [/border]
  400. [/border]
  401. [comment]----copy me too!----[/comment]
  402.  
  403. [comment]----copy this whole thing to make a new rule----[/comment]
  404. [border=transparent; height:fit-content; width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center; margin:8px 0;]
  405. [comment]----number----[/comment]
  406. [border=transparent; height:fit-content; width:10%; padding:0; letter-spacing:0.5px; color: var(--color-4); font-size:42px; font-weight:bold; line-height:100%; flex-shrink:0; font-family:'Poppins', sans-serif; margin:0 -28px 0 0; position:relative; text-align:center;][comment]
  407. ----* * * rule number here----
  408. [/comment]4.[/border]
  409.  
  410. [comment]----rule text----[/comment]
  411. [border=transparent; height:fit-content; flex-grow:1; padding:8px 8px 8px 35px; box-sizing:border-box; background: var(--color-2); color: var(--t-color-1); font-size:12px; text-align:justify; font-family:'Montserrat', sans-serif; line-height:130%;][comment]
  412. ----* * * text starts here----
  413. [/comment] Maybe, also, you were the first bite of fine expensive steak, and the first piece of gristle I had to wincingly secret away into a napkin. Do
  414. [/border]
  415. [/border]
  416. [comment]----copy me too!----[/comment]
  417.  
  418. [comment]----copy this whole thing to make a new rule----[/comment]
  419. [border=transparent; height:fit-content; width:100%; padding:0; display:flex; flex-flow: row nowrap; align-items:center; margin:8px 0;]
  420. [comment]----number----[/comment]
  421. [border=transparent; height:fit-content; width:10%; padding:0; letter-spacing:0.5px; color: var(--color-4); font-size:42px; font-weight:bold; line-height:100%; flex-shrink:0; font-family:'Poppins', sans-serif; margin:0 -28px 0 0; position:relative; text-align:center;][comment]
  422. ----* * * rule number here----
  423. [/comment]5.[/border]
  424.  
  425. [comment]----rule text----[/comment]
  426. [border=transparent; height:fit-content; flex-grow:1; padding:8px 8px 8px 35px; box-sizing:border-box; background: var(--color-2); color: var(--t-color-1); font-size:12px; text-align:justify; font-family:'Montserrat', sans-serif; line-height:130%;][comment]
  427. ----* * * text starts here----
  428. [/comment] you remember if you were the wanting? the fulfilling? The leaving? The returning?
  429. [/border]
  430. [/border]
  431. [comment]----copy me too!----[/comment]
  432.  
  433. [/border][/border][/border]
  434. [comment]----rules contents end----[/comment]
  435. [/border]
  436. [comment]----rules end----[/comment]
  437.  
  438. [comment]----links----[/comment]
  439. [border=transparent; flex-grow:1; width:100%; padding:0 10px; box-sizing:border-box; margin-top:15px; display:flex; flex-flow: row-reverse nowrap; align-items:center; pointer-events:auto;]
  440. [comment]----section title----[/comment]
  441. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--bg-1); font-size:28px; font-family:'Abril Fatface', display; line-height:100%; pointer-events:auto; flex-shrink:0;][comment]
  442. ----* * * tab title here----
  443. [/comment]links.[/border]
  444.  
  445. [comment]----links box----[/comment]
  446. [border=transparent; height:fit-content; flex-grow:1; padding:0 25px; box-sizing:border-box; display:flex; flex-flow: row nowrap; align-items:center;]
  447.  
  448. [comment]----link one----[/comment]
  449. [border=transparent; height:100%; flex:1 0; min-width:30%; padding:0; display:flex; align-items:center; justify-content:center; position:relative;]
  450. [comment]----link----[/comment]
  451. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--color-4); text-transform:uppercase; font-size:17px; font-weight:bold; font-family:'Montserrat', sans-serif; position:relative; z-index:2; text-align:center;][comment]
  452. ----* * * replace the xx between the ' ' with your link----
  453. [/comment][URL='http://xx'][border=transparent; padding:0; color: var(--color-4); line-height:110%;][comment]
  454. ----* * *link title here----
  455. [/comment]lore[/border][/URL]
  456. [/border]
  457.  
  458. [comment]----funky diamond (ignore!)----[/comment]
  459. [border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:1; display:flex; align-items:center; justify-content:center;][border=transparent; height:55px; width:55px; padding:0; background: var(--color-3); transform:rotate(45deg);][/border][/border]
  460. [/border]
  461. [comment]----link one end----[/comment]
  462.  
  463. [comment]----link two----[/comment]
  464. [border=transparent; height:100%; flex:1 0; min-width:30%; padding:0; display:flex; align-items:center; justify-content:center; position:relative;]
  465. [comment]----link----[/comment]
  466. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--color-4); text-transform:uppercase; font-size:17px; font-weight:bold; font-family:'Montserrat', sans-serif; position:relative; z-index:2; text-align:center;][comment]
  467. ----* * * replace the xx between the ' ' with your link----
  468. [/comment][URL='http://xx'][border=transparent; padding:0; color: var(--color-4); line-height:110%;][comment]
  469. ----* * *link title here----
  470. [/comment]cs[/border][/URL]
  471. [/border]
  472.  
  473. [comment]----funky diamond (ignore!)----[/comment]
  474. [border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:1; display:flex; align-items:center; justify-content:center;][border=transparent; height:55px; width:55px; padding:0; background: var(--color-3); transform:rotate(45deg);][/border][/border]
  475. [/border]
  476. [comment]----link two end----[/comment]
  477.  
  478. [comment]----link three----[/comment]
  479. [border=transparent; height:100%; flex:1 0; min-width:30%; padding:0; display:flex; align-items:center; justify-content:center; position:relative;]
  480. [comment]----link----[/comment]
  481. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--color-4); text-transform:uppercase; font-size:17px; font-weight:bold; font-family:'Montserrat', sans-serif; position:relative; z-index:2; text-align:center;][comment]
  482. ----* * * replace the xx between the ' ' with your link----
  483. [/comment][URL='http://xx'][border=transparent; padding:0; color: var(--color-4); line-height:110%;][comment]
  484. ----* * *link title here----
  485. [/comment]ooc[/border][/URL]
  486. [/border]
  487.  
  488. [comment]----funky diamond (ignore!)----[/comment]
  489. [border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:1; display:flex; align-items:center; justify-content:center;][border=transparent; height:55px; width:55px; padding:0; background: var(--color-3); transform:rotate(45deg);][/border][/border]
  490. [/border]
  491. [comment]----link three end----[/comment]
  492.  
  493. [/border]
  494. [comment]----links box end----[/comment]
  495. [/border]
  496. [comment]----links end----[/comment]
  497.  
  498. [comment]----tab cover----[/comment]
  499. [border=transparent; height:53%; width:8%; padding:0; position:absolute; bottom:0; right:0; display:flex; flex-flow:column nowrap; font-size:0;]
  500. [comment]----button----[/comment]
  501. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;][/border]
  502. [comment]----button----[/comment]
  503. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;][/border]
  504. [comment]----button----[/comment]
  505. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;][/border]
  506. [comment]----selected button----[/comment]
  507. [border=transparent; height:40px; width:40px; padding:0; background: var(--b2); background-size:cover; margin:10px 0;
  508. /*select*/ animation: fa-spin 5s linear infinite;]selected![/border]
  509. [/border]
  510. [comment]----tab cover end----[/comment]
  511.  
  512. [comment]----made with love by uxie and triples ♡ do not remove!! !!----[/comment]
  513. [border=transparent; height:fit-content; width:fit-content; padding:0; color: var(--bg-1); font-size:10px; position:absolute; z-index:7; top:5px; right:10px; display:flex; flex-flow: row nowrap; align-items:center; line-height:100%; opacity:1;][border=transparent; height:fit-content; width:fit-content; padding:0; letter-spacing:0.5px; font-weight:bold;][font=Space Grotesk]nine lives[/font][/border][border=transparent; height:fit-content; width:fit-content; padding:0; margin-left:5px; font-size:8px;][fa]fas fa-cat[/fa][/border][/border]
  514.  
  515. [/border][/tab]
  516. [comment]----tab four end----[/comment]
  517.  
  518.  
  519. [/tabs][/border][/border]
  520. [comment]----tabs end----[/comment]
  521.  
  522. [/border]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement