Advertisement
soxxx

005 - dark

Sep 24th, 2024 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.06 KB | None | 0 0
  1. [comment]code by sox
  2.  
  3. [font=Micro 5]font1[/font]
  4. [font=Pixelify Sans]font2[/font]
  5. [font=Tiny5]font3[/font]
  6. [font=DotGothic16]font4[/font]
  7. [font=Outfit]font5[/font]
  8.  
  9. [/comment][div=height:auto; width:100%; overflow-x:auto; overflow-y:hidden;
  10.  
  11. /*colors*/
  12. --bkgd: #000; /*black*/
  13. --windowbkgd: #000; /*black*/
  14. --text: #fff; /*white*/
  15. --shadow: #000; /*black*/
  16.  
  17. --accent0: #FFFFFF; /*white - heavy contrast to bkgd*/
  18. --accent1: #7AE501; /*neon green*/
  19. --accent2: #01E5D7; /*neon cyan*/
  20. --accent3: #3e00ed; /*neon indigo*/
  21. --accent4: #E5017C; /*neon pink*/
  22. --accent5: #ebff00; /*neon yellow*/
  23.  
  24.  
  25. /*values*/
  26. --titleshadow: -3px -3px 0px var(--shadow); /*title name shadow - up & left*/
  27. --titleshadow2: 3px 3px 0px var(--shadow); /*title name shadow - down & right*/
  28. --chatshadow: 2px 2px 0px var(--accent0); /*chat bubble shadow*/
  29. --chatdivetshadow: 2px 0px 0px var(--accent0); /*chat bubble triangle piece shadow*/
  30. --heartshadow: 2px 2px 0px var(--accent2); /*hearts counter box shadow*/
  31.  
  32. --volumelevel: 75%; /* edit this value to adjust spotify volume level appearance (0-100%) */
  33. --loadingbar: 62%; /* edit this value to adjust loading bar completion (reference values: 30% = none; 40% = 5; 50% = 10; 70% = all) */
  34.  
  35. --ticktop: 276px; /*loading bar tick placement*/
  36. --tickheight: 15px; /*loading bar tick height*/
  37. --tickwidth: 10px; /*loading bar tick width*/
  38.  
  39.  
  40. /*borders*/
  41. /*normal borders*/
  42. --border0: 3px solid var(--accent0);
  43. --border1: 3px solid var(--accent1);
  44. --border2: 3px solid var(--accent2);
  45. --border3: 3px solid var(--accent3);
  46. --border4: 3px solid var(--accent4);
  47. --border5: 3px solid var(--accent5);
  48. --border6: 3px solid var(--windowbkgd);
  49.  
  50. /*thin borders*/
  51. --tborder0: 1px solid var(--accent0);
  52. --tborder1: 1px solid var(--accent1);
  53. --tborder2: 1px solid var(--accent2);
  54. --tborder3: 1px solid var(--accent3);
  55. --tborder4: 1px solid var(--accent4);
  56. --tborder5: 1px solid var(--accent5);
  57. --tborder6: 1px solid var(--windowbkgd);
  58.  
  59.  
  60. /*fonts*/
  61. --font1: 'Micro 5', sans-serif; /*box titles*/
  62. --font2: 'Pixelify Sans', sans-serif; /*chat bubbles, tags, stats*/
  63. --font3: 'Tiny5', sans-serif; /*title name*/
  64. --font4: 'DotGothic16', sans-serif; /*file names, system messages*/
  65. --font5: 'Outfit', sans-serif; /*text*/
  66.  
  67.  
  68. /*pics*/
  69. /*intro imgs*/
  70. --titlepic1: url('https://i.pinimg.com/736x/df/82/fb/df82fbd720d329577d9833f2e8d9858a.jpg');
  71. --titlepic2: url('https://i.imgur.com/yXFTMUV.png');
  72. --titlepic3: url('https://i.pinimg.com/564x/e3/d0/ce/e3d0ceb40a7103762a5cf2a9acb02e31.jpg');
  73. --titlepic4: url('https://i.pinimg.com/736x/3e/0c/eb/3e0ceb219ed9e188e71d9b7e3cab685a.jpg');
  74.  
  75. /*livestream box*/
  76. --livestream: url('https://i.pinimg.com/736x/1c/27/aa/1c27aa72cf0ae73d9464bff435b0b6a6.jpg');
  77.  
  78. /*img boxes*/
  79. --imgpic1: url('https://i.imgur.com/l6aGzcr.jpeg');
  80. --imgpic2: url('https://i.imgur.com/HsWJol8.png');
  81. --imgpic3: url('https://i.imgur.com/LwFVCni.png');
  82. --imgpic4: url('https://i.pinimg.com/564x/ec/fb/cd/ecfbcde1845ed6cc6c9cb8b0b5b883be.jpg');
  83.  
  84.  
  85. ][div=margin:auto; position:relative; width:770px; height:495px; margin-top:20px; margin-bottom:20px; background: var(--bkgd); box-sizing: border-box; border-radius:5px; cursor: url('https://i.imgur.com/bb5FSYK.png'), auto; border-radius:8px; box-shadow:0px 0px 10px var(--bkgd);][nobr]
  86.  
  87. [comment] ---- background windows ---- [/comment]
  88. [div=position:absolute; left:20px; top:50px; width:700px; height:425px; background: var(--windowbkgd); border:var(--border3); border-radius:10px;][/div]
  89. [div=position:absolute; left:30px; top:40px; width:700px; height:425px; background: var(--windowbkgd); border:var(--border2); border-radius:10px;][/div]
  90. [div=position:absolute; left:40px; top:30px; width:700px; height:425px; background: var(--windowbkgd); border:var(--border4); border-radius:10px;][/div]
  91. [div=position:absolute; left:50px; top:20px; width:700px; height:425px; background: var(--windowbkgd); border:var(--border0); border-radius:10px;][/div]
  92. [div=position:absolute; left:53px; top:57px; width:686px; height:18px; background: var(--accent0); font-family:var(--font1); font-size:15px; line-height:18px; text-align:left; text-transform:uppercase; color:var(--windowbkgd); padding-left:15px;][comment]
  93.  
  94. ---- window menu bar ----
  95. [/comment]Settings⠀⠀Downloads⠀⠀Shop⠀⠀Browse⠀⠀Log Out[/div]
  96. [div=position:absolute; left:65px; top:23px; width:15px; height:15px; font-family:var(--font2); font-size:14px; line-height:36px; text-align:left; color:var(--accent1);][fa]fas fa-globe[/fa][/div]
  97. [div=position:absolute; left:725px; top:23px; width:15px; height:15px; font-family:var(--font2); font-size:15px; line-height:35px; text-align:left; color:var(--accent3);][fa]fas fa-xmark[/fa][/div]
  98. [div=position:absolute; left:705px; top:23px; width:15px; height:15px; font-family:var(--font2); font-size:15px; line-height:35px; text-align:left; color:var(--accent3);][fa]fas fa-minus[/fa][/div]
  99.  
  100. [comment] ---- URL BAR START ---- [/comment]
  101. [div=position:absolute; left:90px; top:23px; width:590px; height:34px; font-family:var(--font2); font-size:15px; line-height:35px; text-align:left; text-transform:uppercase; color:var(--accent0);][div=display:inline; color:var(--accent1);]https[/div];//[div=display:inline; color:var(--accent5);][comment]
  102.  
  103. ---- window url: use commas instead of periods ----
  104. [/comment]www,metaversehackers,com[/div]/[div=display:inline; color:var(--accent2);]user[/div]/[div=display:inline; color:var(--accent4);][comment]
  105.  
  106. ---- window url: character name ----
  107. [/comment]taeyong-lee[/div]/[/div]
  108. [comment] ---- URL BAR END---- [/comment]
  109.  
  110.  
  111. [comment] ---- MAIN WINDOW START ---- [/comment]
  112. [/nobr][div=position:absolute; left:53px; top:82px; width:694px; height:350px; overflow:hidden;][div=position:relative; width:690px; height:100%; background: var(--windowbkgd); overflow-y:scroll; padding:0 0px 0 0; scrollbar-color:var(--accent1) rgba(0,0,0,0);][nobr]
  113.  
  114. [comment] ---- intro pictures ---- [/comment]
  115. [div=position:absolute; left:122px; top:23px; width:115px; height:172px; border:var(--border3); background:var(--titlepic1); background-size:cover; background-position:50% 50%;][/div]
  116. [div=position:absolute; left:40px; top:144px; width:108px; height:108px; border:var(--border5); background:var(--titlepic2); background-size:cover; background-position:50% 50%;][/div]
  117. [div=position:absolute; left:508px; top:128px; width:124px; height:124px; border:var(--border2); background:var(--titlepic3); background-size:cover; background-position:50% 50%;][/div]
  118. [div=position:absolute; left:436px; top:230px; width:156px; height:107px; border:var(--border4); background:var(--titlepic4); background-size:cover; background-position:50% 50%;][/div]
  119.  
  120.  
  121. [comment] ---- TITLE NAME START ---- [/comment]
  122. [div=position:absolute; left:0px; top:116px; width:100%; height:120px; text-shadow: var(--titleshadow), var(--titleshadow2); font-family:var(--font3); font-size:70px; line-height:50px; text-align:center; color:var(--accent1); text-transform:uppercase][comment]
  123.  
  124. --- character first name here ----
  125. [/comment]taeyong[comment]
  126.  
  127. --- character last name / nickname here ----
  128. [/comment][br][/br]lee[/div]
  129. [comment] ---- TITLE NAME END ---- [/comment]
  130.  
  131.  
  132. [comment] ---- LOADING BAR START ---- [/comment]
  133. [div=position:absolute; left:200px; top:270px; width:256px; height:21px; border:var(--border0); background:var(--windowbkgd); box-shadow: var(--titleshadow), var(--titleshadow2); padding:0x 0px 0px 0px;][/div][div=position:absolute; width:var(--loadingbar); height:100%; overflow:hidden;][div=position:absolute; top:300px; width:670px; height:15px; font-family:var(--font4); font-size:14px; line-height:20px; text-align:center; color:var(--accent0);]Downloading assets...[/div]
  134.  
  135. [comment] ---- loading progress ticks ---- [/comment]
  136. [div=position:absolute; left:206px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  137. [div=position:absolute; left:219px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  138. [div=position:absolute; left:232px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  139. [div=position:absolute; left:245px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  140. [div=position:absolute; left:258px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  141. [div=position:absolute; left:271px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  142. [div=position:absolute; left:284px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  143. [div=position:absolute; left:297px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  144. [div=position:absolute; left:310px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  145. [div=position:absolute; left:323px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  146. [div=position:absolute; left:336px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  147. [div=position:absolute; left:349px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  148. [div=position:absolute; left:362px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  149. [div=position:absolute; left:375px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  150. [div=position:absolute; left:388px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  151. [div=position:absolute; left:401px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  152. [div=position:absolute; left:414px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  153. [div=position:absolute; left:427px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  154. [div=position:absolute; left:440px; top:var(--ticktop); width:var(--tickwidth); height:var(--tickheight); background:var(--accent1);][/div]
  155. [/div]
  156. [comment] ---- LOADING BAR END ---- [/comment]
  157.  
  158.  
  159.  
  160. [comment] ---- SPOTIFY START ---- [/comment]
  161.  
  162. [div=position:absolute; left:64px; top:375px; width:213px; height:123px; background:var--windowbkgd); border:var(--border3);]
  163. [div=position:absolute; left:0px; top:0px; width:213px; height:20px; background:var(--accent3); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--accent0); text-align:center;]Spotify.exe[/div]
  164.  
  165. [comment] -- details box -- [/comment][div=position:absolute; left:9px; top:65px; width:189px; height:42px; border:var(--border3);][/div]
  166. [comment] -- volume bar -- [/comment][div=position:absolute; left:25px; top:42px; width:50px; height:2px; background:var(--windowbkgd); border:var(--tborder3);][div=width:var(--volumelevel); height:100%; background:var(--accent4);][/div][/div]
  167. [comment] -- volume down -- [/comment][div=position:absolute; left:10px; top:29px; height:22px; width:22px; font-size:11px; line-height:28px; text-align:left; color:var(--accent3);][fa]fas fa-volume-low[/fa][/div]
  168. [comment] -- volume up -- [/comment][div=position:absolute; left:74px; top:29px; height:22px; width:22px;font-size:11px; line-height:28px; text-align:right; color:var(--accent3);][fa]fas fa-volume-high[/fa][/div]
  169. [comment] -- pause -- [/comment][div=position:absolute; left:104px; top:29px; height:22px; width:22px; border:var(--border3); font-size:12px; line-height:22px; text-align:center; color:var(--accent3);][fa]fas fa-pause[/fa][/div]
  170. [comment] -- forward -- [/comment][div=position:absolute; left:176px; top:29px; height:22px; width:22px; border:var(--border3); font-size:12px; line-height:22px; text-align:center; color:var(--accent3);][fa]fas fa-forward[/fa][/div]
  171. [comment] -- time bar -- [/comment][div=position:absolute; left:20px; top:88px; width:170px; height:3px; border:var(--tborder3);][/div]
  172. [comment] -- progress mark -- [/comment][div=position:absolute; left:40px; top:84px; width:6px; height:6px; border:var(--border3); background:var(--accent1);][/div]
  173. [div=position:absolute; left:20px; top:71px; width:160px; height:10px; font-family:var(--font2); font-size:10px; line-height:10px; color:var(--accent0); text-align:left; text-transform:uppercase;][comment]
  174.  
  175. --- song name here ----
  176. [/comment][b]ape[/b] — [comment]
  177.  
  178. --- artist name here ----
  179. [/comment]taeyong[/div]
  180. [div=position:absolute; left:25px; top:97px; width:168px; height:10px; font-family:var(--font1); font-size:12px; line-height:12px; color:var(--accent0); text-align:right; text-transform:uppercase;][comment]
  181.  
  182. --- time elapsed here ----
  183. [/comment]1:57 / 3:41[/div]
  184.  
  185. [comment] ---- MUSIC PLAYER BUTTON
  186. ---- graciously granted to me by uxie ty queen ily [/comment]
  187. [div=position:absolute; top:29px; left:140px; width:22px; height:22px; border:var(--border3);]
  188. [div=height:22px; width:100%; flex-shrink:0; padding:5px 5px 5px 5px; box-sizing:border-box; border-top:1px solid var(--color-1); display:flex; flex-flow:row nowrap; align-items:center;]
  189.  
  190. [comment] ---- play button ---- [/comment]
  191. [div=height:12px; width:12px; position:relative; flex-shrink:0;][div=height:100%; width:100%; background-size:cover; position:relative; z-index:2; pointer-events:none; font-size:12px; line-height:8px; text-align:center; color:var(--accent1);][fa]fas fa-play[/fa][/div]
  192.  
  193. [comment] ---- media files ---- [/comment]
  194. [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;]
  195.  
  196. [comment]---- SOUNDCLOUD ---- (replace the soundcloud link within media tag with your own) ---- [/comment]
  197. [border=transparent; height:80px; width:180px; padding:0; margin-top:-16px; margin-left:-14px; position:absolute; top:0; left:0;]
  198. [media=soundcloud]https://soundcloud.com/user-692409458/ape[/media][/border]
  199.  
  200. [comment]---- GOOGLE DRIVE ---- (replace the google file code within media tag with your own) ---- [/comment]
  201. [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;]
  202. [media=googledrive]1EwyiuGOGDy8NrbyIm2mfdHc7szRnCMBC[/MEDIA]
  203.  
  204. [/border][/border][/border]
  205. [/div][/div][/div][/div]
  206.  
  207. [comment] ---- SPOTIFY END ----[/comment]
  208.  
  209.  
  210.  
  211. [comment] ---- ICONS START ---- [/comment]
  212.  
  213. [comment] ---- folder icon 1 ---- [/comment]
  214. [div=position:absolute; left:395px; top:770px; width:60px; height:50px; transform:rotate(0deg); border-radius:3px; color:var(--accent4); font-size:60px; line-height:60px; text-align:center;][fa]fal fa-folder[/fa][/div]
  215. [div=position:absolute; left:390px; top:835px; width:70px; height:15px; color:var(--accent0); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px;]Sims Mods[/div]
  216.  
  217. [comment] ---- folder icon 2 ---- [/comment]
  218. [div=position:absolute; left:395px; top:880px; width:60px; height:50px; transform:rotate(0deg); border-radius:3px; color:var(--accent0); font-size:60px; line-height:60px; text-align:center;][fa]fal fa-folder[/fa][/div]
  219. [div=position:absolute; left:390px; top:945px; width:70px; height:15px; color:var(--accent0); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px;]Spring Break Pics[/div]
  220.  
  221. [comment] ---- folder icon 3 ---- [/comment]
  222. [div=position:absolute; left:395px; top:990px; width:60px; height:50px; transform:rotate(0deg); border-radius:3px; color:var(--accent2); font-size:60px; line-height:60px; text-align:center;][fa]fal fa-folder[/fa][/div]
  223. [div=position:absolute; left:390px; top:1055px; width:70px; height:15px; color:var(--accent0); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px;]Executables[/div]
  224.  
  225. [comment] ---- atom icon ---- [/comment]
  226. [div=position:absolute; left:344px; top:387px; width:50px; height:50px; border:var(--tborder5); border-radius:3px; ;color:var(--accent5); font-size:30px; line-height:45px; text-align:center;][fa]fal fa-atom[/fa][/div]
  227.  
  228. [comment] ---- volume icon ---- [/comment]
  229. [div=position:absolute; left:177px; top:1915px; width:63px; height:70px; transform:rotate(0deg); border:var(--tborder1); border-radius:3px; ;color:var(--accent1); font-size:30px; line-height:55px; text-align:center;][fa]far fa-volume-high[/fa][/div]
  230.  
  231. [comment] ---- castle icon ---- [/comment]
  232. [div=position:absolute; left:400px; top:2055px; width:60px; height:70px; transform:rotate(0deg); border:var(--tborder3); border-radius:3px; ;color:var(--accent3); font-size:30px; line-height:75px; text-align:center;][fa]fab fa-fort-awesome[/fa][/div]
  233.  
  234. [comment] ---- file icon 1 ---- [/comment]
  235. [div=position:absolute; left:95px; top:1460px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-pdf[/fa][/div]
  236. [div=position:absolute; left:75px; top:1510px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]Resume.pdf[/div]
  237.  
  238. [comment] ---- file icon 2 ---- [/comment]
  239. [div=position:absolute; left:195px; top:1460px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-zipper[/fa][/div]
  240. [div=position:absolute; left:175px; top:1510px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]trojan horse.zip[/div]
  241.  
  242. [comment] ---- file icon 3 ---- [/comment]
  243. [div=position:absolute; left:295px; top:1460px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-powerpoint[/fa][/div]
  244. [div=position:absolute; left:275px; top:1510px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]Project Proposal.ppt[/div]
  245.  
  246. [comment] ---- file icon 4 ---- [/comment]
  247. [div=position:absolute; left:95px; top:1560px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-csv[/fa][/div]
  248. [div=position:absolute; left:75px; top:1610px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]Budgets.csv[/div]
  249.  
  250. [comment] ---- file icon 5 ---- [/comment]
  251. [div=position:absolute; left:195px; top:1560px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-audio[/fa][/div]
  252. [div=position:absolute; left:175px; top:1610px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]Mixtape.mp3[/div]
  253.  
  254. [comment] ---- file icon 6 ---- [/comment]
  255. [div=position:absolute; left:295px; top:1560px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-pen[/fa][/div]
  256. [div=position:absolute; left:275px; top:1610px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]Calendar.txt[/div]
  257.  
  258. [comment] ---- file icon 7 ---- [/comment]
  259. [div=position:absolute; left:95px; top:1660px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-video[/fa][/div]
  260. [div=position:absolute; left:75px; top:1710px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]vod_127.mp4[/div]
  261.  
  262. [comment] ---- file icon 8 ---- [/comment]
  263. [div=position:absolute; left:195px; top:1660px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-lines[/fa][/div]
  264. [div=position:absolute; left:175px; top:1710px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]Notes.docx[/div]
  265.  
  266. [comment] ---- file icon 9 ---- [/comment]
  267. [div=position:absolute; left:95px; top:1760px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-circle-exclamation[/fa][/div]
  268. [div=position:absolute; left:75px; top:1810px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]unknown.txt[/div]
  269.  
  270. [comment] ---- file icon 10 ---- [/comment]
  271. [div=position:absolute; left:195px; top:1760px; width:40px; height:40px; transform:rotate(0deg); border-radius:3px; color:var(--accent3); font-size:40px; line-height:40px; text-align:center;][fa]fal fa-file-zipper[/fa][/div]
  272. [div=position:absolute; left:175px; top:1810px; width:80px; height:15px; color:var(--accent3); font-family:var(--font4); font-size:10px; line-height:13px; text-align:center; letter-spacing:1px; font-weight:bold;]skins.zip[/div]
  273.  
  274. [comment] ---- ICONS END ---- [/comment]
  275.  
  276.  
  277.  
  278. [comment] ---- IMG BOXES START ---- [/comment]
  279.  
  280. [comment] ---- img box 1 ---- [/comment]
  281. [div=position:absolute; left:45px; top:540px; width:300px; height:300px; border:var(--border1); background:var(--imgpic1); background-size:cover; background-position:50% 50%;]
  282. [div=position:absolute; left:0px; top:0px; width:300px; height:20px; background:var(--accent1); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--windowbkgd); text-align:center;]img_295.jpg[/div][/div]
  283.  
  284. [comment] ---- img box 2 ---- [/comment]
  285. [div=position:absolute; left:490px; top:775px; width:120px; height:130px; border:var(--border5); background:var(--imgpic2); background-size:cover; background-position:50% 50%;]
  286. [div=position:absolute; left:0px; top:0px; width:120px; height:20px; background:var(--accent5); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--windowbkgd); text-align:center;]img_517.jpg[/div][/div]
  287.  
  288. [comment] ---- img box 3 ---- [/comment]
  289. [div=position:absolute; left:490px; top:938px; width:120px; height:130px; border:var(--border3); background:var(--imgpic3); background-size:cover; background-position:50% 50%;]
  290. [div=position:absolute; left:0px; top:0px; width:120px; height:20px; background:var(--accent3); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--accent0); text-align:center;]img_86.jpg[/div][/div]
  291.  
  292. [comment] ---- livestream box---- [/comment]
  293. [div=position:absolute; left:380px; top:1170px; width:240px; height:340px; border:var(--border5); background:var(--livestream); background-size:cover; background-position:50% 50%;]
  294. [div=position:absolute; left:0px; top:0px; width:240px; height:20px; background:var(--accent5); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--windowbkgd); text-align:center;]Live_Stream.exe[/div][/div]
  295.  
  296. [comment] ---- img box 4 ---- [/comment]
  297. [div=position:absolute; left:60px; top:1880px; width:120px; height:140px; border:var(--border5); background:var(--imgpic4); background-size:cover; background-position:50% 50%;]
  298. [div=position:absolute; left:0px; top:0px; width:120px; height:20px; background:var(--accent5); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--windowbkgd); text-align:center;]img_94.png[/div][/div]
  299.  
  300. [comment] ---- IMG BOXES END ---- [/comment]
  301.  
  302.  
  303.  
  304. [comment] ---- DIALOGUE BUBBLES START ---- [/comment]
  305.  
  306. [comment] ---- TITLE BUBBLE START ---- [/comment]
  307. [div=position:absolute; left:312px; top:52px; width:auto; height:26px; background-var(--windowbkgd); border:var(--tborder0); border-radius:6px; padding-left:7px; padding-right:7px; font-family:var(--font2); font-size:14px; line-height:25px; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent0);][comment]
  308.  
  309. --- dialogue bubble text here ----
  310. [/comment]Cash rules everything around me...[/div]
  311. [div=position:absolute; left:350px; top:74px; width:10px; height:10px; transform:rotate(45deg); background:var(--windowbkgd); border-bottom:var(--tborder0); border-right:var(--tborder0); box-shadow:var(--chatdivetshadow);][/div]
  312. [comment] ---- TITLE BUBBLE END---- [/comment]
  313.  
  314.  
  315. [comment] ---- LIVE BUBBLE START ---- [/comment]
  316. [div=position:absolute; left:360px; top:1120px; width:auto; height:26px; background-var(--windowbkgd); border:var(--tborder0); border-radius:6px; padding-left:7px; padding-right:7px; font-family:var(--font2); font-size:14px; line-height:25px; text-align:left; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent0);][comment]
  317.  
  318. --- dialogue bubble text here ----
  319. [/comment]an ape wearing bape...[/div]
  320. [div=position:absolute; left:390px; top:1142px; width:10px; height:10px; transform:rotate(45deg); background:var(--windowbkgd); border-bottom:var(--tborder0); border-right:var(--tborder0); box-shadow:var(--chatdivetshadow);][/div]
  321. [comment] ---- LIVE BUBBLE END---- [/comment]
  322.  
  323.  
  324. [comment] ---- FILES BUBBLE START ---- [/comment]
  325. [div=position:absolute; left:150px; top:1540px; width:auto; height:26px; background:var(--windowbkgd); border:var(--tborder0); border-radius:6px; padding-left:7px; padding-right:7px; font-family:var(--font2); font-size:14px; line-height:25px; text-align:left; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent1);][comment]
  326.  
  327. --- dialogue bubble text here ----
  328. [/comment]two for me, one for you...[/div]
  329. [div=position:absolute; left:200px; top:1562px; width:10px; height:10px; transform:rotate(45deg); background:var(--windowbkgd); border-bottom:var(--tborder0); border-right:var(--tborder0); box-shadow:var(--chatdivetshadow);][/div]
  330. [comment] ---- FILES BUBBLE END---- [/comment]
  331.  
  332.  
  333. [comment] ---- EXIT BUBBLE START ---- [/comment]
  334. [div=position:absolute; left:445px; top:2120px; width:auto; height:26px; background:var(--windowbkgd); border:var(--tborder0); border-radius:6px; padding-left:7px; padding-right:7px; font-family:var(--font2); font-size:14px; line-height:25px; text-align:left; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent5);][comment]
  335.  
  336. --- dialogue bubble text here ----
  337. [/comment]404... not loading...[/div]
  338. [div=position:absolute; left:455px; top:2115px; width:10px; height:10px; transform:rotate(45deg); background:var(--windowbkgd); border-top:var(--tborder0); border-left:var(--tborder0);][/div]
  339. [comment] ---- EXIT BUBBLE END---- [/comment]
  340.  
  341.  
  342. [comment] ---- SMS CHAT BUBBLES START
  343. ---------------------- KEEP THESE RELATIVELY SHORT or else they will break bc they're kinda janky!! ---- [/comment]
  344. [div=position:absolute; left:45px; top:865px; width:290px; height:160px; line-height:30px; text-align:right; overflow:hidden; padding-right:2px;]
  345.  
  346. [comment] -- BUBBLE START: copy comments too! -- [/comment]
  347. [div=position:relative; display:inline; margin-bottom:5px; width:auto; height:20px; background-var(--windowbkgd); border:var(--tborder0); border-radius:5px; padding:3px 7px 3px 7px; font-family:var(--font2); font-size:12px; line-height:20px; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent1);][comment]
  348. -- chat bubble text here --
  349. [/comment]i'm different from you[/div]
  350. [div=position:relative; margin-left:260px; margin-top:-29px; width:8px; height:8px; transform:rotate(45deg); background:var(--windowbkgd); border-top:var(--tborder0); border-left:var(--tborder0);][/div][br][/br]
  351. [comment] -- BUBBLE END: copy comments too! -- [/comment]
  352.  
  353. [comment] -- BUBBLE START: copy comments too! -- [/comment]
  354. [div=position:relative; display:inline; margin-bottom:5px; width:auto; height:20px; border:var(--tborder0); background-var(--windowbkgd); border-radius:5px; padding:3px 7px 3px 7px; font-family:var(--font2); font-size:12px; line-height:20px; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent1); overflow:hidden;][comment]
  355. -- chat bubble text here --
  356. [/comment]i'm not a celebrity or businessman[/div]
  357. [div=position:relative; margin-left:260px; margin-top:-29px; width:8px; height:8px; transform:rotate(45deg); background:var(--windowbkgd); border-top:var(--tborder0); border-left:var(--tborder0); opacity:0;][/div][br][/br]
  358. [comment] -- BUBBLE END: copy comments too! -- [/comment]
  359.  
  360. [comment] -- BUBBLE START: copy comments too! -- [/comment]
  361. [div=position:relative; display:inline; margin-bottom:5px; width:auto; height:20px; background-var(--windowbkgd); border:var(--tborder0); border-radius:5px; padding:3px 7px 3px 7px; font-family:var(--font2); font-size:12px; line-height:20px; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent1)][comment]
  362. -- chat bubble text here --
  363. [/comment]i don't follow the paper... i'm chasing dreams[/div]
  364. [div=position:relative; margin-left:260px; margin-top:-29px; width:8px; height:8px; transform:rotate(45deg); background:var(--windowbkgd); border-top:var(--tborder0); border-left:var(--tborder0); opacity:0;][/div][br][/br]
  365. [comment] -- BUBBLE END: copy comments too! -- [/comment]
  366.  
  367. [comment] -- BUBBLE START: copy comments too! -- [/comment]
  368. [div=position:relative; display:inline; margin-bottom:5px; width:auto; height:20px; background-var(--windowbkgd); border:var(--tborder0); border-radius:5px; padding:3px 7px 3px 7px; font-family:var(--font2); font-size:12px; line-height:20px; text-transform:uppercase; box-shadow:var(--chatshadow); color:var(--accent1);][comment]
  369. -- chat bubble text here --
  370. [/comment]i don't sell my soul[/div]
  371. [div=position:relative; margin-left:260px; margin-top:-29px; width:8px; height:8px; transform:rotate(45deg); background:var(--windowbkgd); border-top:var(--tborder0); border-left:var(--tborder0); opacity:0;][/div][br][/br]
  372. [comment] -- BUBBLE END: copy comments too! -- [/comment]
  373.  
  374. [/div][comment] ---- SMS CHAT BUBBLES END ---- [/comment]
  375.  
  376. [comment] ---- DIALOGUE BUBBLES END ---- [/comment]
  377.  
  378.  
  379.  
  380. [comment] ---- EXIT BOX START ---- [/comment]
  381. [div=position:absolute; left:194px; top:1970px; width:285px; height:100px; outline:var(--border6); outline-offset:-8px; background:var(--accent0); border-radius:5px; text-align:right;]
  382. [div=position:absolute; left:20px; top:20px; width:30px; height:30px; font-size:30px; line-height:30px; color:var(--windowbkgd);][fa]far fa-triangle-exclamation[/fa][/div]
  383. [div=position:absolute; left:60px; top:23px; width:200px; height:60px; font-size:10px; line-height:12px; font-family:var(--font4); color:var(--windowbkgd); font-weight:bold; text-align:left;][comment]
  384.  
  385. ---- exit box text here ----
  386. [/comment]Are you sure you want to quit learning about the leader of Neo Culture Technology?[/div][br][/br][br][/br][br][/br]
  387. [div=display:inline; position:relative; margin-right:20px; width:auto; border:var(--tborder6); border-radius:3px; text-align:right; font-size:10px; line-height:12px; font-family:var(--font2); color:var(--windowbkgd); font-weight:bold; text-transform:uppercase; padding:1px 3px 1px 3px;][comment]
  388.  
  389. ---- exit button text here ----
  390. [/comment]positive.[/div]
  391. [/div]
  392. [comment] ---- EXIT BOX END ---- [/comment]
  393.  
  394.  
  395.  
  396. [comment] ---- VIDEO GAME DETAILS START ---- [/comment]
  397.  
  398. [comment] ---- PLAYER HEARTS
  399. ---------------------- change "fas" to "fal" to lose a heart, vice versa to gain---- [/comment]
  400. [div=position:absolute; left:100px; top:2100px; width:110px; height:30px; padding-left:0px; border:var(--tborder2); box-sizing: border-box; border-radius:5px; box-shadow:var(--heartshadow); color:var(--accent4); font-size:18px; line-height:29px; text-align:center;]
  401. [fa]fas fa-heart[/fa][fa]fas fa-heart[/fa][fa]fal fa-heart[/fa][fa]fal fa-heart[/fa][fa]fal fa-heart[/fa][/div]
  402.  
  403. [comment] ---- PLAYER STATS ---- [/comment]
  404. [div=position:absolute; left:460px; top:1920px; width:110px; height:auto; color:var(--accent4); font-family:var(--font2); font-size:11px; line-height:14px; text-align:right; text-transform:uppercase;][div=display:inline; text-decoration:underline; font-family:var(--font3); font-weight:bold; font-size:13px;][comment]
  405.  
  406. ---- stats text here ----
  407. [/comment]player stats[/div]
  408. [comment] -- stat -- [/comment][br][/br][div=display:inline; color:var(--accent2); margin-right:3px;]hp:[/div][div=display:inline; color:var(--accent1);]20530[/div]
  409. [comment] -- stat -- [/comment][br][/br][div=display:inline; color:var(--accent2); margin-right:3px;]atk:[/div][div=display:inline; color:var(--accent1);]5298[/div]
  410. [comment] -- stat -- [/comment][br][/br][div=display:inline; color:var(--accent2); margin-right:3px;]def:[/div][div=display:inline; color:var(--accent1);]6172[/div]
  411. [comment] -- stat -- [/comment][br][/br][div=display:inline; color:var(--accent2); margin-right:3px;]exp:[/div][div=display:inline; color:var(--accent1);]3043[/div]
  412. [comment] -- stat -- [/comment][br][/br][div=display:inline; color:var(--accent2); margin-right:3px;]mana:[/div][div=display:inline; color:var(--accent1);]343[/div]
  413. [/div]
  414.  
  415. [comment] ---- VIDEO GAME DETAILS END ---- [/comment]
  416.  
  417.  
  418.  
  419. [comment] ---- CONTENT BOXES START ---- [/comment]
  420.  
  421. [comment] ---- BASICS BOX START ---- [/comment]
  422. [/nobr][div=position:absolute; left:380px; top:425px; width:255px; height:300px; background:var(--windowbkgd); border:var(--border2);][div=position:absolute; left:0px; top:0px; width:255px; height:20px; background:var(--accent2); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--windowbkgd); text-align:center;][comment]
  423.  
  424. ---- BOX NAME HERE ----
  425. [/comment]User_Data.docx[/div][div=position:absolute; top:28px; left:10px; width:240px; height:260px; overflow:hidden;][div=position:relative; width:240px; height:255px; font-size:11px; line-height:15px; font-family:var(--font5); color:var(--text); overflow-y:scroll; text-align:justify; padding:5px 30px 0 0;][comment]
  426.  
  427. ---- CONTENT HERE ----
  428. [/comment][comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]name[/div]TY Track
  429.  
  430. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]alias[/div]Bubu
  431.  
  432. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]age[/div]29
  433.  
  434. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]gender[/div]Male
  435.  
  436. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]birthday[/div]July 1, 1995
  437.  
  438. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]role[/div]President of N-City
  439.  
  440. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]height[/div]175 cm // 5' 9"
  441.  
  442. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]build[/div]Ectomorph
  443.  
  444. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]eyes[/div]Black by default, but changes with his mood.
  445.  
  446. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]hair[/div]Neo pearl champagne, usually
  447.  
  448. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]tattoos[/div]x x x
  449.  
  450. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]faceclaim[/div]Taeyong Lee
  451.  
  452. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]overview[/div]Nisl lao reet vel vulpu tate lorem consectetur ridiculus praesent sed pretium dis. Curabitur scelerisque habitasse egestas imperdiet ad sodales. Tortor vehicula vestibulum felis sit interdum bibendum. Congue sociosqu maximus sagittis commodo lorem. Mus morbi molestie placerat natoque laoreet nibh donec. Orci aliquam eu sociosqu vulputate fringilla primis lectus nulla. Volutpat ullamcorper facilisi phasellus cubilia lobortis laoreet nec montes. Commodo enim per sociosqu lectus morbi dictum pulvinar tincidunt ex.
  453.  
  454. Pretium mus ligula urna nam orci leo metus. Himenaeos nisl litora magna iaculis quisque senectus venenatis. Ullamcorper a tortor neque accumsan, maximus fermentum consectetur. Nisl fusce senectus natoque ad, cursus curabitur himenaeos. Phasellus consequat suspendisse libero neque commodo porta phasellus. Facilisi bibendum gravida natoque commodo eros. Viverra netus montes erat sodales ut et eros molestie.[/div][/div]
  455. [/div]
  456. [comment] ---- BASICS BOX END ---- [/comment][nobr]
  457.  
  458.  
  459.  
  460. [comment] ---- PERSONA BOX START ---- [/comment]
  461. [/nobr][div=position:absolute; left:50px; top:1050px; width:257px; height:347px; background:var(--windowbkgd); border:var(--border4);][div=position:absolute; left:0px; top:0px; width:257px; height:20px; background:var(--accent4); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--accent0); text-align:center;][comment]
  462.  
  463. ---- BOX NAME HERE ----
  464. [/comment]Persona.docx[/div][div=position:absolute; top:28px; left:10px; width:250px; height:310px; overflow:hidden;][div=position:relative; width:242px; height:310px; font-size:11px; line-height:15px; font-family:var(--font5); color:var(--text); overflow-y:scroll; text-align:justify; padding:5px 30px 0 0;][comment]
  465.  
  466. ---- CONTENT HERE ----
  467. [/comment][comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]virtues[/div]Considerate, studious, xxx, yyy, zzz
  468.  
  469. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]vices[/div]Stubborn, ill-tempered, xxx, yyy, zzz
  470.  
  471. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]habits[/div]Taking the lazy route, doodling on everything, xxx, yyy, zzz
  472.  
  473. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]hobbies[/div]vvv, www, xxx, yyy, zzz
  474.  
  475. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]ambitions[/div]vvv, www, xxx, yyy, zzz
  476.  
  477. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]fears[/div]vvv, www, xxx, yyy, zzz
  478.  
  479. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder4); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]concept[/div]Nisl lao reet vel vulpu tate lorem consectetur ridiculus praesent sed pretium dis. Curabitur scelerisque habitasse egestas imperdiet ad sodales. Tortor vehicula vestibulum felis sit interdum bibendum. Congue sociosqu maximus sagittis commodo lorem. Mus morbi molestie placerat natoque laoreet nibh donec. Orci aliquam eu sociosqu vulputate fringilla primis lectus nulla. Volutpat ullamcorper facilisi phasellus cubilia lobortis laoreet nec montes. Commodo enim per sociosqu lectus morbi dictum pulvinar tincidunt ex.
  480.  
  481. Pretium mus ligula urna nam orci leo metus. Himenaeos nisl litora magna iaculis quisque senectus venenatis. Ullamcorper a tortor neque accumsan, maximus fermentum consectetur. Nisl fusce senectus natoque ad, cursus curabitur himenaeos. Phasellus consequat suspendisse libero neque commodo porta phasellus. Facilisi bibendum gravida natoque commodo eros. Viverra netus montes erat sodales ut et eros molestie.[/div][/div]
  482. [/div]
  483. [comment] ---- PERSONA BOX END ---- [/comment][nobr]
  484.  
  485.  
  486.  
  487. [comment] ---- BACKSTORY BOX START ---- [/comment]
  488. [/nobr][div=position:absolute; left:225px; top:1580px; width:410px; height:300px; background:var(--windowbkgd); border:var(--border2);][div=position:absolute; left:0px; top:0px; width:410px; height:20px; background:var(--accent2); font-family:var(--font1); font-size:20px; line-height:20px; color:var(--windowbkgd); text-align:center;][comment]
  489.  
  490. ---- BOX NAME HERE ----
  491. [/comment]Backstory.docx[/div][div=position:absolute; top:28px; left:10px; width:395px; height:260px; overflow:hidden;][div=position:relative; width:395px; height:260px; font-size:11px; line-height:15px; font-family:var(--font5); color:var(--text); overflow-y:scroll; text-align:justify; padding:5px 30px 0 0;][comment]
  492.  
  493. ---- CONTENT HERE ----
  494. [/comment][comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]occupation[/div]Metaverse Hacker
  495.  
  496. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]family[/div]Close to his one older sister as well as his mother, doesn't give a damn about his father (or any men really).
  497.  
  498. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]residence[/div]An inconspicuous basement well-hidden beneath the streets of Seoul, decked out with all sorts of unfamiliar technology.
  499.  
  500. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]history[/div]Curabitur scelerisque habitasse egestas imperdiet ad sodales. Tortor vehicula vestibulum felis sit interdum bibendum. Congue sociosqu maximus sagittis commodo lorem. Mus morbi molestie placerat natoque laoreet nibh donec. Orci aliquam eu sociosqu vulputate fringilla primis lectus nulla. Volutpat ullamcorper facilisi phasellus cubilia lobortis laoreet nec montes. Commodo enim per sociosqu lectus morbi dictum pulvinar tincidunt ex.
  501.  
  502. Pretium mus ligula urna nam orci leo metus. Himenaeos nisl litora magna iaculis quisque senectus venenatis. Ullamcorper a tortor neque accumsan, maximus fermentum consectetur. Nisl fusce senectus natoque ad, cursus curabitur himenaeos. Phasellus consequat suspendisse libero neque commodo porta phasellus. Facilisi bibendum gravida natoque commodo eros. Viverra netus montes erat sodales ut et eros molestie.
  503.  
  504. [comment] -- TAG -- [/comment][div=display:inline; border:var(--tborder2); font-family:var(--font2); font-size:11px; text-transform:uppercase; margin:0px 5px 1px 0; padding:1px 3px 1px 3px;]relationships[/div][list]
  505. [*][div=display:inline; color:var(--accent1);]Partner:[/div] vvv
  506. [*][div=display:inline; color:var(--accent1);]Friend 1:[/div] www
  507. [*][div=display:inline; color:var(--accent1);]Friend 2:[/div] xxx
  508. [*][div=display:inline; color:var(--accent1);]Enemy 1:[/div] yyy
  509. [*][div=display:inline; color:var(--accent1);]Enemy 2:[/div] zzz
  510. [/list]
  511. [/div][/div]
  512. [/div]
  513. [comment] ---- BACKSTORY BOX END ---- [/comment][nobr]
  514.  
  515. [comment] ---- CONTENT BOXES END---- [/comment]
  516.  
  517. [/nobr]
  518. [comment] ---- text for janky webpage length; do not delete ---- [/comment][div=position:relative; margin-top:2030px; color:var(--windowbkgd); opacity:0;]filler text[/div]
  519. [/div][/div][comment] ---- MAIN WINDOW END ---- [/comment]
  520. [/div][/div]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement