Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [comment]code by sox
- THE PREVIEW WILL LOOK KINDA WONKY. idk why but that's normal!
- [font=League Spartan]titles[/font]
- [font=Outfit]body text[/font]
- [/comment][div=height:auto; width:100%; overflow-x:auto; overflow-y:hidden;
- /*---- COLORS: i recommend keeping these in relatively the same range of brightness as the default values! -----*/
- /*------------ note: changing these hex codes will change them everywhere they're used; -----*/
- /*------------ you can change which accent colors are used where in the "values to edit" section! ----*/
- /*background*/
- --bkgd: #f0f0f0; /*very light gray*/
- /*monochrome colors*/
- --accent00: #000; /*black*/
- --accent01: #cfcfcf; /*gray*/
- --accent02: #FFF; /*white*/
- /*dull colors*/
- --accent10: #312926; /*dark - grayish brown*/
- --accent11: #937B7F; /*medium - mauve gray*/
- --accent12: #EBE2DB; /*light - cream white*/
- /*saturated colors*/
- --accent20: #401100; /*dark - blood red*/
- --accent21: #C65B51; /*medium - orange red*/
- --accent22: #D1DBC2; /*light - pastel green*/
- /*---- PICS ----*/
- --mainpic: url('https://i.imgur.com/Les6a3f.png'); /*main pic url*/
- --mainsize: cover; /*pic size*/
- --mainposition: 50% 50%; /*pic positioning*/
- /*---- VALUES TO EDIT ----*/
- --windowbkgd: var(--accent02); /*page background color*/
- --border0: 1px solid var(--accent00); /*main border color + style*/
- --border1: 1px solid var(--accent01); /*meter border color + style*/
- --overlay: linear-gradient(to bottom, var(--accent22), var(--accent21)); /*lineart color overlay: accent22 to accent21*/
- /*energy meter*/
- --statlevel: 85%;
- /*dialogue colors*/
- --d1: var(--accent20); /*person 1*/
- --d2: var(--accent21); /*person 2*/
- --d3: var(--accent11); /*person 3*/
- --d4: var(--accent10); /*person 4*/
- /*text*/
- --titlesize: 25px; /*title text font size*/
- --titlelineheight: 25px; /*title text line height*/
- --dropcolor: var(--accent21); /*drop cap color*/
- --textcolor: var(--accent00); /*body text color*/
- --bodysize: 11px; /*body text font size*/
- --bodylineheight: 12px; /*body text line height*/
- --bodyfont: var(--font2); /*body text font family*/
- --tagsize: 9px; /*subtitle font size*/
- --detailsize: 9px; /*details body font size*/
- --detaillineheight: 10px; /*details body line height*/
- /*tabs*/
- --tab1bkgd: var(--accent10); /*mindset button color*/
- --tab2bkgd: var(--accent11); /*setting button color*/
- --tab3bkgd: var(--accent12); /*mentions button color*/
- --tab1color: var(--accent02); /*mindset text color*/
- --tab2color: var(--accent02); /*setting text color*/
- --tab3color: var(--accent00); /*mentions text color*/
- /*lineart colors*/
- --diagram1color: var(--accent21);
- --diagram2color: var(--accent11);
- --diagram3color: var(--accent22);
- /*---- VALUES YOU PROBABLY DON'T NEED TO EDIT ----*/
- /*------------- these are mostly to make my life easier! ----*/
- /*bold presets*/
- /*---- i use these instead of bold tags to preserve the font style on mobile! ----*/
- --morebold: 0.8px var(--textcolor);
- --extrabold: 1px var(--textcolor);
- --blackbold: 1.5px var(--textcolor);
- --tabbold1: 0.5px var(--tab1color);
- --tabbold2: 0.5px var(--tab2color);
- --tabbold3: 0.5px var(--tab3color);
- --dropbold: 3px var(--dropcolor);
- --dialogue1: 0.6px var(--d1);
- --dialogue2: 0.6px var(--d2);
- --dialogue3: 0.6px var(--d3);
- --dialogue4: 0.6px var(--d4);
- /*margins + positions*/
- --leftmargin: 40px;
- --rightmargin: 40px;
- --topmargin: 25px;
- --bottommargin: 20px;
- --xmargin: calc(var(--leftmargin) + var(--rightmargin));
- --ymargin: calc(var(--topmargin) + var(--bottommargin));
- --contentwidth: 460px;
- --contentheight: calc(100% - var(--ymargin) - 60px);
- --innerheight: 90px;
- --ytabs: 315px;
- --xtabs: 40px;
- --tagspace: 3px; /*margin below tags*/
- --tagspace2: 8px; /*margin above tags*/
- /*sizes*/
- --smalldotwidth: 15px;
- --largedotwidth: 25px;
- --tinydotwidth: 12px;
- --playdotwidth: 30px;
- --tabswidth: 210px;
- --tabsheight: 122px;
- --tabcoverheight: 35px;
- --tabcoverwidth: 220px;
- --ytabcover: 312px;
- /*buttons*/
- --buttonheight: 22px;
- --buttonwidth: 67px;
- --buttonspace: 10px;
- --buttonfontsize: 11px;
- --buttonlineheight: 22px;
- /*title*/
- --titlestroke: var(--textcolor);
- --titlefont: var(--font1);
- /*lineart pics*/
- --tab1diagram: url('https://i.imgur.com/qSqJsmi.png'); /*mindset icon pic*/
- --tab2diagram: url('https://i.imgur.com/9RHY9UZ.png'); /*setting icon pic*/
- --tab3diagram: url('https://i.imgur.com/uf6uPRk.png'); /*mentions icon pic*/
- /*music player*/
- --playbkgd: var(--accent20); /*play button color*/
- --playcolor: var(--accent02); /*play symbol color*/
- --playsize: 20px;
- --playlineheight: calc(var(--playdotwidth) + 5px);
- --playfont: var(--font1);
- /*---- FONTS ----*/
- --font1: 'League Spartan', sans-serif; /*titles*/
- --font2: 'Outfit', sans-serif; /*body*/
- ][div=margin:auto; position:relative; width:600px; height:600px; margin-top:20px; margin-bottom:20px; background:var(--bkgd); border-radius:2px; box-sizing:border-box; overflow:hidden; cursor: url(https://imgur.com/5ex8RXq.png), auto; font-family:var(--font1); color:var(--accent00); color:var(--textcolor);][nobr]
- [comment]---- HEADER BAR START ----[/comment]
- [div=position:absolute; left:30px; top:25px; width:540px; height:50px; background:var(--windowbkgd); border:var(--border0); box-sizing:border-box; border-radius:50px 0 0 50px; padding-right:20px; font-family:var(--titlefont); font-size:12px; line-height:50px; color:var(--textcolor); font-weight:100; text-align:right; text-transform:uppercase;]
- [comment]---- header menu ----[/comment]
- home⠀|⠀ browse⠀|⠀ library⠀|⠀ friends⠀|⠀ [div=display:inline; -webkit-text-stroke:var(--morebold); letter-spacing:1px; font-size:11.5px;]profile[/div] ⠀|⠀ log out
- [comment]---- left window buttons ----[/comment]
- [div=position:absolute; left:15px; top:17px; width:var(--smalldotwidth); height:var(--smalldotwidth); background:var(--accent10); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [div=position:absolute; left:40px; top:17px; width:var(--smalldotwidth); height:var(--smalldotwidth); background:var(--accent11); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [div=position:absolute; left:65px; top:17px; width:var(--smalldotwidth); height:var(--smalldotwidth); background:var(--accent12); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [/div]
- [comment]---- HEADER BAR END ----[/comment]
- [comment]---- PAGE BODY START ----[/comment]
- [/nobr][div=position:absolute; left:30px; top:80px; width:540px; height:495px; background:var(--windowbkgd); border:var(--border0); box-sizing:border-box; border-radius:50px 0 50px 50px;][nobr]
- [comment]---- title start ----[/comment]
- [comment]---- title decorations----[/comment]
- [comment]-- line --[/comment][div=position:absolute; left:var(--leftmargin); top:36px; width:455px; height:1px; background:var(--accent00);][/div]
- [comment]-- dot --[/comment][div=position:absolute; right:var(--rightmargin); top:30px; width:var(--tinydotwidth); height:var(--tinydotwidth); background:var(--accent01); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [comment]---- title text ----[/comment]
- [div=position:absolute; left:var(--leftmargin); top:25px; width:auto; height:30px; padding-right:15px; background:var(--windowbkgd); font-family:var(--titlefont); font-size:var(--titlesize); line-height:var(--titlelineheight); color:var(--textcolor); font-weight:100; text-align:left; text-transform:uppercase;][div=display:inline; -webkit-text-stroke:var(--blackbold); letter-spacing:1px; font-size:calc(var(--titlesize) - 1px);][comment]
- ---- NAME HERE ----
- [/comment]sunwoo kim[/div]
- // [comment]
- ---- ROLE HERE ----
- [/comment][I]the all-rounder[/I]
- [/div]
- [comment]---- title end----[/comment]
- [comment]-- pic --[/comment]
- [div=position:absolute; left:var(--leftmargin); top:60px; width:210px; height:240px; background:var(--mainpic); background-size:var(--mainsize); background-position:var(--mainposition); border:var(--border0); box-sizing:border-box; border-radius:30px; opacity:1;][/div]
- [comment]-- pic deco --[/comment][div=position:absolute; left:228px; top:58px; width:var(--largedotwidth); height:var(--largedotwidth); background:var(--accent22); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [comment]-- body --[/comment]
- [/nobr][div=position:absolute; right:var(--rightmargin); top:60px; width:230px; height:375px; background:var(--accent02); border:var(--border0); box-sizing:border-box; border-radius:30px; opacity:1; overflow:hidden;][div=position:relative; overflow-y:scroll; width:355px; height:315px; margin-top:18px; padding:0px 0px 20px 30px; color:var(--text); font-family:var(--bodyfont); font-size:var(--bodysize); line-height:var(--bodylineheight); text-align:justify;][div=width:50%;][div=display:inline; color:var(--dropcolor); float:left; font-family:var(--font1); font-size:42px; line-height:20px; text-transform:uppercase; padding:13px 5px 0 0; -webkit-text-stroke:var(--dropbold);][comment]
- ---- BODY TEXT HERE ----
- ------ DROP CAP LETTER: 1st letter of 1st word goes between the /comment and /div tags
- [/comment]G[/div]iven his natural aptitude for mischief, selerisque feugiat magna fusce. Ac consequat neque est imperdiet dictum tempor sem. Eget volutpat metus ac phasellus luctus finibus eros fermentum habitant. Porttitor dis parturient nulla, venenatis dui lacus suscipit nisi. Ullamcorper nam nibh conubia aenean vel vivamus suscipit elementum efficitur.
- [div=display:inline; color:var(--d1); -webkit-text-stroke:var(--dialogue1);]"Class tristique ullamcorper ultrices molestie sapien."[/div] Eleifend eros dui varius sodales rutrum pulvinar parturient suspendisse. Ex non morbi dui taciti iaculis leo cubilia neque. Nulla conubia malesuada enim aliquet primis; cursus commodo mauris. Sem quis tempor amet felis vestibulum. Sociosqu integer aptent nisl lobortis sodales viverra aenean. Nunc turpis taciti dictum mattis augue ut odio hac consequat. Luctus sociosqu lacinia natoque tortor vehicula montes. Curabitur taciti commodo adipiscing leo tellus. Sodales erat sapien dignissim bibendum curae curabitur.
- [div=display:inline; color:var(--d2); -webkit-text-stroke:var(--dialogue2);]"Tempor cras non quam consectetur ex porta praesent egestas."[/div] Habitasse conubia sollicitudin libero proin sem. Pretium dictumst lectus cursus praesent urna nullam a nisi eu. Rutrum primis amet consequat pharetra mattis penatibus aliquam accumsan.
- Curabitur tortor consectetur congue lectus vulputate purus. Lacus maecenas venenatis per nisi nibh vivamus mattis. Ut tellus magnis aenean, nunc commodo ac adipiscing. Fames lobortis iaculis commodo quam dui lacinia. Platea nibh ullamcorper, elit blandit platea et magnis parturient eros. Fermentum cubilia pretium urna tortor convallis.
- [div=display:inline; color:var(--d3); -webkit-text-stroke:var(--dialogue3);]"Nunc justo curabitur porta mus lacinia viverra lobortis mus."[/div] Est sit phasellus ligula placerat est netus amet lacus? Molestie eros purus sollicitudin ad quisque mi; taciti class. Morbi bibendum ante nostra sociosqu, est dolor tellus luctus aliquet. Habitant cras vehicula lobortis; semper laoreet tristique neque. Ad eu proin platea iaculis integer, mollis mattis mi. Rhoncus et habitasse ullamcorper venenatis nascetur feugiat. Tellus tincidunt ante eget metus risus felis mi vulputate. Ad euismod proin euismod ex magnis imperdiet mi justo arcu.
- [/div][/div][/div][nobr]
- [comment]---- DETAILS START ----
- -- container --[/comment][div=transparent; position:absolute; left:var(--xtabs); top:var(--ytabs); width:var(--tabswidth); height:var(--tabsheight); padding:0px; line-height:0px;][comment]
- -- border a --[/comment][div=transparent; height:30px; width:100%; padding:0px; overflow:hidden;][comment]
- -- border b --[/comment][div=transparent; padding:0px; margin:-2px -15px 0 -20px; letter-spacing:clamp(3px, -200px + 25vw, 4px);][tabs][comment]
- ---- TAB ONE: MINDSET ----
- [/comment][tab=..][div=transparent; position:absolute; height:var(--innerheight); width:100%; padding:10px 0 0 0; bottom:0px; right:0px; background:var(--tabbkgd); letter-spacing:0;][comment]
- -- diagram --
- [/comment][div=position:absolute; right:0px; bottom:0px; width:var(--innerheight); height:var(--innerheight); background:var(--tab1diagram); background-size:cover; background-position:50% 50%; background-color:var(--windowbkgd);][/div][div=position:absolute; right:0px; bottom:0px; width:var(--innerheight); height:var(--innerheight); background:var(--overlay); mix-blend-mode:lighten;][/div]
- [comment]-- mindset text box --[/comment]
- [div=position:absolute; left:0px; bottom:0px; width:110px; height:90px; background:var(--accent02); border:var(--border0); box-sizing:border-box; border-radius:20px; opacity:1; overflow:hidden;]
- [div=position:relative; overflow-y:scroll; width:190px; height:60px; margin-top:10px; padding:0px 0px 10px 10px; color:var(--text); font-family:var(--bodyfont); font-size:var(--detailsize); line-height:var(--detaillineheight); text-align:left;][div=width:50%;][comment]-- tag --[/comment][div=margin-bottom:var(--tagspace); text-transform:uppercase; -webkit-text-stroke:var(--morebold); font-size:var(--tagsize); letter-spacing:1px;]energy.[/div][comment]
- ---- METER HERE ----
- [/comment][comment]-- bar --[/comment][div=position:relative: margin-top:1px; height:8px; background:var(--accent10); border-radius:10px; border:var(--border1); box-sizing:border-box; overflow:hidden;][div=width:var(--statlevel); height:6px; background:var(--accent01); border-radius:0 5px 5px 0;][/div][/div]
- [br][/br][comment]-- tag --[/comment][div=margin-bottom:var(--tagspace); text-transform:uppercase; -webkit-text-stroke:var(--morebold); font-size:var(--tagsize); letter-spacing:1px;]mood.[/div][comment]
- ---- MOOD HERE ----
- [/comment]"i thought yeji said this place was always empty...? it's more kkeondaes in here than the HYBE board room..."
- [/div][/div][/div]
- [div=display:none;]mindset[/div]
- [/div][/tab][comment]
- ---- TAB TWO: SETTING ----
- [/comment][tab=..][div=transparent; position:absolute; height:var(--innerheight); width:100%; padding:10px 0 0 0; bottom:0px; right:0px; background:var(--tabbkgd); letter-spacing:0;]
- [comment]-- diagram --[/comment]
- [div=position:absolute; right:0px; bottom:0px; width:var(--innerheight); height:var(--innerheight); background:var(--tab2diagram); background-size:cover; background-position:50% 50%; background-color:var(--windowbkgd);][/div][div=position:absolute; right:0px; bottom:0px; width:var(--innerheight); height:var(--innerheight); background:var(--overlay); mix-blend-mode:lighten;][/div]
- [comment]-- setting text box --[/comment]
- [div=position:absolute; left:0px; bottom:0px; width:110px; height:90px; background:var(--accent02); border:var(--border0); box-sizing:border-box; border-radius:20px; opacity:1; overflow:hidden;]
- [div=position:relative; overflow-y:scroll; width:190px; height:60px; margin-top:10px; padding:0px 0px 10px 10px; color:var(--text); font-family:var(--bodyfont); font-size:var(--detailsize); line-height:var(--detaillineheight); text-align:left;][div=width:50%;][comment]-- tag --[/comment][div=margin-bottom:var(--tagspace); text-transform:uppercase; -webkit-text-stroke:var(--morebold); font-size:var(--tagsize); letter-spacing:1px;]outfit.[/div][comment]
- ---- OUTFIT URL HERE ----
- [/comment]→ [URL='https://i.pinimg.com/736x/bf/07/a1/bf07a1cf44132916da80011a0ac398e1.jpg']a cozy groutfit.[/URL]
- [br][/br][div=margin-bottom:var(--tagspace); margin-top:var(--tagspace2); text-transform:uppercase; -webkit-text-stroke:var(--morebold); font-size:var(--tagsize); letter-spacing:1px;]location.[/div][comment]
- ---- LOCATION HERE ----
- [/comment]the busiest coffee shop in the city, apparently...
- [/div][/div][/div]
- [div=display:none;]setting[/div]
- [/div][/tab][comment]
- ---- TAB THREE: MENTIONS ----
- [/comment][tab=..][div=transparent; position:absolute; height:var(--innerheight); width:100%; padding:10px 0 0 0; bottom:0px; right:0px; background:var(--tabbkgd); letter-spacing:0;]
- [comment]-- diagram --[/comment]
- [div=position:absolute; right:0px; bottom:0px; width:var(--innerheight); height:var(--innerheight); background:var(--tab3diagram); background-size:cover; background-position:50% 50%; background-color:var(--windowbkgd);][/div][div=position:absolute; right:0px; bottom:0px; width:var(--innerheight); height:var(--innerheight); background:var(--overlay); mix-blend-mode:lighten;][/div]
- [comment]-- interactions text box --[/comment]
- [div=position:absolute; left:0px; bottom:0px; width:110px; height:90px; background:var(--accent02); border:var(--border0); box-sizing:border-box; border-radius:20px; opacity:1; overflow:hidden;]
- [div=position:relative; overflow-y:scroll; width:190px; height:60px; margin-top:10px; padding:0px 0px 10px 10px; color:var(--text); font-family:var(--bodyfont); font-size:var(--detailsize); line-height:var(--detaillineheight); text-align:justify;][div=width:50%;][comment]-- tag --[/comment][div=margin-bottom:var(--tagspace); text-transform:uppercase; -webkit-text-stroke:var(--morebold); font-size:var(--tagsize); letter-spacing:1px;]interactions.[/div][comment]
- ---- TAGS HERE ----
- [/comment][comment]-- user tag --[/comment]→ name 1
- [br][/br][comment]-- user tag --[/comment]→ name 2
- [br][/br][comment]-- user tag --[/comment]→ name 3
- [br][/br][comment]-- user tag --[/comment]→ name 4
- [br][/br][comment]-- user tag --[/comment]→ name 5
- [/div][/div][/div]
- [div=display:none;]mentions[/div]
- [/div][/tab][/tabs][/div][/div][/div][comment]
- ---- tabs cover start ----[/comment]
- [comment]-- cover --[/comment][div=position:absolute; left:0px; top:var(--ytabcover); width:260px; height:var(--tabcoverheight); background:var(--windowbkgd); pointer-events:none; opacity:1;][/div]
- [comment]-- button container --[/comment][div=position:absolute; left:var(--leftmargin); top:var(--ytabcover); width:var(--tabcoverwidth); height:var(--buttonheight); pointer-events:none; opacity:1; display: flex;]
- [comment]-- mood --[/comment][div=position:relative; display:inline-block; margin-top:0px; margin-right:var(--buttonspace); width:var(--buttonwidth); height:var(--buttonheight); padding:0 0px 0 0px; background:var(--tab1bkgd); color:var(--tab1color); font-size:var(--buttonfontsize); line-height:var(--buttonlineheight); text-align:center; border:var(--border0); box-sizing:border-box; border-radius:50px;]mind[div=display:inline; -webkit-text-stroke:var(--tabbold1); letter-spacing:0.5px;]set.[/div][/div]
- [comment]-- setting --[/comment][div=position:relative; display:inline-block; margin-top:0px; margin-right:var(--buttonspace); width:var(--buttonwidth); height:var(--buttonheight); padding:0 0px 0 0px; background:var(--tab2bkgd); color:var(--tab2color); font-size:var(--buttonfontsize); line-height:var(--buttonlineheight); text-align:center; border:var(--border0); box-sizing:border-box; border-radius:50px;]sett[div=display:inline; -webkit-text-stroke:var(--tabbold2); letter-spacing:0.5px;]ing.[/div][/div]
- [comment]-- tags --[/comment][div=position:relative; display:inline-block; margin-top:0px; margin-right:var(--buttonspace); width:var(--buttonwidth); height:var(--buttonheight); padding:0 0px 0 0px; background:var(--tab3bkgd); color:var(--tab3color); font-size:var(--buttonfontsize); line-height:var(--buttonlineheight); text-align:center; border:var(--border0); box-sizing:border-box; border-radius:50px;]men[div=display:inline; -webkit-text-stroke:var(--tabbold3); letter-spacing:0.5px;]tions.[/div][/div]
- [/div][comment]---- DETAILS END ----[/comment]
- [comment] ---- MUSIC PLAYER
- ---- graciously granted to me by uxie ty queen ily [/comment]
- [div=position:absolute; right:var(--rightmargin); bottom:15px; width:var(--playdotwidth); height:var(--playdotwidth);]
- [div=width:var(--playdotwidth); height:var(--playdotwidth); flex-shrink:0; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center;]
- [comment] ---- play button ---- [/comment]
- [div=width:var(--playdotwidth); height:var(--playdotwidth); border-radius:100%; position:relative; flex-shrink:0;][div=height:100%; width:100%; background:var(--playbkgd); border:var(--border0); box-sizing:border-box; border-radius:100%; position:relative; z-index:2; pointer-events:none; text-align:center; font-family:var(--playfont); font-size:var(--playsize); line-height:var(--playlineheight); color:var(--playcolor);][fa]fas fa-circle-play[/fa][/div]
- [comment] ---- media files ---- [/comment]
- [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;]
- [comment]---- SOUNDCLOUD ---- (replace the soundcloud link within media tag with your own) ---- [/comment]
- [border=transparent; height:80px; width:180px; padding:0; margin-top:-16px; margin-left:-14px; position:absolute; top:0; left:0;]
- [media=soundcloud]https://soundcloud.com/official_theboyz/like-a-birthday-cake[/media][/border]
- [comment]---- GOOGLE DRIVE ---- (replace the google file code within media tag with your own) ---- [/comment]
- [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;]
- [media=googledrive]1EwyiuGOGDy8NrbyIm2mfdHc7szRnCMBC[/MEDIA]
- [/border][/border][/border]
- [/div][/div][/div]
- [comment]-- music details --[/comment]
- [comment]-- line --[/comment][div=position:absolute; left:var(--leftmargin); bottom:27px; width:calc(var(--contentwidth) - 5px); height:1px; background:var(--accent00);][/div]
- [comment]-- start dot --[/comment][div=position:absolute; left:var(--leftmargin); bottom:22px; width:var(--tinydotwidth); height:var(--tinydotwidth); background:var(--accent22); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [comment]-- song details--[/comment]
- [div=position:absolute; left:70px; bottom:15px; width:auto; height:25px; padding:0 10px 0 10px; background:var(--windowbkgd); font-family:var(--playfont); font-size:12px; line-height:25px; color:var(--textcolor); text-align:left; text-transform:uppercase;][div=display:inline; -webkit-text-stroke:var(--morebold); letter-spacing:1px; font-size:11px;][comment]
- ---- SONG NAME // ARTIST // LYRICS HERE ----
- [/comment]berry. // [/div][I]kim sunwoo.[/I][/div]
- [comment] ---- MUSIC END ---- [/comment]
- [/nobr][/div][nobr][comment]---- PAGE BODY END ----[/comment]
- [comment]---- right window dots ----[/comment]
- [div=position:absolute; right:18px; bottom:155px; width:var(--largedotwidth); height:var(--largedotwidth); background:var(--accent10); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [div=position:absolute; right:18px; bottom:200px; width:var(--largedotwidth); height:var(--largedotwidth); background:var(--accent11); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [div=position:absolute; right:18px; bottom:245px; width:var(--largedotwidth); height:var(--largedotwidth); background:var(--accent12); border:var(--border0); box-sizing:border-box; border-radius:100%;][/div]
- [/nobr][/div][/div]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement