Advertisement
soxxx

010.5 - no picture

Oct 31st, 2024 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.59 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(94, 93, 84, 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: #5e5d54; /*green gray*/
  13. --accent1: #ffab45; /*yellow*/
  14. --accent2: #961531; /*red*/
  15.  
  16.  
  17. /*values*/
  18. --border0: 1px solid var(--accent0); /*main border color + style*/
  19.  
  20. --playcolor: var(--accent2); /*play button color*/
  21. --playsize: 12px; /*play button size*/
  22. --playlineheight: 30px; /*play button line height*/
  23.  
  24. --rolecolor: var(--accent1); /*role color*/
  25. --rolesize: 12px; /*role text font size*/
  26.  
  27. --titlesize: 12px; /*title text font size*/
  28. --titlelineheight: 30px; /*title text line height*/
  29.  
  30. --outfitcolor: var(--accent1); /*outfit link color*/
  31. --outfitsize: 9px; /*outfit icon font size*/
  32.  
  33. --detailscolor1: var(--accent2); /*location color*/
  34. --detailscolor2: var(--accent0); /*mood color*/
  35. --detailssize: 10px; /*details text font size*/
  36. --detailslineheight: 20px; /*details text line height*/
  37.  
  38. --dropcapcolor: var(--accent2); /*initial letter color*/
  39.  
  40. --d1: var(--accent1); /*dialogue color 1*/
  41. --d2: var(--accent2); /*dialogue color 2*/
  42. --d3: var(--accent0); /*dialogue color 3*/
  43.  
  44. --bodysize: 10px; /*body text font size*/
  45. --bodylineheight: 12px; /*body text line height*/
  46.  
  47.  
  48. /*fonts*/
  49. --font1: 'Poppins', sans-serif;
  50. --font2: 'Karla', sans-serif;
  51.  
  52.  
  53. ][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]
  54. [comment]---- content start ----[/comment]
  55.  
  56. [comment]---- top section start----[/comment]
  57. [div=position:absolute; width:320px; height:480px; left:9px; top:9px; border:var(--border0); box-sizing:border-box; overflow:hidden;]
  58.  
  59.  
  60. [comment]---- name box start ----[/comment]
  61. [div=position:absolute; left:0px; top:0px; width:100%; height:30px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  62.  
  63.  
  64. [comment]---- music button start ----
  65. ---- graciously granted to me by uxie ty queen ily [/comment]
  66. [div=position:relative; display:inline-block; width:30px; height:30px; border-right:var(--border0); box-sizing:border-box; color:var(--playcolor); padding: 0 10px 0 10px; overflow:hidden;]
  67. [div=height:30px; width:100%; flex-shrink:0; display:flex; flex-flow:row nowrap; align-items:center;]
  68.  
  69. [comment] ---- play button ---- [/comment]
  70. [div=height:30px; width:30px; 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]
  71.  
  72. [comment] ---- media files ---- [/comment]
  73. [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;]
  74.  
  75. [comment]---- SOUNDCLOUD ---- (replace the soundcloud link within media tag with your own) ---- [/comment]
  76. [border=transparent; height:80px; width:180px; padding:0; margin-top:-16px; margin-left:-14px; position:absolute; top:0; left:0;]
  77. [media=soundcloud]https://soundcloud.com/mustafaregentparksongs/nouri[/media][/border]
  78.  
  79. [comment]---- GOOGLE DRIVE ---- (replace the google file code within media tag with your own) ---- [/comment]
  80. [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;]
  81. [media=googledrive]1EwyiuGOGDy8NrbyIm2mfdHc7szRnCMBC[/MEDIA]
  82.  
  83. [/border][/border][/border]
  84. [/div][/div][/div][comment]---- music button end ----[/comment]
  85.  
  86.  
  87. [comment]---- role ----[/comment]
  88. [div=position:relative; display:inline-block; width:auto; height:30px; border-right:var(--border0); box-sizing:border-box; color:var(--rolecolor); padding: 0 10px 0 5px; overflow:hidden; text-transform:uppercase; font-size:var(--rolesize); line-height:var(--titlelineheight); font-style:italic;][comment]
  89.  
  90.  
  91. ---- ROLE HERE ----
  92. [/comment]the poet.[/div]
  93.  
  94.  
  95. [comment]---- name ----[/comment]
  96. [div=position:relative; display:inline-block; margin-left:0px; width:auto; height:30px; box-sizing:border-box; padding: 0 10px 0 5px; overflow:hidden; text-transform:uppercase; font-size:var(--titlesize); line-height:var(--titlelineheight);][comment]
  97.  
  98.  
  99. ---- NAME HERE ----
  100. [/comment]مصطفى — [b]mustafa ahmed.[/b][/div]
  101.  
  102. [/div][comment]---- name box end ----[/comment]
  103.  
  104.  
  105.  
  106. [comment]---- location box start ----[/comment]
  107. [div=position:absolute; left:0px; top:30px; width:100%; height:20px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  108.  
  109. [comment]---- location tag ----[/comment]
  110. [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]
  111.  
  112.  
  113. ---- LOCATION TAG HERE ----
  114. [/comment]location.[/div]
  115.  
  116.  
  117. [comment]---- location ----[/comment]
  118. [div=position:relative; display:inline-block; margin-left:0px; width:230px; height:20px; box-sizing:border-box; color:var(--detailscolor1); padding: 0 10px 0 5px; overflow:hidden;][div=position:relative; width:225px; height:20px; overflow-y:scroll; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); padding:0 20px 0 0;][div=display:inline; font-size:9px; margin-right:5px;][fa]far fa-location-dot[/fa][/div][comment]
  119.  
  120.  
  121. ---- LOCATION HERE ----
  122. [/comment]corner of your heart i can't reach.[/div][/div]
  123.  
  124. [/div][comment]---- location box end ----[/comment]
  125.  
  126.  
  127.  
  128. [comment]---- outfit/mood box start ----[/comment]
  129. [div=position:absolute; left:0px; top:50px; width:100%; height:20px; border-bottom:var(--border0); box-sizing:border-box; overflow:hidden;]
  130.  
  131. [comment]---- outfit box ----[/comment]
  132. [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(--outfitsize); line-height:var(--detailslineheight); font-weight:700;][comment]
  133.  
  134.  
  135. ---- OUTFIT HERE ----
  136. [/comment][url='https://i.pinimg.com/736x/5f/58/2d/5f582d86611981a8daf3192de8e9fd6d.jpg'][div=display:inline; color:var(--outfitcolor);][fa]far fa-shirt[/fa][/div][/url][/div]
  137.  
  138.  
  139. [comment]---- mood ----[/comment]
  140. [div=position:relative; display:inline-block; margin-left:0px; width:270px; height:20px; box-sizing:border-box; color:var(--detailscolor2); padding: 0 10px 0 5px; overflow:hidden;][div=position:relative; width:265px; height:20px; overflow-y:scroll; text-transform:uppercase; font-size:var(--detailssize); line-height:var(--detailslineheight); font-style:italic; padding:0 20px 0 0;][comment]
  141.  
  142.  
  143. ---- MOOD HERE ----
  144. [/comment]"was there nothing of me for you to keep?"[/div][/div]
  145.  
  146. [/div][comment]---- outfit/mood box end ----[/comment]
  147.  
  148.  
  149.  
  150. [comment]---- interactions box start ----[/comment]
  151. [div=position:absolute; left:0px; bottom:0px; width:100%; height:20px; border-top:var(--border0); box-sizing:border-box; overflow:hidden;]
  152.  
  153. [comment]---- interactions tag ----[/comment]
  154. [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]
  155.  
  156.  
  157. ---- INTERACTIONS TAG HERE ----
  158. [/comment]interactions.[/div]
  159.  
  160.  
  161. [comment]---- interactions ----[/comment]
  162. [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]
  163.  
  164.  
  165. ---- INTERACTIONS HERE ----
  166. [/comment]this scrolls! user 1, user 2, user 3, user 4, user 5, user 6[/div][/div]
  167.  
  168. [/div][comment]---- tag box end ----[/comment]
  169.  
  170. [/div][comment]---- top section end ----[/comment]
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. [comment]---- body section start ----[/comment]
  178. [/nobr][div=position:absolute; width:320px; height:382px; left:0px; top:79px; box-sizing:border-box; overflow:hidden;][comment]
  179.  
  180. ---- body ----[/comment][div=position:absolute; left:5px; top:0px; width:319px; height:382px; 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:360px; overflow-y:scroll; padding:0 30px 0 10px; text-align:justify;][comment]
  181.  
  182. ---- BODY HERE ----
  183. [/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]
  184.  
  185. ---- BODY TEXT HERE ----
  186. ------ DROP CAP LETTER: 1st letter of 1st word goes between the /comment and /div tags
  187. [/comment]H[/div]oly in silence was the charred debris beneath his feet, eons of scathing memories disguised as mere rubble against the backdrop of the churning sea. 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.
  188.  
  189. [div=display:inline; color:var(--d1); font-weight:700;]"any room you’re in is where god is remembered,"[/div] she murmured under her breath, facilisi vitae lectus auctor cubilia etiam. [div=display:inline; color:var(--d1); font-weight:700;]"any door you open the angels will enter, and if i ever bleed, you pray through the night so that god intercedes..."[/div]
  190.  
  191. 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.
  192.  
  193. [div=display:inline; color:var(--d2); font-weight:700;]"nouri..."[/div] he prodded softly, [div=display:inline; color:var(--d2); font-weight:700;]"are you wearing thin?"[/div]
  194.  
  195. 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.
  196.  
  197. 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.
  198. [/div][/div][comment]---- BODY END ----[/comment]
  199. [/div][comment]---- body section end ----[/comment]
  200. [nobr][comment]---- content end ----[/comment]
  201. [/nobr][/div][/div]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement