Skip to:
Content
Pages
Categories
Search
Top
Bottom

Kin Kakumei (Gold Kakumei)

  • 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?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Comon, somebody say something!

    > 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.

    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

    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

    Thanks Kawauso and Marius.


    Mark
    Member

    @delayedinsanity

    Wait a minute… Michael Jackson is dead?

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.
Skip to toolbar