+ Reply
Results 1 to 1 of 1

Thread: iFile help

  1. #1
    iPhone? More like MyPhone dmrenfro's Avatar
    Join Date
    Jul 2010
    Location
    Vestal, NY
    Posts
    189
    Thanks
    158
    Thanked 46 Times in 33 Posts

    Default iFile help

    Ok here is what my home screen looks like...


    This is the stuff in the Private/Stylesheets folder...

    #WeatherContainer{
    opacity:0.85;
    margin-top:160px;
    margin-left:30px;
    width:100%;
    background-color:#aaa;
    font-size: 14px;
    color:#CCCCCC;

    }
    #TextContainer{
    float:left;
    padding: 8px 5px 5px 25px;
    margin: 0 65px 0 -20px;
    font-family: sans-serif;
    text-shadow: rgba(0,0,0,0.7) 0 0 2px;
    }

    #city{
    font-size: 26px;
    color:#FFCC00;
    text-transform:capitalize;
    font-weight:bold;

    }

    #TextContainer p{
    padding:0;
    margin:0;
    }

    #desc{
    font-size: 2px;
    text-transform:capitalize;
    font-weight:bold;
    padding: 200px;
    clear: left;
    }

    #weatherIcon{
    height:100px;
    width:100px;
    float:left;
    border:none;
    padding: 5px 15px 20px 0px;
    margin: 0 -30px 0 -10px;
    }

    #temp{
    color:#CCCCCC;
    font-weight:bold;
    font-size: 28px;
    }


    Can anybody tell me what lines to alter to make the date lower?
    Last edited by dmrenfro; 08-15-2010 at 07:14 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts