• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
    Lost Password?
     
  • Home
  • Guidebook
    • Getting Started
    • Rules
    • Lore & History
    • Groups
    • Character Creation
    • Posting
    • Gems
    • Awards
  • Members
  • Characters
  • Search
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:
    Lost Password?
     

    Quick Links Home Search
    Guidebook Getting Started Rules Lore & History Groups Character Creation Posting Gems Awards



    Beasts of Beyond OOC Resources Artist Loft Coding Corner GREGS “CODE” STORAGE

    GREGS “CODE” STORAGE
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #1
    09-07-2019, 08:46 PM
    [member=6838]stilly.[/member] thought you might wanna be tagged cx

    some of these are not made by me. you can just message me to find out!

    unless stated otherwas, most, if not all, you can use, free of charge ;^) just tell me first, whether it’s in here or through on! cx

    for convenience
    (03-10-2018, 10:16 PM)carkus link Wrote:
    Beasts Of Beyond uses a type of coding called "Div Style". Div Style is what I'm using now - it essentially edits how your posts look for aesthetic purposes. Where posts usually go from left to right, I was able to control it going straight in the middle, with the width restricting how long my words can go before I skip to the next line.

    In order to effectively use Div Style, you'll need to implement a code in the beginning and at the end of your post.

    [code=beginning][div style="codeshere;"][/code]

    [code=ending]
    [/code]

    [align=center]CODES

    Before the codes are posted, all credit goes to Felix, an admin from the site BearBones! They had an extensive guide on the coding that I used for reference, and all of this couldn't have been done w/o it :^)

    ✧ width
    Code:
    width: #%;
    Code:
    max-width: #px;
    Code:
    min-width: #px;

    ✧ height
    Code:
    height: #%;

    ✧ minimum height
    More words in your temp = longer it gets. Only use this code if your overflow is set to stretch!
    Code:
    min-height: ##px;

    ✧ overflow
    Auto: will add a scrollbar when the Div reaches maximum height / Stretch: template height will adjust depending on the text / Hidden: text will cut off after it goes past the height limit / None: text will just continue outside of the template.
    Code:
    overflow: auto/stretch/none/hidden;

    ✧ border
    TYPES OF BORDERS: solid, double, dashed, dotted, inset, outset, ridge, groove
    There are two variations of this code!
    1. Goes width -> color -> type, in that order.
    Code:
    border: ##px color type;
    2. Same idea as the first, but has separate codes for width/color/type instead.
    Code:
    border-width: ##px; border-type: bordertypehere; border-color: #hexcodehere;
    3. For those who wish to get into specifics, this code makes it so that you can have different borders from top/bottom, left/right - whatever your heart desires. However, you need to specify which border you're using; "top" can be changed to "bottom", and it can do the same with left and right.
    Code:
    border-top: ##px color type;

    ✧ rounded corners
    The bigger it is, the more rounded the corners get. 100 means all curves, and a circle/oval depending on what dimensions you have.
    Code:
    border-radius: ##%;

    ✧ multiple rounded corners
    Different roundness for every corner. You can also make semicircle templates with this! Only numbers 0-100 or it won't work.
    Code:
    [div style=""]border-radius:0em 0em 0em 0em;[/div]



    ✧ background color
    Code:
    background-color: #hexcode;

    ✧ background image
    Code:
    background-image:url(urlhere);

    ✧ background gradient
    Code:
    background: linear-gradient(COLOR, COLOR)
    Code:
    background:linear-gradient(to right/left, color,color);
    Code:
    background: radial-gradient(COLOR, COLOR)

    ✧ background size
    Code:
    background-size: 100%/cover;

    ✧ background position
    Code:
    background-position: rightlefttopbottomcenter;

    ✧ opacity
    Code:
    opacity: 0.##;



    ✧ hover text
    Code:
    [abbr=hover text here]main text here[/abbr]

    ✧ font family
    Code:
    font-family: fontname;

    ✧ font size
    Code:
    font-size: ##pt/px;

    ✧ font color
    Code:
    color: #hexcode

    ✧ text align
    Code:
    text-align: justifyleftrightcenter;

    ✧ font style
    Code:
    text-style: italicboldunderline;

    ✧ letter spacing
    Code:
    letter-spacing: NUMBERpx;

    ✧ line spacing
    Code:
    line-height: NUMBER%;

    ✧ shadowed text
    Code:
    text-shadow: 3px 3px 3px COLOR;

    ✧ outline text
    Code:
    text-shadow: 1px 1px COLOR, 1px -1px COLOR, -1px 1px COLOR, -1px -1px COLOR;

    ✧ text transform
    Code:
    text-transform: uppercase/lowercase;

    ✧ word spacing
    Code:
    word-spacing: NUMBERpx;



    ✧ margins
    Space between the template and the rest of the post. Put a - sign before a number to push it towards the top.
    Code:
    margin-left/right/top/bottom: ##px;

    ✧ padding
    Margin within a template, meaning the text will be a certain # of pixels from the borders of the template. First is for all the same padding, and the second code is for padding on different sides.
    Code:
    padding: ##px;
    Code:
    padding-RIGHT/TOP/LEFT/BOTTOM: ##px;

    ✧ float
    Code:
    float: PLACE;



    ✧ tilting
    Code:
    transform: rotate (NUMBERdeg); -o-transform: rotate(NUMBERdeg); -webkit-transform: rotate(NUMBERdeg); -moz-transform: rotate(NUMBERdeg);

    ✧ dropshadowing
    Code:
    box-shadow: HORIZONTALpx VERTICALpx BLURpx OPACITYpx COLOR;

    ✧ insert dropshadows
    Code:
    box-shadow: HORIZONTALpx VERTICALpx BLURpx OPACITYpx COLOR inset;

    ✧ cursors
    Code:
    cursor: url("LINK HERE"), auto;
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #2
    09-07-2019, 08:52 PM (This post was last modified: 09-08-2019, 02:40 AM by gregory.)
    [align=center]
    [table][tr][td]
    [/td][td]
    [/td][/tr][/table] Lorem ipsum dolor sit amet, cu eum veritus temporibus. Enim adhuc nostrum ea qui, in eros exerci vel. An pro apeirian voluptatibus, nam in minim simul voluptatibus. Vix nisl inciderint eu.

    Te cum facete oporteat. Eruditi aliquando mea in, ea homero periculis has. Et ferri fuisset suscipit per. Ex ferri molestiae mei, mundi tritani quo no.

    Usu eu mundi cetero, malis hendrerit at eam, ne has quodsi neglegentur. Ea cum congue partem consequat, no usu impetus nominavi. Suas commune philosophia eam in, ridens essent has ad. No tritani nusquam suavitate sed. Graecis atomorum quo ut, labitur vocibus temporibus has ut.

    Duo nullam legendos id, impedit propriae eu mei. At commodo definitionem mei, ius et postea ponderum posidonium. Has et altera senserit, no veniam copiosae definitiones vel, pri utinam viderer ad. Equidem percipit at mea. Te aperiri legimus nusquam sit, in pri detracto perpetua, ut sit vide vulputate. Duo disputando reprehendunt id.

    Ei quaestio consulatu accommodare ius, duo et brute noluisse, labitur vocibus definiebas per at. Mutat tempor sea eu, mel novum everti pericula ad. An quas lucilius mei, nam electram accusamus ad. Ne mea admodum democritum. ”Legimus comprehensam pro ei, in brute cetero nec.”
    ☆
    Code:
    [align=center][div style="width: 340px; font-family: times new roman; text-align: justify; padding: 5px;"][table][tr][td][div style="width: 50px; height: 50px; float: top; background-image: url(https://via.placeholder.com/50); background-size: cover;"][/div][/td][td][div style="width: 280px; height: 50px; background-color: #4a3c3c;"][/div][/td][/tr][/table] Lorem ipsum dolor sit amet, cu eum veritus temporibus. Enim adhuc nostrum ea qui, in eros exerci vel. An pro apeirian voluptatibus, nam in minim simul voluptatibus. Vix nisl inciderint eu.

    Te cum facete oporteat. Eruditi aliquando mea in, ea homero periculis has. Et ferri fuisset suscipit per. Ex ferri molestiae mei, mundi tritani quo no.

    Usu eu mundi cetero, malis hendrerit at eam, ne has quodsi neglegentur. Ea cum congue partem consequat, no usu impetus nominavi. Suas commune philosophia eam in, ridens essent has ad. No tritani nusquam suavitate sed. Graecis atomorum quo ut, labitur vocibus temporibus has ut.

    Duo nullam legendos id, impedit propriae eu mei. At commodo definitionem mei, ius et postea ponderum posidonium. Has et altera senserit, no veniam copiosae definitiones vel, pri utinam viderer ad. Equidem percipit at mea. Te aperiri legimus nusquam sit, in pri detracto perpetua, ut sit vide vulputate. Duo disputando reprehendunt id.

    Ei quaestio consulatu accommodare ius, duo et brute noluisse, labitur vocibus definiebas per at. Mutat tempor sea eu, mel novum everti pericula ad. An quas lucilius mei, nam electram accusamus ad. Ne mea admodum democritum. ”[b][color=#4a3c3c]Legimus comprehensam pro ei, in brute cetero nec.[/color][/b]”
    [/div][url=https://beastsofbeyond.com/index.php?action=profile;u=6853]☆[/url]
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #3
    09-07-2019, 09:12 PM (This post was last modified: 09-08-2019, 02:41 AM by gregory.)
    [align=center]
    [table][tr][td]
    SUMMERS AND WINTERS, THROUGH SNOWY DECEMBERS, SAT BY THE WATERS CLOSE TO THE EMBERS. MISSING OUT THE LIFE THAT THEY ONCE HAD BEFORE. I WOULDNT LEAVE YOU, I WOULD HOLD YOU, WHEN THE LAST DAY COMES ——————
    [/td][td]
    [/td][/tr][/table]
    thomas barrow ☆ typhoon ☆ 28 months ☆ male ☆ WHAT IF YOU NEED ME?
    Code:
    [align=center][div style="background-color: #4a3c3c; width: 390px; height: 104px;"][table][tr][td][div style="background-color: #4a3c3c;width: 285px; height: 100px; margin-top: 2px; padding: 5px; color:#e0c56e; font-family: times new roman; text-align: justify; letter-spacing: -1pt; font-size: 10pt; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]SUMMERS AND WINTERS, THROUGH SNOWY DECEMBERS, SAT BY THE WATERS CLOSE TO THE EMBERS. MISSING OUT THE LIFE THAT THEY ONCE HAD BEFORE. I WOULDNT LEAVE YOU, I WOULD HOLD YOU, WHEN THE LAST DAY COMES [color=transparent]——————[/color][/div][/td][td][div style="width: 100px; height: 100px; margin-top: 2px; background-image:url(https://i.imgur.com/ifPynZL.jpg); background-size: cover; margin-left: 2px;"][/div][/td][/tr][/table][/div][div style="background-color: #4a3c3c; width: 390px; height: 25px; margin-top: -2px; color:#e0c56e; font-family: times new roman; text-align: justify; letter-spacing: -1pt; font-size: 9pt;"][div style="background-color: #4a3c3c; width: 386px; height: 22px; margin-top: 2px; color:#e0c56e; font-family: times new roman; text-align: center; letter-spacing: -1pt; font-size: 10.5pt;text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]thomas barrow ☆ typhoon ☆ 28 months ☆ male [url=https://beastsofbeyond.com/index.php?action=profile;u=6853]☆[/url] WHAT IF YOU NEED ME?[/div][/div]
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #4
    09-07-2019, 11:08 PM (This post was last modified: 09-08-2019, 02:41 AM by gregory.)
    [align=center]
    [table][tr][td]
    [/td][td]
    -----------------------------------------------------------------------------------
    [s]-----------------------------------------------------------------------------------
    [s]-----------------------------------------------------------------------------------
    [s]-----------------------------------------------------------------------------------
    [s]-----------------------------------------------------------------------------------
    [/td][/tr][/table]
    [table][tr][td]
    name: answer here
    gender : answer
    pronouns : answer
    clan : answer
    rank : answer
    [/td][td]
    GENERAL.
    ✧ name | nicknames
    ✧ physically age, mentally age | birthdate | zodiac
    ✧ gender identity | pronouns
    ✧ clan/group | rank | titles (optional)

    APPEARANCE.
    ✧ siberian tiger () | health: __% | birth/current body?
    — physical description
    — blood/tears/sweat color (optional)
    — accesories
    — current injuries

    PERSONALITY.
    ✧ (positives)
    ✧ (neutral)
    ✧ (negatives)
    — full personality here


    RELATIONSHIPS.
    ✧ parents | any extra info
    — adopted by
    ✧ family name
    ✧ romantic orientation sexual orientation | single/taken/complicated/not looking | shipname
    ✧ friends | best friends | extra info

    INTERACTIONS.
    ✧ physically ___ | mentally ___ | powers | weapons
    ✧ will start/end fights, easy/hard provoke | will/not kill
    ✧ mentor | apprentice | how skilled are they in fighting?
    ✧ not/allowed to powerplay peaceful actions | attack in bolded #4a3c3c | mention @/gregory when attacking or when needed

    MISC.
    ✧ extra info here, such as face claims, voice claims, bits of their history, links, etc.
    ✧ credit [url=https://beastsofbeyond.com/index.php?action=profile;u=6853]☆

    [/td][/tr][/table]

    a bio template uwu
    Code:
    [align=center][div style="background-color: #9EA4AD; overflow: hidden; width: 550px; height: 400px; text-align:justify; border-radius: 1em 1em 0em 0em;"][table][tr][td][div style="background-image: url(https://i.imgur.com/0QZOicX.jpg); background-size: cover; width: 90px; height: 90px; margin-left: 5px; margin-top: 5px; border: 1px #4a3c3c solid; border-radius:1em 0em 0em 0em;"][/div][/td][td][div style="background-color: #4a3c3c; width: 450px; height: 90px; border: 1px #4a3c3c solid; margin-top: 5px; margin-left:-2px; border-radius:0em 1em 0em 0em; text-align: center; font-family: times new roman; color:#e0c56e; padding-right: 5px; padding-top: 5px; line-height: 15px;"]
    [s][color=transparent]-----------------------------------------------------------------------------------[/color]
    [s][color=transparent]-----------------------------------------------------------------------------------[/color]
    [s][color=transparent]-----------------------------------------------------------------------------------[/color]
    [s][color=transparent]-----------------------------------------------------------------------------------[/color]
    [s][color=transparent]-----------------------------------------------------------------------------------[/color][/s][/div][/td][/tr][/table]
    [table][tr][td][div style="background-color: #4a3c3c; width: 200px; height: 30px; margin-top: 5px; margin-left: 5px; color: #e0c56e; text-align: center; font-family: times new roman; font-size: 15pt; padding: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]name: answer here[/div][div style="background-color: #4a3c3c; width: 200px; height: 30px; margin-top: 5px; margin-left: 5px; color: #e0c56e; text-align: center; font-family: times new roman; font-size: 15pt; padding: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]gender : answer[/div][div style="background-color: #4a3c3c; width: 200px; height: 30px; margin-top: 5px; margin-left: 5px; color: #e0c56e; text-align: center; font-family: times new roman; font-size: 15pt; padding: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]pronouns : answer[/div][div style="background-color: #4a3c3c; width: 200px; height: 30px; margin-top: 5px; margin-left: 5px; color: #e0c56e; text-align: center; font-family: times new roman; font-size: 15pt; padding: 5px;text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]clan : answer[/div][div style="background-color: #4a3c3c; width: 200px; height: 30px; margin-top: 5px; margin-left: 5px; color: #e0c56e; text-align: center; font-family: times new roman; font-size: 15pt; padding: 5px;text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]rank : answer[/div][div style="background-image: url(https://i.imgur.com/kWtDhDo.gif); background-size: cover; width: 200px; height: 120px; margin-left: 5px; margin-top: 5px;"][/div][/td][td][div style="overflow: auto; width: 355px; height: 295px; margin-left: 4px; color: black; padding-left: 5px; text-align: justify; padding-top: 5px;"][color=#4a3c3c][b]GENERAL.[/b][/color]
    ✧ name | nicknames
    ✧ physically age, mentally age | birthdate | zodiac
    ✧ gender identity | pronouns
    ✧ clan/group | rank | titles (optional)

    [color=#4a3c3c][b]APPEARANCE.[/b][/color]
    ✧ siberian tiger ([color=#4a3c3c][url=]ref.[/url][/color]) | health: [color=#4a3c3c]__%[/color] | [i]birth/current body?[/i]
    — physical description
    [i]— blood/tears/sweat color (optional)[/i]
    [i]— accesories[/i]
    [i]— current injuries[/i]

    [color=#4a3c3c][b]PERSONALITY.[/b][/color]
    ✧ (positives)
    ✧ (neutral)
    ✧ (negatives)
    — full personality here


    [color=#4a3c3c][b]RELATIONSHIPS.[/b][/color]
    ✧ parents | any extra info
    — [i]adopted by[/i]
    ✧ family name
    ✧ romantic orientation sexual orientation | single/taken/complicated/not looking | shipname
    ✧ friends | best friends | extra info

    [color=#4a3c3c][b]INTERACTIONS.[/b][/color]
    ✧ physically ___ | mentally ___ | powers | weapons
    ✧ will start/end fights, easy/hard provoke | will/not kill
    ✧ mentor | apprentice | how skilled are they in fighting?
    ✧ not/allowed to powerplay peaceful actions | attack in [color=#4a3c3c][b]bolded #4a3c3c[/b][/color] | mention @/gregory when attacking or when needed

    [color=#4a3c3c][b]MISC.[/b][/color]
    ✧ extra info here, such as face claims, voice claims, bits of their history, links, etc.
    ✧ credit [url=https://beastsofbeyond.com/index.php?action=profile;u=6853]☆[/url]
    [/div][/td][/tr][/table][/div]
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    stilly.
    Banned
    Offline
    Pronouns:
    All Accounts Posts: 315
    Posts: 315
    #5
    09-07-2019, 11:41 PM
    hey bitch
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #6
    09-07-2019, 11:53 PM
    binch
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #7
    09-08-2019, 02:54 AM (This post was last modified: 09-08-2019, 03:49 AM by gregory.)
    [align=center]heavily based on this


    [table][tr][td]
    Lorem ipsum dolor sit amet, cu eum veritus temporibus. Enim adhuc nostrum ea qui, in eros exerci vel. An pro apeirian voluptatibus, nam in minim simul voluptatibus. Vix nisl inciderint eu.

    Te cum facete oporteat. Eruditi aliquando mea in, ea homero periculis has. Et ferri fuisset suscipit per. Ex ferri molestiae mei, mundi tritani quo no.

    Usu eu mundi cetero, malis hendrerit at eam, ne has quodsi neglegentur. Ea cum congue partem consequat, no usu impetus nominavi. Suas commune philosophia eam in, ridens essent has ad. No tritani nusquam suavitate sed. Graecis atomorum quo ut, labitur vocibus temporibus has ut.

    Duo nullam legendos id, impedit propriae eu mei. At commodo definitionem mei, ius et postea ponderum posidonium. Has et altera senserit, no veniam copiosae definitiones vel, pri utinam viderer ad. Equidem percipit at mea. Te aperiri legimus nusquam sit, in pri detracto perpetua, ut sit vide vulputate. Duo disputando reprehendunt id.

    Ei quaestio consulatu accommodare ius, duo et brute noluisse, labitur vocibus definiebas per at. Mutat tempor sea eu, mel novum everti pericula ad. An quas lucilius mei, nam electram accusamus ad. Ne mea admodum democritum.
    ☆
    [/td][td]
    Lorem ipsum dolor sit amet, cu eum veritus temporibus. Enim adhuc nostrum ea qui, in eros exerci vel. An pro apeirian voluptatibus, nam in minim simul voluptatibus. Vix nisl inciderint eu.

    Te cum facete oporteat. Eruditi aliquando mea in, ea homero periculis has. Et ferri fuisset suscipit per. Ex ferri molestiae mei, mundi tritani quo no.

    Usu eu mundi cetero, malis hendrerit at eam, ne has quodsi neglegentur. Ea cum congue partem consequat, no usu impetus nominavi. Suas commune philosophia eam in, ridens essent has ad. No tritani nusquam suavitate sed. Graecis atomorum quo ut, labitur vocibus temporibus has ut.

    Duo nullam legendos id, impedit propriae eu mei. At commodo definitionem mei, ius et postea ponderum posidonium. Has et altera senserit, no veniam copiosae definitiones vel, pri utinam viderer ad. Equidem percipit at mea. Te aperiri legimus nusquam sit, in pri detracto perpetua, ut sit vide vulputate. Duo disputando reprehendunt id.
    [/td][/tr][/table]

    Code:
    [align=center][div style="width: 650px; height: 500px; text-align: justify; background-image: url(https://i.imgur.com/wk3qer2.jpg); background-size: cover;"][table][tr][td][div style="background-image: url(https://i.imgur.com/4KyileR.png); width: 249px; height: 500px;"][/div][div style="border: 1px grey solid; background-color: white; overflow: auto; width: 200px; height: 300px; margin-top: -420px; margin-left: 23px; text-align: justify; padding: 3px;"]Lorem ipsum dolor sit amet, cu eum veritus temporibus. Enim adhuc nostrum ea qui, in eros exerci vel. An pro apeirian voluptatibus, nam in minim simul voluptatibus. Vix nisl inciderint eu.

    Te cum facete oporteat. Eruditi aliquando mea in, ea homero periculis has. Et ferri fuisset suscipit per. Ex ferri molestiae mei, mundi tritani quo no.

    Usu eu mundi cetero, malis hendrerit at eam, ne has quodsi neglegentur. Ea cum congue partem consequat, no usu impetus nominavi. Suas commune philosophia eam in, ridens essent has ad. No tritani nusquam suavitate sed. Graecis atomorum quo ut, labitur vocibus temporibus has ut.

    Duo nullam legendos id, impedit propriae eu mei. At commodo definitionem mei, ius et postea ponderum posidonium. Has et altera senserit, no veniam copiosae definitiones vel, pri utinam viderer ad. Equidem percipit at mea. Te aperiri legimus nusquam sit, in pri detracto perpetua, ut sit vide vulputate. Duo disputando reprehendunt id.

    Ei quaestio consulatu accommodare ius, duo et brute noluisse, labitur vocibus definiebas per at. Mutat tempor sea eu, mel novum everti pericula ad. An quas lucilius mei, nam electram accusamus ad. Ne mea admodum democritum.
    [/div][div style="background-color: grey; width: 200px; height: 20px; margin-left: 23px; text-align: center; padding: 1px;"][url=https://beastsofbeyond.com/index.php?action=profile;u=6853][color=black]☆[/color][/url][/div][/td][td][div style="background-color: white; overflow: auto; width: 370px; height: 400px; margin-left: 15px; margin-top: 40px; border: 3px grey solid"][div style="background-image: url(http://via.placeholder.com/364x150); width: 364px; height: 150px;"][/div][div style="background-color: white; overflow: auto; width: 330px; height: 200px; margin-left: 23px; margin-top: 30px; border-left: 3px black solid;"]Lorem ipsum dolor sit amet, cu eum veritus temporibus. Enim adhuc nostrum ea qui, in eros exerci vel. An pro apeirian voluptatibus, nam in minim simul voluptatibus. Vix nisl inciderint eu.

    Te cum facete oporteat. Eruditi aliquando mea in, ea homero periculis has. Et ferri fuisset suscipit per. Ex ferri molestiae mei, mundi tritani quo no.

    Usu eu mundi cetero, malis hendrerit at eam, ne has quodsi neglegentur. Ea cum congue partem consequat, no usu impetus nominavi. Suas commune philosophia eam in, ridens essent has ad. No tritani nusquam suavitate sed. Graecis atomorum quo ut, labitur vocibus temporibus has ut.

    Duo nullam legendos id, impedit propriae eu mei. At commodo definitionem mei, ius et postea ponderum posidonium. Has et altera senserit, no veniam copiosae definitiones vel, pri utinam viderer ad. Equidem percipit at mea. Te aperiri legimus nusquam sit, in pri detracto perpetua, ut sit vide vulputate. Duo disputando reprehendunt id.[/div][/div][/td][/tr][/table][/div]
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #8
    09-08-2019, 04:44 AM (This post was last modified: 09-08-2019, 04:49 AM by gregory.)
    [align=center]
    THREAD TRACKER
    thread type[/color]
    thread type[/color]
    thread type[/color]
    thread type[/color]
    thread type[/color]
    ☆

    Code:
    [align=center][div style="background-color: white; width: 350px; min-height:60px; text-align: justify; padding: 10px;"][div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 25pt; font-family: times new roman; text-align: center; padding: 15px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"]THREAD TRACKER[/div]
    [div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 20pt; font-family: times new roman; text-align: center; padding: 10px; margin-top: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"][url=http://][color=#e0c56e]thread type[/color][/url][/div]
    [div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 20pt; font-family: times new roman; text-align: center; padding: 10px; margin-top: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"][url=http://][color=#e0c56e]thread type[/color][/url][/div]
    [div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 20pt; font-family: times new roman; text-align: center; padding: 10px; margin-top: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"][url=http://][color=#e0c56e]thread type[/color][/url][/div]
    [div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 20pt; font-family: times new roman; text-align: center; padding: 10px; margin-top: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"][url=http://][color=#e0c56e]thread type[/color][/url][/div]
    [div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 20pt; font-family: times new roman; text-align: center; padding: 10px; margin-top: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"][url=http://][color=#e0c56e]thread type[/color][/url][/div]
    [/div][url=https://beastsofbeyond.com/index.php?action=profile;u=6853]☆[/url]
    to add a new section:
    Code:
    [div style="background-color: #4a3c3c; width: 330px; height: 50px; color: #e0c56e; font-size: 20pt; font-family: times new roman; text-align: center; padding: 10px; margin-top: 5px; text-shadow: 1px 1px black, 1px -1px black, -1px 1px black, -1px -1px black;"][url=http://][color=#e0c56e]thread type[/color][/url][/div]
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #9
    09-08-2019, 08:28 PM (This post was last modified: 09-08-2019, 09:15 PM by gregory.)
    [align=center]slightly based on this

    [table][tr][td]
    BOOKER
    [/td][td]
    ELIZABETH
    [/td][td]
    BIG SIS
    [/td]
    [/tr]
    [/table]


    character template
    Code:
    [align=center][div style="width: 600px; height: 500px; border: 1px black solid; background-image: url(https://i.imgur.com/iTOCu75.jpg);"][div style="width: 530px; height: 330px; background-color: #AB8240; background-size: cover; margin-top: 140px; opacity: 0.80;"][table][tr][td][div style="width: 170px; height: 310px; background-color: #FDD496; margin-top: 10px; text-align: center; padding-top: 10px;color: black; font-family: times new roman; font-size: 20pt;opacity:0.70;"][URL=biolink][color=black]BOOKER[/color][/url][/div][/td][td][div style="width: 170px; height: 310px; background-color: #FDD496; margin-top: 10px; margin-left: 5px;text-align: center;padding-top: 10px;color: black;font-family: times new roman; font-size: 20pt;opacity:0.70"][URL=biolink][color=black]ELIZABETH[/color][/url][/div][/td][td][div style="width: 170px; height: 310px; background-color: #FDD496; margin-top: 10px; margin-left: 5px;text-align: center;padding-top: 10px;color: black;font-family: times new roman; font-size: 20pt;opacity:0.70"][URL=biolink][color=black]BIG SIS[/color][/url][/div][/td]
    [/tr]
    [/table]

    [/div][div style="width: 160px; height: 250px; background-image: url(https://i.imgur.com/KPXXefT.jpg); background-size: cover; margin-top: -280px; margin-left: -350px; opacity:0.99;"][/div][div style="width: 160px; height: 250px; background-image: url(https://i.imgur.com/OJm4Ela.jpg); background-size: cover; margin-top: -250px;opacity:0.99;"][/div][div style="width: 160px; height: 250px; background-image: url(https://i.imgur.com/xIvLLCD.jpg); background-size: cover; margin-top: -250px; margin-left: 350px;opacity:0.99;"][/div][/div]
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    gregory
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 508
    Posts: 304
    3 Attached Accounts
    • Avatar
      MELANCHOLYHILL
    • Avatar
      MERGED
    • Avatar
      trevor
    #10
    09-09-2019, 02:44 AM
    for convenience
    (03-10-2018, 10:16 PM)carkus link Wrote:
    Beasts Of Beyond uses a type of coding called "Div Style". Div Style is what I'm using now - it essentially edits how your posts look for aesthetic purposes. Where posts usually go from left to right, I was able to control it going straight in the middle, with the width restricting how long my words can go before I skip to the next line.

    In order to effectively use Div Style, you'll need to implement a code in the beginning and at the end of your post.

    [code=beginning][div style="codeshere;"][/code]

    [code=ending]
    [/code]

    [align=center]CODES

    Before the codes are posted, all credit goes to Felix, an admin from the site BearBones! They had an extensive guide on the coding that I used for reference, and all of this couldn't have been done w/o it :^)

    ✧ width
    Code:
    width: #%;
    Code:
    max-width: #px;
    Code:
    min-width: #px;

    ✧ height
    Code:
    height: #%;

    ✧ minimum height
    More words in your temp = longer it gets. Only use this code if your overflow is set to stretch!
    Code:
    min-height: ##px;

    ✧ overflow
    Auto: will add a scrollbar when the Div reaches maximum height / Stretch: template height will adjust depending on the text / Hidden: text will cut off after it goes past the height limit / None: text will just continue outside of the template.
    Code:
    overflow: auto/stretch/none/hidden;

    ✧ border
    TYPES OF BORDERS: solid, double, dashed, dotted, inset, outset, ridge, groove
    There are two variations of this code!
    1. Goes width -> color -> type, in that order.
    Code:
    border: ##px color type;
    2. Same idea as the first, but has separate codes for width/color/type instead.
    Code:
    border-width: ##px; border-type: bordertypehere; border-color: #hexcodehere;
    3. For those who wish to get into specifics, this code makes it so that you can have different borders from top/bottom, left/right - whatever your heart desires. However, you need to specify which border you're using; "top" can be changed to "bottom", and it can do the same with left and right.
    Code:
    border-top: ##px color type;

    ✧ rounded corners
    The bigger it is, the more rounded the corners get. 100 means all curves, and a circle/oval depending on what dimensions you have.
    Code:
    border-radius: ##%;

    ✧ multiple rounded corners
    Different roundness for every corner. You can also make semicircle templates with this! Only numbers 0-100 or it won't work.
    Code:
    [div style=""]border-radius:0em 0em 0em 0em;[/div]



    ✧ background color
    Code:
    background-color: #hexcode;

    ✧ background image
    Code:
    background-image:url(urlhere);

    ✧ background gradient
    Code:
    background: linear-gradient(COLOR, COLOR)
    Code:
    background:linear-gradient(to right/left, color,color);
    Code:
    background: radial-gradient(COLOR, COLOR)

    ✧ background size
    Code:
    background-size: 100%/cover;

    ✧ background position
    Code:
    background-position: rightlefttopbottomcenter;

    ✧ opacity
    Code:
    opacity: 0.##;



    ✧ hover text
    Code:
    [abbr=hover text here]main text here[/abbr]

    ✧ font family
    Code:
    font-family: fontname;

    ✧ font size
    Code:
    font-size: ##pt/px;

    ✧ font color
    Code:
    color: #hexcode

    ✧ text align
    Code:
    text-align: justifyleftrightcenter;

    ✧ font style
    Code:
    text-style: italicboldunderline;

    ✧ letter spacing
    Code:
    letter-spacing: NUMBERpx;

    ✧ line spacing
    Code:
    line-height: NUMBER%;

    ✧ shadowed text
    Code:
    text-shadow: 3px 3px 3px COLOR;

    ✧ outline text
    Code:
    text-shadow: 1px 1px COLOR, 1px -1px COLOR, -1px 1px COLOR, -1px -1px COLOR;

    ✧ text transform
    Code:
    text-transform: uppercase/lowercase;

    ✧ word spacing
    Code:
    word-spacing: NUMBERpx;



    ✧ margins
    Space between the template and the rest of the post. Put a - sign before a number to push it towards the top.
    Code:
    margin-left/right/top/bottom: ##px;

    ✧ padding
    Margin within a template, meaning the text will be a certain # of pixels from the borders of the template. First is for all the same padding, and the second code is for padding on different sides.
    Code:
    padding: ##px;
    Code:
    padding-RIGHT/TOP/LEFT/BOTTOM: ##px;

    ✧ float
    Code:
    float: PLACE;



    ✧ tilting
    Code:
    transform: rotate (NUMBERdeg); -o-transform: rotate(NUMBERdeg); -webkit-transform: rotate(NUMBERdeg); -moz-transform: rotate(NUMBERdeg);

    ✧ dropshadowing
    Code:
    box-shadow: HORIZONTALpx VERTICALpx BLURpx OPACITYpx COLOR;

    ✧ insert dropshadows
    Code:
    box-shadow: HORIZONTALpx VERTICALpx BLURpx OPACITYpx COLOR inset;

    ✧ cursors
    Code:
    cursor: url("LINK HERE"), auto;
    THERE WILL COME A SOLDIER, WHO CARRIES A MIGHTY SWORD
    ( kenny — 18 years — male — married — kenneth#2882 )
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)

    Pages (3): 1 2 3 Next »



    • View a Printable Version
    Forum Jump:

    Beasts of Beyond

    Home · Guidebook · Members

    © Designed by D&D, Edited by Orion - Powered by MyBB

    Join our Discord!
    RPG Initiative RPGfix 'SOULS-- post-apocalyptic werewolf rpg 'BEASTS OF BEYOND + an ability-based animal roleplay

    About Beasts of Beyond Beasts of Beyond (BoB) is a fantasy-based animal roleplay where characters join official groups, finding solace in their company or rallying forces to start trouble. Needless to say, there's always something to do. If we don't have a group that fits your needs, you can always make your own group within our Uncharted Territories board too! Plus, with consistent plots, it is easy to find your original characters lost in BoB's world. Join now!

    Linear Mode
    Threaded Mode