+ Reply
Results 1 to 2 of 2
  1. #1
    What's Jailbreak?
    Join Date
    Dec 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default attaching stylesheet to wallpaper.html

    Hi all,

    struggling here, trying to add my own style sheet as an attachment to wallpaper.html, ive seen other references but still my sheet isnt getting attached, ill post my code see if anyone can help me out

    structure is

    .theme
    -Bundles
    --.com.apple.springboard
    -Private
    --Icon Sets
    --Sources
    --StyleSheets
    --configureMe.js
    --Wallpaper.js
    -UISounds
    -Info.plist
    -Wallpaper.html
    -wild.css

    * - = in main folder -- = in subfolders

    wild.css
    Code:
    body { padding:0; background-color: transparent; margin: 0; height: 480px;width: 320px;}
    
    #top	{ height:178px; width:320px; background-color:#FF0000; color: #FFFFFF;  }
    #bottom { height:302px; width:320px; background:url(bottom.jpg) no-repeat;  }
    wallpaper.html
    Code:
    <?xml version="1.0" encoding="UTF-16"?>
    
    <html>
    <head>
    
    <link href="wild.css" rel="stylesheet" type="text/css" />
        <base href="Private/"/>
        <!--meta name="viewport" c "width=320, minimum-scale=1.0, maximum-scale=1.0"/-->
        <meta http-equiv="Content-Type c charset=UTF-8"/>
    	<script type="text/javascript" src="configureMe.js"></script>
    	<script type="text/javascript" src="Wallpaper.js"></script>
    </head>
    <body onLoad="onLoad()">
    
    
    <div id="top">TEST</div>
    <div id="bottom">&nbsp;</div>
    
    <div id="WeatherContainer">
    <div id="TextContainer">
    <p id="city">Loading...</p>
    <p id="temp">-*î</p>
    <p id="desc">-</p>
    </div>
    
    <img id="weatherIcon" src=""/>
    </div>
    
    </body>
    </html>
    thanks anyone!

  2. #2
    Theme Creator
    Join Date
    Apr 2008
    Location
    In a state of confusion
    Posts
    1,128
    Thanks
    513
    Thanked 643 Times in 422 Posts

    I am sorry to say that I cannot offer any help here. The reason I am posting is to ask where you learned about modding the plist from. I would like to learn how to mod plists, but have yet to find a good source. Thanks for any pointers you may be able to offer.
    Please go to the Orbz icon page before posting an icon request here. This site contains all of the latest icons, and the most up to date icon folders. If you can't find it there, then please post the original icon with your request. And check out the links below for more goodies.
    The Complete Theme
    The Music Player Theme
    The SBSettings Skin
    The Categories images
    The Help/Tutorial Page
    Dockflow Theme (1.0 only right now)

Posting Permissions

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