• 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 do u kno da wae *:・゚✧ a guide to template coding

    do u kno da wae *:・゚✧ a guide to template coding
    nefarius
    Member
    Offline
    Pronouns:
    All Accounts Posts: 358
    Posts: 201
    3 Attached Accounts
    • Avatar
      angelcakes
    • Avatar
      GRIMNYTE
    • Avatar
      kilgore
    #1
    03-10-2018, 10:16 PM
    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;
    [sub]gone. just checkin in once and a while.[/sub]
    Kicksie
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 523
    Posts: 383
    1 Attached Account
    • Avatar
      REBECCA MACK
    #2
    03-10-2018, 10:55 PM
    ♡ — aaa this is beautiful
    thanks so much !!
    [align=center]
    「 ♡ ———— RUN AWAY WITH ME
    SAY HELLO TO NEW YORK CITY 」

    [div style="text-align: center; font-size: 11pt; min-height: 22px; width: 450px; letter-spacing: -1px; font-family: times new roman; margin-top: -15px; color:;"]⅛ of sutsquad — ex mod — bex mack — staff vandalism — storage — join elysium!
    fabrie
    Member
    Offline
    Pronouns:
    All Accounts Posts: 386
    Posts: 225
    2 Attached Accounts
    • Avatar
      calliope
    • Avatar
      mae
    #3
    03-11-2018, 02:38 AM
    tracking- this is great! thank you! <3
    Orion
    Administrator
    Online
    a little testing, don't mind me
    Pronouns:he/himbo
    Discord:LegacyOfOrion
    All Accounts Posts: 5,946
    Posts: 3,971
    26 Attached Accounts
    • Avatar
      ???
    • Avatar
      AEGON
    • Avatar
      Alastor
    • Avatar
      Alexandre
    • Avatar
      Atticus Roux
    • Avatar
      Bakari
    • Avatar
      Bowie
    • Avatar
      Brutus
    • Avatar
      Conrad Clyde
    • Avatar
      DEAD EYE
    • Avatar
      Dog
    • Avatar
      Guru
    • Avatar
      Houses of Halcyone
    • Avatar
      Jervis
    • Avatar
      KOJU
    • Avatar
      MARINA
    • Avatar
      Montgomery
    • Avatar
      Morrison
    • Avatar
      Perseus
    • Avatar
      Pyrrhus Valentine
    • Avatar
      Raymond
    • Avatar
      Romulus
    • Avatar
      Stryker
    • Avatar
      Valerius
    • Avatar
      Waylon.
    • Avatar
      Star
    #4
    03-11-2018, 08:05 PM
    this is amazing!!
    "FUNNY OLD WORLD, ISN'T IT?" - Crowley
    Hiya! I'm Orion, Beasts of Beyond's administrator and owner. I play a few characters, which you can view by clicking on 'linked accounts' underneath my avatar or going to my profile. I am always open to plotting or chit-chatting with anyone who asks, so feel free to approach me at any time. Along with that, I am open to answering any questions about BoB. You can do either by sending me a message on-site or on our Discord! I look forward to roleplaying with all of you. ;^)

    For info on BoB's revamp, click here! Check out the guidebook too.
    april .
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 770
    Posts: 536
    4 Attached Accounts
    • Avatar
      charrie graveyard
    • Avatar
      FINNEGAN F.M.R.
    • Avatar
      QUILL C.
    • Avatar
      VENUS C.
    #5
    03-12-2018, 10:15 PM
    noice!! i approve ^^
    array
    Member
    Offline
    Pronouns:
    All Accounts Posts: 296
    Posts: 187
    2 Attached Accounts
    • Avatar
      london r.
    • Avatar
      ωσи∂ℓα
    #6
    03-19-2018, 07:27 PM
    thank you so much! i love this
    ▌██████████▐
    again today my lunch is it
    ✧・゚ RAMEN ✧・゚
    Whisper
    Senior Member
    Offline
    Pronouns:
    All Accounts Posts: 1,212
    Posts: 349
    11 Attached Accounts
    • Avatar
      AMUNET
    • Avatar
      ARGUS
    • Avatar
      FOMORI .
    • Avatar
      HISOKA
    • Avatar
      j a c k .
    • Avatar
      J. ADALGAR
    • Avatar
      Lawlocked
    • Avatar
      SURNA .
    • Avatar
      TIMBRE.
    • Avatar
      VASS .
    • Avatar
      VIRGIL M.
    #7
    03-25-2018, 03:47 AM

    aaa
    This will be fun to fiddle with ^^

    I'LL BREAK THIS IF I H A V E TO —
    TELL ME THE GOOD THAT  WOULD DO
    templates - Creative storage - character storage - premades
    tikki
    Banned
    Offline
    Pronouns:
    All Accounts Posts: 1114
    Posts: 1,114
    #8
    03-26-2018, 04:20 PM
    quick track!
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)



    • 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