Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [comment]code by sox
- [font=Staatliches] titles/headers [/font]
- [font=Syne Mono] header/footer/roles [/font]
- [font=Tilt Neon] body [/font]
- [/comment][div=height:auto; width:100%; overflow-x:auto; overflow-y:hidden;
- /*---- COLORS ----*/
- --accent01: #fff; /*white - keep light!*/
- --accent02: #000; /*black - keep dark!*/
- --accent1: #5d804d; /*warm green - not too dark!*/
- --accent2: #eb8b31; /*yellow*/
- --accent3: #ff6600; /*orange*/
- --accent4: #60a1a1; /*blue green*/
- /*---- VALUES ----*/
- --bkgd: var(--accent02); /*background color*/
- --text: var(--accent01); /*default text color - applies to any text NOT SET in the values below*/
- --title1color: var(--accent1); /*top title color*/
- --title2color: var(--accent02); /*bottom title color*/
- --titleshadow: -3px -3px 0px var(--accent1); /*title shadow style + color*/
- --hfcolor: var(--accent02); /*header+footer bar bkgd color*/
- --hftext: var(--accent01); /*header+footer bar text color*/
- --picborder: 0.5px solid var(--accent01); /*section pic outline shadow*/
- --headingcolor: var(--accent01); /*section header color*/
- --headingshadow: -1px 0px 0px var(--accent02), 1px 0px 0px var(--accent02); /*section header text shadow*/
- --barcolor: var(--accent2); /*section header bar color*/
- --barwidth: 5px; /*section header bar thickness*/
- --barY: 14px; /*section header bar vertical position*/
- --subcolor: var(--accent4); /*subheader color*/
- --bodybkgd: var(--accent02); /*body text bkgd color*/
- --bodycolor: var(--accent01); /*body text color*/
- --bodyborder: 0.5px solid var(--accent01);
- --rolespace: 7px; /*space between roles*/
- --scrollcolor: var(--accent2); /*scroll tag color*/
- --rolecolor: var(--accent3); /*role color*/
- --statuscolor: var(--accent4); /*role status color*/
- --playcolor: var(--accent3); /*music play button color*/
- --npcolor: var(--accent4); /*now playing color*/
- --footercolor: var(--accent2); /*roleplay tags + gm color*/
- --contentw: 340px; /*panel content width*/
- --contenth: 390px; /*panel content height*/
- --paneloutline: 1px solid var(--accent01); /*panel inner border color + style*/
- --outlineoffset: -10px; /*panel inner border distance*/
- --corneraccent1: var(--accent3); /*top left corner lines color*/
- --corneraccent2: var(--accent4); /*bottom right corner lines color*/
- --cornerlength: 30px; /*corner lines length*/
- --cornerwidth: 5px; /*corner lines thickness*/
- /*---- PICTURES ----*/
- /*main pic*/
- --mainpic: url('https://i.pinimg.com/736x/d0/c5/a4/d0c5a4639ded37ba9835236c77158ec2.jpg');
- --mainpicsize: cover; /*picture size*/
- --mainpicposition: 50% 50%; /*picture positioning*/
- --mainpicfilter: contrast(1.2) brightness(100%) saturate(100%); /*picture filter (default: contrast boosted)*/
- /*intro pic*/
- --sec1pic: url('https://i.pinimg.com/736x/48/b3/c1/48b3c1ae357bd620149676b530502de6.jpg');
- --sec1picsize: cover; /*picture size*/
- --sec1picposition: 50% 50%; /*picture positioning*/
- --sec1picfilter: contrast(1) brightness(100%) saturate(100%); /*picture filter (default: nothing)*/
- /*lore pic*/
- --sec2pic: url('https://i.pinimg.com/736x/2d/5b/68/2d5b682785948f705bdfd6b146add2e3.jpg');
- --sec2picsize: cover; /*picture size*/
- --sec2picposition: 50% 50%; /*picture positioning*/
- --sec2picfilter: contrast(1) brightness(100%) saturate(100%); /*picture filter (default: nothing)*/
- /*roles pic*/
- --sec3pic: url('https://i.pinimg.com/736x/7c/33/dc/7c33dce85d8c34318a378f1d547d4c4d.jpg');
- --sec3picsize: cover; /*picture size*/
- --sec3picposition: 50% 50%; /*picture positioning*/
- --sec3picfilter: contrast(1) brightness(100%) saturate(100%); /*picture filter (default: nothing)*/
- /*guidelines pic*/
- --sec4pic: url('https://i.pinimg.com/736x/bd/1f/7e/bd1f7ed4769189d3905fddb0aa8ec402.jpg');
- --sec4picsize: cover; /*picture size*/
- --sec4picposition: 50% 50%; /*picture positioning*/
- --sec4picfilter: contrast(1) brightness(100%) saturate(100%); /*picture filter (default: nothing)*/
- /*---- MANUAL BOLD SETTINGS ---- preserves font style on mobile*/
- --scrollbold: 0.2px var(--scrollcolor);
- --rolebold: 0.6px var(--rolecolor);
- --statusbold: 0.6px var(--statuscolor);
- --subbold: 0.6px var(--subcolor);
- --npbold: 0.6px var(--npcolor);
- --footerbold: 0.6px var(--footercolor);
- /*---- FONTS ----*/
- --font1: 'Staatliches', sans-serif;
- --font2: 'Syne Mono', sans-serif;
- --font3: 'Tilt Neon', sans-serif;
- ][div=margin:auto; position:relative; width:fit-content; height:fit-content; display:flex; flex-flow:row wrap; justify-content:center; align-items:center; margin-top:20px; margin-bottom:20px; box-sizing:border-box; cursor: url(https://imgur.com/5ex8RXq.png), auto; font-family:var(--font1); color:var(--text); border-radius:1px;][nobr]
- [comment]---- LEFT START ----[/comment]
- [div=position:relative; margin:5px; width:380px; height:500px; border-radius:0px;]
- [comment]---- corner lines ----[/comment]
- [div=position:absolute; top:16px; left:-9px; width:var(--cornerlength); height:var(--cornerwidth); background:var(--corneraccent1);][/div]
- [div=position:absolute; top:16px; left:-9px; width:var(--cornerwidth); height:var(--cornerlength); background:var(--corneraccent1);][/div]
- [comment]---- left panel start ----[/comment]
- [div=position:absolute; top:25px; width:380px; height:450px; overflow:hidden; background:var(--bkgd); border-radius:0px; outline:var(--paneloutline); outline-offset:var(--outlineoffset);]
- [comment]---- main picture ----[/comment]
- [div=position:absolute; top:70px; left:20px; width:var(--contentw); height:350px; filter:var(--mainpicfilter); background:var(--mainpic); background-size:var(--mainpicsize); background-position:var(--mainpicposition);][/div]
- [comment]---- title pt1 (top) ----[/comment]
- [div=position:absolute; left:20px; top:35px; width:var(--contentw); height:40px; overflow-y:hidden; font-family:var(--font1); color:var(--title1color); font-size:48px; line-height:40px; text-align:center; letter-spacing:-3px; text-transform:uppercase;][comment]
- ---- TOP TITLE (first half) HERE: keep this short, or utilize the second half as well for longer titles! ----
- [/comment]we'll stay together
- [/div][comment]---- title pt2 (bottom) ----[/comment]
- [div=position:absolute; left:20px; top:386px; width:var(--contentw); height:43px; overflow-y:hidden;font-family:var(--font1); color:var(--title2color); font-size:48px; line-height:43px; text-align:center; letter-spacing:-3px; text-transform:uppercase; text-shadow:var(--titleshadow);][comment]
- ---- BOTTOM TITLE (optional second half) HERE ----
- -------- (delete the text below to remove this half!)
- [/comment]no matter the cost
- [/div][/div][comment]---- left panel end ----[/comment]
- [comment]---- subtitle bar start ----[/comment]
- [div=position:absolute; bottom:0px; width:380px; height:18px; background:var(--hfcolor); color:var(--hftext); font-family:var(--font2); font-size:12px; line-height:19px; text-align:center; letter-spacing:0px; text-transform:uppercase;][comment]
- ---- opening (keep the space at the end) ----
- [/comment]a [div=display:inline; color:var(--footercolor); -webkit-text-stroke:var(--footerbold);][comment]
- ---- ROLEPLAY GENRE TAGS HERE ----
- [/comment]psychedelic thriller
- [/div][comment]
- ---- attribute (keep spaces at beginning and end) ----
- [/comment] roleplay by [div=display:inline; color:var(--footercolor); -webkit-text-stroke:var(--footerbold);][comment]
- ---- GM NAME(S) HERE ----
- [/comment]sox
- [/div][/div][comment]---- subtitle bar end----[/comment]
- [/div][comment]---- LEFT END ----[/comment]
- [comment]---- RIGHT START ----[/comment]
- [/nobr][div=position:relative; margin:5px; width:380px; height:500px; border-radius:0px;][nobr]
- [comment]---- music bar start ----[/comment]
- [div=position:absolute; top:0px; right:0px; width:380px; height:18px; background:var(--hfcolor); color:var(--hftext); font-family:var(--font2); font-size:12px; line-height:19px; text-align:left; letter-spacing:0px; text-transform:uppercase; overflow:hidden;][div=display:inline; color:var(--npcolor); padding-left:10px; -webkit-text-stroke:var(--npbold);]now playing: [/div][comment]
- ---- SONG NAME HERE ----
- [/comment]nightmare
- [div=display:inline; color:var(--accent1);] — [/div][comment]
- ---- ARTIST NAME HERE ----
- [/comment]red velvet
- [comment] ---- music player button start
- ---- graciously granted to me by uxie ty queen ily [/comment]
- [div=position:absolute; top:2px; right:10px; width:10px; height:11px;]
- [div=height:13px; width:100%; flex-shrink:0; box-sizing:border-box; display:flex; flex-flow:row nowrap; align-items:center;]
- [comment] ---- play button ---- [/comment]
- [div=height:11px; width:11px; border-radius:100%; position:relative; flex-shrink:0;][div=height:100%; width:100%; background-size:cover; position:relative; z-index:2; pointer-events:none; font-size:8px; line-height:12px; text-align:center; color:var(--playcolor);][fa]fas fa-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/redvelvet-music/nightmare[/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 player button end ---- [/comment]
- [/div][comment]---- music bar end----[/comment]
- [comment]---- corner lines ----[/comment]
- [div=position:absolute; bottom:16px; right:-9px; width:var(--cornerlength); height:var(--cornerwidth); background:var(--corneraccent2);][/div]
- [div=position:absolute; bottom:16px; right:-9px; width:var(--cornerwidth); height:var(--cornerlength); background:var(--corneraccent2);][/div]
- [comment]---- right panel start ----[/comment]
- [div=position:absolute; top:25px; width:380px; height:450px; overflow:hidden; background:var(--bkgd); border-radius:0px; outline:var(--paneloutline); outline-offset:var(--outlineoffset);]
- [comment]---- content start ----[/comment]
- [div=position:absolute; top:30px; left:20px; width:var(--contentw); height:var(--contenth); overflow-x:hidden; overflow-y:scroll; scrollbar-width:none;]
- [comment]---- section 1 start: copy this whole chunk to add a new section! ----[/comment]
- [div=position:relative; width:100%; height:145px;]
- [comment]---- sec1 heading ----[/comment]
- [div=position:absolute; top:var(--barY); width:100%; height:var(--barwidth); background:var(--barcolor);][/div]
- [div=position:absolute; top:0px; width:100%; height:25px; font-family:var(--font1); color:var(--headingcolor); font-size:22px; line-height:25px; text-align:right; text-transform:uppercase; text-shadow:var(--headingshadow); padding-right:2px;][comment]
- ---- HEADING NAME HERE ----
- [/comment]intro.
- [/div]
- [comment]---- sec1 pic----[/comment]
- [div=position:absolute; top:25px; left:5.5px; width:115px; height:115px; border:var(--picborder); box-sizing:border-box;][/div]
- [div=position:absolute; top:30px; left:0px; width:115px; height:115px; border:var(--picborder); background:var(--sec1pic); background-size:var(--sec1picsize); background-position:var(--sec1picposition); filter:var(--sec1picfilter);][/div]
- [comment]---- sec1 text ----[/comment]
- [div=position:absolute; top:25px; right:0px; width:190px; height:120px; background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; overflow:hidden;][div=position:relative; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify; height:100px; margin-top:10px; overflow-x:hidden; overflow-y:scroll; scrollbar-width:none; white-space: pre-line;][comment]
- ---- BODY TEXT HERE ----
- [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
- Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [/div][/div]
- [/div][comment]---- sec1 section end: copy this too! ----[/comment]
- [comment]---- section 2 start: copy this whole chunk to add a new section! ----[/comment]
- [div=position:relative; width:100%; height:145px; margin-top:10px;]
- [comment]---- sec2 heading ----[/comment]
- [div=position:absolute; top:var(--barY); width:100%; height:var(--barwidth); background:var(--barcolor);][/div]
- [div=position:absolute; top:0px; width:100%; height:25px; font-family:var(--font1); color:var(--headingcolor); font-size:22px; line-height:25px; text-align:left; text-transform:uppercase; text-shadow:var(--headingshadow); padding-left:2px;][comment]
- ---- HEADING NAME HERE ----
- [/comment]lore.
- [/div]
- [comment]---- sec2 pic----[/comment]
- [div=position:absolute; top:25px; right:0px; width:115px; height:115px; border:var(--picborder); box-sizing:border-box;][/div]
- [div=position:absolute; top:30px; right:5px; width:115px; height:115px; border:var(--picborder); background:var(--sec2pic); background-size:var(--sec2picsize); background-position:var(--sec2picposition); filter:var(--sec2picfilter);][/div]
- [comment]---- sec2 text ----[/comment]
- [div=position:absolute; top:25px; left:0px; width:190px; height:120px; background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; overflow:hidden;][div=position:relative; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify; height:100px; margin-top:10px; overflow-x:hidden; overflow-y:scroll; scrollbar-width:none; white-space: pre-line;][comment]
- ---- BODY TEXT HERE ----
- [/comment][comment]-- subheading --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]Time Period:[/div]Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
- [comment]-- subheading --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]People:[/div]Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [comment]-- subheading --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]Factions:[/div]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- [comment]-- subheading --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]World:[/div]Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- [/div][/div]
- [/div][comment]---- sec2 end: copy this too! ----[/comment]
- [comment]---- section 3 start: copy this whole chunk to add a new section! ----[/comment]
- [div=position:relative; width:100%; height:145px; margin-top:10px;]
- [comment]---- sec3 heading ----[/comment]
- [div=position:absolute; top:var(--barY); width:100%; height:var(--barwidth); background:var(--barcolor);][/div]
- [div=position:absolute; top:0px; width:100%; height:25px; font-family:var(--font1); color:var(--headingcolor); font-size:22px; line-height:25px; text-align:right; text-transform:uppercase; text-shadow:var(--headingshadow); padding-right:2px;][comment]
- ---- HEADING NAME HERE ----
- [/comment]roles.
- [/div]
- [comment]---- sec3 pic----[/comment]
- [div=position:absolute; top:25px; left:5.5px; width:115px; height:115px; border:var(--picborder); box-sizing:border-box;][/div]
- [div=position:absolute; top:30px; left:0px; width:115px; height:115px; border:var(--picborder); background:var(--sec3pic); background-size:var(--sec3picsize); background-position:var(--sec3picposition); filter:var(--sec3picfilter);][/div]
- [comment]---- sec3 text ----[/comment]
- [div=position:absolute; top:25px; right:0px; width:210px; height:120px; overflow-x:hidden; overflow-y:scroll; scrollbar-width:none;][comment]
- ---- ROLES START HERE ----
- [/comment]
- [comment]---- role start: copy this whole section to add a new role! ----[/comment]
- [div=position:relative; width:190px; height:auto; margin-bottom:var(--rolespace); background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify;]
- [comment]---- name ----[/comment]
- [div=margin-bottom:3px; color:var(--rolecolor); font-family:var(--font2); font-size:15px; line-height:16px; padding-top:10px; text-transform:uppercase; text-align:left; -webkit-text-stroke:var(--rolebold);][comment]
- ---- ROLE NAME HERE ----
- [/comment]the accused.
- [/div]
- [comment]---- description ----[/comment]
- [div=display:inline; white-space: pre-line;][comment]
- ---- ROLE DESCRIPTION HERE ----
- [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [/div]
- [comment]---- status: "[open]"/"[taken]"/"[reserved]"/etc ----[/comment]
- [div=padding-bottom:10px; color:var(--accent1); font-family:var(--font2); font-size:11px; line-height:12px; margin-top:6px; text-transform:uppercase; text-align:right;]status: [div=display:inline; color:var(--statuscolor); -webkit-text-stroke:var(--statusbold);][comment]
- ---- ROLE STATUS HERE ----
- [/comment][open]
- [/div][/div][/div][comment]---- role end: copy this too! ----[/comment]
- [comment]---- role start: copy this whole section to add a new role! ----[/comment]
- [div=position:relative; width:190px; height:auto; margin-bottom:var(--rolespace); background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify;]
- [comment]---- name ----[/comment]
- [div=margin-bottom:3px; color:var(--rolecolor); font-family:var(--font2); font-size:15px; line-height:16px; padding-top:10px; text-transform:uppercase; text-align:left; -webkit-text-stroke:var(--rolebold);][comment]
- ---- ROLE NAME HERE ----
- [/comment]the arbiter.
- [/div][comment]---- description ----[/comment]
- [div=display:inline; white-space: pre-line;][comment]
- ---- ROLE DESCRIPTION HERE ----
- [/comment]Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [/div]
- [comment]---- status: "[open]"/"[taken]"/"[reserved]"/etc ----[/comment]
- [div=padding-bottom:10px; color:var(--accent1); font-family:var(--font2); font-size:11px; line-height:12px; margin-top:6px; text-transform:uppercase; text-align:right;]status: [div=display:inline; color:var(--statuscolor); -webkit-text-stroke:var(--statusbold);][comment]
- ---- ROLE STATUS HERE ----
- [/comment][taken]
- [/div][/div][/div][comment]---- role end: copy this too! ----[/comment]
- [comment]---- role start: copy this whole section to add a new role! ----[/comment]
- [div=position:relative; width:190px; height:auto; margin-bottom:var(--rolespace); background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify;]
- [comment]---- name ----[/comment]
- [div=margin-bottom:3px; color:var(--rolecolor); font-family:var(--font2); font-size:15px; line-height:16px; padding-top:10px; text-transform:uppercase; text-align:left; -webkit-text-stroke:var(--rolebold);][comment]
- ---- ROLE NAME HERE ----
- [/comment]the witnesses.
- [/div]
- [comment]---- description ----[/comment]
- [div=display:inline; white-space: pre-line;][comment]
- ---- ROLE DESCRIPTION HERE ----
- [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
- Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [/div]
- [comment]---- status: "[open]"/"[taken]"/"[reserved]"/etc ----[/comment]
- [div=padding-bottom:10px; color:var(--accent1); font-family:var(--font2); font-size:11px; line-height:12px; margin-top:6px; text-transform:uppercase; text-align:right;]status: [div=display:inline; color:var(--statuscolor); -webkit-text-stroke:var(--statusbold);][comment]
- ---- ROLE STATUS HERE ----
- [/comment][open]
- [/div][/div][/div][comment]---- role end: copy this too! ----[/comment]
- [comment]---- role start: copy this whole section to add a new role! ----[/comment]
- [div=position:relative; width:190px; height:auto; margin-bottom:var(--rolespace); background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify;]
- [comment]---- name ----[/comment]
- [div=margin-bottom:3px; color:var(--rolecolor); font-family:var(--font2); font-size:15px; line-height:16px; padding-top:10px; text-transform:uppercase; text-align:left; -webkit-text-stroke:var(--rolebold);][comment]
- ---- ROLE NAME HERE ----
- [/comment]the jurors.
- [/div][comment]---- description ----[/comment]
- [div=display:inline; white-space: pre-line;][comment]
- ---- ROLE DESCRIPTION HERE ----
- [/comment]Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
- Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [/div]
- [comment]---- status: "[open]"/"[taken]"/"[reserved]"/etc ----[/comment]
- [div=padding-bottom:10px; color:var(--accent1); font-family:var(--font2); font-size:11px; line-height:12px; margin-top:6px; text-transform:uppercase; text-align:right;]status: [div=display:inline; color:var(--statuscolor); -webkit-text-stroke:var(--statusbold);][comment]
- ---- ROLE STATUS HERE ----
- [/comment][open]
- [/div][/div][/div][comment]---- role end: copy this too! ----[/comment]
- [/div]
- [comment]---- scroll tag ----[/comment]
- [div=position:absolute; top:36px; left:81px; width:auto; height:8px; background:var(--bodybkgd); border:var(--bodyborder); font-family:var(--font1); color:var(--scrollcolor); font-size:8px; line-height:8px; text-align:right; text-transform:uppercase; padding:5px; opacity:1; letter-spacing:0.5px; -webkit-text-stroke:var(--scrollbold);]scroll[div=display:inline; font-size:6px; margin-left:4px;][fa]far fa-arrow-down[/fa][/div][/div]
- [/div][comment]---- sec3 end: copy this too! ----[/comment]
- [comment]---- section 4 start: copy this whole chunk to add a new section! ----[/comment]
- [div=position:relative; width:100%; height:145px; margin-top:10px;]
- [comment]---- sec4 heading ----[/comment]
- [div=position:absolute; top:var(--barY); width:100%; height:var(--barwidth); background:var(--barcolor);][/div]
- [div=position:absolute; top:0px; width:100%; height:25px; font-family:var(--font1); color:var(--headingcolor); font-size:22px; line-height:25px; text-align:left; text-transform:uppercase; text-shadow:var(--headingshadow); padding-left:2px;][comment]
- ---- HEADING NAME HERE ----
- [/comment]guidelines.
- [/div]
- [comment]---- sec4 pic----[/comment]
- [div=position:absolute; top:25px; right:0px; width:115px; height:115px; border:var(--picborder); box-sizing:border-box;][/div]
- [div=position:absolute; top:30px; right:5px; width:115px; height:115px; border:var(--picborder); background:var(--sec4pic); background-size:var(--sec4picsize); background-position:var(--sec4picposition); filter:var(--sec4picfilter);][/div]
- [comment]---- sec4 text ----[/comment]
- [div=position:absolute; top:25px; left:0px; width:190px; height:120px; background:var(--bodybkgd); border:var(--bodyborder); padding:0 10px 0 10px; overflow:hidden;][div=position:relative; font-family:var(--font3); color:var(--bodycolor); font-size:11px; line-height:12.5px; text-align:justify; height:100px; margin-top:10px; overflow-x:hidden; overflow-y:scroll; scrollbar-width:none; white-space: pre-line;][comment]
- ---- BODY TEXT HERE ----
- [/comment]Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
- Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- [comment]-- rule --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]→ 001.[/div]xxx
- [comment]-- rule --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]→ 002.[/div]yyy
- [comment]-- rule --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]→ 003.[/div]zzz
- [comment]-- rule --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]→ 004.[/div]xxx
- [comment]-- rule --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]→ 005.[/div]yyy
- [comment]-- rule --[/comment][div=display:inline; color:var(--subcolor); margin-right:3px; -webkit-text-stroke:var(--subbold);]→ 006.[/div]zzz
- [/div][/div]
- [/div][comment]---- sec4 end: copy this too! ----[/comment]
- [/div][comment]---- content end----[/comment]
- [/div][comment]---- right panel end ----[/comment]
- [/nobr][/div][comment]---- RIGHT END----[/comment][nobr]
- [/nobr][/div][/div]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement