Advertisement
ooksie

opaline

Sep 24th, 2022 (edited)
849
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 47.56 KB | None | 0 0
  1. [comment]coded by uxie! loosely inspired by springdoy's [url='https://springdoythemes.tumblr.com/imd.']in my dreams[/url]
  2.  
  3. fonts used:
  4. [font=Chonburi]buttons[/font]
  5. [font=Libre Baskerville]header[/font]
  6. [font=Mulish]body text[/font]
  7.  
  8. to replace fonts, add/replace them here, and then in the variables below under *fonts; check uxie's tech support in nine lives for more details ( ‾́ ◡ ‾́ )
  9.  
  10. [/comment][border=transparent;
  11.  
  12. /*background colour*/
  13. --bg-1: #fafafa;
  14. /*textbox background colour*/
  15. --bg-2: #fff;
  16. /*border colour*/
  17. --border:#ededed;
  18.  
  19. /*main accent colour*/
  20. --color-1: #c3dbb8;
  21. /*secondary accent colour -- slightly darker than main accent colour*/
  22. --color-2: #9ba596;
  23. /*contrast w. other two accents*/
  24. --color-3: #fff;
  25.  
  26. /*unselected button colour -- lighter and less saturated than main accent*/
  27. --unselected: #b8bfb5;
  28. /*selected button colour*/
  29. --selected: var(--color-1);
  30.  
  31. /*text colour*/
  32. --t-color: #2a2b2a;
  33.  
  34. /*fonts used*/
  35. --button: 'Chonburi', serif;
  36. --header: 'Libre Baskerville', serif;
  37. --body: 'Mulish', sans-serif;
  38.  
  39. /*big left image*/
  40. --img-1: url('https://i.imgur.com/rt5xs4j.png');
  41. /*tab 1 -- image icon next to basics*/
  42. --img-2: url('https://i.imgur.com/Det3vKt.png');
  43. /*tab 3 -- image between history and misc*/
  44. --img-3: url('https://pbs.twimg.com/media/FUu0QHfXsAICX13.jpg');
  45.  
  46. /*gallery images -- add variables here to reference if you want to add more pictures!*/
  47. --gimg-1: url('https://i.imgur.com/B442Nn0.png');
  48. --gimg-2: url('https://i.imgur.com/B442Nn0.png');
  49. --gimg-3: url('https://i.imgur.com/B442Nn0.png');
  50. --gimg-4: url('https://i.imgur.com/B442Nn0.png');
  51.  
  52.  
  53. height:auto; width:100%; padding:0; overflow-x:auto; margin:20px 0 30px 0; line-height:0;][border=transparent; height:auto; min-height:444px; width:clamp(320px, 80vw, 680px); box-sizing:border-box; padding:0; background: var(--bg-1); border:1px solid var(--border); border-top:12px solid var(--color-1); border-bottom:12px solid var(--color-1); margin:0 auto; position:relative;][border=transparent; height:auto; width:100%; padding:0; position:relative; display:flex; flex-flow:row wrap; overflow:hidden;
  54. --f1:1 0 42%; --f2:1 0 58%; --f1-mw: 200px; --f2-mw: 260px;]
  55.  
  56. [comment]----sidebar (tabs cover)----[/comment]
  57. [border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:2; display:flex; flex-flow:row wrap; pointer-events:none;][border=transparent; height:auto; min-height:300px; flex: var(--f1); min-width: var(--f1-mw); padding:25px 20px 20px 20px; box-sizing:border-box; display:flex; flex-flow:column nowrap; position:relative;]
  58.  
  59. [comment]----big text----[/comment]
  60. [border=transparent; height:auto; width:auto; max-width:calc(100% + 110px); padding:0; position:absolute; top:5%; left:-10px; z-index:1; color: var(--color-1); opacity:0.85; font-family: var(--header); line-height:80%; font-size:80px;][comment]
  61.  
  62. ----* * * big text here (partially obscured, keep this short)----
  63.  
  64. [/comment]bigword.[/border]
  65.  
  66. [comment]----big image----[/comment]
  67. [border=transparent; flex:1; width:100%; position:relative; z-index:2; padding:25px; box-sizing:border-box;]
  68. [border=transparent; height:50px; width:50px; padding:0; border:1px solid var(--color-2); border-bottom:0; border-right:0; position:absolute; top:0; left:0;][/border]
  69. [border=transparent; height:50px; width:50px; padding:0; border:1px solid var(--color-2); border-top:0; border-left:0; position:absolute; bottom:0; right:0;][/border]
  70. [border=transparent; height:100%; width:100%; padding:0; background: var(--img-1); background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  71.  
  72. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;
  73.  
  74. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border]
  75.  
  76. [comment]----name----[/comment]
  77. [border=transparent; height:auto; width:auto; max-width:145px; position:absolute; bottom:13px; left:10px; padding:0;][border=transparent; height:auto; width:auto; padding:5px 8px 6px 10px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); line-height:160%; letter-spacing:2px; font-size:clamp(13px, -30px + 10vw, 15px); font-weight:bold; display:inline; -webkit-box-decoration-break:clone; text-transform:uppercase;][comment]
  78.  
  79. ----* * * name here----
  80.  
  81. [/comment]some title here.[/border]
  82. [/border]
  83.  
  84. [/border]
  85. [comment]----image end----[/comment]
  86.  
  87. [comment]----button container----[/comment]
  88. [border=transparent; height:30px; width:100%; padding:0; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0; margin-top:25px; background: var(--bg-1);][border=transparent; height:0; flex:1; padding:0; border-top:1px solid var(--color-2); margin-right:5px;][/border]
  89.  
  90. [comment]----button----[/comment]
  91. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px; font-family: var(--button); color:transparent; -webkit-text-stroke:0.8px var(--unselected); font-size:28px; line-height:100%; font-style:oblique; white-space:nowrap;]01.[/border]
  92.  
  93. [comment]----button----[/comment]
  94. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px; font-family: var(--button); color:transparent; -webkit-text-stroke:0.8px var(--unselected); font-size:28px; line-height:100%; font-style:oblique; white-space:nowrap;]02.[/border]
  95.  
  96. [comment]----button----[/comment]
  97. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px; font-family: var(--button); color:transparent; -webkit-text-stroke:0.8px var(--unselected); font-size:28px; line-height:100%; font-style:oblique; white-space:nowrap;]03.[/border]
  98.  
  99. [/border]
  100. [comment]----button container end----[/comment]
  101. [/border][border=transparent; height:420px; flex: var(--f2); min-width: var(--f2-mw); padding:0;][/border][/border]
  102. [comment]----sidebar (tabs cover) end----[/comment]
  103.  
  104.  
  105. [comment]----tabs (left)----[/comment]
  106. [border=transparent; height:auto; min-height:300px; flex: var(--f1); min-width: var(--f1-mw); padding:25px 20px 20px 20px; box-sizing:border-box; display:flex; justify-content:flex-end;][border=transparent; height:30px; width:165px; padding:0; overflow:hidden; margin:auto 0 0 auto;][border=transparent; padding:0; margin:3px -40px 0 -30px][tabs]
  107.  
  108. [comment]----tab 1----[/comment]
  109. [tab=.][border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:3; display:flex; flex-flow:row wrap; pointer-events:none;]
  110. [comment]----button select----[/comment]
  111. [border=transparent; height:auto; min-height:300px; flex: var(--f1); min-width: var(--f1-mw); padding:25px 20px 20px 20px; box-sizing:border-box; display:flex; flex-flow:column nowrap; justify-content:flex-end; align-items:flex-end; position:relative;][border=transparent; height:30px; width:auto; padding:0; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0; margin-top:25px;]
  112.  
  113. [comment]----selected button----[/comment]
  114. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px; font-family: var(--button); color: var(--selected); font-size:28px; line-height:100%; font-style:oblique; font-weight:bold; background: var(--bg-1); white-space:nowrap;]01.[/border]
  115.  
  116. [comment]----filler button----[/comment]
  117. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px][/border]
  118. [comment]----filler button----[/comment]
  119. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px][/border]
  120. [/border][/border]
  121. [comment]----button select end----[/comment]
  122.  
  123. [comment]----tab contents----[/comment]
  124. [border=transparent; height:420px; flex: var(--f2); min-width: var(--f2-mw); padding:20px; box-sizing:border-box; display:flex; flex-flow:column nowrap; pointer-events:auto;]
  125.  
  126. [comment]----basics----[/comment]
  127. [border=transparent; height:138px; width:100%; padding:0; display:flex; flex-flow:row nowrap; flex-shrink:0;]
  128.  
  129. [comment]----basics contents----[/comment]
  130. [border=transparent; height:100%; flex:1; padding:8px 0 5px 0; box-sizing:border-box; overflow:hidden; margin-right:20px;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0; box-sizing:border-box; --m:10px;][border=transparent; height:0; width:100%; padding:0; margin-bottom: calc(var(--m) * -1);][/border]
  131.  
  132. [comment]----copy this whole thing to make another piece of info----[/comment]
  133. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row nowrap; align-items:center; margin-top: var(--m);]
  134. [border=transparent; height:auto; width:40px; padding:0; color: var(--color-2); font-family: var(--button); font-size:30px; line-height:100%; white-space:nowrap; flex-shrink:0; margin-right:22px; text-shadow:1.5px 1.5px var(--bg-1);][comment]
  135.  
  136. ----* * * info number here----
  137.  
  138. [/comment]01[/border]
  139. [border=transparent; flex:1; height:auto; padding:0; display:flex; flex-flow:column nowrap;]
  140. [border=transparent; height:auto; width:auto; padding:2px 3px 2px 4px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin-right:auto;][comment]
  141.  
  142. ----* * * info title here----
  143.  
  144. [/comment]name.[/border]
  145.  
  146. [border=transparent; height:auto; flex:1; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:15px; margin:3px 0 0 0;][comment]
  147.  
  148. ----* * * info contents here----
  149.  
  150. [/comment]answer[/border]
  151. [/border]
  152. [/border]
  153. [comment]----copy me too!----[/comment]
  154.  
  155. [comment]----copy this whole thing to make another piece of info----[/comment]
  156. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row nowrap; align-items:center; margin-top: var(--m);]
  157. [border=transparent; height:auto; width:40px; padding:0; color: var(--color-2); font-family: var(--button); font-size:30px; line-height:100%; white-space:nowrap; flex-shrink:0; margin-right:22px; text-shadow:1.5px 1.5px var(--bg-1);][comment]
  158.  
  159. ----* * * info number here----
  160.  
  161. [/comment]02[/border]
  162. [border=transparent; flex:1; height:auto; padding:0; display:flex; flex-flow:column nowrap;]
  163. [border=transparent; height:auto; width:auto; padding:2px 3px 2px 4px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin-right:auto;][comment]
  164.  
  165. ----* * * info title here----
  166.  
  167. [/comment]a.k.a.[/border]
  168.  
  169. [border=transparent; height:auto; flex:1; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:15px; margin:3px 0 0 0;][comment]
  170.  
  171. ----* * * info contents here----
  172.  
  173. [/comment]answer[/border]
  174. [/border]
  175. [/border]
  176. [comment]----copy me too!----[/comment]
  177.  
  178. [comment]----copy this whole thing to make another piece of info----[/comment]
  179. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row nowrap; align-items:center; margin-top: var(--m);]
  180. [border=transparent; height:auto; width:40px; padding:0; color: var(--color-2); font-family: var(--button); font-size:30px; line-height:100%; white-space:nowrap; flex-shrink:0; margin-right:22px; text-shadow:1.5px 1.5px var(--bg-1);][comment]
  181.  
  182. ----* * * info number here----
  183.  
  184. [/comment]03[/border]
  185. [border=transparent; flex:1; height:auto; padding:0; display:flex; flex-flow:column nowrap;]
  186. [border=transparent; height:auto; width:auto; padding:2px 3px 2px 4px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin-right:auto;][comment]
  187.  
  188. ----* * * info title here----
  189.  
  190. [/comment]age.[/border]
  191.  
  192. [border=transparent; height:auto; flex:1; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:15px; margin:3px 0 0 0;][comment]
  193.  
  194. ----* * * info contents here----
  195.  
  196. [/comment]answer[/border]
  197. [/border]
  198. [/border]
  199. [comment]----copy me too!----[/comment]
  200.  
  201. [comment]----copy this whole thing to make another piece of info----[/comment]
  202. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row nowrap; align-items:center; margin-top: var(--m);]
  203. [border=transparent; height:auto; width:40px; padding:0; color: var(--color-2); font-family: var(--button); font-size:30px; line-height:100%; white-space:nowrap; flex-shrink:0; margin-right:22px; text-shadow:1.5px 1.5px var(--bg-1);][comment]
  204.  
  205. ----* * * info number here----
  206.  
  207. [/comment]04[/border]
  208. [border=transparent; flex:1; height:auto; padding:0; display:flex; flex-flow:column nowrap;]
  209. [border=transparent; height:auto; width:auto; padding:2px 3px 2px 4px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin-right:auto;][comment]
  210.  
  211. ----* * * info title here----
  212.  
  213. [/comment]gender.[/border]
  214.  
  215. [border=transparent; height:auto; flex:1; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:15px; margin:3px 0 0 0;][comment]
  216.  
  217. ----* * * info contents here----
  218.  
  219. [/comment]answer[/border]
  220. [/border]
  221. [/border]
  222. [comment]----copy me too!----[/comment]
  223.  
  224. [comment]----copy this whole thing to make another piece of info----[/comment]
  225. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row nowrap; align-items:center; margin-top: var(--m);]
  226. [border=transparent; height:auto; width:40px; padding:0; color: var(--color-2); font-family: var(--button); font-size:30px; line-height:100%; white-space:nowrap; flex-shrink:0; margin-right:22px; text-shadow:1.5px 1.5px var(--bg-1);][comment]
  227.  
  228. ----* * * info number here----
  229.  
  230. [/comment]05[/border]
  231. [border=transparent; flex:1; height:auto; padding:0; display:flex; flex-flow:column nowrap;]
  232. [border=transparent; height:auto; width:auto; padding:2px 3px 2px 4px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin-right:auto;][comment]
  233.  
  234. ----* * * info title here----
  235.  
  236. [/comment]ethnicity[/border]
  237.  
  238. [border=transparent; height:auto; flex:1; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:15px; margin:3px 0 0 0;][comment]
  239.  
  240. ----* * * info contents here----
  241.  
  242. [/comment]answer[/border]
  243. [/border]
  244. [/border]
  245. [comment]----copy me too!----[/comment]
  246.  
  247. [/border][/border][/border]
  248. [comment]----basics content end----[/comment]
  249.  
  250. [comment]----basics image----[/comment]
  251. [border=transparent; height:100%; width:clamp(90px, -50px + 26vw, 135px); padding:12px; box-sizing:border-box; position:relative;]
  252. [border=transparent; height:35px; width:35px; padding:0; border:1px solid var(--color-2); border-bottom:0; border-right:0; position:absolute; top:0; left:0;][/border]
  253. [border=transparent; height:35px; width:35px; padding:0; border:1px solid var(--color-2); border-top:0; border-left:0; position:absolute; bottom:0; right:0;][/border]
  254. [border=transparent; height:100%; width:100%; padding:0; background: var(--img-2); background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  255.  
  256. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;
  257.  
  258. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border][/border]
  259. [/border]
  260. [comment]----basics end----[/comment]
  261.  
  262. [comment]----visage----[/comment]
  263. [border=transparent; height:58%; width:100%; padding:13px 0; box-sizing:border-box; background: var(--bg-2); border:1px solid var(--border); display:flex; flex-flow:column nowrap; margin-top:25px;]
  264. [comment]----visage title----[/comment]
  265. [border=transparent; height:auto; width:100%; padding:0 20px; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0;][border=transparent; height:0; flex:1; padding:0; border-top:1px solid var(--color-2);][/border][border=transparent; height:auto; width:auto; padding:0; flex-shrink:0; margin-left:15px; color: var(--color-1); font-style:oblique; text-transform:uppercase; font-family: var(--header); font-weight:bold; font-size:19px; letter-spacing:1px; line-height:100%;][comment]
  266.  
  267. ----* * * box title here----
  268.  
  269. [/comment]visage.[/border][/border]
  270.  
  271. [comment]----visage contents----[/comment]
  272. [border=transparent; height:90%; width:100%; padding:0; overflow:hidden; margin-top:10px;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0 12px 0 20px; box-sizing:border-box; --m:4px;][border=transparent; height:0; width:100%; padding:0; margin-bottom: calc(var(--m) * -1 - 4px);][/border]
  273.  
  274. [comment]----copy this whole thing to make another tag----[/comment]
  275. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  276. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  277.  
  278. ----* * * info title here----
  279.  
  280. [/comment]height.[/border]
  281.  
  282. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  283.  
  284. ----* * * info contents here----
  285.  
  286. [/comment]answer[/border]
  287. [/border]
  288. [comment]----copy me too!----[/comment]
  289.  
  290. [comment]----copy this whole thing to make another tag----[/comment]
  291. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  292. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  293.  
  294. ----* * * info title here----
  295.  
  296. [/comment]appearance.[/border]
  297.  
  298. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  299.  
  300. ----* * * info contents here----
  301.  
  302. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis hendrerit fringilla justo volutpat consectetur. Maecenas quis dui quis neque fringilla tincidunt nec in arcu. Pellentesque aliquam nulla interdum velit tristique auctor. Maecenas urna nibh, vehicula vel tempus quis, semper vitae velit.[/border]
  303. [/border]
  304. [comment]----copy me too!----[/comment]
  305.  
  306. [comment]----copy this whole thing to make another tag----[/comment]
  307. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  308. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  309.  
  310. ----* * * info title here----
  311.  
  312. [/comment]faceclaim.[/border]
  313.  
  314. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  315.  
  316. ----* * * info contents here----
  317.  
  318. [/comment]answer[/border]
  319. [/border]
  320. [comment]----copy me too!----[/comment]
  321.  
  322. [/border][/border][/border]
  323. [comment]----visage contents end----[/comment]
  324. [/border]
  325. [comment]----visage end----[/comment]
  326. [/border]
  327. [comment]----tab contents end----[/comment]
  328. [/border][/tab]
  329. [comment]----tab 1 end----[/comment]
  330.  
  331.  
  332. [comment]----tab 2----[/comment]
  333. [tab=.][border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:3; display:flex; flex-flow:row wrap; pointer-events:none;]
  334. [comment]----button select----[/comment]
  335. [border=transparent; height:auto; min-height:300px; flex: var(--f1); min-width: var(--f1-mw); padding:25px 20px 20px 20px; box-sizing:border-box; display:flex; flex-flow:column nowrap; justify-content:flex-end; align-items:flex-end; position:relative;][border=transparent; height:30px; width:auto; padding:0; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0; margin-top:25px;]
  336. [comment]----filler button----[/comment]
  337. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px][/border]
  338.  
  339. [comment]----selected button----[/comment]
  340. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px; font-family: var(--button); color: var(--selected); font-size:28px; line-height:100%; font-style:oblique; font-weight:bold; background: var(--bg-1); white-space:nowrap;]02.[/border]
  341.  
  342. [comment]----filler button----[/comment]
  343. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px][/border]
  344. [/border][/border]
  345. [comment]----button select end----[/comment]
  346.  
  347. [comment]----tab contents----[/comment]
  348. [border=transparent; height:420px; flex: var(--f2); min-width: var(--f2-mw); padding:20px; box-sizing:border-box; pointer-events:auto; display:flex; flex-flow:column nowrap; align-items:center;]
  349.  
  350. [comment]----personality main----[/comment]
  351. [border=transparent; height:90%; max-height:calc(100% - 100px); width:100%; padding:0; box-sizing:border-box;][border=transparent; height:100%; width:100%; padding:13px 0; box-sizing:border-box; background: var(--bg-2); border:1px solid var(--border); display:flex; flex-flow:column nowrap;]
  352. [comment]----personality title----[/comment]
  353. [border=transparent; height:auto; width:100%; padding:0 20px; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0;][border=transparent; height:0; flex:1; padding:0; border-top:1px solid var(--color-2);][/border][border=transparent; height:auto; width:auto; padding:0; flex-shrink:0; margin-left:15px; color: var(--color-1); font-style:oblique; text-transform:uppercase; font-family: var(--header); font-weight:bold; font-size:19px; letter-spacing:1px; line-height:100%;][comment]
  354.  
  355. ----* * * box title here----
  356.  
  357. [/comment]psyche.[/border][/border]
  358.  
  359. [comment]----personality contents----[/comment]
  360. [border=transparent; height:100%; width:100%; padding:0; overflow:hidden; margin-top:10px;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0 12px 0 20px; box-sizing:border-box; --m:4px;][border=transparent; height:0; width:100%; padding:0; margin-bottom: calc(var(--m) * -1 - 4px);][/border]
  361.  
  362. [comment]----copy this whole thing to make another paragraph text----[/comment]
  363. [border=transparent; height:auto; width:100%; padding:0; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin: calc(var(--m) + 4px) 0 14px 0; text-align:justify;][comment]
  364.  
  365. ----* * * text starts here here----
  366.  
  367. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in turpis sit amet mauris sodales accumsan sit amet in lectus. Sed euismod placerat ex quis tincidunt. Cras tristique purus ut est aliquet, suscipit bibendum augue auctor. Suspendisse potenti. Sed dignissim, eros vitae pulvinar gravida, libero massa sagittis arcu, quis cursus tortor est in turpis. Cras rhoncus, urna ac porta tincidunt, enim libero porta arcu, non vulputate neque urna et mi. Phasellus non justo vitae velit volutpat imperdiet. Suspendisse et maximus erat, ac pretium ligula. Quisque auctor, quam ac viverra ultricies, augue eros interdum arcu, ullamcorper consectetur mi ligula et nibh. Nulla libero tellus, pellentesque non dui hendrerit, pellentesque dictum nisl. Fusce neque massa, gravida sed lorem vel, suscipit iaculis enim. Vestibulum interdum ultrices odio. Proin laoreet placerat est nec hendrerit. Nunc quis lorem gravida, facilisis est sit amet, tincidunt odio. Interdum et malesuada fames ac ante ipsum primis in faucibus.
  368. [/border]
  369. [comment]----copy me too!----[/comment]
  370.  
  371.  
  372. [comment]----copy this whole thing to make another tag----[/comment]
  373. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  374. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  375.  
  376. ----* * * info title here----
  377.  
  378. [/comment]virtues.[/border]
  379.  
  380. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  381.  
  382. ----* * * info contents here----
  383.  
  384. [/comment]virtue. virtue. virtue.[/border]
  385. [/border]
  386. [comment]----copy me too!----[/comment]
  387.  
  388. [comment]----copy this whole thing to make another tag----[/comment]
  389. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  390. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  391.  
  392. ----* * * info title here----
  393.  
  394. [/comment]vices.[/border]
  395.  
  396. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  397.  
  398. ----* * * info contents here----
  399.  
  400. [/comment]vice. vice. vice.[/border]
  401. [/border]
  402. [comment]----copy me too!----[/comment]
  403.  
  404. [comment]----copy this whole thing to make another tag----[/comment]
  405. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  406. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  407.  
  408. ----* * * info title here----
  409.  
  410. [/comment]fears.[/border]
  411.  
  412. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  413.  
  414. ----* * * info contents here----
  415.  
  416. [/comment]fear. fear. fear.[/border]
  417. [/border]
  418. [comment]----copy me too!----[/comment]
  419.  
  420. [/border][/border][/border]
  421. [comment]----personality contents end----[/comment]
  422. [/border][/border]
  423. [comment]----personality main end----[/comment]
  424.  
  425. [comment]----quote----[/comment]
  426. [border=transparent; height:auto; width:97%; padding:0 30px; box-sizing:border-box; position:relative; margin:auto 0 20px 0;][border=transparent; height:40px; width:auto; padding:0; color: var(--color-1); opacity:0.5; font-size:110px; line-height:100%; position:absolute; top:-30px; left:-4px; pointer-events:none; letter-spacing:-4px;]❛❛[/border][border=transparent; height:40px; width:auto; padding:0; color: var(--color-1); opacity:0.5; font-size:110px; line-height:100%; position:absolute; bottom:5px; right:0; pointer-events:none; letter-spacing:-4px;]❜❜[/border][border=transparent; height:auto; max-height:45px; width:100%; padding:0; text-align:center; font-weight:bold; font-style:oblique; letter-spacing:1px; font-family: var(--header); font-size:9px; line-height:15px; position:relative; z-index:2; color: var(--t-color); overflow:hidden;][comment]
  427.  
  428. ----* * * quote here----
  429.  
  430. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in turpis sit amet mauris sodales accumsan sit amet in lectus. Sed euismod placerat[/border]
  431. [/border]
  432. [comment]----quote end----[/comment]
  433. [/border]
  434. [comment]----tab contents end----[/comment]
  435. [/border][/tab]
  436. [comment]----tab 2 end----[/comment]
  437.  
  438.  
  439. [comment]----tab 3----[/comment]
  440. [tab=.][border=transparent; height:100%; width:100%; padding:0; position:absolute; top:0; left:0; z-index:3; display:flex; flex-flow:row wrap; pointer-events:none;]
  441. [comment]----button select----[/comment]
  442. [border=transparent; height:auto; min-height:300px; flex: var(--f1); min-width: var(--f1-mw); padding:25px 20px 20px 20px; box-sizing:border-box; display:flex; flex-flow:column nowrap; justify-content:flex-end; align-items:flex-end; position:relative;][border=transparent; height:30px; width:auto; padding:0; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0; margin-top:25px;]
  443. [comment]----filler button----[/comment]
  444. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px][/border]
  445. [comment]----filler button----[/comment]
  446. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px][/border]
  447.  
  448. [comment]----selected button----[/comment]
  449. [border=transparent; height:auto; width:50px; padding:0; margin-left:8px; font-family: var(--button); color: var(--selected); font-size:28px; line-height:100%; font-style:oblique; font-weight:bold; background: var(--bg-1); white-space:nowrap;]03.[/border]
  450. [/border][/border]
  451. [comment]----button select end----[/comment]
  452.  
  453. [comment]----tab contents----[/comment]
  454. [border=transparent; height:420px; flex: var(--f2); min-width: var(--f2-mw); padding:20px; box-sizing:border-box;][border=transparent; height:380px; width:100%; padding:0; display:flex; flex-flow:column nowrap; justify-content:flex-end; pointer-events:auto; position:relative; overflow:hidden;]
  455.  
  456. [comment]----history main----[/comment]
  457. [border=transparent; height:265px; width:100%; padding:0; box-sizing:border-box;][border=transparent; height:100%; width:100%; padding:13px 0; box-sizing:border-box; background: var(--bg-2); border:1px solid var(--border); display:flex; flex-flow:column nowrap;]
  458. [comment]----history title----[/comment]
  459. [border=transparent; height:auto; width:100%; padding:0 20px; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0;][border=transparent; height:0; flex:1; padding:0; border-top:1px solid var(--color-2);][/border][border=transparent; height:auto; width:auto; padding:0; flex-shrink:0; margin-left:15px; color: var(--color-1); font-style:oblique; text-transform:uppercase; font-family: var(--header); font-weight:bold; font-size:20px; letter-spacing:1px; line-height:100%;][comment]
  460.  
  461. ----* * * box title here----
  462.  
  463. [/comment]history.[/border][/border]
  464.  
  465. [comment]----history contents----[/comment]
  466. [border=transparent; height:100%; width:100%; padding:0; overflow:hidden; margin-top:10px;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:50%; padding:0 12px 0 20px; box-sizing:border-box; --m:4px;][border=transparent; height:0; width:100%; padding:0; margin-bottom: calc(var(--m) * -1 - 4px);][/border]
  467.  
  468. [comment]----copy this whole thing to make another paragraph text----[/comment]
  469. [border=transparent; height:auto; width:100%; padding:0; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin: calc(var(--m) + 4px) 0 14px 0; text-align:justify;][comment]
  470.  
  471. ----* * * text starts here here----
  472.  
  473. [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in turpis sit amet mauris sodales accumsan sit amet in lectus. Sed euismod placerat ex quis tincidunt. Cras tristique purus ut est aliquet, suscipit bibendum augue auctor. Suspendisse potenti. Sed dignissim, eros vitae pulvinar gravida, libero massa sagittis arcu, quis cursus tortor est in turpis. Cras rhoncus, urna ac porta tincidunt, enim libero porta arcu, non vulputate neque urna et mi. Phasellus non justo vitae velit volutpat imperdiet. Suspendisse et maximus erat, ac pretium ligula. Quisque auctor, quam ac viverra ultricies, augue eros interdum arcu, ullamcorper consectetur mi ligula et nibh. Nulla libero tellus, pellentesque non dui hendrerit, pellentesque dictum nisl. Fusce neque massa, gravida sed lorem vel, suscipit iaculis enim. Vestibulum interdum ultrices odio. Proin laoreet placerat est nec hendrerit. Nunc quis lorem gravida, facilisis est sit amet, tincidunt odio. Interdum et malesuada fames ac ante ipsum primis in faucibus.
  474. [/border]
  475. [comment]----copy me too!----[/comment]
  476.  
  477.  
  478. [/border][/border][/border]
  479. [comment]----history contents end----[/comment]
  480. [/border][/border]
  481. [comment]----history main end----[/comment]
  482.  
  483.  
  484. [comment]----miscellaneous main----[/comment]
  485. [border=transparent; height:auto; width:100%; padding:0; position:relative; visibility:hidden; margin:0 0 -15px 0; display:flex;][accordion=100%]
  486.  
  487. [comment]----misc image/button----[/comment]
  488. {slide=[border=transparent; height:99px; width:auto; padding:15px; box-sizing:border-box; position:relative; visibility:visible; margin:-7px;]
  489. [border=transparent; height:45px; width:55px; padding:0; border:1px solid var(--color-2); border-bottom:0; border-right:0; position:absolute; top:0; left:0;][/border]
  490. [border=transparent; height:45px; width:55px; padding:0; border:1px solid var(--color-2); border-top:0; border-left:0; position:absolute; bottom:0; right:0;][/border]
  491. [border=transparent; height:100%; width:auto; padding:0; background: var(--img-3); background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  492.  
  493. /*edit the following to adjust the cropping of the image*/ background-position:50% 60%;
  494.  
  495. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border]
  496. [comment]----title----[/comment]
  497. [border=transparent; height:auto; width:auto; max-width:145px; position:absolute; bottom:8px; left:9px; padding:6px 10px 5px 10px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--header); letter-spacing:2px; font-size:15px; font-weight:bold; text-transform:uppercase; line-height:120%; font-style:oblique;][comment]
  498.  
  499. ----* * * title here----
  500.  
  501. [/comment]extra.[/border]
  502. [border=transparent; height:auto; width:auto; position:absolute; top:15px; right:15px; padding:4px 5px 4px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); letter-spacing:2px; font-size:7px; font-weight:bold; text-transform:uppercase; line-height:120%;]click[/border][/border]}
  503. [comment]----misc image/button end----[/comment]
  504.  
  505. [comment]----misc contents----[/comment]
  506. [border=transparent; height:265px; width:auto; padding:0; position:relative; visibility:visible; margin:10px -7px -7px -5px;][border=transparent; height:100%; width:100%; padding:0; display:flex; flex-flow:row nowrap;]
  507.  
  508. [comment]----left----[/comment]
  509. [border=transparent; height:265px; flex:1; padding:0; margin-right:20px; display:flex; flex-flow:column nowrap;]
  510.  
  511. [comment]----misc main----[/comment]
  512. [border=transparent; height:90%; width:100%; padding:0; box-sizing:border-box;][border=transparent; height:100%; width:100%; padding:13px 0; box-sizing:border-box; background: var(--bg-2); border:1px solid var(--border); display:flex; flex-flow:column nowrap;]
  513. [comment]----misc title----[/comment]
  514. [border=transparent; height:auto; width:100%; padding:0 20px; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center; flex-shrink:0;][border=transparent; height:0; flex:1; padding:0; border-top:1px solid var(--color-2);][/border][border=transparent; height:auto; width:auto; padding:0; flex-shrink:0; margin-left:15px; color: var(--color-1); font-style:oblique; text-transform:uppercase; font-family: var(--header); font-weight:bold; font-size:18px; letter-spacing:1px; line-height:100%;][comment]
  515.  
  516. ----* * * box title here----
  517.  
  518. [/comment]misc.[/border][/border]
  519.  
  520. [comment]----misc contents----[/comment]
  521. [border=transparent; height:100%; width:100%; padding:0; overflow:hidden; margin-top:10px;][border=transparent; height:100%; width:200%; padding:0; overflow-y:scroll;]
  522. [border=transparent; height:auto; width:50%; padding:0 12px 0 20px; box-sizing:border-box; --m:4px;][border=transparent; height:0; width:100%; padding:0; margin-bottom: calc(var(--m) * -1 - 4px);][/border]
  523.  
  524. [comment]----copy this whole thing to make another tag----[/comment]
  525. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  526. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  527.  
  528. ----* * * info title here----
  529.  
  530. [/comment]extra facts.[/border]
  531.  
  532. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  533.  
  534. ----* * * info contents here----
  535.  
  536. [/comment]✧ this is a pretty cool fact!
  537. ✧ fact 2
  538. ✧ fact 3[/border]
  539. [/border]
  540. [comment]----copy me too!----[/comment]
  541.  
  542. [comment]----copy this whole thing to make another tag----[/comment]
  543. [border=transparent; height:auto; width:100%; padding:0; display:flex; flex-flow:row wrap; align-items:center; margin-top:var(--m);]
  544. [border=transparent; height:auto; width:auto; padding:4px 5px 3px 6px; box-sizing:border-box; background: var(--color-1); color: var(--color-3); font-family: var(--body); font-size:10.5px; font-weight:bold; line-height:12px; letter-spacing:2px; text-transform:uppercase; margin:4px 12px 0 0;][comment]
  545.  
  546. ----* * * info title here----
  547.  
  548. [/comment]question.[/border]
  549.  
  550. [border=transparent; height:auto; flex:1; min-width:fit-content; padding:0; box-sizing:border-box; color: var(--t-color); font-family: var(--body); font-size:12px; line-height:16px; margin:4px 0 0 0;][comment]
  551.  
  552. ----* * * info contents here----
  553.  
  554. [/comment]answer[/border]
  555. [/border]
  556. [comment]----copy me too!----[/comment]
  557.  
  558. [/border][/border][/border]
  559. [comment]----misc contents end----[/comment]
  560. [/border][/border]
  561. [comment]----misc main end----[/comment]
  562.  
  563. [comment]----music player----[/comment]
  564. [border=transparent; height:20px; width:100%; padding:0; display:flex; flex-flow:row nowrap; flex-shrink:0; margin-top:5px;]
  565. [comment]----play button----[/comment]
  566. [border=transparent; height:20px; width:20px; padding:0; position:relative; display:flex; align-items:center; flex-shrink:0; margin:1px 0 0 0;]
  567. [border=transparent; height:auto; width:auto; padding:0; color: var(--color-1); font-size:11px; position:relative; z-index:2; pointer-events:none;][fa]fas fa-play[/fa][/border]
  568. [border=transparent; height:auto; width:auto; padding:0; color: var(--color-1); font-size:13px; position:relative; z-index:2; pointer-events:none; margin:0.5px 0 0 2px;][fa]fas fa-pause[/fa][/border]
  569.  
  570. [comment]----actual media player----[/comment]
  571. [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; overflow:hidden; opacity:0.01%;][border=transparent; height:32px; width:32px; padding:0; position:relative; pointer-events:auto;]
  572.  
  573. [comment]----soundcloud (replace the soundcloud link within media tag with your own)----[/comment]
  574. [border=transparent; height:80px; width:180px; padding:0; margin-top:-16px; margin-left:-14px; position:absolute; top:0; left:0;]
  575. [media=soundcloud]soundcloud link[/media]
  576. [/border]
  577.  
  578. [comment]----google drive (replace the google file code within media tag with your own)----[/comment]
  579. [border=transparent; height:500px; width:500px; margin-top:-170px; margin-left:-93px; padding:0px; /*remove this to use me, and add it to the other*/ display:none;]
  580. [media=googledrive]drive link[/MEDIA]
  581. [/border]
  582.  
  583. [/border][/border]
  584. [comment]----actual media player end----[/comment]
  585. [/border]
  586. [comment]----play button end----[/comment]
  587.  
  588. [comment]----song info----[/comment]
  589. [border=transparent; height:auto; max-height:20px; flex:1; padding:1px 0 0 0; box-sizing:border-box; display:flex; flex-flow:row wrap; align-items:center; margin-left:12px; overflow:hidden;]
  590. [comment]----song title----[/comment]
  591. [border=transparent; height:20px; width:auto; padding:0; display:flex; align-items:center;][border=transparent; height:auto; width:fit-content; width:-moz-fit-content; max-width:clamp(120px, 12vw, 230px); padding:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-family: var(--body); text-transform:uppercase; color: var(--color-2); font-size:11px; line-height:100%; font-weight:bold; letter-spacing:1px;][comment]
  592.  
  593. ----* * * song title here----
  594.  
  595. [/comment]title[/border]
  596. [/border]
  597.  
  598. [comment]----song artist----[/comment]
  599. [border=transparent; height:20px; flex:1; min-width:fit-content; min-width:-moz-fit-content; padding:0.5px 0 0 0; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center;][border=transparent; height:0; width:25px; padding:0; border-top:1px solid var(--color-2); flex-shrink:0; margin:0 8px;][/border][border=transparent; height:auto; width:auto; padding:0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-family: var(--body); text-transform:uppercase; color: var(--color-2); font-size:10px; line-height:100%; opacity:0.8;][comment]
  600.  
  601.  
  602. ----* * * song artist here----
  603.  
  604. [/comment]artist[/border]
  605. [/border]
  606. [/border]
  607. [comment]----song info end----[/comment]
  608. [/border]
  609. [comment]----music player end----[/comment]
  610.  
  611. [/border]
  612. [comment]----left end----[/comment]
  613.  
  614.  
  615. [comment]----gallery----[/comment]
  616. [border=transparent; height:265px; width:96px; padding:12px; box-sizing:border-box; flex-shrink:0; position:relative;][border=transparent; height:35px; width:55px; padding:0; border:1px solid var(--color-2); border-bottom:0; border-right:0; position:absolute; top:0; left:0; pointer-events:none;][/border][border=transparent; height:35px; width:55px; padding:0; border:1px solid var(--color-2); border-top:0; border-left:0; position:absolute; bottom:0; right:0; pointer-events:none;][/border][border=transparent; height:100%; width:72px; padding:0; overflow:hidden; position:relative;][border=transparent; height:100%; width:89px; padding:0; overflow-y:scroll;][border=transparent; height:auto; width:72px; padding:0; --x:72px; --m-g:12px;][border=transparent; height:0; width:100%; padding:0; margin-bottom: calc(var(--m-g) * -1);][/border][border=transparent; height:auto; width:fit-content; width:-moz-fit-content; padding:2px; box-sizing:border-box; background: var(--bg-1); color: var(--color-2); font-family: var(--body); font-size:8px; text-transform:uppercase; opacity:0.8; line-height:80%; position:absolute; top:0px; left:0; z-index:5;][fa]fas fa-angle-down[/fa][/border]
  617.  
  618. [comment]----copy this whole thing to add another gallery image----[/comment]
  619. [border=transparent; height: var(--x); width: var(--x); padding:0; margin-top: var(--m-g);
  620.  
  621. /*replace the number in gimg-X to match variables*/ background: var(--gimg-1);
  622.  
  623. background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  624.  
  625. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;
  626.  
  627. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border]
  628. [comment]----copy me too!----[/comment]
  629.  
  630. [comment]----copy this whole thing to add another gallery image----[/comment]
  631. [border=transparent; height: var(--x); width: var(--x); padding:0; margin-top: var(--m-g);
  632.  
  633. /*replace the number in gimg-X to match variables*/ background: var(--gimg-2);
  634.  
  635. background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  636.  
  637. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;
  638.  
  639. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border]
  640. [comment]----copy me too!----[/comment]
  641.  
  642. [comment]----copy this whole thing to add another gallery image----[/comment]
  643. [border=transparent; height: var(--x); width: var(--x); padding:0; margin-top: var(--m-g);
  644.  
  645. /*replace the number in gimg-X to match variables*/ background: var(--gimg-3);
  646.  
  647. background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  648.  
  649. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;
  650.  
  651. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border]
  652. [comment]----copy me too!----[/comment]
  653.  
  654. [comment]----copy this whole thing to add another gallery image----[/comment]
  655. [border=transparent; height: var(--x); width: var(--x); padding:0; margin-top: var(--m-g);
  656.  
  657. /*replace the number in gimg-X to match variables*/ background: var(--gimg-4);
  658.  
  659. background-size:cover; -webkit-filter: saturate(0.8) grayscale(0.2);
  660.  
  661. /*edit the following to adjust the cropping of the image*/ background-position:50% 50%;
  662.  
  663. ][border=transparent; height:100%; width:100%; padding:0; background: var(--color-1); opacity:0.15;][/border][/border]
  664. [comment]----copy me too!----[/comment]
  665.  
  666. [/border][/border][/border][/border]
  667. [comment]----gallery end----[/comment]
  668. [/border][/border]
  669. [comment]----misc contents end----[/comment]
  670.  
  671. {/slide}[/accordion][/border]
  672. [comment]----miscellaneous main end----[/comment]
  673. [/border][/border]
  674. [comment]----tab contents end----[/comment]
  675. [/border][/tab]
  676. [comment]----tab 3 end----[/comment]
  677.  
  678.  
  679. [/tabs][/border][/border][/border]
  680. [comment]----tabs end----[/comment]
  681.  
  682. [comment]----right (filler)----[/comment]
  683. [border=transparent; height:420px; flex: var(--f2); min-width: var(--f2-mw); padding:20px; box-sizing:border-box;][/border]
  684.  
  685. [/border]
  686. [comment]----signature! do not remove----[/comment]
  687. [bg=transparent; height:auto;width:fit-content; padding:0px 5px 3px 5px; box-sizing:border-box; position:absolute ;z-index:6;opacity:0.5;color: var(--color-2); font-size:9px;text-align:center; top:-1px; right:8px; background:var(--bg-color); line-height:100%;][font=Open Sans]♡coded by uxie♡[/font][/bg]
  688. [/border][/border]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement