Forum Replies Created

  • In reply to: Change color of secondary menu links text in Graphene?

    #13370

    If You mean color of secondary menu links text in Graphene?

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

    a:hover {
    color: #999999;
    text-decoration: none;
    }

    Fonts and Typo, I got my own ideas placed

    in this Child Theme:

    http://www.nørrebo.dk/bbpress/topic.php?id=5

    Kim

    In reply to: make menu buttons evenly in width

    #13231

    Do You mean the Blue colors?

    In reply to: make menu buttons evenly in width

    #13229

    Well..

    I didnt say that. Try with CSS 🙂

    But I dont see any Theme menu, other than this:

    /wp-admin/themes.php?page=graphene_options&tab=display

    “Navigation menu” width

    Kim

    In reply to: make menu buttons evenly in width

    #13227

    Top of this header:

    http://www.cornwallrcc.org.uk

    There is a very thin line. Maybe “draw” it as buttom of

    Your header image in any wanted color, height & width.

    So it looks great on Your site.

    Kim

    In reply to: make menu buttons evenly in width

    #13226

    Hmm..

    Try put the original “images/sprite_h.png” file back in place.

    Then adjust the padding so Your menu looks okay. Maybe not use

    sub menu.

    Kim

    In reply to: Customising Background

    #13307

    Hmm.. Outside limit on different monitor resolutions:

    http://gecka-apps.com/wordpress-plugins/bgstretcher/

    (1680×1050 cover the most 🙂

    Kim

    In reply to: make menu buttons evenly in width

    #13224

    Please add webpage link to Your user profile!

    Kim

    In reply to: Two HUGE problems…

    #13355

    Q1 – From another post:

    Just create an empty file called loop-children.php in your child theme’s folder. The next version will include an option to disable the child pages listing.

    Q2 – My gray .sidebar h3: (Insert in Child Theme style.css)

    .sidebar h3 {
    -pie-background: linear-gradient(#afaeae, #6E6E6E);
    background: #afaeae;
    background: linear-gradient(#afaeae, #6E6E6E);
    background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
    text-shadow: 0 -1px 0 #000000;
    }

    And some code for the blue button:

    .block-button, .block-button:visited {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: 1px solid #CCCCCC;
    display:block;
    font:bold 12px arial;
    text-decoration:none;
    padding:5px 15px 6px 15px;
    color:#FFFFFF;
    text-shadow:0 -1px 1px #000000;
    margin-top:10px;
    position:relative;
    float:right;
    -moz-box-shadow: 0 0 0px #42454A;
    -webkit-box-shadow:0 0 0px #42454A;
    box-shadow:0 0 0px #42454A;
    background:#BABABA;
    background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#BABABA), to(#6E6E6E));
    background:linear-gradient(#BABABA, #6E6E6E);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#6E6E6E'); /* for IE */
    -pie-background: linear-gradient(#BABABA, #6E6E6E);
    }

    .block-button:hover{
    text-decoration:none;
    color:#FFFFFF;
    cursor:pointer;
    background:#D4D4D4;
    background:-moz-linear-gradient(#D4D4D4, #737373);
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#D4D4D4), to(#737373));
    background:linear-gradient(#D4D4D4, #737373);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#737373'); /* for IE */
    -pie-background: linear-gradient(#D4D4D4, #737373);
    }

    Kim

    In reply to: "Scroll to top" of page

    #13353

    Yes its better in functions.php.

    Thnx for the code.

    Kim

    Hmm, login & hit links:

    http://www.iwua.eu/wp/wp-admin/nav-menus.php

    http://www.iwua.eu/wp/wp-admin/widgets.php

    I didnt se the first time. Your WP is installed in subdir wp to root.

    But thats also okay. I think next Graphene will have Options menu

    in WP 3.1 Admin bar 🙂

    Kim

Viewing 10 posts - 581 through 590 (of 666 total)