Help Request: The Breadth of Life

nico144
nico144
edited November 2013 in Campaign Portal Building
hey there! looks like the reforge has gone through. i'm looking to start afresh with CSS for the campaign.

https://tbol.obsidianportal.com/

my game is still early so there isn't too much that i need to do. i just found that all my old code didn't work.

so, first questions, if i may.

1) how do i apply the Google fonts i picked out in ways that will be universal across the campaign?

2) how do i change the background of the main boxes (ie. Front Page, Wiki, Forum, Adventure Log, etc.) from white to an image i've uploaded?

let's start with that and see how far i can get with it. :)

thanks!

Comments

  • nico144
    nico144
    Posts: 7 edited November 2013
    i got most of the background images, but not all of the forum, and none of the calendar or dashboard. for the forum i still need the forum page header and the topic list.

    also, how do i change the text color of the usernames on the forum?

    thanks!

    here's what i'm working with so far:

    /* BANNER HEIGHT */
    .campaign-public-layout #banner-container .campaign-banner-image {height: 349px;}

    /* PARCHMENT */
    .post-section, .campaign-landing-page-container, .adventure-log-post, .post-date, .post-header-container, .character-list-item, .character-quick-search, #character-details, .map-placard, .forum-page-content, .title-row
    {
    background-image:url('http://db4sgowjqfwig.cloudfront.net/assets/176831/parchment1.jpg');
    }

    /* TEXT BLACK */
    .post-body, .post-time, .campaign-forum-topic-name, .timeago-weekonly-reformat, .created-label, .topic-link, .post-count
    {
    color:black !important;
    }
    Post edited by nico144 on
  • johnnyGM
    Posts: 3
    Hey Nico - your campaign is looking great!

    If you're looking to change the text color of the usernames on the forum you can try

    /* Forum Usernames */
    .user-login a
    {
    color:#000000;
    }

    and then you can replace the 000000 with any hex code found here: http://www.colorpicker.com/

    If you have time later this week we can nail down the image stuff you're experiencing on the forum, just let me know by e-mailing me at [email protected]

    Thanks!

    -Johnny-
  • nico144
    nico144
    Posts: 7
    thanks for your compliment and offer to help! i can really use the assistance! :D

    i'll email you, thanks again!
Sign In or Register to comment.

March 2024
Wrath of the Highborn

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions