Advertisement
mochiroll

Reel.bbc

Jul 1st, 2024 (edited)
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.29 KB | None | 0 0
  1. [nobr]
  2. [div=
  3. position: relative;
  4. overflow: hidden;]
  5.  
  6. [comment]
  7. Designed and coded by [USER=20950]@Nano[/USER].
  8.  
  9. Please do not remove the credits or claim the code as your own work.
  10.  
  11. If you found this code outside of my public workshop, please don't use it.
  12. I'd greatly appreciate it if you used the version of the code in that thread.
  13.  
  14. [font=Playfair Display SC]serif[/font]
  15. [font=Dosis]sans-serif[/font]
  16. [/comment]
  17.  
  18. [div=
  19. /* <--------------------------------- general accents ---------------------------------> */
  20.  
  21. /* colors */
  22. --Color01: #a5a5d4; /* color of the tab cover and the headers */
  23. --Color02: #ddf1fc; /* secondary color used to highlight the selected tab, second half of certain headers, etc */
  24. --Color03: #51518d; /* color for the body text */
  25. --bgColor: #f8f8f8; /* color that shows up underneath the bg pattern (if backgroundIMG is transparent) */
  26. --White: #fefefe;
  27.  
  28. /* fonts */
  29. --HeaderFont: 'Playfair Display SC', serif;
  30. --HeaderSize: 1.1em;
  31. --NumSize: 4.5em; /* size of the numbers next to each section header */
  32. --BodyFont: 'Dosis', sans-serif;
  33. --BodySize: calc(.9em + 1px);
  34.  
  35. /* <--------------------------------- images ---------------------------------> */
  36.  
  37. /* general */
  38. --backgroundIMG: url(https://i.imgur.com/xnAuGrK.png) repeat; /* transparent bg pattern - optional */
  39.  
  40. /* character */
  41. --photoMain: url(https://i.imgur.com/3UYVTzG.jpeg) 70% 50%/cover no-repeat;
  42. --photoBlur: url(https://i.imgur.com/wA5zOVJ.jpeg) center/cover no-repeat;
  43. --basic01: url(https://i.imgur.com/KcHRoUI.jpeg) center/cover no-repeat;
  44. --backstory01: url(https://i.imgur.com/BEoQ7p7.jpeg) center/cover no-repeat;
  45. --backstory02: url(https://i.imgur.com/w083OJ8.jpeg) center/cover no-repeat;
  46. --backstory03: url(https://i.imgur.com/aGpTZgQ.jpeg) center/cover no-repeat;
  47.  
  48. /* relationships */
  49. --RS01: url(https://i.imgur.com/Gj3Fe5N.jpeg) center/cover no-repeat;
  50. --RS02: url(https://i.imgur.com/vRIHbli.jpeg) center/cover no-repeat;
  51. --RS03: url(https://i.imgur.com/dsECg39.png) center/cover no-repeat;
  52.  
  53. /* relationships quote expressions */
  54. --quote01: url(https://i.imgur.com/o3EVy3W.jpeg) center/cover no-repeat;
  55. --quote02: url(https://i.imgur.com/LrCBplI.jpeg) center/cover no-repeat;
  56. --quote03: url(https://i.imgur.com/2HSk8Cf.jpeg) center/cover no-repeat;
  57.  
  58. /* items */
  59. --item01: url(https://i.imgur.com/D543yJa.png) center/contain no-repeat;
  60. --item02: url(https://i.imgur.com/T6xhvLz.png) center/contain no-repeat;
  61.  
  62. /* <--------------------------------- shell (don't touch) ---------------------------------> */
  63.  
  64. margin: 0 auto;
  65. padding: 0;
  66. width: 100%;
  67. min-width: 300px;
  68. height: 70vh;
  69. max-height: 750px;
  70. min-height: 500px;
  71. font-size: initial;
  72. overflow: hidden;
  73. position: relative;]
  74.  
  75. [div=/* background */
  76. background: var(--backgroundIMG), var(--bgColor);
  77. position: absolute;
  78. inset: 0;
  79. z-index: 1;
  80. pointer-events: none;]
  81. [/div]
  82.  
  83. [div=/* right-hand image reel */
  84. width: 60%;
  85. min-width: 300px;
  86. position: absolute;
  87. transform: rotate(-10deg);
  88. top: -27%;
  89. right: -100px;
  90. z-index: 2;]
  91. [div=width: 100%;
  92. height: 275px;
  93. background: var(--photoBlur);
  94. filter: blur(3px);]
  95. [/div]
  96. [div=margin-top: 25px;
  97. width: 100%;
  98. height: 275px;
  99. background: var(--photoMain);]
  100. [/div]
  101. [div=margin-top: 25px;
  102. width: 100%;
  103. height: 275px;
  104. background: var(--photoBlur);
  105. filter: blur(3px);]
  106. [/div]
  107. [div=margin-top: 25px;
  108. width: 100%;
  109. height: 275px;
  110. background: var(--photoBlur);
  111. filter: blur(3px);]
  112. [/div]
  113. [/div]
  114.  
  115. [div=/* main tab cover */
  116. width: 100px;
  117. height: 700px;
  118. background: var(--Color01);
  119. position: absolute;
  120. transform: rotate(-10deg);
  121. left: -90px;
  122. bottom: -50px;
  123. z-index: 3;
  124. pointer-events: none;]
  125. [div=/* tab labels wrapper */
  126. font-family: var(--HeaderFont);
  127. font-size: 17px;
  128. line-height: 100%;
  129. color: var(--White);
  130. text-align: right;
  131. position: absolute;
  132. bottom: 60px;
  133. right: 10px;]
  134. [div=/* 01 */
  135. display: block;]
  136. 01
  137. [/div]
  138. [div=/* 02 */
  139. display: block;
  140. margin-top: 15px;]
  141. 02
  142. [/div]
  143. [div=/* 03 */
  144. display: block;
  145. margin-top: 15px;]
  146. 03
  147. [/div]
  148. [div=/* 04 */
  149. display: block;
  150. margin-top: 15px;]
  151. 04
  152. [/div]
  153. [div=/* 05 */
  154. display: block;
  155. margin-top: 15px;]
  156. 05
  157. [/div]
  158. [/div]
  159. [/div]
  160.  
  161. [div=/* tab wrapper */
  162. width: 100%;
  163. line-height: 27px;
  164. position: absolute;
  165. left: -20px;
  166. bottom: -33px;]
  167. [tabs]
  168.  
  169.  
  170. [tab=010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101]
  171. [div=/* tab content wrapper */
  172. width: calc(100% - 60px);
  173. height: 70vh;
  174. max-height: 750px;
  175. min-height: 500px;
  176. position: absolute;
  177. right: -20px;
  178. bottom: 33px;
  179. z-index: 3;]
  180. [div=/* scrollbox wrapper */
  181. width: 100%;
  182. max-width: 900px;
  183. height: 100%;
  184. overflow: hidden;]
  185. [div=/* scrollbox */
  186. padding-right: 30px;
  187. width: 100%;
  188. height: 100%;
  189. overflow-x: hidden;
  190. overflow-y: scroll;]
  191.  
  192. [comment] --- start of basic information section --- [/comment]
  193. [div=/* flexbox */
  194. margin-left: -25px;
  195. display: flex;
  196. flex-flow: row wrap;
  197. justify-content: center;
  198. width: calc(100% + 25px);
  199. position: relative;
  200. top: 50px;]
  201.  
  202. [div=/* flexbox LEFT */
  203. margin-left: 25px;
  204. margin-bottom: 25px;
  205. flex: 1;
  206. max-width: 400px;
  207. min-width: 200px;]
  208. [div=/* colored tilted box */
  209. padding-top: 90%;
  210. width: 90%;
  211. background: var(--Color02);
  212. transform: rotate(-10deg) translate(10%);
  213. position: relative;]
  214. [div=/* box with image */
  215. background: var(--basic01);
  216. transform: rotate(10deg);
  217. position: absolute;
  218. inset: 0;]
  219. [/div]
  220. [/div]
  221. [/div]
  222.  
  223. [div=/* flexbox RIGHT */
  224. margin-left: 25px;
  225. flex: 3;
  226. max-width: 600px;
  227. min-width: 250px;]
  228.  
  229. [comment] --- start of basic info --- [/comment]
  230. [div=/* basics subheader */
  231. margin-left: 15px;
  232. font-family: var(--HeaderFont);
  233. font-size: var(--HeaderSize);
  234. line-height: 100%;
  235. color: var(--Color01);
  236. font-weight: 700;]
  237. Basic Info
  238. [/div]
  239.  
  240. [div=/* basic attributes flexbox */
  241. margin-left: -10px;
  242. display: flex;
  243. flex-flow: row wrap;
  244. width: calc(100% + 10px);
  245. overflow: hidden;]
  246.  
  247. [comment] --- start of basic info tag --- [/comment]
  248. [div=/* name box */
  249. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  250. [div=/* question */
  251. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  252. Name
  253. [/div]
  254. [div=/* answer */
  255. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  256. First Surname
  257. [/div]
  258. [/div]
  259. [comment] --- end of basic info tag --- [/comment]
  260.  
  261. [comment] --- start of basic info tag --- [/comment]
  262. [div=/* name box */
  263. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  264. [div=/* question */
  265. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  266. Gender
  267. [/div]
  268. [div=/* answer */
  269. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  270. Gender (Pronouns)
  271. [/div]
  272. [/div]
  273. [comment] --- end of basic info tag --- [/comment]
  274.  
  275. [comment] --- start of basic info tag --- [/comment]
  276. [div=/* name box */
  277. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  278. [div=/* question */
  279. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  280. Age
  281. [/div]
  282. [div=/* answer */
  283. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  284. Number
  285. [/div]
  286. [/div]
  287. [comment] --- end of basic info tag --- [/comment]
  288.  
  289. [comment] --- start of basic info tag --- [/comment]
  290. [div=/* name box */
  291. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  292. [div=/* question */
  293. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  294. Species
  295. [/div]
  296. [div=/* answer */
  297. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  298. Race
  299. [/div]
  300. [/div]
  301. [comment] --- end of basic info tag --- [/comment]
  302.  
  303. [comment] --- start of basic info tag --- [/comment]
  304. [div=/* name box */
  305. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  306. [div=/* question */
  307. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  308. Country of Origin
  309. [/div]
  310. [div=/* answer */
  311. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  312. Location
  313. [/div]
  314. [/div]
  315. [comment] --- end of basic info tag --- [/comment]
  316.  
  317. [comment] --- start of basic info tag --- [/comment]
  318. [div=/* name box */
  319. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  320. [div=/* question */
  321. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  322. Role
  323. [/div]
  324. [div=/* answer */
  325. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  326. Rolename
  327. [/div]
  328. [/div]
  329. [comment] --- end of basic info tag --- [/comment]
  330.  
  331. [comment] --- start of basic info tag --- [/comment]
  332. [div=/* name box */
  333. border-radius: 15px; margin-top: 10px; margin-left: 10px; display: flex; font-family: var(--BodyFont); font-size: var(--BodySize); line-height: 100%; background: var(--Color02); text-transform: capitalize;]
  334. [div=/* question */
  335. border-radius: 15px; box-sizing: border-box; padding: 6px 10px; color: var(--Color02); background: var(--Color01);]
  336. Element
  337. [/div]
  338. [div=/* answer */
  339. box-sizing: border-box; padding: 5px 10px; color: var(--Color01);]
  340. Elements Here
  341. [/div]
  342. [/div]
  343. [comment] --- end of basic info tag --- [/comment]
  344.  
  345. [/div]
  346. [comment] --- end of basic info --- [/comment]
  347.  
  348. [/div]
  349. [/div]
  350. [comment] --- end of basic information section --- [/comment]
  351.  
  352. [comment] --- start of appearance section --- [/comment]
  353. [div=/* header wrapper */
  354. display: flex;
  355. margin-top: 75px;
  356. margin-bottom: 5px;
  357. width: 100%;
  358. font-family: var(--HeaderFont);
  359. line-height: 100%;
  360. color: var(--Color01);
  361. font-weight: 700;
  362. position: relative;
  363. z-index: 3;]
  364. [div=/* number */
  365. display: block;
  366. font-size: var(--NumSize);
  367. letter-spacing: -3px;]
  368. 01
  369. [/div]
  370. [div=/* header title */
  371. display: block;
  372. margin-left: 5px;
  373. font-size: var(--HeaderSize);]
  374. Appearance
  375. [/div]
  376. [/div]
  377.  
  378. [div=/* content box */
  379. box-sizing: border-box;
  380. padding: max(20px, 5%);
  381. width: calc(100% - 25px);
  382. background: var(--White);
  383. font-family: var(--BodyFont);
  384. font-size: var(--BodySize);
  385. line-height: 135%;
  386. color: var(--Color03);
  387. text-align: justify;
  388. position: relative;
  389. left: 25px;]
  390. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor. Pellentesque gravida enim non enim condimentum, quis maximus nisi dictum. Aliquam enim purus, varius id lectus et, blandit volutpat sem. Nulla facilisi. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec et accumsan sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc imperdiet tempus sagittis.
  391.  
  392. Integer ac aliquam tellus. Aliquam blandit arcu ac auctor pharetra. Cras nec ante orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ac libero in libero porta cursus a quis felis. In blandit molestie diam at eleifend. Etiam rutrum dignissim leo, quis vulputate nibh accumsan quis. Nullam finibus nulla dictum, hendrerit tellus eu, porta erat. Morbi tempus felis ac felis sodales, sed tincidunt odio ultrices.[/div]
  393.  
  394. [comment] --- start of appearance tags wrapper --- [/comment]
  395. [div=/* appearance tags wrapper */
  396. margin-top: 20px;
  397. margin-left: -7px;
  398. display: flex;
  399. flex-flow: row wrap;
  400. justify-content: flex-end;
  401. color: var(--White);
  402. text-transform: lowercase;]
  403.  
  404. [comment] --- start of appearance tag --- [/comment]
  405. [div=/* appearance tag */
  406. margin-left: 7px; margin-bottom: 7px; padding: 2px 8px; box-sizing: border-box; display: block; background: var(--Color01);]
  407. hair color
  408. [/div]
  409. [comment] --- end of appearance tag --- [/comment]
  410.  
  411. [comment] --- start of appearance tag --- [/comment]
  412. [div=/* appearance tag */
  413. margin-left: 7px; margin-bottom: 7px; padding: 2px 8px; box-sizing: border-box; display: block; background: var(--Color01);]
  414. eye color
  415. [/div]
  416. [comment] --- end of appearance tag --- [/comment]
  417.  
  418. [comment] --- start of appearance tag --- [/comment]
  419. [div=/* appearance tag */
  420. margin-left: 7px; margin-bottom: 7px; padding: 2px 8px; box-sizing: border-box; display: block; background: var(--Color01);]
  421. height
  422. [/div]
  423. [comment] --- end of appearance tag --- [/comment]
  424.  
  425. [comment] --- start of appearance tag --- [/comment]
  426. [div=/* appearance tag */
  427. margin-left: 7px; margin-bottom: 7px; padding: 2px 8px; box-sizing: border-box; display: block; background: var(--Color01);]
  428. faceclaim
  429. [/div]
  430. [comment] --- end of appearance tag --- [/comment]
  431.  
  432. [/div]
  433. [comment] --- end of appearance tags wrapper --- [/comment]
  434.  
  435. [/div]
  436. [comment] --- end of appearance section --- [/comment]
  437.  
  438. [comment] --- start of personality section --- [/comment]
  439. [div=/* header wrapper */
  440. display: flex;
  441. margin-top: 50px;
  442. margin-bottom: 5px;
  443. width: 100%;
  444. font-family: var(--HeaderFont);
  445. line-height: 100%;
  446. color: var(--Color01);
  447. font-weight: 700;
  448. position: relative;
  449. z-index: 3;]
  450. [div=/* number */
  451. display: block;
  452. font-size: var(--NumSize);
  453. letter-spacing: -3px;]
  454. 02
  455. [/div]
  456. [div=/* header title */
  457. display: block;
  458. margin-left: 5px;
  459. font-size: var(--HeaderSize);]
  460. Personality
  461. [/div]
  462. [/div]
  463.  
  464. [div=/* content box */
  465. box-sizing: border-box;
  466. padding: max(20px, 5%);
  467. width: calc(100% - 25px);
  468. background: var(--White);
  469. font-family: var(--BodyFont);
  470. font-size: var(--BodySize);
  471. line-height: 135%;
  472. color: var(--Color03);
  473. text-align: justify;
  474. position: relative;
  475. left: 25px;]
  476. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor. Pellentesque gravida enim non enim condimentum, quis maximus nisi dictum. Aliquam enim purus, varius id lectus et, blandit volutpat sem. Nulla facilisi. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec et accumsan sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc imperdiet tempus sagittis.
  477.  
  478. Integer ac aliquam tellus. Aliquam blandit arcu ac auctor pharetra. Cras nec ante orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ac libero in libero porta cursus a quis felis. In blandit molestie diam at eleifend. Etiam rutrum dignissim leo, quis vulputate nibh accumsan quis. Nullam finibus nulla dictum, hendrerit tellus eu, porta erat. Morbi tempus felis ac felis sodales, sed tincidunt odio ultrices.[/div]
  479. [/div]
  480. [comment] --- end of personality section --- [/comment]
  481.  
  482. [div=/* spacer */
  483. height: 50px;]
  484. [/div]
  485.  
  486. [div=/* tab cover pt.I - DON'T TOUCH */
  487. border-radius: 50%;
  488. padding-bottom: 5px;
  489. height: 25px;
  490. width: 30px;
  491. background: var(--Color02);
  492. font-family: var(--HeaderFont);
  493. font-size: 17px;
  494. line-height: 0;
  495. color: var(--Color01);
  496. position: absolute;
  497. bottom: 136px;
  498. left: -57px;
  499. display: flex;
  500. justify-content: center;
  501. align-items: center;
  502. transform: rotate(-10deg);]
  503. 01
  504. [/div]
  505.  
  506. [div=/* tab cover pt.II */
  507. border-radius: 50px;
  508. padding: 5px 15px 6px;
  509. background: var(--Color02);
  510. font-family: var(--BodyFont);
  511. font-size: 13px;
  512. line-height: 100%;
  513. color: var(--Color01);
  514. text-transform: uppercase;
  515. position: absolute;
  516. bottom: 149px;
  517. left: -21px;
  518. display: flex;
  519. justify-content: center;
  520. align-items: center;
  521. transform: rotate(-10deg);
  522. z-index: 5;]
  523. Basics
  524. [/div]
  525.  
  526. [/div]
  527. [/div]
  528. [/div]
  529. [/tab]
  530.  
  531.  
  532.  
  533. [tab=020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202]
  534. [div=/* tab content wrapper */
  535. width: calc(100% - 60px);
  536. height: 70vh;
  537. max-height: 750px;
  538. min-height: 500px;
  539. position: absolute;
  540. right: -20px;
  541. bottom: 33px;
  542. z-index: 3;]
  543. [div=/* scrollbox wrapper */
  544. width: 100%;
  545. max-width: 900px;
  546. height: 100%;
  547. overflow: hidden;]
  548. [div=/* scrollbox */
  549. padding-right: 30px;
  550. width: 100%;
  551. height: 100%;
  552. overflow-x: hidden;
  553. overflow-y: scroll;]
  554.  
  555. [div=visibility: hidden;
  556. width: calc(100% - 20px);
  557. position: relative;
  558. left: 20px;]
  559. [accordion=100%]
  560.  
  561. [comment] --- start of slide --- [/comment]
  562. {slide=open|[nobr]
  563. [div=/* slide title wrapper */
  564. margin-top: 50px;
  565. visibility: visible;
  566. background: var(--White);
  567. font-size: initial;
  568. box-sizing: border-box;
  569. padding: max(20px, 3%);
  570. position: relative;]
  571.  
  572. [div=/* slide title */
  573. display: flex;
  574. width: 100%;
  575. font-family: var(--HeaderFont);
  576. line-height: 100%;
  577. color: var(--Color01);
  578. font-weight: 700;
  579. position: absolute;
  580. top: -20px;
  581. left: -25px;]
  582. [div=/* number */
  583. display: block;
  584. font-size: var(--NumSize);
  585. letter-spacing: -3px;]
  586. 01
  587. [/div]
  588. [div=/* header title */
  589. display: block;
  590. margin-left: 5px;
  591. font-size: var(--HeaderSize);]
  592. Title One
  593. [/div]
  594. [/div]
  595.  
  596. [div=/* slide image */
  597. width: 100%;
  598. height: 200px;
  599. background: var(--backstory01);]
  600. [/div]
  601.  
  602. [/div]
  603. [/nobr]}[nobr]
  604. [div=/* slide contents */
  605. visibility: visible;
  606. box-sizing: border-box;
  607. padding: max(20px, 3%);
  608. background: var(--White);
  609. width: 100%;
  610. font-family: var(--BodyFont);
  611. font-size: var(--BodySize);
  612. line-height: 135%;
  613. color: var(--Color03);
  614. text-align: justify;
  615. position: relative;
  616. top: 0;]
  617. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nisl sem, egestas non mauris sed, gravida aliquam urna. Praesent eu turpis a mauris volutpat rutrum id ac lectus. Vivamus non lectus ac felis ultrices efficitur. Sed lacus velit, aliquam pretium viverra vel, tempus suscipit elit. Sed bibendum tortor elit, id laoreet elit rhoncus non. Sed dapibus ligula nunc, eget sagittis neque iaculis vitae. Nam vitae bibendum tortor. Quisque sollicitudin augue eu nisl facilisis convallis. Sed non mi ac velit congue facilisis. In eget vestibulum orci, ut congue erat. Integer quam velit, rhoncus at blandit sit amet, interdum id lacus. Donec pulvinar mauris quis ullamcorper egestas. Maecenas tincidunt dignissim sem, vel sollicitudin dui iaculis at. Mauris suscipit ex massa, at facilisis eros suscipit a. Sed facilisis placerat velit, sed congue ex congue non. Etiam et orci tellus.
  618.  
  619. Nam volutpat risus diam, non dictum arcu molestie lacinia. Nam tincidunt lorem ac elementum dapibus. Pellentesque commodo finibus dictum. Donec eget velit augue. Maecenas tincidunt ut lacus in placerat. Vivamus ullamcorper, ipsum vel tristique suscipit, nisi felis tempor sapien, et rutrum ex massa eu dui. Maecenas semper, mi non finibus ultrices, odio justo placerat ipsum, in vehicula augue dolor elementum orci. Aenean eu auctor arcu. Maecenas mattis dolor eget lacinia pretium.[/div]
  620. [/div]
  621. [/nobr]{/slide}
  622. [comment] --- end of slide --- [/comment]
  623.  
  624. [comment] --- start of slide [/comment]
  625. {slide=closed|[nobr]
  626. [div=/* slide title wrapper */
  627. margin-top: 50px;
  628. visibility: visible;
  629. background: var(--White);
  630. font-size: initial;
  631. box-sizing: border-box;
  632. padding: max(20px, 3%);
  633. position: relative;]
  634.  
  635. [div=/* slide title */
  636. display: flex;
  637. width: 100%;
  638. font-family: var(--HeaderFont);
  639. line-height: 100%;
  640. color: var(--Color01);
  641. font-weight: 700;
  642. position: absolute;
  643. top: -20px;
  644. left: -25px;]
  645. [div=/* number */
  646. display: block;
  647. font-size: var(--NumSize);
  648. letter-spacing: -3px;]
  649. 02
  650. [/div]
  651. [div=/* header title */
  652. display: block;
  653. margin-left: 5px;
  654. font-size: var(--HeaderSize);]
  655. Title Two
  656. [/div]
  657. [/div]
  658.  
  659. [div=/* slide image */
  660. width: 100%;
  661. height: 200px;
  662. background: var(--backstory02);]
  663. [/div]
  664.  
  665. [/div]
  666. [/nobr]}[nobr]
  667. [div=/* slide contents */
  668. visibility: visible;
  669. box-sizing: border-box;
  670. padding: max(20px, 3%);
  671. background: var(--White);
  672. width: 100%;
  673. font-family: var(--BodyFont);
  674. font-size: var(--BodySize);
  675. line-height: 135%;
  676. color: var(--Color03);
  677. text-align: justify;
  678. position: relative;
  679. top: 0;]
  680. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nisl sem, egestas non mauris sed, gravida aliquam urna. Praesent eu turpis a mauris volutpat rutrum id ac lectus. Vivamus non lectus ac felis ultrices efficitur. Sed lacus velit, aliquam pretium viverra vel, tempus suscipit elit. Sed bibendum tortor elit, id laoreet elit rhoncus non. Sed dapibus ligula nunc, eget sagittis neque iaculis vitae. Nam vitae bibendum tortor. Quisque sollicitudin augue eu nisl facilisis convallis. Sed non mi ac velit congue facilisis. In eget vestibulum orci, ut congue erat. Integer quam velit, rhoncus at blandit sit amet, interdum id lacus. Donec pulvinar mauris quis ullamcorper egestas. Maecenas tincidunt dignissim sem, vel sollicitudin dui iaculis at. Mauris suscipit ex massa, at facilisis eros suscipit a. Sed facilisis placerat velit, sed congue ex congue non. Etiam et orci tellus.
  681.  
  682. Nam volutpat risus diam, non dictum arcu molestie lacinia. Nam tincidunt lorem ac elementum dapibus. Pellentesque commodo finibus dictum. Donec eget velit augue. Maecenas tincidunt ut lacus in placerat. Vivamus ullamcorper, ipsum vel tristique suscipit, nisi felis tempor sapien, et rutrum ex massa eu dui. Maecenas semper, mi non finibus ultrices, odio justo placerat ipsum, in vehicula augue dolor elementum orci. Aenean eu auctor arcu. Maecenas mattis dolor eget lacinia pretium.[/div]
  683. [/div]
  684. [/nobr]{/slide}
  685. [comment] --- end of slide --- [/comment]
  686.  
  687. [comment] --- start of slide [/comment]
  688. {slide=closed|[nobr]
  689. [div=/* slide title wrapper */
  690. margin-top: 50px;
  691. visibility: visible;
  692. background: var(--White);
  693. font-size: initial;
  694. box-sizing: border-box;
  695. padding: max(20px, 3%);
  696. position: relative;]
  697.  
  698. [div=/* slide title */
  699. display: flex;
  700. width: 100%;
  701. font-family: var(--HeaderFont);
  702. line-height: 100%;
  703. color: var(--Color01);
  704. font-weight: 700;
  705. position: absolute;
  706. top: -20px;
  707. left: -25px;]
  708. [div=/* number */
  709. display: block;
  710. font-size: var(--NumSize);
  711. letter-spacing: -3px;]
  712. 03
  713. [/div]
  714. [div=/* header title */
  715. display: block;
  716. margin-left: 5px;
  717. font-size: var(--HeaderSize);]
  718. Title Two
  719. [/div]
  720. [/div]
  721.  
  722. [div=/* slide image */
  723. width: 100%;
  724. height: 200px;
  725. background: var(--backstory03);]
  726. [/div]
  727.  
  728. [/div]
  729. [/nobr]}[nobr]
  730. [div=/* slide contents */
  731. visibility: visible;
  732. box-sizing: border-box;
  733. padding: max(20px, 3%);
  734. background: var(--White);
  735. width: 100%;
  736. font-family: var(--BodyFont);
  737. font-size: var(--BodySize);
  738. line-height: 135%;
  739. color: var(--Color03);
  740. text-align: justify;
  741. position: relative;
  742. top: 0;]
  743. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nisl sem, egestas non mauris sed, gravida aliquam urna. Praesent eu turpis a mauris volutpat rutrum id ac lectus. Vivamus non lectus ac felis ultrices efficitur. Sed lacus velit, aliquam pretium viverra vel, tempus suscipit elit. Sed bibendum tortor elit, id laoreet elit rhoncus non. Sed dapibus ligula nunc, eget sagittis neque iaculis vitae. Nam vitae bibendum tortor. Quisque sollicitudin augue eu nisl facilisis convallis. Sed non mi ac velit congue facilisis. In eget vestibulum orci, ut congue erat. Integer quam velit, rhoncus at blandit sit amet, interdum id lacus. Donec pulvinar mauris quis ullamcorper egestas. Maecenas tincidunt dignissim sem, vel sollicitudin dui iaculis at. Mauris suscipit ex massa, at facilisis eros suscipit a. Sed facilisis placerat velit, sed congue ex congue non. Etiam et orci tellus.
  744.  
  745. Nam volutpat risus diam, non dictum arcu molestie lacinia. Nam tincidunt lorem ac elementum dapibus. Pellentesque commodo finibus dictum. Donec eget velit augue. Maecenas tincidunt ut lacus in placerat. Vivamus ullamcorper, ipsum vel tristique suscipit, nisi felis tempor sapien, et rutrum ex massa eu dui. Maecenas semper, mi non finibus ultrices, odio justo placerat ipsum, in vehicula augue dolor elementum orci. Aenean eu auctor arcu. Maecenas mattis dolor eget lacinia pretium.[/div]
  746. [/div]
  747. [/nobr]{/slide}
  748. [comment] --- end of slide --- [/comment]
  749.  
  750. [/accordion]
  751. [/div]
  752.  
  753. [div=/* spacer */
  754. height: 50px;]
  755. [/div]
  756.  
  757. [div=/* tab cover pt.I - DON'T TOUCH */
  758. border-radius: 50%;
  759. padding-bottom: 5px;
  760. height: 25px;
  761. width: 30px;
  762. background: var(--Color02);
  763. font-family: var(--HeaderFont);
  764. font-size: 17px;
  765. line-height: 0;
  766. color: var(--Color01);
  767. position: absolute;
  768. bottom: 105px;
  769. left: -52px;
  770. display: flex;
  771. justify-content: center;
  772. align-items: center;
  773. transform: rotate(-10deg);]
  774. 02
  775. [/div]
  776.  
  777. [div=/* tab cover pt.II */
  778. border-radius: 50px;
  779. padding: 5px 15px 6px;
  780. background: var(--Color02);
  781. font-family: var(--BodyFont);
  782. font-size: 13px;
  783. line-height: 100%;
  784. color: var(--Color01);
  785. text-transform: uppercase;
  786. position: absolute;
  787. bottom: 119px;
  788. left: -16px;
  789. display: flex;
  790. justify-content: center;
  791. align-items: center;
  792. transform: rotate(-10deg);
  793. z-index: 5;]
  794. Backstory
  795. [/div]
  796.  
  797. [/div]
  798. [/div]
  799. [/div]
  800. [/tab]
  801.  
  802.  
  803.  
  804. [tab=030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303]
  805. [div=/* tab content wrapper */
  806. width: calc(100% - 60px);
  807. height: 70vh;
  808. max-height: 750px;
  809. min-height: 500px;
  810. position: absolute;
  811. right: -20px;
  812. bottom: 33px;
  813. z-index: 3;]
  814. [div=/* scrollbox wrapper */
  815. width: 100%;
  816. max-width: 900px;
  817. height: 100%;
  818. overflow: hidden;]
  819. [div=/* scrollbox */
  820. padding-right: 30px;
  821. width: 100%;
  822. height: 100%;
  823. overflow-x: hidden;
  824. overflow-y: scroll;]
  825.  
  826. [comment] --- start of character relationship --- [/comment]
  827. [div=/* flexbox */
  828. display: flex;
  829. flex-flow: row wrap;
  830. margin-left: 50px;]
  831.  
  832. [div=/* flex LEFT */
  833. display: flex;
  834. align-items: center;
  835. margin-top: 80px;
  836. margin-left: -50px;
  837. flex: 1;
  838. min-width: 200px;
  839. position: relative;
  840. z-index: 6;]
  841. [div=/* image box */
  842. height: 275px;
  843. width: 95%;
  844. background: var(--RS01);
  845. position: relative;]
  846.  
  847. [div=/* heart icon */
  848. display: flex;
  849. justify-content: center;
  850. align-items: center;
  851. border-radius: 50%;
  852. width: 25px;
  853. height: 25px;
  854. background: var(--Color02);
  855. color: var(--Color01);
  856. position: absolute;
  857. bottom: 40px;
  858. right: -13px;
  859. font-size: 11px;]
  860. [fa]fas fa-heart[/fa]
  861. [/div]
  862.  
  863. [div=/* heart icon */
  864. display: flex;
  865. justify-content: center;
  866. align-items: center;
  867. border-radius: 50%;
  868. width: 25px;
  869. height: 25px;
  870. background: var(--Color02);
  871. color: var(--Color01);
  872. position: absolute;
  873. bottom: 10px;
  874. right: -13px;
  875. font-family: var(--HeaderFont);
  876. font-size: 11px;
  877. text-transform: uppercase;]
  878. [URL="google.com"]CS[/URL]
  879. [/div]
  880.  
  881. [/div]
  882. [/div]
  883.  
  884. [div=/* flex RIGHT */
  885. box-sizing: border-box;
  886. margin-top: 80px;
  887. margin-left: -60px;
  888. padding: max(10px, 5%);
  889. flex: 7;
  890. width: 100%;
  891. min-width: 200px;
  892. background: var(--White);
  893. font-family: var(--BodyFont);
  894. font-size: var(--BodySize);
  895. line-height: 135%;
  896. color: var(--Color01);
  897. text-align: justify;
  898. position: relative;]
  899.  
  900. [div=/* quote section wrapper */
  901. display: flex;
  902. flex-flow: row nowrap;
  903. justify-content: right;]
  904. [comment] --- start of quote section --- [/comment]
  905. [div=/* quote box */
  906. box-sizing: border-box;
  907. border-radius: 5px;
  908. padding: 5px 50px 5px 7px;
  909. width: calc(100% - 35px);
  910. max-width: 450px;
  911. background: var(--Color02);
  912. line-height: 115%;
  913. text-align: left;
  914. position: relative;
  915. top: -65px;
  916. right: 20px;
  917. color: var(--Color03);]
  918.  
  919. [comment] QUOTE GOES HERE [/comment]
  920. β€œLorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus.”
  921.  
  922. [div=/* circle image */
  923. border-radius: 50%;
  924. width: 75px;
  925. height: 75px;
  926. background: var(--Color02) var(--quote01);
  927. position: absolute;
  928. top: -25px;
  929. right: -30px;]
  930. [div=/* quote mark */
  931. box-sizing: border-box;
  932. display: flex;
  933. justify-content: center;
  934. align-items: center;
  935. border-radius: 50%;
  936. border: 4px solid var(--White);
  937. width: 37px;
  938. height: 37px;
  939. background: var(--Color02);
  940. color: var(--White);
  941. font-size: 12px;
  942. position: absolute;
  943. left: -7px;
  944. bottom: -5px;]
  945. [fa]fas fa-quote-left[/fa]
  946. [/div]
  947. [/div]
  948. [/div]
  949. [/div]
  950.  
  951. [div=/* header */
  952. margin-top: -55px;
  953. margin-left: 65px;
  954. font-family: var(--HeaderFont);
  955. line-height: 100%;
  956. text-transform: capitalize;]
  957. Name
  958. [/div]
  959.  
  960. [div=/* relationship content */
  961. margin-top: 15px;
  962. margin-left: 40px;
  963. text-align: justify;
  964. color: var(--Color03);]
  965. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor. Pellentesque gravida enim non enim condimentum, quis maximus nisi dictum. Aliquam enim purus, varius id lectus et, blandit volutpat sem. Nulla facilisi. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec et accumsan sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc imperdiet tempus sagittis.
  966.  
  967. Integer ac aliquam tellus. Aliquam blandit arcu ac auctor pharetra. Cras nec ante orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ac libero in libero porta cursus a quis felis. In blandit molestie diam at eleifend. Etiam rutrum dignissim leo, quis vulputate nibh accumsan quis. Nullam finibus nulla dictum, hendrerit tellus eu, porta erat. Morbi tempus felis ac felis sodales, sed tincidunt odio ultrices.[/div]
  968. [/div]
  969.  
  970. [/div]
  971. [/div]
  972. [comment] --- end of character relationship --- [/comment]
  973.  
  974. [comment] --- start of character relationship --- [/comment]
  975. [div=/* flexbox */
  976. display: flex;
  977. flex-flow: row wrap;
  978. margin-left: 50px;]
  979.  
  980. [div=/* flex LEFT */
  981. display: flex;
  982. align-items: center;
  983. margin-top: 80px;
  984. margin-left: -50px;
  985. flex: 1;
  986. min-width: 200px;
  987. position: relative;
  988. z-index: 6;]
  989. [div=/* image box */
  990. height: 275px;
  991. width: 95%;
  992. background: var(--RS02);
  993. position: relative;]
  994.  
  995. [div=/* heart icon */
  996. display: flex;
  997. justify-content: center;
  998. align-items: center;
  999. border-radius: 50%;
  1000. width: 25px;
  1001. height: 25px;
  1002. background: var(--Color02);
  1003. color: var(--Color01);
  1004. position: absolute;
  1005. bottom: 10px;
  1006. right: -13px;
  1007. font-size: 11px;]
  1008. [fa]fas fa-heart[/fa]
  1009. [/div]
  1010.  
  1011. [/div]
  1012. [/div]
  1013.  
  1014. [div=/* flex RIGHT */
  1015. box-sizing: border-box;
  1016. margin-top: 80px;
  1017. margin-left: -60px;
  1018. padding: max(10px, 5%);
  1019. flex: 7;
  1020. width: 100%;
  1021. min-width: 200px;
  1022. background: var(--White);
  1023. font-family: var(--BodyFont);
  1024. font-size: var(--BodySize);
  1025. line-height: 135%;
  1026. color: var(--Color01);
  1027. text-align: justify;
  1028. position: relative;]
  1029.  
  1030. [div=/* quote section wrapper */
  1031. display: flex;
  1032. flex-flow: row nowrap;
  1033. justify-content: right;]
  1034. [comment] --- start of quote section --- [/comment]
  1035. [div=/* quote box */
  1036. box-sizing: border-box;
  1037. border-radius: 5px;
  1038. padding: 5px 50px 5px 7px;
  1039. width: calc(100% - 35px);
  1040. max-width: 450px;
  1041. background: var(--Color02);
  1042. line-height: 115%;
  1043. text-align: left;
  1044. position: relative;
  1045. top: -65px;
  1046. right: 20px;
  1047. color: var(--Color03);]
  1048.  
  1049. [comment] QUOTE GOES HERE [/comment]
  1050. β€œLorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus.”
  1051.  
  1052. [div=/* circle image */
  1053. border-radius: 50%;
  1054. width: 75px;
  1055. height: 75px;
  1056. background: var(--Color02) var(--quote02);
  1057. position: absolute;
  1058. top: -25px;
  1059. right: -30px;]
  1060. [div=/* quote mark */
  1061. box-sizing: border-box;
  1062. display: flex;
  1063. justify-content: center;
  1064. align-items: center;
  1065. border-radius: 50%;
  1066. border: 4px solid var(--White);
  1067. width: 37px;
  1068. height: 37px;
  1069. background: var(--Color02);
  1070. color: var(--White);
  1071. font-size: 12px;
  1072. position: absolute;
  1073. left: -7px;
  1074. bottom: -5px;]
  1075. [fa]fas fa-quote-left[/fa]
  1076. [/div]
  1077. [/div]
  1078. [/div]
  1079. [/div]
  1080.  
  1081. [div=/* header */
  1082. margin-top: -55px;
  1083. margin-left: 65px;
  1084. font-family: var(--HeaderFont);
  1085. line-height: 100%;
  1086. text-transform: capitalize;]
  1087. Name
  1088. [/div]
  1089.  
  1090. [div=/* relationship content */
  1091. margin-top: 15px;
  1092. margin-left: 40px;
  1093. text-align: justify;
  1094. color: var(--Color03);]
  1095. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor. Pellentesque gravida enim non enim condimentum, quis maximus nisi dictum. Aliquam enim purus, varius id lectus et, blandit volutpat sem. Nulla facilisi. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec et accumsan sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc imperdiet tempus sagittis.
  1096.  
  1097. Integer ac aliquam tellus. Aliquam blandit arcu ac auctor pharetra. Cras nec ante orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ac libero in libero porta cursus a quis felis. In blandit molestie diam at eleifend. Etiam rutrum dignissim leo, quis vulputate nibh accumsan quis. Nullam finibus nulla dictum, hendrerit tellus eu, porta erat. Morbi tempus felis ac felis sodales, sed tincidunt odio ultrices.[/div]
  1098. [/div]
  1099.  
  1100. [/div]
  1101. [/div]
  1102. [comment] --- end of character relationship --- [/comment]
  1103.  
  1104. [comment] --- start of character relationship --- [/comment]
  1105. [div=/* flexbox */
  1106. display: flex;
  1107. flex-flow: row wrap;
  1108. margin-left: 50px;]
  1109.  
  1110. [div=/* flex LEFT */
  1111. display: flex;
  1112. align-items: center;
  1113. margin-top: 80px;
  1114. margin-left: -50px;
  1115. flex: 1;
  1116. min-width: 200px;
  1117. position: relative;
  1118. z-index: 6;]
  1119. [div=/* image box */
  1120. height: 275px;
  1121. width: 95%;
  1122. background: var(--RS03);
  1123. position: relative;]
  1124.  
  1125. [div=/* heart icon */
  1126. display: flex;
  1127. justify-content: center;
  1128. align-items: center;
  1129. border-radius: 50%;
  1130. width: 25px;
  1131. height: 25px;
  1132. background: var(--Color02);
  1133. color: var(--Color01);
  1134. position: absolute;
  1135. bottom: 10px;
  1136. right: -13px;
  1137. font-size: 11px;]
  1138. [fa]fas fa-heart[/fa]
  1139. [/div]
  1140.  
  1141. [/div]
  1142. [/div]
  1143.  
  1144. [div=/* flex RIGHT */
  1145. box-sizing: border-box;
  1146. margin-top: 80px;
  1147. margin-left: -60px;
  1148. padding: max(10px, 5%);
  1149. flex: 7;
  1150. width: 100%;
  1151. min-width: 200px;
  1152. background: var(--White);
  1153. font-family: var(--BodyFont);
  1154. font-size: var(--BodySize);
  1155. line-height: 135%;
  1156. color: var(--Color01);
  1157. text-align: justify;
  1158. position: relative;]
  1159.  
  1160. [div=/* quote section wrapper */
  1161. display: flex;
  1162. flex-flow: row nowrap;
  1163. justify-content: right;]
  1164. [comment] --- start of quote section --- [/comment]
  1165. [div=/* quote box */
  1166. box-sizing: border-box;
  1167. border-radius: 5px;
  1168. padding: 5px 50px 5px 7px;
  1169. width: calc(100% - 35px);
  1170. max-width: 450px;
  1171. background: var(--Color02);
  1172. line-height: 115%;
  1173. text-align: left;
  1174. position: relative;
  1175. top: -65px;
  1176. right: 20px;
  1177. color: var(--Color03);]
  1178.  
  1179. [comment] QUOTE GOES HERE [/comment]
  1180. β€œLorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus.”
  1181.  
  1182. [div=/* circle image */
  1183. border-radius: 50%;
  1184. width: 75px;
  1185. height: 75px;
  1186. background: var(--Color02) var(--quote03);
  1187. position: absolute;
  1188. top: -25px;
  1189. right: -30px;]
  1190. [div=/* quote mark */
  1191. box-sizing: border-box;
  1192. display: flex;
  1193. justify-content: center;
  1194. align-items: center;
  1195. border-radius: 50%;
  1196. border: 4px solid var(--White);
  1197. width: 37px;
  1198. height: 37px;
  1199. background: var(--Color02);
  1200. color: var(--White);
  1201. font-size: 12px;
  1202. position: absolute;
  1203. left: -7px;
  1204. bottom: -5px;]
  1205. [fa]fas fa-quote-left[/fa]
  1206. [/div]
  1207. [/div]
  1208. [/div]
  1209. [/div]
  1210.  
  1211. [div=/* header */
  1212. margin-top: -55px;
  1213. margin-left: 65px;
  1214. font-family: var(--HeaderFont);
  1215. line-height: 100%;
  1216. text-transform: capitalize;]
  1217. Name
  1218. [/div]
  1219.  
  1220. [div=/* relationship content */
  1221. margin-top: 15px;
  1222. margin-left: 40px;
  1223. text-align: justify;
  1224. color: var(--Color03);]
  1225. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor. Pellentesque gravida enim non enim condimentum, quis maximus nisi dictum. Aliquam enim purus, varius id lectus et, blandit volutpat sem. Nulla facilisi. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec et accumsan sem. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Nunc imperdiet tempus sagittis.
  1226.  
  1227. Integer ac aliquam tellus. Aliquam blandit arcu ac auctor pharetra. Cras nec ante orci. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec ac libero in libero porta cursus a quis felis. In blandit molestie diam at eleifend. Etiam rutrum dignissim leo, quis vulputate nibh accumsan quis. Nullam finibus nulla dictum, hendrerit tellus eu, porta erat. Morbi tempus felis ac felis sodales, sed tincidunt odio ultrices.[/div]
  1228. [/div]
  1229.  
  1230. [/div]
  1231. [/div]
  1232. [comment] --- end of character relationship --- [/comment]
  1233.  
  1234. [div=/* spacer */
  1235. height: 50px;]
  1236. [/div]
  1237.  
  1238. [div=/* tab cover pt.I - DON'T TOUCH */
  1239. border-radius: 50%;
  1240. padding-bottom: 5px;
  1241. height: 25px;
  1242. width: 30px;
  1243. background: var(--Color02);
  1244. font-family: var(--HeaderFont);
  1245. font-size: 17px;
  1246. line-height: 0;
  1247. color: var(--Color01);
  1248. position: absolute;
  1249. bottom: 74px;
  1250. left: -47px;
  1251. display: flex;
  1252. justify-content: center;
  1253. align-items: center;
  1254. transform: rotate(-10deg);]
  1255. 03
  1256. [/div]
  1257.  
  1258. [div=/* tab cover pt.II */
  1259. border-radius: 50px;
  1260. padding: 5px 15px 6px;
  1261. background: var(--Color02);
  1262. font-family: var(--BodyFont);
  1263. font-size: 13px;
  1264. line-height: 100%;
  1265. color: var(--Color01);
  1266. text-transform: uppercase;
  1267. position: absolute;
  1268. bottom: 91px;
  1269. left: -11px;
  1270. display: flex;
  1271. justify-content: center;
  1272. align-items: center;
  1273. transform: rotate(-10deg);
  1274. z-index: 7;]
  1275. Relationships
  1276. [/div]
  1277.  
  1278. [/div]
  1279. [/div]
  1280. [/div]
  1281. [/tab]
  1282.  
  1283.  
  1284.  
  1285. [tab=040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404040404]
  1286. [div=/* tab content wrapper */
  1287. width: calc(100% - 60px);
  1288. height: 70vh;
  1289. max-height: 750px;
  1290. min-height: 500px;
  1291. position: absolute;
  1292. right: -20px;
  1293. bottom: 33px;
  1294. z-index: 3;]
  1295. [div=/* scrollbox wrapper */
  1296. width: 100%;
  1297. max-width: 900px;
  1298. height: 100%;
  1299. overflow: hidden;]
  1300. [div=/* scrollbox */
  1301. padding-right: 30px;
  1302. width: 100%;
  1303. height: 100%;
  1304. overflow-x: hidden;
  1305. overflow-y: scroll;]
  1306.  
  1307. [comment] --- start of combat data section --- [/comment]
  1308. [div=/* header wrapper */
  1309. display: flex;
  1310. margin-top: 50px;
  1311. margin-bottom: 5px;
  1312. width: 100%;
  1313. font-family: var(--HeaderFont);
  1314. line-height: 100%;
  1315. color: var(--Color01);
  1316. font-weight: 700;
  1317. position: relative;
  1318. z-index: 3;]
  1319. [div=/* number */
  1320. display: block;
  1321. font-size: var(--NumSize);
  1322. letter-spacing: -3px;]
  1323. 01
  1324. [/div]
  1325. [div=/* header title */
  1326. display: block;
  1327. margin-left: 5px;
  1328. font-size: var(--HeaderSize);]
  1329. Combat Data
  1330. [/div]
  1331. [/div]
  1332.  
  1333. [div=/* content box */
  1334. box-sizing: border-box;
  1335. padding: max(20px, 5%);
  1336. width: calc(100% - 25px);
  1337. background: var(--White);
  1338. font-family: var(--BodyFont);
  1339. font-size: var(--BodySize);
  1340. line-height: 135%;
  1341. color: var(--Color01);
  1342. text-align: justify;
  1343. position: relative;
  1344. left: 25px;]
  1345.  
  1346. [comment] --- start of skills block --- [/comment]
  1347. [div=/* topic title */
  1348. margin-left: 20px;
  1349. font-family: var(--HeaderFont);]
  1350. Skill 1
  1351. [/div]
  1352. [div=/* topic content */
  1353. margin-top: 5px;
  1354. color: var(--Color03);]
  1355. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.[/div]
  1356. [/div]
  1357. [comment] --- end of skills block --- [/comment]
  1358.  
  1359. [comment] --- start of skills block --- [/comment]
  1360. [div=/* topic title */
  1361. margin-top: 20px;
  1362. margin-left: 20px;
  1363. font-family: var(--HeaderFont);]
  1364. Skill 2
  1365. [/div]
  1366. [div=/* topic content */
  1367. margin-top: 5px;
  1368. color: var(--Color03);]
  1369. [div=white-space: pre-line;]Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.[/div]
  1370. [/div]
  1371. [comment] --- end of skills block --- [/comment]
  1372.  
  1373. [/div]
  1374. [comment] --- end of combat data section --- [/comment]
  1375.  
  1376. [comment] --- start of equipment section --- [/comment]
  1377. [div=/* header wrapper */
  1378. display: flex;
  1379. margin-top: 50px;
  1380. margin-bottom: 5px;
  1381. width: 100%;
  1382. font-family: var(--HeaderFont);
  1383. line-height: 100%;
  1384. color: var(--Color01);
  1385. font-weight: 700;
  1386. position: relative;
  1387. z-index: 3;]
  1388. [div=/* number */
  1389. display: block;
  1390. font-size: var(--NumSize);
  1391. letter-spacing: -3px;]
  1392. 02
  1393. [/div]
  1394. [div=/* header title */
  1395. display: block;
  1396. margin-left: 5px;
  1397. font-size: var(--HeaderSize);]
  1398. Equipment
  1399. [/div]
  1400. [/div]
  1401.  
  1402. [div=/* content box */
  1403. box-sizing: border-box;
  1404. padding: max(20px, 5%);
  1405. width: calc(100% - 25px);
  1406. background: var(--White);
  1407. font-family: var(--BodyFont);
  1408. font-size: var(--BodySize);
  1409. line-height: 135%;
  1410. color: var(--Color03);
  1411. text-align: justify;
  1412. position: relative;
  1413. left: 25px;]
  1414.  
  1415. [comment] --- start of item wrapper --- [/comment]
  1416. [div=/* flexbox */
  1417. display: flex;
  1418. flex-flow: row wrap;
  1419. justify-content: center;
  1420. margin-left: -15px;
  1421. width: calc(100% + 15px);]
  1422.  
  1423. [div=/* flex LEFT */
  1424. display: flex;
  1425. align-items: center;
  1426. box-sizing: border-box;
  1427. margin-top: 0px;
  1428. padding: 0 25px;
  1429. flex: 1;
  1430. min-width: 100px;
  1431. max-width: 115px;]
  1432. [div=/* image */
  1433. padding-top: 100%;
  1434. width: 100%;
  1435. background: var(--item01);]
  1436. [/div]
  1437. [/div]
  1438.  
  1439. [div=/* flex RIGHT */
  1440. box-sizing: border-box;
  1441. margin-top: 0px;
  1442. padding: 15px;
  1443. flex: 5;
  1444. width: 100%;
  1445. min-width: 200px;
  1446. background: var(--Color01);
  1447. color: var(--White);]
  1448. [div=white-space: pre-line;]Name: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.[/div]
  1449. [/div]
  1450.  
  1451. [/div]
  1452. [comment] --- end of item wrapper --- [/comment]
  1453.  
  1454. [comment] --- start of item wrapper --- [/comment]
  1455. [div=/* flexbox */
  1456. display: flex;
  1457. flex-flow: row wrap;
  1458. justify-content: center;
  1459. margin-left: -15px;
  1460. width: calc(100% + 15px);]
  1461.  
  1462. [div=/* flex LEFT */
  1463. display: flex;
  1464. align-items: center;
  1465. box-sizing: border-box;
  1466. margin-top: 20px;
  1467. padding: 0 25px;
  1468. flex: 1;
  1469. min-width: 100px;
  1470. max-width: 115px;]
  1471. [div=/* image */
  1472. padding-top: 100%;
  1473. width: 100%;
  1474. background: var(--item02);]
  1475. [/div]
  1476. [/div]
  1477.  
  1478. [div=/* flex RIGHT */
  1479. box-sizing: border-box;
  1480. margin-top: 20px;
  1481. padding: 15px;
  1482. flex: 5;
  1483. width: 100%;
  1484. min-width: 200px;
  1485. background: var(--Color01);
  1486. color: var(--White);]
  1487. [div=white-space: pre-line;]Name: Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.[/div]
  1488. [/div]
  1489.  
  1490. [/div]
  1491. [comment] --- end of item wrapper --- [/comment]
  1492.  
  1493. [/div]
  1494. [comment] --- end of equipment section --- [/comment]
  1495.  
  1496. [div=/* spacer */
  1497. height: 50px;]
  1498. [/div]
  1499.  
  1500. [div=/* tab cover pt.I - DON'T TOUCH */
  1501. border-radius: 50%;
  1502. padding-bottom: 5px;
  1503. height: 25px;
  1504. width: 30px;
  1505. background: var(--Color02);
  1506. font-family: var(--HeaderFont);
  1507. font-size: 17px;
  1508. line-height: 0;
  1509. color: var(--Color01);
  1510. position: absolute;
  1511. bottom: 43px;
  1512. left: -41px;
  1513. display: flex;
  1514. justify-content: center;
  1515. align-items: center;
  1516. transform: rotate(-10deg);]
  1517. 04
  1518. [/div]
  1519.  
  1520. [div=/* tab cover pt.II */
  1521. border-radius: 50px;
  1522. padding: 5px 15px 6px;
  1523. background: var(--Color02);
  1524. font-family: var(--BodyFont);
  1525. font-size: 13px;
  1526. line-height: 100%;
  1527. color: var(--Color01);
  1528. text-transform: uppercase;
  1529. position: absolute;
  1530. bottom: 57px;
  1531. left: -5px;
  1532. display: flex;
  1533. justify-content: center;
  1534. align-items: center;
  1535. transform: rotate(-10deg);
  1536. z-index: 5;]
  1537. Abilities
  1538. [/div]
  1539.  
  1540. [/div]
  1541. [/div]
  1542. [/div]
  1543. [/tab]
  1544.  
  1545.  
  1546.  
  1547. [tab=050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505050505]
  1548. [div=/* tab content wrapper */
  1549. width: calc(100% - 60px);
  1550. height: 70vh;
  1551. max-height: 750px;
  1552. min-height: 500px;
  1553. position: absolute;
  1554. right: -20px;
  1555. bottom: 33px;
  1556. z-index: 3;]
  1557. [div=/* scrollbox wrapper */
  1558. width: 100%;
  1559. max-width: 900px;
  1560. height: 100%;
  1561. overflow: hidden;]
  1562. [div=/* scrollbox */
  1563. padding-right: 30px;
  1564. width: 100%;
  1565. height: 100%;
  1566. overflow-x: hidden;
  1567. overflow-y: scroll;]
  1568.  
  1569. [comment] --- start of preferences section --- [/comment]
  1570. [div=/* header wrapper */
  1571. display: flex;
  1572. margin-top: 50px;
  1573. margin-bottom: 5px;
  1574. width: 100%;
  1575. font-family: var(--HeaderFont);
  1576. line-height: 100%;
  1577. color: var(--Color01);
  1578. font-weight: 700;
  1579. position: relative;
  1580. z-index: 3;]
  1581. [div=/* number */
  1582. display: block;
  1583. font-size: var(--NumSize);
  1584. letter-spacing: -3px;]
  1585. 01
  1586. [/div]
  1587. [div=/* header title */
  1588. display: block;
  1589. margin-left: 5px;
  1590. font-size: var(--HeaderSize);]
  1591. Preferences
  1592. [/div]
  1593. [/div]
  1594.  
  1595. [div=/* bullet points content box */
  1596. box-sizing: border-box;
  1597. padding: max(20px, 5%);
  1598. width: calc(100% - 25px);
  1599. background: var(--White);
  1600. font-family: var(--BodyFont);
  1601. font-size: var(--BodySize);
  1602. line-height: 135%;
  1603. color: var(--Color01);
  1604. text-align: justify;
  1605. position: relative;
  1606. left: 25px;]
  1607.  
  1608. [comment] --- start of preference block --- [/comment]
  1609. [div=/* number - bullet point */
  1610. margin-left: 20px;
  1611. font-family: var(--HeaderFont);]
  1612. Likes
  1613. [/div]
  1614. [div=/* number - bullet point */
  1615. margin-top: 5px;
  1616. color: var(--Color03);]
  1617. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.
  1618. [/div]
  1619. [comment] --- end of preference block --- [/comment]
  1620.  
  1621. [comment] --- start of preference block --- [/comment]
  1622. [div=/* number - bullet point */
  1623. margin-top: 20px;
  1624. margin-left: 20px;
  1625. font-family: var(--HeaderFont);]
  1626. Dislikes
  1627. [/div]
  1628. [div=/* number - bullet point */
  1629. margin-top: 5px;
  1630. color: var(--Color03);]
  1631. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.
  1632. [/div]
  1633. [comment] --- end of preference block --- [/comment]
  1634.  
  1635. [/div]
  1636. [comment] --- end of preferences section --- [/comment]
  1637.  
  1638. [comment] --- start of notes section --- [/comment]
  1639. [div=/* header wrapper */
  1640. display: flex;
  1641. margin-top: 50px;
  1642. margin-bottom: 5px;
  1643. width: 100%;
  1644. font-family: var(--HeaderFont);
  1645. line-height: 100%;
  1646. color: var(--Color01);
  1647. font-weight: 700;
  1648. position: relative;
  1649. z-index: 3;]
  1650. [div=/* number */
  1651. display: block;
  1652. font-size: var(--NumSize);
  1653. letter-spacing: -3px;]
  1654. 02
  1655. [/div]
  1656. [div=/* header title */
  1657. display: block;
  1658. margin-left: 5px;
  1659. font-size: var(--HeaderSize);]
  1660. Notes
  1661. [/div]
  1662. [/div]
  1663.  
  1664. [div=/* bullet points content box */
  1665. box-sizing: border-box;
  1666. padding: max(20px, 5%);
  1667. width: calc(100% - 25px);
  1668. background: var(--White);
  1669. font-family: var(--BodyFont);
  1670. font-size: var(--BodySize);
  1671. line-height: 135%;
  1672. color: var(--Color01);
  1673. text-align: justify;
  1674. position: relative;
  1675. left: 25px;]
  1676.  
  1677. [comment] --- start of bullet point block --- [/comment]
  1678. [div=/* flex box */
  1679. display: flex;
  1680. flex-flow: row nowrap;
  1681. width: 100%;]
  1682. [div=/* number - bullet point */
  1683. flex: 1;
  1684. max-width: 30px;
  1685. min-width: 30px;
  1686. font-family: var(--HeaderFont);
  1687. font-size: 1.1em;
  1688. line-height: 110%;]
  1689. 01.
  1690. [/div]
  1691. [div=/* number - bullet point */
  1692. flex: 10;
  1693. color: var(--Color03);]
  1694. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.
  1695. [/div]
  1696. [/div]
  1697. [comment] --- end of bullet point block --- [/comment]
  1698.  
  1699. [comment] --- start of bullet point block --- [/comment]
  1700. [div=/* flex box */
  1701. margin-top: 20px;
  1702. display: flex;
  1703. flex-flow: row nowrap;
  1704. width: 100%;]
  1705. [div=/* number - bullet point */
  1706. flex: 1;
  1707. max-width: 30px;
  1708. min-width: 30px;
  1709. font-family: var(--HeaderFont);
  1710. font-size: 1.1em;
  1711. line-height: 110%;]
  1712. 02.
  1713. [/div]
  1714. [div=/* number - bullet point */
  1715. flex: 10;
  1716. color: var(--Color03);]
  1717. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.
  1718. [/div]
  1719. [/div]
  1720. [comment] --- end of bullet point block --- [/comment]
  1721.  
  1722. [comment] --- start of bullet point block --- [/comment]
  1723. [div=/* flex box */
  1724. margin-top: 20px;
  1725. display: flex;
  1726. flex-flow: row nowrap;
  1727. width: 100%;]
  1728. [div=/* number - bullet point */
  1729. flex: 1;
  1730. max-width: 30px;
  1731. min-width: 30px;
  1732. font-family: var(--HeaderFont);
  1733. font-size: 1.1em;
  1734. line-height: 110%;]
  1735. 03.
  1736. [/div]
  1737. [div=/* number - bullet point */
  1738. flex: 10;
  1739. color: var(--Color03);]
  1740. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin non neque metus. Sed auctor erat ut odio porta, sit amet lobortis nunc molestie. Donec porttitor, quam quis vestibulum cursus, orci ligula faucibus sapien, eget vulputate nibh nisl id orci. Mauris feugiat sem nec diam suscipit porttitor.
  1741. [/div]
  1742. [/div]
  1743. [comment] --- end of bullet point block --- [/comment]
  1744.  
  1745. [/div]
  1746. [comment] --- end of notes section --- [/comment]
  1747.  
  1748. [div=/* spacer */
  1749. height: 50px;]
  1750. [/div]
  1751.  
  1752. [div=/* tab cover pt.I - DON'T TOUCH */
  1753. border-radius: 50%;
  1754. padding-bottom: 5px;
  1755. height: 25px;
  1756. width: 30px;
  1757. background: var(--Color02);
  1758. font-family: var(--HeaderFont);
  1759. font-size: 17px;
  1760. line-height: 0;
  1761. color: var(--Color01);
  1762. position: absolute;
  1763. bottom: 10px;
  1764. left: -35px;
  1765. display: flex;
  1766. justify-content: center;
  1767. align-items: center;
  1768. transform: rotate(-10deg);]
  1769. 05
  1770. [/div]
  1771.  
  1772. [div=/* tab cover pt.II */
  1773. border-radius: 50px;
  1774. padding: 5px 15px 6px;
  1775. background: var(--Color02);
  1776. font-family: var(--BodyFont);
  1777. font-size: 13px;
  1778. line-height: 100%;
  1779. color: var(--Color01);
  1780. text-transform: uppercase;
  1781. position: absolute;
  1782. bottom: 23px;
  1783. left: 1px;
  1784. display: flex;
  1785. justify-content: center;
  1786. align-items: center;
  1787. transform: rotate(-10deg);
  1788. z-index: 5;]
  1789. Extras
  1790. [/div]
  1791.  
  1792. [/div]
  1793. [/div]
  1794. [/div]
  1795. [/tab]
  1796.  
  1797.  
  1798. [/tabs]
  1799. [/div]
  1800. [/div]
  1801. [/div]
  1802. [/nobr][comment]
  1803.  
  1804. ---------- start of credits ---------- >
  1805.  
  1806. [/comment][border=0; padding: 0; margin-top: 5px; width: 100%; font-family: var(--mainfont); font-size: .6em; line-height: 100%; text-align: center; text-transform: uppercase; opacity: .6;]Code by Nano[comment][USER=20950]@Nano[/USER][/comment][/border][comment]
  1807.  
  1808. < ---------- end of credits ----------
  1809.  
  1810. [/comment]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement