Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [comment]coded by uxie!
- [font=Mea Culpa]title[/font]
- [font=Radley]header[/font]
- [font=Almarai]body[/font]
- to replace fonts, add/replace them here, and then in the variables below under *fonts; check uxie's tech support in nine lives for more details ( ‾́ ◡ ‾́ )
- [/comment][div=
- /*border colour*/
- --border: #d1caca;
- /*top part of background*/
- --bg-1: var(--color-1);
- /*bottom part of background*/
- --bg-2: var(--color-2);
- /*main accent colour -- saturated*/
- --color-1: #780E18;
- /*secondary accent colour -- neutral*/
- --color-2: #F2EAE7;
- /*body text colour*/
- --t-color: #3B2828;
- /*set to 0 to remove glow/blur on text*/
- --t-glow: clamp(2px, 0.05em, 3.8px);
- /*grain texture overlayed over entire code*/
- --texture: url('https://i.imgur.com/8qUVuFt.png');
- /*replace block with none to remove grain texture*/
- --d-texture: block;
- /*fonts used*/
- --title: 'Mea Culpa', display;
- --header: 'Radley', serif;
- --body: 'Almarai', sans-serif;
- /*main left image -- % values are the X Y positions for cropping!*/
- --img-1: url('https://i.imgur.com/N4hkx99.png') 50% 30%;
- /*image editing values. set both values to 0 to remove editing*/
- --img-fblur: 5px;
- --img-fopacity: 0.6;
- /*rose icon. you can delete this if you're using a fontawesome icon instead*/
- --icon: url('data:image/svg+xml,%3Csvg height="800" width="800" version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" xml:space="preserve"%3E%3Cstyle%3E.st0%7Bfill:%23000%7D%3C/style%3E%3Cpath class="st0" d="M241 145c-39-17-91 17-104 61s8 118 65 144 109-9 87-39c-74-9-122-88-100-127s91-22 52-39z"/%3E%3Cpath class="st0" d="M337 271c48-39 22-126-17-135-40-8-57 13-26 40 39 30-9 91-40 87 0 0 35 48 83 8z"/%3E%3Cpath class="st0" d="M254 120c44-18 74-10 101 16 13-39-31-104-109-113S93 119 128 171c9-17 61-64 126-51zM111 245c-74 18-82 90-66 135 18 48 5 83 26 92 21 8 92 13 153 17 61 5 109-48 91-109-174 31-204-96-204-135zM94 236s2-29 11-44c-5-4-9-22-9-22s-4-19-4-34c-33-7-90 34-92 41s11 81 39 83c31-24 55-24 55-24zM490 176c-40-83-114-66-114-66s5 22-4 35c43 48 13 147-25 158 131 57 160-58 164-75 5-18-13-31-21-52z"/%3E%3Cpath class="st0" d="M454 332c-22 16-86 12-122-7 2 14-13 38-20 39 27 12 54 62 7 116 19 19 96 5 141-25 7-4 19-52 22-79 4-37 7-69-28-44zM257 213c-19 5-30-6-23-19 6-10 5-20-9-13-29 18-11 67 25 63 49-18 28-63 14-61-13 1 9 26-7 30z"/%3E%3C/svg%3E');
- height:auto; width:100%; overflow-x:auto; overflow-y:hidden; margin:30px 0 40px 0; line-height:0;][div=height:auto; width:100%; max-width:600px; margin:auto; background: var(--bg-1); padding:45px clamp(25px, -400px + 50vw, 50px); border:1px solid var(--border); box-sizing:border-box; position:relative;
- --db: clamp(0px, -200px + 20vw, 1px); --mb: clamp(0px, 200px - 20vw, 1px);]
- [comment]----header----[/comment]
- [div=height:auto; min-height:100px; width:100%; display:flex; flex-flow:row wrap;
- /*adjust padding values so that the first letter of title isn't cut off with the font*/
- --p-top:0px;
- --p-bottom: 15px;
- --p-left: 5px;]
- [comment]----title/role----[/comment]
- [div=height:auto; max-height:100px; flex:53; box-sizing:border-box; padding:var(--p-top) 0 var(--p-bottom) var(--p-left); min-width:fit-content; max-width:300px; margin-right:20px; color: var(--color-2); font-size:70px; line-height:100%; font-family: var(--title); text-shadow:0 0 var(--t-glow) var(--color-2); overflow:hidden;][comment]
- ----* * * title here----
- [/comment]Gabriela[/div]
- [comment]----right subtitle/icon----[/comment]
- [div=height:auto; flex:47; max-width:250px; min-width:100px; display:flex; flex-flow:column nowrap; align-items:flex-end; padding:calc(var(--p-top) + 10px) 0 0 0; box-sizing:border-box; margin-left:auto;]
- [div=height:auto; max-height:42px; overflow:hidden; width:auto; text-align:right; color: var(--color-2); text-shadow:0 0 var(--t-glow) var(--color-2); font-size:12px; font-family: var(--body); line-height:14px; margin-bottom:20px; word-spacing:3px;][comment]
- ----* * * subtitle here (max 3 lines)----
- [/comment]Él llegó conmigo y conmigo se va; Sus ojos son mío', eso no va a cambiar.[/div]
- [comment]----icon (image)----[/comment]
- [div=
- /*replace here; with display:none; to use fontawesome icon instead*/ here;
- height:33px; width:33px; transform:rotate(-16deg); background: var(--icon); -webkit-filter: drop-shadow(0 0 calc(var(--t-glow) * 0.4) var(--color-2)); background-size:contain; background-position:50% 50%; position:relative;][div=height:100%; width:100%; position:relative; top:-0%; left:-0%; background: var(--color-2); mask-image: var(--icon); mask-size: contain; mask-position:50% 50%;][/div][/div]
- [comment]----icon (fontawesome)----[/comment]
- [div=
- /*remove display:none; to use fontawesome icon*/ display:none;
- height:33px; width:33px; transform:rotate(-16deg); font-size:33px; color: var(--color-2); text-shadow:0 0 var(--t-glow) var(--color-2); line-height:100%;][comment]
- ----* * * fontawesome icon here----
- [/comment][fa]fas fa-flower[/fa][/div]
- [/div]
- [comment]----right subtitle/icon end----[/comment]
- [/div]
- [comment]----header end----[/comment]
- [comment]----main container----[/comment]
- [div=height:auto; width:100%; margin-top:35px; display:flex; flex-flow:row-reverse wrap;]
- [comment]----right (main contents)----[/comment]
- [div=height:460px; flex:62; min-width:200px; position:relative; z-index:2; display:flex; flex-flow:column nowrap; background: var(--bg-2); border:1px solid var(--color-1); border-left: var(--mb) solid var(--color-1); box-sizing:border-box;]
- [comment]----main contents----[/comment]
- [div=height:433px; width:100%; padding:20px; box-sizing:border-box; overflow:hidden;][div=height:100%; width:100%; overflow-y:scroll; scrollbar-width:none; color: var(--t-color); font-size:12px; font-family: var(--body); line-height:14px; text-align:justify; padding:10px 0 0 0; box-sizing:border-box;][div=height:auto; width:auto; padding:5px 20px 5px 5px; box-sizing:border-box; float:left; color: var(--color-1); font-family: var(--title); font-size: 40px; line-height:100%; margin-top:-10px; text-shadow:0 0 var(--t-glow) var(--color-1);][comment]
- ----* * * first letter here----
- [/comment]L[/div][comment]
- ----* * * rest of text here----
- [/comment]orem ipsum dolor sit amet, consectetur adipiscing elit. Cras molestie metus nibh. Etiam non dictum nisl, sit amet sollicitudin diam. Aenean vel semper enim. Sed tincidunt pharetra leo ut tempor. Donec ac condimentum est. Fusce id ante non dolor hendrerit tempus. Aenean lobortis lacus in augue elementum finibus. Aliquam erat volutpat. Morbi sodales fermentum magna, ut gravida tellus porta at. Maecenas posuere dui mauris, nec sollicitudin tortor feugiat in. Donec hendrerit, sapien eget sollicitudin imperdiet, turpis metus posuere tortor, ac pulvinar tellus eros ac elit.
- Sed dui erat, egestas ac consequat nec, laoreet quis ante. Nunc nunc quam, lobortis quis velit eget, pretium malesuada odio. In maximus, sapien non sodales porttitor, arcu massa fermentum lectus, vitae mollis libero ante sit amet libero. Proin eget magna laoreet, lobortis dolor in, suscipit sapien. Integer vitae est ligula. Donec vel orci et metus mattis scelerisque semper quis enim. Aenean vitae leo vestibulum, feugiat nunc tempus, mattis nibh. Cras condimentum erat lectus, eu mollis urna faucibus vitae. Quisque molestie libero lacus. Maecenas eget nibh elementum, pellentesque metus non, auctor nisl. Fusce tristique tincidunt magna sit amet vestibulum. Sed dapibus egestas egestas. Vestibulum vestibulum tempus erat, sit amet ultrices diam pretium sed. Morbi sit amet lorem ut tortor luctus euismod.
- [/div][/div]
- [comment]----main contents end----[/comment]
- [comment]----music player----[/comment]
- [div=height:27px; width:100%; background: var(--color-2); border-top:1px solid var(--color-1); display:flex; flex-flow:row nowrap; align-items:center; padding:0 15px 1px 15px; box-sizing:border-box; position:relative;][div=height:100%; width:100%; background: var(--color-1); opacity:0.8; position:absolute; top:0; left:0;][/div]
- [comment]----play button----[/comment]
- [div=height:auto; width:auto; position:relative; z-index:2;][div=height:0; width:0; position:relative; z-index:3; border-left:8px solid var(--color-2); border-top:5px solid transparent; border-bottom:5px solid transparent; -webkit-filter: drop-shadow(0 0 calc(var(--t-glow) * 0.4) var(--color-2));][/div]
- [comment]----actual media player----[/comment]
- [div=height:100%; width:100%; position:absolute; top:0; left:0; z-index:3; display:flex; align-items:center; justify-content:center; overflow:hidden; opacity:0.01%;][div=height:32px; width:32px; position:relative; pointer-events:auto; transform:scaleX(1.8);]
- [comment]----soundcloud (replace the soundcloud link within media tag with your own)----[/comment]
- [div=height:80px; width:180px; padding:0; margin-top:-16px; margin-left:-14px; position:absolute; top:0; left:0; /*remove this to use me, and add it to the other*/ display:none;]
- [media=soundcloud]https://soundcloud.com/sawtowne/magical-cure-love-shot[/media]
- [/div]
- [comment]----google drive (replace the google file code within media tag with your own)----[/comment]
- [div=height:500px; width:500px; margin-top:-170px; margin-left:-93px; padding:0px;]
- [media=googledrive]18FsmsVvTGVdRIB4iGyBFOM3HiSHyr5Hs[/MEDIA]
- [/div]
- [/div][/div]
- [comment]----actual media player end----[/comment]
- [/div]
- [comment]----play button end----[/comment]
- [comment]----song info----[/comment]
- [div=height:auto; max-height:15px; flex:1; position:relative; z-index:2; margin-left:15px; font-size:12px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color: var(--color-2); text-shadow: 0 0 var(--t-glow) var(--color-2); font-family: var(--body); line-height:100%; text-transform:uppercase; text-align:right;][div=display:inline; font-weight:bold; letter-spacing:1px; font-size:11px;][comment]
- ----* * * song name----
- [/comment]gabriela[/div][comment]
- [/comment][div=margin:0 10px 0 10px; display:inline-block;]—[/div][comment]
- ----* * * song artist here----
- [/comment]katseye[/div]
- [comment]----song info end----[/comment]
- [/div]
- [comment]----music player end----[/comment]
- [/div]
- [comment]----right end----[/comment]
- [comment]----left (details)----[/comment]
- [div=height:auto; min-height:155px; flex:48; min-width:180px; display:flex; flex-flow:column wrap;]
- [comment]----left image----[/comment]
- [div=height:auto; flex:1; min-height:180px; width:100%; background: var(--img-1); background-size:cover; border:1px solid var(--color-1); border-top: var(--db) solid var(--color-1); box-sizing:border-box; overflow:hidden; position:relative; z-index:5;][div=height:100%; width:100%; background: var(--img-1); background-size:cover; mix-blend-mode:lighten; opacity: var(--img-fopacity); -webkit-filter: blur(var(--img-fblur));][/div][div=height:100%; width:100%; background: radial-gradient(ellipse 100% 100% at center, transparent, var(--color-1)); position:absolute; top:0; left:0; mix-blend-mode: overlay; opacity:0.5;][/div][div=height:100%; width:100%; background: var(--color-1); position:absolute; top:0; left:0; mix-blend-mode: soft-light; opacity:0.2;][/div][/div]
- [comment]----details container
- (the accordion MAY look a little funky in preview. do not worry, it will come out alright when you post it!)
- ----[/comment]
- [div=height:145px; width:100%; flex-shrink:0; background: var(--color-1); border:1px solid var(--color-1); border-top: 0; box-sizing:border-box; position:relative; z-index:2; padding:12px 15px; box-sizing:border-box; overflow:hidden;][div=height:calc(100% + 144px); width:100%; box-sizing:border-box; margin-top:27px; display:flex; flex-flow:column nowrap; justify-content:flex-end; visibility:hidden;][accordion=100%]{slide=[div=height:266px; width:100%; font-weight:normal; font-variant:normal; box-sizing:border-box;]
- [comment]----lobby page----[/comment]
- [div=height:117px; width:100%; visibility:visible; position:relative; z-index:2; display:flex; flex-flow:column nowrap; align-items:center; justify-content:center; color: var(--color-2); text-transform:uppercase; font-family: var(--header);]
- [div=height:auto; max-height:80px; overflow:hidden; width:auto; padding:0 6px 0 0; box-sizing:border-box; font-size:40px; letter-spacing:-6px; font-family: var(--header); line-height:100%; text-shadow:0 0 var(--t-glow) var(--color-2); text-align:center;][comment]
- ----* * * name here----
- [/comment]manon[/div]
- [comment]----click instruction (DO NOT REMOVE!!!)----[/comment]
- [div=height:auto; width:100%; position:absolute; bottom:3px; left:0; opacity:0.4; text-align:center; font-weight:bold;letter-spacing:1px; font-size:9px; color: var(--color-2); font-family: var(--body);]click[/div]
- [/div]
- [comment]----lobby page end----[/comment]
- [comment]----details page----[/comment]
- [div=height:114px; width:100%; margin-top:23px; visibility:visible; position:relative; z-index:2; padding:5px 0; box-sizing:border-box; display:flex; flex-flow:column nowrap; justify-content:center; --m: 6px;][div=height:auto; width:100%; overflow-x:auto; scrollbar-width:none;][div=height:0; width:100%; margin-bottom:calc(var(--m) * -1);][/div]
- [comment]----copy this whole thing to add another tag----[/comment]
- [div=height:auto; width:100%; display:flex; flex-flow:row nowrap; align-items:flex-start; color: var(--color-2); margin-top: var(--m);]
- [div=height:auto; width:fit-content; width:-moz-fit-content; min-width:70px; text-transform:uppercase; letter-spacing:-0.5px; font-size:11.5px; line-height:135%; font-family: var(--header); font-weight:bold; text-align:right;][comment]
- ----* * * tag title here----
- [/comment]mood.[/div]
- [div=height:auto; flex:1; font-size:14px; line-height:14px; font-family: var(--body); text-align:left; margin-left:15px;][comment]
- ----* * * tag contents here----
- [/comment]vengeful...[/div]
- [/div]
- [comment]----copy me too!----[/comment]
- [comment]----copy this whole thing to add another tag----[/comment]
- [div=height:auto; width:100%; display:flex; flex-flow:row nowrap; align-items:flex-start; color: var(--color-2); margin-top: var(--m);]
- [div=height:auto; width:fit-content; width:-moz-fit-content; min-width:70px; text-transform:uppercase; letter-spacing:-0.5px; font-size:11.5px; line-height:135%; font-family: var(--header); font-weight:bold; text-align:right;][comment]
- ----* * * tag title here----
- [/comment]location.[/div]
- [div=height:auto; flex:1; font-size:14px; line-height:14px; font-family: var(--body); text-align:left; margin-left:15px;][comment]
- ----* * * tag contents here----
- [/comment]the arch[/div]
- [/div]
- [comment]----copy me too!----[/comment]
- [comment]----copy this whole thing to add another tag----[/comment]
- [div=height:auto; width:100%; display:flex; flex-flow:row nowrap; align-items:flex-start; color: var(--color-2); margin-top: var(--m);]
- [div=height:auto; width:fit-content; width:-moz-fit-content; min-width:70px; text-transform:uppercase; letter-spacing:-0.5px; font-size:11.5px; line-height:135%; font-family: var(--header); font-weight:bold; text-align:right;][comment]
- ----* * * tag title here----
- [/comment]outfit.[/div]
- [div=height:auto; flex:1; font-size:14px; line-height:14px; font-family: var(--body); text-align:left; margin-left:15px;][comment]
- ----* * * tag contents here----
- [/comment][url='xx']a dress[/url][/div]
- [/div]
- [comment]----copy me too!----[/comment]
- [comment]----copy this whole thing to add another tag----[/comment]
- [div=height:auto; width:100%; display:flex; flex-flow:row nowrap; align-items:flex-start; color: var(--color-2); margin-top: var(--m);]
- [div=height:auto; width:fit-content; width:-moz-fit-content; min-width:70px; text-transform:uppercase; letter-spacing:-0.5px; font-size:11.5px; line-height:135%; font-family: var(--header); font-weight:bold; text-align:right;][comment]
- ----* * * tag title here----
- [/comment]tags.[/div]
- [div=height:auto; flex:1; font-size:14px; line-height:14px; font-family: var(--body); text-align:left; margin-left:15px;][comment]
- ----* * * tag contents here----
- [/comment]@ user[/div]
- [/div]
- [comment]----copy me too!----[/comment]
- [/div][/div]
- [comment]----details page end----[/comment]
- }[div=height:125px; width:100%;][/div]{/slide}[/div][/accordion][div=height:266px; width:100%; font-weight:normal; font-variant:normal;][/div][/div]
- [comment]----icon decoration----[/comment]
- [div=height:100%; width:100%; position:absolute; top:0; left:0; display:flex; align-items:center; justify-content:center; opacity:0.13;]
- [comment]----icon (image)----[/comment]
- [div=
- /*replace here; with display:none; to use fontawesome icon instead*/ here;
- height:100px; width:100px; transform:rotate(-16deg); background: var(--color-2); mask-image: var(--icon); mask-size: contain; mask-position:50% 50%;][/div]
- [comment]----icon (fontawesome)----[/comment]
- [div=
- /*remove display:none; to use fontawesome icon*/ display:none;
- height:100px; width:100px; transform:rotate(-16deg); font-size:95px; color: var(--color-2); line-height:100%;][comment]
- ----* * * fontawesome icon here----
- [/comment][fa]fas fa-flower[/fa][/div]
- [/div]
- [comment]----icon decoration end----[/comment]
- [/div]
- [comment]----details container end----[/comment]
- [/div]
- [comment]----left end----[/comment]
- [/div]
- [comment]----main container end----[/comment]
- [comment]----background gradient----[/comment]
- [div=height:57%; width:100%; position:absolute; bottom:0; left:0; z-index:1; overflow:hidden;][div=height:100%; width:100%; position:relative; left:-0%; top:0%; background: radial-gradient(ellipse 120% 64% at top, var(--bg-1) 45%, var(--bg-2) 100%);;][/div][/div]
- [comment]----noise texture----[/comment]
- [div=height:100%; width:100%; background: var(--texture) 50% 50%; background-size:30%; position:absolute; top:0; left:0; z-index:6; pointer-events:none; mix-blend-mode:overlay; opacity:0.6;][/div]
- [div=height:100%; width:100%; background: var(--texture) 50% 50%; background-size:30%; position:absolute; top:0; left:0; z-index:4; pointer-events:none; mix-blend-mode:multiply; opacity:0.18;][/div]
- [comment]----signature! *** do not remove!! ***----[/comment]
- [div=height:auto;width:100%; position:absolute; z-index:6; opacity:0.1; bottom:32px; left:0; color: var(--color-1); font-size:9px;text-align:center; line-height:100%;][font=Open Sans]♡coded by uxie♡[/font][/div]
- [/div][/div]
Advertisement
Add Comment
Please, Sign In to add comment