05 - 24

On Stranger Tides iPhone 4 theme


Tag: iPhone 4 theme On Stranger On Stranger Tides
Overview :

On Stranger Tides iPhone 4 theme
 

Modified Lockscreen
- "LS Monochrome" by discordante
-  Font "Trebuchet MS"

Instructions to configure LockBackground.html

Change to 12/24 HR Format
Search for the following line in the HTML and add the “//” as highlighted and shown in red below. Remove the “//” to change into 12-hour format.
Line:
<!-- Convert hours component of "12" to "24" -->
//currentHours = ( currentHours > 12 ) ? currentHours - 12 : currentHours;

Adjusting your weather location
To change the weather go to http://www.weather.com and enter your location, then click on the "Find Weather" tab. Next, in the address bar, copy the 8-character code (Example: SNXX0006 = Singapore, Singapore). Open the LockBackground.html file and search for "var locale" then paste your weather code in the "XXXXXXXX". If you want to change the weather to Fahrenheit, search for "var isCelsius" and then change this to "false". Example: "var isCelsius = true" will display your temperature in Celsius.

Disabling HTML elements
To disable any of the weather elements (temp, description, city and icons) you will need to modify the HTML file in the theme.
SPAN#clock – refers to the time in hours displayed in the HTML.
SPAN#mins – refers to the time in minutes displayed in the HTML.
SPAN#ampm – refers to AP/PM text displayed in the HTML.
#temp – refers to the temperature displayed in Celsius or Fahrenheit.
#weatherIcon – refers to the weather icons displayed in the HTML.
To disable any of these elements add in the line “display: none;” under their appropriate Style sections.

For iPhone 3G/3GS users
(If necessary) Replace the OverlayHD.png with the OverlaySD.png file.
Replace the Wall.png with the Wall_SD.png file.


  ·Download

Download Instructions:
 We usually offer three download links, you can choose the best download channel.

 Installation Tutorial:
 http://www.iphonert.com/tutorials/