Advertisement
soxxx

010.5 - picture

Oct 31st, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. [comment]code by sox
  2.  
  3. [font=Poppins]titles[/font]
  4. [font=Karla]body[/font]
  5.  
  6. [/comment][div=height:auto; width:100%; overflow-x:auto; overflow-y:hidden;
  7.  
  8. /*colors*/
  9. --bkgd: rgba(255, 0, 162, 0.03); /*first 3 values = rgb of --accent1; 4th value = opacity*/
  10. --textcolor: ; /*all text not colored by the accent colors, purposely not specified by default ---- BE CAREFUL when setting this to a specific color as it might not be properly visible on certain themes (e.g. white, dark gray, etc.)*/
  11.  
  12. --accent0: #ffa8cb; /*light pink*/
  13. --accent1: #ff00a2; /*pink*/
  14. --accent2: #8ba5ad; /*gray blue*/
  15.  
  16.  
  17. /*values*/
  18. --border0: 1px solid var(--accent0); /*main border color + style*/
  19.  
  20. --playcolor: var(--accent2); /*play button color*/
  21. --playsize: 10px; /*play button size*/
  22. --playlineheight: 20px; /*play button line height*/
  23.  
  24. --rolecolor: var(--accent1); /*role color*/
  25. --rolesize: 10px; /*role text font size*/
  26. --rolelineheight: 20px; /*title text line height*/
  27.  
  28. --titlesize: 12px; /*title text font size*/
  29. --titlelineheight: 30px; /*title text line height*/
  30.  
  31. --outfitcolor: var(--accent0); /*outfit link color*/
  32. --outfitsize: 9px; /*outfit icon font size*/
  33.  
  34. --detailscolor1: var(--accent2); /*location color*/
  35. --detailscolor2: var(--accent0); /*mood color*/
  36. --detailssize: 10px; /*details text font size*/
  37. --detailslineheight: 20px; /*details text line height*/
  38.  
  39. --dropcapcolor: var(--accent2); /*initial letter color*/
  40.  
  41. --d1: var(--accent1); /*dialogue color 1*/
  42. --d2: var(--accent2); /*dialogue color 2*/
  43. --d3: var(--accent0); /*dialogue color 3*/
  44.  
  45. --bodysize: 10px; /*body text font size*/
  46. --bodylineheight: 12px; /*body text line height*/
  47.  
  48.  
  49. /*fonts*/
  50. --font1: 'Poppins', sans-serif;
  51. --font2: 'Karla', sans-serif;
  52.  
  53.  
  54. /*pics*/
  55. --mainpic: url('https://i.pinimg.com/736x/41/a3/72/41a372d35bcf6b946efff0f99f9e2cc5.jpg');
  56.  
  57.  
  58. ][div=margin:auto; position:relative; width:340px; height:500px; margin-top:10px; margin-bottom:10px; background:var(--bkgd); border:var(--border0); box-sizing:border-box; overflow:hidden; cursor: url(https://imgur.com/5ex8RXq.png), auto; font-family:var(--font1); color:var(--textcolor);][nobr]
  59. [comment]---- content start ----[/comment]
  60.  
  61. [comment]---- top section start----[/comment]
  62. [div=position:absolute; width:320px; height:480px; left:9px; top:9px; border:var(--border0); box-sizing:border-box; overflow:hidden;]
  63.  
  64.  
  65. [comment]---- name box start ----[/comment]
  66. [div=position:absolute; left:90px; top:0px; width:100%; height:30px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  67.  
  68.  
  69. [comment]---- name ----[/comment]
  70. [div=position:relative; display:inline-block; margin-left:0px; width:auto; height:30px; box-sizing:border-box; padding: 0 10px 0 9px; overflow:hidden; text-transform:uppercase; font-size:var(--titlesize); line-height:var(--titlelineheight); font-weight:400;][comment]
  71.  
  72.  
  73. ---- NAME HERE ----
  74. [/comment]유지민 — [B]jimin yoo.[/B][/div]
  75.  
  76. [/div][comment]---- name box end ----[/comment]
  77.  
  78.  
  79. [comment]---- role box start ----[/comment]
  80. [div=position:absolute; left:90px; top:30px; width:100%; height:20px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  81.  
  82. [comment]---- music button start ----
  83. ---- graciously granted to me by uxie ty queen ily [/comment]
  84. [div=position:relative; display:inline-block; width:20px; height:20px; border-right:var(--border0); box-sizing:border-box; color:var(--playcolor); padding: 0 15px 0 10px; overflow:hidden;]
  85. [div=height:20px; width:100%; flex-shrink:0; display:flex; flex-flow:row nowrap; align-items:center;]
  86.  
  87. [comment] ---- play button ---- [/comment]
  88. [div=height:20px; width:20px; border-radius:100%; border:var(--playborder);position:relative; flex-shrink:0;][div=height:100%; width:100%; background-size:cover; position:relative; z-index:2; pointer-events:none; text-transform:uppercase; font-size:var(--playsize); line-height:var(--playlineheight);][fa]fas fa-play[/fa][/div]
  89.  
  90. [comment] ---- media files ---- [/comment]
  91. [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;]
  92.  
  93. [comment]---- SOUNDCLOUD ---- (replace the soundcloud link within media tag with your own) ---- [/comment]
  94. [border=transparent; height:80px; width:180px; padding:0; margin-top:-16px; margin-left:-14px; position:absolute; top:0; left:0;]
  95. [media=soundcloud]https://soundcloud.com/user-180672370/karina-up[/media][/border]
  96.  
  97. [comment]---- GOOGLE DRIVE ---- (replace the google file code within media tag with your own) ---- [/comment]
  98. [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;]
  99. [media=googledrive]1EwyiuGOGDy8NrbyIm2mfdHc7szRnCMBC[/MEDIA]
  100.  
  101. [/border][/border][/border]
  102. [/div][/div][/div][comment]---- music button end ----[/comment]
  103.  
  104.  
  105. [comment]---- outfit box ----[/comment]
  106. [div=position:relative; display:inline-block; width:auto; height:20px; border-right:var(--border0); box-sizing:border-box; padding: 0 8px 0 5px; overflow:hidden; text-transform:uppercase; font-size:var(--outfitsize); line-height:var(--detailslineheight); font-weight:700;][comment]
  107.  
  108.  
  109. ---- OUTFIT HERE ----
  110. [/comment][URL='https://i.pinimg.com/474x/f9/1a/6e/f91a6e7639be7ae0dfc0095142b7691a.jpg'][div=display:inline; color:var(--outfitcolor);][fa]far fa-shirt[/fa][/div][/URL][/div]
  111.  
  112.  
  113. [comment]---- role ----[/comment]
  114. [div=position:relative; display:inline-block; width:auto; height:20px; box-sizing:border-box; color:var(--rolecolor); padding: 0 10px 0 5px; overflow:hidden; text-transform:uppercase; font-size:var(--rolesize); line-height:var(--rolelineheight); font-style:italic;][comment]
  115.  
  116.  
  117. ---- ROLE HERE ----
  118. [/comment]the black mamba.[/div]
  119.  
  120. [/div][comment]---- role box end ----[/comment]
  121.  
  122.  
  123. [comment]---- location box start ----[/comment]
  124. [div=position:absolute; left:90px; top:50px; width:100%; height:20px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  125.  
  126. [comment]---- location tag ----[/comment]
  127. [div=position:relative; display:inline-block; width:auto; height:20px; border-right:var(--border0); box-sizing:border-box; padding: 0 10px 0 10px; overflow:hidden; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); font-weight:700;][comment]
  128.  
  129.  
  130. ---- LOCATION TAG HERE ----
  131. [/comment]location.[/div]
  132.  
  133.  
  134. [comment]---- location ----[/comment]
  135. [div=position:relative; display:inline-block; margin-left:0px; width:143px; height:20px; box-sizing:border-box; color:var(--detailscolor1); padding: 0 10px 0 5px; overflow:hidden;][div=position:relative; width:138px; height:20px; overflow-y:scroll; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); padding: 0 20px 10px 0;][div=display:inline; font-size:9px; margin-right:5px;][fa]far fa-location-dot[/fa][/div][comment]
  136.  
  137.  
  138. ---- LOCATION HERE ----
  139. [/comment]kwangya[/div][/div]
  140.  
  141. [/div][comment]---- location box end ----[/comment]
  142.  
  143.  
  144.  
  145. [comment]---- mood box start ----[/comment]
  146. [div=position:absolute; left:90px; top:70px; width:100%; height:20px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  147.  
  148. [comment]---- mood ----[/comment]
  149. [div=position:relative; display:inline-block; margin-left:0px; width:220px; height:20px; box-sizing:border-box; color:var(--detailscolor2); padding: 0 10px 0 8px; overflow:hidden;][div=position:relative; width:212px; height:20px; overflow-y:scroll; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); font-style:italic; padding: 0 20px 10px 0;][comment]
  150.  
  151.  
  152. ---- MOOD HERE ----
  153. [/comment]"aw, they're already dead? that's no fun at all..."[/div][/div]
  154.  
  155. [/div][comment]---- mood box end ----[/comment]
  156.  
  157.  
  158.  
  159. [comment]---- interactions box start ----[/comment]
  160. [div=position:absolute; left:0px; bottom:0px; width:100%; height:20px; border-top:var(--border0); box-sizing:border-box; overflow:hidden;]
  161.  
  162. [comment]---- interactions tag ----[/comment]
  163. [div=position:relative; display:inline-block; width:auto; height:20px; border-right:var(--border0); box-sizing:border-box; padding: 0 10px 0 10px; overflow:hidden; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); font-weight:700;][comment]
  164.  
  165.  
  166. ---- INTERACTIONS TAG HERE ----
  167. [/comment]interactions.[/div]
  168.  
  169.  
  170. [comment]---- interactions ----[/comment]
  171. [div=position:relative; display:inline-block; margin-left:0px; width:205px; height:20px; box-sizing:border-box; padding: 0 10px 0 5px; overflow:hidden;][div=position:relative; width:200px; height:20px; overflow-y:scroll; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); color:var(--detailscolor1); padding:0 20px 0 0;][comment]
  172.  
  173.  
  174. ---- INTERACTIONS HERE ----
  175. [/comment]this scrolls! user 1, user 2, user 3, user 4, user 5, user 6[/div][/div]
  176.  
  177. [/div][comment]---- interactions box end ----[/comment]
  178.  
  179. [comment]---- picture ----[/comment]
  180. [div=position:absolute; left:0px; top:0px; width:90px; height:90px; border-right:var(--border0); border-bottom:var(--border0); box-sizing:border-box;][div=position:absolute; left:9px; top:9px; width:72px; height:70px; border:var(--border0); box-sizing:border-box; background:var(--mainpic); background-size:cover; background-position:50% 50%;][/div][/div]
  181. [/div][comment]---- top section end ----[/comment]
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188. [comment]---- body section start ----[/comment]
  189. [/nobr][div=position:absolute; width:320px; height:353px; left:0px; top:100px; box-sizing:border-box; overflow:hidden;][comment]
  190.  
  191. ---- body ----[/comment][div=position:absolute; left:5px; top:0px; width:319px; height:353px; box-sizing:border-box; padding: 15px 10px 10px 20px; overflow:hidden; font-size:var(--bodysize); line-height:var(--bodylineheight); font-family:var(--font2);][div=position:relative; width:282px; height:340px; overflow-y:scroll; padding:0 30px 0 10px; text-align:justify;][comment]
  192.  
  193. ---- BODY HERE ----
  194. [/comment][div=display:inline; color: var(--dropcapcolor); float: left; font-family: var(--font1); font-weight:700; font-size: 40px; line-height: 30px; text-transform:uppercase; padding: 3px 5px 0 0;][comment]
  195.  
  196. ---- BODY TEXT HERE ----
  197. ------ DROP CAP LETTER: 1st letter of 1st word goes between the /comment and /div tags
  198. [/comment]S[/div]urely even the most devout of saints would recognize the catharsis in kicking a wicked, spiteful man while he was down. urna nunc suspendisse massa facilisi facilisi vitae cubilia etiam. tempor ullamcorper efficitur id eleifend ut. tristique vehicula tellus felis tempus, elementum ligula semper. ridiculus nunc sit lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. lectus auctor bibendum iaculis dictumst praesent adipiscing. quisque porta blandit mollis magnis odio. aliquam varius condimentum scelerisque proin facilisis arcu.
  199.  
  200. [div=display:inline; color:var(--d1); font-weight:700;]"ugh, this place reeks..."[/div] she muttered under her breath, facilisi vitae lectus auctor cubilia etiam. [div=display:inline; color:var(--d1); font-weight:700;]"i should up my commission rate next time we swing by headquarters."[/div]
  201.  
  202. ridiculus nunc sit lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. lectus auctor bibendum iaculis dictumst praesent adipiscing. urna nunc suspendisse massa facilisi facilisi vitae cubilia etiam. tempor ullamcorper efficitur id eleifend ut. tristique vehicula tellus felis tempus, elementum ligula semper. ridiculus nunc sit lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. suspendisse massa facilisi facilisi vitae cubilia etiam. tempor ullamcorper efficitur id eleifend ut. tristique vehicula tellus felis tempus, elementum ligula semper. ridiculus nunc sit lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. lectus auctor bibendum iaculis dictumst praesent adipiscing. quisque porta blandit mollis magnis odio. aliquam varius condimentum scelerisque proin facilisis arcu.
  203.  
  204. [div=display:inline; color:var(--d2); font-weight:700;]"hey, jimin!"[/div] he called from across the room. [div=display:inline; color:var(--d2); font-weight:700;]"your scary robot hands still got any juice? looks like we got a few stragglers."[/div]
  205.  
  206. lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. lectus auctor bibendum iaculis dictumst praesent adipiscing. bibendum iaculis dictumst praesent adipiscing. quisque porta blandit mollis magnis odio. aliquam varius condimentum scelerisque proin facilisis arcu. ridiculus nunc sit lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. lectus auctor bibendum iaculis dictumst praesent adipiscing.
  207.  
  208. tempor ullamcorper efficitur id eleifend ut. tristique vehicula tellus felis tempus, elementum ligula semper. ridiculus nunc sit lectus diam dignissim suscipit. tempor volutpat finibus laoreet etiam posuere. lectus auctor bibendum iaculis dictumst praesent adipiscing. quisque porta blandit mollis magnis odio. aliquam varius condimentum scelerisque proin facilisis arcu.
  209. [/div][/div][comment]---- BODY END ----[/comment]
  210. [/div][comment]---- body section end ----[/comment]
  211. [nobr][comment]---- content end ----[/comment]
  212. [/nobr][/div][/div]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement