Forums

Join
bbPress Support ForumsPimp your PressKin Kakumei (Gold Kakumei)

Kin Kakumei (Gold Kakumei)

  1. http://img263.imageshack.us/img263/52/pimpedforumbbpress.jpg
    Spent quite a few days on this, sitting up from morning till late night. It's a forum for my website about the late Michael Jackson. You could call it the official fanclub for Norway. I do, since I have a kickass domain.

    Main color is golden (yellow-orange) links are darkred.
    Using CSS3 from the future, all boxes, buttons, posts, inputs have rounded corners.

    I removed all borders from the original Kakumei, since I thought that looked too messed up. I also made "Add new" button much more visible. Since this very button is the key to a growing forum. What do you all think?

  2. Comon, somebody say something!

  3. > I also made "Add new" button much more visible.
    > Since this very button is the key to a growing forum.

    I agree.
    It is the right moment to point out that I found myself not trivial to edit that "button". Where is that css hidden, please? I did not seem to find it in the standard css file.

  4. It's using class new-topic, so you'd need .newtopic {}... it can't be found because there's no actual CSS affecting it specifically. I'd recommend using Mozilla Firefox's DOM inspector or looking at the HTML source to find class/ID tags for things.

    Oh, and it's affected by (in Kakumei at least):
    #latest th a, #forumlist th a, #favorites th a and a:visited

  5. kirpi.it, here is the code, like Kawauso pointed out:

    #latest th a, #forumlist th a, #favorites th a {style.css (line 714)
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    background-color:#9D0000;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    padding:2px;

    You can see this theme in action at http://www.michaeljackson.no/forum

  6. Thanks Kawauso and Marius.

  7. Wait a minute... Michael Jackson is dead?

  8. Yes D. Sorry to break it to you. But at the same time honored, since all the worlds media hasn't gotten through to you yet, for whatever reason.

  9. You must log in to post.