Css Help -20$

Discussion in 'Services' started by Nickower, Sep 8, 2007.

  1. #1
    I need some help converting a stylesheet from one thing to another..
    here is the original

    /*
    Copyright (c) 2007, Yahoo! Inc. All rights reserved.
    Code licensed under the BSD License:
    http://developer.yahoo.net/yui/license.txt
    version: 2.2.2
    */
    /* default space between tabs */
    .yui-navset .yui-nav li {
    margin-right:0.5em; /* horizontal tabs */
    }
    .yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin:0 0 0.5em; /* vertical tabs */
    }

    /* default width for side tabs */
    .yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
    .yui-navset-left { padding-left:6em; } /* map to nav width */
    .yui-navset-right { padding-right:6em; } /* ditto */

    /* core */

    .yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
    }
    .yui-navset li em { font-style:normal; }

    .yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
    }

    .yui-navset .yui-content { zoom:1; }

    .yui-navset .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
    }

    .yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display:block;
    }

    .yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
    }

    .yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */

    .yui-navset .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
    }

    .yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display:block;
    }

    .yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
    }

    .yui-navset .yui-nav li a em { display:block; }

    /* position left and right oriented tabs */
    .yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
    .yui-navset-left .yui-nav { left:0; }
    .yui-navset-right .yui-nav { right:0; }




    And the one i need it to work with is this

    .shadetabs{
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
    }

    .shadetabs li{
    display: inline;
    margin: 0;
    }

    .shadetabs li a{
    text-decoration: none;
    padding: 3px 7px;
    margin-right: 3px;
    border:
    color:
    background:top left repeat-x;
    }

    .shadetabs li a:visited{
    color:
    }

    .shadetabs li a:hover{
    text-decoration: underline;
    color:
    }

    .shadetabs li.selected{
    position: relative;
    top: 1px;
    }

    .shadetabs li.selected a{ /*selected main tab style */
    background-image:
    border-bottom-color: white;
    }

    .shadetabs li.selected a:hover{ /*selected main tab style */
    text-decoration: none;
    }

    .tabcontentstyle{ /*style of tab content oontainer*/
    border: 1px solid gray;
    width: 450px;
    margin-bottom: 1em;
    padding: 10px;
    }

    .tabcontent{
    display:none;
    }

    @media print {
    .tabcontent {
    display:block!important;
    }
    }


    I will offer 20$ via paypal to whoever can do this for me.
    Thanks,
    Nick
     
    Nickower, Sep 8, 2007 IP
  2. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I'm willing to help as it seems like a fairly simple problem, but don't quite understand what you're trying to do. Are these two completely different things and you're attempting to merge them together, or fix a conflict? Could you be more descriptive in what you're trying to accomplish?
     
    GWiz, Sep 9, 2007 IP
  3. Mrans

    Mrans Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
     
    Mrans, Sep 9, 2007 IP
  4. goko

    goko Peon

    Messages:
    55
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Please PM .html/.php file as well. It's nearly impossible and more of a guessing task to convert one CSS to another with given information.
     
    goko, Sep 9, 2007 IP
  5. Nickower

    Nickower Banned

    Messages:
    437
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Nickower, Sep 9, 2007 IP
  6. GWiz

    GWiz Peon

    Messages:
    359
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
  7. Nickower

    Nickower Banned

    Messages:
    437
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    Yeah but.. I dont know how to do CSS... so i need someone to make it.
     
    Nickower, Sep 9, 2007 IP
  8. CordM

    CordM Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    I can do it. PM or AIM me.
     
    CordM, Sep 9, 2007 IP