Added Ponies

This commit is contained in:
2015-02-03 23:50:18 +01:00
parent f962f6d791
commit a74e9d8fef
240 changed files with 3450 additions and 0 deletions

2
Cloudchaser/Config.js Normal file
View File

@ -0,0 +1,2 @@
var Icon = left.gif

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

23
Cloudchaser/Options.plist Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>default</key>
<string>Left</string>
<key>label</key>
<string>Icon Style</string>
<key>name</key>
<string>Icon</string>
<key>options</key>
<dict>
<key>Right</key>
<string>right.gif</string>
<key>Left</key>
<string>left.gif</string>
</dict>
<key>type</key>
<string>select</string>
</dict>
</array>
</plist>

View File

@ -0,0 +1,51 @@
#Wallpaper{
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
opacity: 1.0;
width: 320px;
height: 568px;
}
#Icon{
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
opacity: 1.0;
width: 160px;
height: 240px;
}

BIN
Cloudchaser/Wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

26
Cloudchaser/Widget.html Normal file
View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="stylesheet" href="Resources/Css/Main/LS.css" type="text/css" media="screen" />
<body onload="init()">
<img id="Wallpaper" src="Wallpaper.png">
<img id="Icon" src="Images/Icons/blank.gif">
</head>
<script>
document.getElementById("Icon").src="Images/Icons/" + Icon;
</script>
</body>
</html>

13
Cloudchaser/Widget.plist Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>size</key>
<dict>
<key>height</key>
<integer>140</integer>
<key>width</key>
<integer>110</integer>
</dict>
</dict>
</plist>