FactionGuerrilla
Hey, looks like something bugged out on my thread. Can you please put your request up again?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
it's fine. The site glitched out a bit, it seems. The ETA will be prob 1-2 weeks from now, if that's ok with you.Huh, my bad. Something musta happened to my post. Regardless, thanks in advance for noticing my request.
Mobile Priority - Mobile Compatible; I want to be flexible with it regardless of PC or phone, but if it's not completely friendly that's fine with me.
Expected Color Palette and Image - Just black and white, no other colors. Maybe greyscale, but that's about it.
Type of Post - Store merchant speech/item list, for a NPC character.
Freebie or Nah? - Freebie.
The Star - A scrollable black speech box with white border and a small, black button below it called 'Items' which triggers a drop-down revealing another scrollable box, this time with frames on the far left (where the item images supposedly appear) and room for text on the right of the frame. A variant with inverted colors and color patterns would be nice, too, but it's mainly optional.
Yep, all using the in house BBcode and BBscript that we have.This thread is amazing.
All of that is really just BBCode without any other language/script involved?
I'll send it to you in a PM first. I've been kinda busy but it should be available soon.Alteras It's been a while since I made a request. Any progress? Am I gonna see it here or at the new workshop?
[class name=name]
height: 3.5vh;
width: 100%;
position: absolute;
top: calc(82vh - 3.5vh + 1px);
left: 0;
background-image: linear-gradient(to bottom, rgb(76, 102, 138) 30%, rgba(218, 212, 218, .5) 30%, rgba(218, 212, 218, .5) 50%, #313253 50%);
background-position: bottom;
background-size: 100% 3.5vh;
background-repeat: no-repeat;
z-index: 5;
[/class]
[class name=nameinside]
position: absolute;
bottom: 0;
right: 1vw;
height: auto;
max-width: 100%;
z-index: 6;
font-size: 13.25vh;
font-family: 'Cormorant Upright';
line-height: .77;
padding-bottom: 3.5vh;
text-align: right;
color: transparent;
background-clip: text;
-webkit-background-clip: text;
background-image: linear-gradient(to bottom, #a52b4e, #e73359, #e73359, #a52b4e);
[/class]
bottom: 0
, we gave it a definitive position. The thing you're probably most interested in is how I got the gradient of the text to work. This makes use of a very special property called background-clip
, which decides how the background image gets displayed. In this case, we set it to text, so the text is in fact the windows to the background image. I then just set the background image to a linear-gradient, and viola, we have a nice looking name text that has red on the inside and dark red at the edges. You can also use this for images.[nobr]
[class name=root]
width: 100%;
height: auto;
position: relative;
background-image: url('https://orig00.deviantart.net/f69c/f/2013/081/9/3/da_brocade_custom_box_background_by_gasara-d5ag4ls.gif');
background-color: rgb(218, 212, 218);
background-blend-mode: multiply;
overflow: hidden;
--image-w: 739;
--image-h: 1374;
[/class]
[class name=flex]
width: 100%;
height: auto;
position: relative;
display: flex;
flex-flow: row wrap;
justify-content: stretch;
align-items: start;
[/class]
[class name=image]
height: 82vh;
width: calc( var(--image-w)/var(--image-h) * 82vh);
background-image: url('https://www.rpnation.com/media/3822838135964a2c83e4ec0027-1499767526_waifu2x_art_noise3_tta_1-png.36357/full');
background-size: contain;
background-position: center bottom;
[/class]
[class name=name]
height: 3.5vh;
width: 100%;
position: absolute;
top: calc(82vh - 3.5vh + 1px);
left: 0;
background-image: linear-gradient(to bottom, rgb(76, 102, 138) 30%, rgba(218, 212, 218, .5) 30%, rgba(218, 212, 218, .5) 50%, #313253 50%);
background-position: bottom;
background-size: 100% 3.5vh;
background-repeat: no-repeat;
z-index: 5;
[/class]
[class name=nameinside]
position: absolute;
bottom: 0;
right: 1vw;
height: auto;
max-width: 100%;
z-index: 6;
font-size: 13.25vh;
font-family: 'Cormorant Upright';
line-height: .77;
padding-bottom: 3.5vh;
text-align: right;
color: transparent;
background-clip: text;
-webkit-background-clip: text;
background-image: linear-gradient(to bottom, #a52b4e, #e73359, #e73359, #a52b4e);
[/class]
[class name=container]
min-height: 500px;
height: 65vh;
min-width: 300px;
position: relative;
flex: 1;
display: flex;
flex-flow: column nowrap;
justify-content: stretch;
align-items: stretch;
[/class]
[class name=tabs]
position: relative;
margin-top: 5vmin;
display: flex;
flex-flow: row wrap;
justify-content: flex-end;
font-size: initial;
[/class]
[class name=tab]
position: relative;
margin-right: 1.5vw;
font-size: calc(1em + 3vh);
font-family: 'Cormorant Upright';
line-height: 1;
cursor: pointer;
color: black;
transition: all 1s;
[/class]
[class name=selected]
color: #dc5c54;
pointer-events: none;
[/class]
[class name=divide]
width: 100%;
height: 5px;
margin-top: 5px;
margin-left: -10%;
padding-left: 10%;
background-image: linear-gradient(to right, rgba(76, 102, 138, 0), rgb(76, 102, 138) 20%);
[/class]
[class name=contentholder]
position: relative;
margin: 0 15px;
flex: 1;
[/class]
[class name=content]
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
font-size: initial;
[/class]
[class name=scroll]
position: relative;
width: 100%;
height: 100%;
padding-right: 250px;
overflow-y: scroll;
overflow-x: hidden;
font-family: 'Philosopher';
font-size: 1.1em;
color: black;
[/class]
[script=tab]
hide content
show Essentials
[/script]
[script class=tab version=2 on=click]
(removeClass "selected" "tab")
(addClass "selected")
(fadeOut 1000 "content")
(fadeIn 1000 (getText))
[/script]
[comment][font=Cormorant Upright]font[/font][font=Philosopher]font[/font][/comment]
[div class=root]
[div class=name][div class=nameinside]Emily Chevalier[/div][/div]
[div class=flex]
[div class=image][/div]
[div class=container]
[div class=tabs]
[div class="tab selected"]Essentials[/div][div class=tab]Persona[/div][div class=tab]Physique[/div][div class=tab]Additional[/div]
[/div]
[div class=divide][/div]
[div class=contentholder]
[div class="content Essentials"][div class=scroll]
Essentials
[/div][/div]
[div class="content Persona"][div class=scroll]
Persona
[/div][/div]
[div class="content Physique"][div class=scroll]
Physique
[/div][/div]
[div class="content Additional"][div class=scroll]
Additional
[/div][/div]
[/div]
[/div]
[/div]
[/div]
[/nobr]
what do you mean specifically?question about the royal charcter card
i've been using and altering some of the code, but i cant get my personal image to work. how to fix?
[class name=image]
height: 82vh;
width: calc( var(--image-w)/var(--image-h) * 82vh);
background-image: url('https://www.rpnation.com/media/123213123123-png.36557/full');
background-size: contain;
background-position: center bottom;
[/class]
What is the RTE?
RTE stands for Rich Text Editor. It is a text editor that allows a person to see a "live" preview in the editor itself (for some things, such as built-in fonts, font color, etc).
How do I turn off the RTE?
You can easily swap back and forth between the RTE and the BBCode Editor; just click on the cog wheel! It will save this setting until you click it and swap it back.
Any chance it may retain its rich text after toggling? It doesn't seem to work.Are you using RTE? You have to turn it off. The editor might be reading the link as an actual link instead of an image.
Usually isn't, unless the code gets borked by the rich text. Does the image class still look the same?I've toggled it off, but it doesn't seem to work.
Any chance it maintain's it's rich elements even after toggle?
I haven't changed the class. The code is all the same, i've retyped it aswell.Usually isn't, unless the code gets borked by the rich text. Does the image class still look the same?
[nobr]
[class name=root]
width: auto;
height: auto;
position: relative;
background-image: url('https://www.wallpixa.com/wp-content/uploads/2018/03/Abstract-4k-background-HD-image-gray-hexagon-lost-between-black-ones-53075-1920x1200-1920x1200.jpg');
background-color: rgb(255, 255, 255);
background-blend-mode: multiply;
overflow: hidden;
--image-w: 739;
--image-h: 1374;
[/class]
[class name=flex]
width: 100%;
height: auto;
position: relative;
display: flex;
flex-flow: row wrap;
justify-content: stretch;
align-items: start;
[/class]
[class name=image]
height: 82vh;
width: calc( var(--image-w)/var(--image-h) * 82vh);
background-image: url('https://www.rpnation.com/media/123213123123-png.36557/full');
background-size: contain;
background-position: center bottom;
[/class]
[/class]
Ahh, I think I figured it out. You had the image privacy set so that only you could see it, so it wasn't rendering when it went through the proxies. You can adjust the image sizes using --image-w and --image-hCode:[nobr] [class name=root] width: auto; height: auto; position: relative; background-image: url('https://www.wallpixa.com/wp-content/uploads/2018/03/Abstract-4k-background-HD-image-gray-hexagon-lost-between-black-ones-53075-1920x1200-1920x1200.jpg'); background-color: rgb(255, 255, 255); background-blend-mode: multiply; overflow: hidden; --image-w: 739; --image-h: 1374; [/class] [class name=flex] width: 100%; height: auto; position: relative; display: flex; flex-flow: row wrap; justify-content: stretch; align-items: start; [/class] [class name=image] height: 82vh; width: calc( var(--image-w)/var(--image-h) * 82vh); background-image: url('https://www.rpnation.com/media/123213123123-png.36557/full'); background-size: contain; background-position: center bottom; [/class] [/class]
This is what i've got regarding images and such. Is there anywhere I may need to adjust image sizes?
That fixxed it. I'm just getting a checkerboard going on now.Ahh, I think I figured it out. You had the image privacy set so that only you could see it, so it wasn't rendering when it went through the proxies. You can adjust the image sizes using --image-w and --image-h
background-size:
Thank you.what you want to change isbackground-size:
It can take percentages.
you can also useThank you.
Just testing with numbers to see what percentage won't checkerboard.
background-repeat: no-repeat
.