• 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 template storage <3

    template storage <3
    Orion
    Administrator
    Offline
    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
    #46
    05-04-2020, 04:03 PM
    [Image: Zt76ezM.png]

    Code:
    <style>
    body {
      font-family: Arial
    }

    * {
      box-sizing: border-box;
    }

    /* The browser window */
    .borderbox {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }

    /* Container for columns and the top "toolbar" */
    .rows {
      padding: 10px;
      background: #f1f1f1;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
    }

    /* Create three unequal columns that floats next to each other */
    .column {
      float: left;
    }

    .left {
      width: 50%;
    }

    .right {
      width: 50%;
    }

    /* Clear floats after the columns */
    .rows:after {
      content: "";
      display: table;
      clear: both;
    }

    /* Three dots */
    .dot {
      margin-top: 4px;
      height: 12px;
      width: 12px;
      background-color: #bbb;
      border-radius: 50%;
      display: inline-block;
    }

    /* Style the input field */
    input[type=text] {
      width: 100%;
      border-radius: 3px;
      border: none;
      background-color: white;
      margin-top: -8px;
      height: 25px;
      color: #666;
      padding: 5px;
    }

    /* Three bars (hamburger menu) */
    .bar {
      width: 17px;
      height: 3px;
      background-color: #aaa;
      margin: 3px 0;
      display: block;
    }

    /* Page content */
    .content {
      padding: 10px;
    }
    </style>



    <div class="borderbox">
      <div class="rows">
        <div class="column left">
          <span class="dot" style="background:#ED594A;"></span>
          <span class="dot" style="background:#FDD800;"></span>
          <span class="dot" style="background:#5AC05A;"></span>
        </div>

        <div class="column right">
          <div style="float:right">
            <span class="bar"></span>
            <span class="bar"></span>
            <span class="bar"></span>
          </div>
        </div>
      </div>
    </div>




    <style>
    table {
      background-color: #fff !important;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
    }

    .windowbg, #preview_body, .windowbg2, .windowbg3 {
        color: #1f1f1f;
        background: #fff;
        margin-bottom: -20px;
    }

    body {
        background: url(https://wallpaperaccess.com/full/543756.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }

    h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
        background: #535b41;
        padding-right: 9px;
        text-align: center;
    }

    #profile_left {
    display: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
    }

    #profile_right: {
    margin-left:0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    }

    #profile_left {
    display: none;
    padding-right: 0px !important;
    padding-left: 0px !important;
    }

    #profile_right: {
    margin-left:0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    }

    h4.catbg, h4.catbg2, h3.catbg, h3.catbg2, .table_list tbody.header td.catbg {
        background: #e5e5e5;
        text-align: center;
        color: #1f1f1f;
        border: 2px #cccccc solid;
    }

    .poster h4, .poster h4 a {
        background: #f1f1f1;
    }

    .poster ul li {
        background: #f1f1f1;
    }

    h3.catbg a:link, h3.catbg a:visited, h4.catbg a:link, h4.catbg a:visited, h3.catbg, .table_list tbody.header td, .table_list tbody.header td a {
        color: #1f1f1f;
        display: none;
    }

    a:link, a:visited {
        color: #1f1f1f;
        text-decoration: underline;
    }

    header {
        display: none;
    }

    footer, footer a {
        display: none;
    }

    input, button, select, textarea {
        color: #1f1f1f;
        background: #e5e5e5;
    }

    .navbar-default .navbar-nav .active a {
    background: none;
    color: #1f1f1f;
    text-shadow: none;
    box-shadow: none;
    }

    .navbar-default {
    background: #f1f1f1;
    color: none;
    box-shadow: none;
    }

    .navbar-default .navbar-nav li a {
    color: #1f1f1f;
    text-shadow: none;
    text-decoration: none;
    }

    .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav  .open  a, .navbar-default .navbar-nav  .open a:hover, .navbar-default .navbar-nav  .open a:focus, .navbar-default .navbar-nav  li  a:hover, .navbar-default .navbar-nav  li  a:focus {
    Background: none;
    Color: #1f1f1f;
    box-shadow: none;
    }

    .navigate_section, .breadcrumb {
        background: none;
        color: none;
        display: none;
    }

    .dropdown-menu {
        background: #f1f1f1;
        border: 2px solid #cccccc;
    }


    .dropmenu li li
    {
        width: 19em;
        padding: 3px;
        margin: 0;
        background: #f1f1f1;
    }

    .dropmenu li li a
    {
        color: #1f1f1f;
        padding: 4px 2px;
    }

    .dropmenu li a.active
    {
        color: #1f1f1f;
        background: none;

    }

    .dropmenu li a.firstlevel {
        margin-right: 0px;
    }

    .dropmenu li a.active:hover, .dropmenu li:hover a.active
    {
         color: #1f1f1f !important;
    }

    /* the hover effects */
    .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel
    {
        color: #1f1f1f;
        cursor: pointer;
        text-decoration: none;
    }

    /* the hover effects on level2 and 3 */
    .dropmenu li li a:hover, .dropmenu li li:hover a
    {
        background: #f1f1f1;
        text-decoration: none;
            opacity: .87;
    }

    .dropmenu li a.firstlevel span.firstlevel {
        background: #f1f1f1;
        border: 0px #e5e5e5 solid;
        padding-right: 4px;
        padding-left: 4px;
        padding-top: 1px;
        color: #1f1f1f;
        margin-top: 8px;
        font-weight: bold;
    }

    .breadcrumb li a {
        display: none;
    }

    header ul.reset li, header ul.reset li a {
        display: none;
    }

    .img-thumbnail {
        background-color: #e5e5e5;
        border: 2px solid #cccccc;
        display: none;
    }

    a img {
        width: 0%;
    }

    img.avatar {
    border-radius: 100px;
    }

    h3.catbg {
    margin-bottom: 0px;
    min-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 {
        color: #535b41;
        font-size: 1em;
        margin: 0;
        padding: 0;
        text-align: right;
    }

    .inner {
        padding: 1em 0;
        margin: 0;
        border-top: 1px solid #535b41;
        text-align: center;
    }

    hr, .hrcolor {
        height: 1px;
        border: 0;
        color: #1f1f1f;
        background-color: #f1f1f1;
    }

    .pagesection {
        display: none;
    }

    div.windowbg2 {
        display: none;
    }

    .signature, .custom_fields_above_signature {
        display: none;
    }

    #up_other_info {
    display: none;
    }

    #admin_menu {
    display: none;
    }

    .windowbg span.topslice span, .windowbg span.botslice span, .windowbg span.topslice,.windowbg span.botslice, .windowbg2 span.botslice span, .windowbg2 span.botslice, .windowbg2 span.topslice, .windowbg2 span.topslice span {
        display: none;
    }

    #admin_content {
    margin-top: 20px;
    margin-bottom: 20px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {
        color: #1f1f1f;
        text-shadow: none;
    }
    </style>
    "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.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)



    Messages In This Thread
    template storage <3 - by Orion - 07-14-2018, 04:54 PM
    Re: template storage <3 - by Orion - 07-14-2018, 04:56 PM
    Re: template storage <3 - by Orion - 07-14-2018, 05:02 PM
    Re: template storage <3 - by Orion - 07-14-2018, 05:04 PM
    Re: template storage <3 - by Orion - 07-14-2018, 05:19 PM
    Re: template storage <3 - by Orion - 07-19-2018, 07:55 PM
    Re: template storage <3 - by Orion - 07-30-2018, 03:57 PM
    Re: template storage <3 - by Orion - 07-30-2018, 07:58 PM
    Re: template storage <3 - by Orion - 07-30-2018, 10:09 PM
    Re: template storage <3 - by Orion - 07-30-2018, 10:11 PM
    Re: template storage <3 - by Orion - 07-30-2018, 10:19 PM
    Re: template storage <3 - by Orion - 08-03-2018, 07:47 PM
    Re: template storage <3 - by Orion - 08-04-2018, 02:50 PM
    Re: template storage <3 - by Orion - 09-05-2018, 06:36 PM
    Re: template storage <3 - by Orion - 10-06-2018, 12:27 AM
    Re: template storage <3 - by Orion - 09-05-2019, 05:44 PM
    Re: template storage <3 - by Orion - 09-05-2019, 05:45 PM
    Re: template storage <3 - by Orion - 09-05-2019, 05:46 PM
    Re: template storage <3 - by Orion - 09-05-2019, 06:01 PM
    Re: template storage <3 - by Orion - 09-05-2019, 07:47 PM
    Re: template storage <3 - by Orion - 12-14-2019, 09:09 PM
    Re: template storage <3 - by Orion - 12-14-2019, 09:10 PM
    Re: template storage <3 - by Orion - 12-14-2019, 09:13 PM
    Re: template storage <3 - by Orion - 12-14-2019, 09:15 PM
    Re: template storage <3 - by Orion - 03-16-2020, 06:22 PM
    Re: template storage <3 - by Orion - 04-05-2020, 07:40 PM
    Re: template storage <3 - by Orion - 04-05-2020, 08:20 PM
    Re: template storage <3 - by Orion - 04-05-2020, 09:05 PM
    Re: template storage <3 - by Orion - 05-04-2020, 04:03 PM
    Re: template storage <3 - by Orion - 06-04-2020, 06:43 PM
    Re: template storage <3 - by Orion - 06-06-2020, 03:22 PM
    Re: template storage <3 - by Orion - 06-16-2020, 07:01 PM
    Re: template storage <3 - by Orion - 06-16-2020, 07:01 PM
    Re: template storage <3 - by Orion - 06-16-2020, 07:40 PM
    Re: template storage <3 - by Orion - 07-16-2020, 11:34 AM
    Re: template storage <3 - by Orion - 07-16-2020, 11:34 AM
    Re: template storage <3 - by Orion - 07-16-2020, 12:06 PM
    Re: template storage <3 - by Orion - 10-08-2020, 09:58 PM
    Re: template storage <3 - by Orion - 10-08-2020, 09:59 PM
    Re: template storage <3 - by Orion - 10-08-2020, 10:00 PM
    Re: template storage <3 - by Orion - 10-29-2020, 03:54 PM
    Re: template storage <3 - by Orion - 10-29-2020, 03:55 PM
    Re: template storage <3 - by Orion - 10-29-2020, 03:55 PM
    Re: template storage <3 - by Orion - 10-29-2020, 03:57 PM
    Re: template storage <3 - by Orion - 10-29-2020, 04:00 PM
    Re: template storage <3 - by Orion - 10-29-2020, 04:01 PM
    Re: template storage <3 - by Orion - 10-29-2020, 04:02 PM
    Re: template storage <3 - by Orion - 11-12-2020, 10:07 PM
    Re: template storage <3 - by Orion - 02-11-2021, 09:48 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:05 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:06 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:08 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:09 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:10 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:12 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:14 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:16 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:17 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:19 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:20 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:22 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:23 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:25 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:26 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:27 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:28 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:29 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:33 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:33 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:38 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:45 PM
    Re: template storage <3 - by Orion - 04-12-2021, 09:47 PM
    Re: template storage <3 - by Orion - 06-12-2021, 08:29 PM
    Re: template storage <3 - by Orion - 06-12-2021, 08:29 PM
    Re: template storage <3 - by Orion - 06-12-2021, 08:33 PM
    Re: template storage <3 - by Orion - 06-14-2021, 06:38 PM
    Re: template storage <3 - by Orion - 06-19-2021, 07:37 PM
    Re: template storage <3 - by Orion - 06-19-2021, 07:37 PM
    Re: template storage <3 - by Orion - 06-19-2021, 07:38 PM
    Re: template storage <3 - by Orion - 06-19-2021, 07:39 PM
    Re: template storage <3 - by Orion - 06-19-2021, 07:39 PM
    Re: template storage <3 - by Orion - 07-03-2021, 08:57 PM
    Re: template storage <3 - by Orion - 07-03-2021, 08:58 PM
    Re: template storage <3 - by Orion - 07-03-2021, 09:00 PM
    Re: template storage <3 - by Orion - 02-11-2022, 08:41 PM
    Re: template storage <3 - by Orion - 03-28-2022, 07:37 PM
    Re: template storage <3 - by Orion - 03-28-2022, 07:42 PM
    Re: template storage <3 - by Orion - 03-28-2022, 07:45 PM
    Re: template storage <3 - by Orion - 03-28-2022, 07:47 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:03 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:04 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:04 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:05 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:07 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:09 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:09 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:10 PM
    Re: template storage <3 - by Orion - 07-31-2019, 09:17 PM
    Re: template storage <3 - by Orion - 08-06-2019, 04:41 PM
    Re: template storage <3 - by Orion - 08-06-2019, 04:43 PM
    Re: template storage <3 - by Orion - 08-06-2019, 04:44 PM
    Re: template storage <3 - by Orion - 08-06-2019, 04:44 PM
    Re: template storage <3 - by Orion - 08-06-2019, 06:31 PM
    Re: template storage <3 - by Orion - 08-17-2019, 04:15 PM
    Re: template storage <3 - by Orion - 08-17-2019, 04:17 PM
    Re: template storage <3 - by Orion - 08-17-2019, 04:18 PM

    • 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