• sketkar

    (@sketkar)


    Finally finished my first WP 1.5 theme. Well it’s at a stopping point. I’m sure I can think of adding stuff later on. It’s a minimal theme no graphics. I began by hacking the basic kubrick theme, nothing special. I did add the post customization ie. changing colors and location shift and the horizontal menu. Let me know you all think.

    sketkar’s world

    Oh, I only tested on Firefox, I hope it looks okay on other browsers.

Viewing 8 replies - 1 through 8 (of 8 total)
  • oriecat

    (@oriecat)

    The css isn’t showing up when I visit.

    Thread Starter sketkar

    (@sketkar)

    Weird. It happened to me too but now it works. Try again. Thanks

    oriecat

    (@oriecat)

    Looks nice and simple. I like that. But your sidebar is all the way at the bottom.

    Thread Starter sketkar

    (@sketkar)

    Hmm … Really? what browser? It looks okay on FF.

    oriecat

    (@oriecat)

    I’m on FF 1.0.1

    Thread Starter sketkar

    (@sketkar)

    I’m using FF 1.0, I suppose I should upgrade to 1.01. It seems to work in Moz, FF and IE (I was told, I don’t have it myself).

    Also, the shifting posts aren’t annoying or distracting are they?

    shiner25

    (@shiner25)

    i liked it how did you do the menus at the top??

    Thread Starter sketkar

    (@sketkar)

    I embedded it in the header.php for now, it’s static. Using pure CSS to style the buttons. I would like to make it more dynamic, ie for “theme” purposes. I pasted the CCS below.

    #buttons {
    border-bottom: 1px solid #525354;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    }

    .xml_button {
    border: 1px solid outset #525354;
    color: #333333;
    background-color: #D5D6D7;
    text-decoration: none;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0em;
    padding-bottom:0em;
    font-size: 14px;
    text-decoration: none;
    margin: 0px;
    }

    .xml_button:visited {
    border: 1px solid outset #525354;
    color: #333333;
    background-color: #D5D6D7;
    text-decoration: none;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0em;
    padding-bottom:0em;
    font-size: 14px;
    text-decoration: none;
    }

    .xml_button:hover {
    background-color: #CC6600;
    color: #FFFFFF;
    text-decoration: none;
    }

    .xml_button:active {
    background-color: #CC6600;
    border: 1px solid inset #D5D6D7;
    text-decoration: none;
    }

    Iit looks different in FF and IE as usual, but still works.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘sketkar’s world …’ is closed to new replies.