• 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 FULL PROFILE CODE + PROFILE HELP THREAD [updated 7/16]

    FULL PROFILE CODE + PROFILE HELP THREAD [updated 7/16]
    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
    #1
    07-16-2018, 07:05 PM
    This is for the base profile only. Each /*TEXT HERE*/ should explain what goes inside each CSS code that's provided. I highly suggest choosing your palette out first.
    Code:
    <style>
    /*BACKGROUND COLOR, USE BACKGROUND:URL(URLHERE); FOR AN IMAGE*/
        body {
        background: #COLOR;
    }

    /*CUSTOM IMAGE + LINE UNDER HEADER*/
    header {
        background: url(https://i.imgur.com/oNvaL1r.png?1) no-repeat scroll 0 0 transparent;
        background-position: 35%;
        box-shadow: 0 -3px #COLOR inset;
        height: #PX;
    }

    /*REMOVES HEADER IMAGE*/
    a img {
        max-width: 0%;
        height: auto;
    }

    /*UNDER HEADER*/
    .navigate_section {
         background: #COLOR;
    }

    .breadcrumb {
        background: #COLOR;
    }

    .breadcrumb li a {
        color: #COLOR;
    }

    /*SUBACCOUNT (optional for main accounts)*/
    .breadcrumb .active {
        color: #COLOR;
    }

    /*CATEGORY BARS*/
    h3.catbg, h4.catbg, div.cat_bar {
        background: #COLOR;
        text-align: center;
        color: #COLOR;
    }

    /*SUMMARY TEXT COLORS*/
    td {
        color: #COLOR;
    }

    /*INFORMATION UNDER CATEGORY BOXES*/
    .windowbg {
        background: #COLOR;
        color: #COLOR;
    }

    .windowbg span.topslice span {
        background: #COLOR; 
    }

    .windowbg span.topslice {
        background: #COLOR; 
    }

    .windowbg span.botslice span {
        background: #COLOR;
    }

    .windowbg span.botslice {
        background: #COLOR;
    }

    /*COMMENTS*/
    .poster h4 {
         background: #COLOR;
    }

    .poster h4, .poster h4 a {
        color: #COLOR;
    }

    .poster ul li  {
         Background: #COLOR; }

    form {
         background: #COLOR;
    }

    .content {
         background: #COLOR;
    }

    .windowbg2 span.botslice span {
         background: #COLOR;
    }

    .windowbg2 span.botslice {
         background: #COLOR;
    }

    .windowbg2 span.topslice span {
        background: #COLOR;
    }

    .windowbg2 span.topslice {
        background: #COLOR;
    }

    .windowbg, #preview_body, .windowbg2, .windowbg3 {
        color: #COLOR;
        background-color:  #COLOR;
    }

    a:visited {
         color: #COLOR;
    }

    /*DROP MENU / PROFILE INFO / MODIFY PROFILE / ACTIONS*/
    .dropmenu li li
    {
        background: #COLOR;
    }

    .dropmenu li li a
    {
        color: #COLOR;
    }

    .dropmenu li a.active
    {
        color: #COLOR;
        background: #COLOR;
    }

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

    .dropmenu li a.firstlevel:hover, .dropmenu li:hover a.firstlevel
    {
        color: #COLOR;
    }

    .dropmenu li li a:hover, .dropmenu li li:hover a
    {
        background: #COLOR;
    }

    .dropmenu li a.firstlevel span.firstlevel {
        background: #COLOR;
    }

    /*HEADER*/
    header ul.reset li, header ul.reset li a
    {
        color: #COLOR;
        font-family: "Segoe UI";
        font-size: 11px;
    }

    header ul.reset li a:hover
    {
        color: #COLOR;
        text-decoration: none;
    }

    /*FOOTER*/
    footer
    {
        background: #COLOR;
        box-shadow: 0 -7px #COLOR;
    }

    footer, footer a
    {
         color: #664C90;
    }

    span.smalltext {
         color: #COLOR;
    }

    a:link {
        color: #COLOR;
        text-decoration: none;
    }

    a:link, a:visited {
        color: #COLOR;
        text-decoration: none;
    }

    a:visited {
        color: #COLOR;
    }

    a.new_win {
        color: #COLOR;
    }

    a.new_win:link, a.new_win:visited {
        color: #COLOR;
    }

    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: #COLOR;
    }

    /*NAVIGATION BAR AT THE TOP*/

    .navbar-default .navbar-nav .active a {
        background: #COLOR;
        color: #COLOR;
        text-shadow: 0 2px #COLOR;
        box-shadow: 0 -3px #COLOR inset; }

    .navbar-default {
        background: #COLOR;
        color: #COLOR;
        box-shadow: 0 -3px #COLOR inset;
    }

    .navbar-default .navbar-nav li a {
        color: #COLOR;
        text-shadow: 0 2px #COLOR;
    }

    .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: #COLOR;
        color: #COLOR;
        box-shadow: 0 -3px #COLOR inset;
    }

    .dropdown-menu {
         background: #COLOR;
    }

    input, button, select, textarea {
        color: #COLOR;
        background: #COLOR;
    }

    /*AVATAR BY UPDATED TOPICS*/
    .img-thumbnail {
        background-color: #COLOR;
        border: 1px solid #COLOR;
    }

    /*SIGNATURE TEXT COLOR*/
    h1, h2, h3, h4, h5, h6 {
        color: #COLOR;
    }

    /*LINE ABOVE SIGNATURE*/
    .signature, .custom_fields_above_signature {
        border-top: 1px #COLOR solid;
    }

    /*HORIZONTAL RULE/HR SIZE AND COLOR*/
    hr, .hrcolor {
        height: 1px;
        background-color: #COLOR;
    }

    /*LINE UNDER DATE OF PROFILE REPLIES*/
    .inner {
        border-top: 1px solid #COLOR;
    }

    /*PAGE LINKS*/
    .pagelinks {
        color: #COLOR;
    }

    /*FOOTER LINKS*/
    footer a:link, a:visited {
        color: #COLOR;
        text-decoration: underline;
    }
    footer a.new_win:link, a.new_win:visited {
        color: #COLOR;
        text-decoration: underline;
    }

    /*SPOILER CODE*/
    .YASM_wellwisher {
        background-color: #COLOR;
        border-radius: 4px;
        border: 0px solid #COLOR;
    }

    .YASM_wellwisher .YASM_border {
        border-bottom: 1px solid #COLOR;
    }

    </style>

    Need any further coding help? Comment below and I'll be sure to help out + provide some tips.
    "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:



    Messages In This Thread
    FULL PROFILE CODE + PROFILE HELP THREAD [updated 7/16] - by Orion - 07-16-2018, 07:05 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