Added Ponies

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

2
Adagio Dazzle/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

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>Adagio Dazzle</string>
<key>label</key>
<string>Icon Style</string>
<key>name</key>
<string>Icon</string>
<key>options</key>
<dict>
<key>Blank</key>
<string>blank.gif</string>
<key>Adagio Dazzle</key>
<string>adagio.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
Adagio Dazzle/Wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

26
Adagio Dazzle/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>

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>

2
Applejack Buck/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

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>Applejack Buck</string>
<key>label</key>
<string>Icon Style</string>
<key>name</key>
<string>Icon</string>
<key>options</key>
<dict>
<key>Blank</key>
<string>blank.gif</string>
<key>Applejack Buck</key>
<string>applejackbuck.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: 360px;
}
#Icon{
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
opacity: 1.0;
width: 160px;
height: 170px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

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>

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>190</integer>
<key>width</key>
<integer>110</integer>
</dict>
</dict>
</plist>

2
Aria Blaze/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

23
Aria Blaze/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>Aria Blaze</string>
<key>label</key>
<string>Icon Style</string>
<key>name</key>
<string>Icon</string>
<key>options</key>
<dict>
<key>Blank</key>
<string>blank.gif</string>
<key>Aria Blaze</key>
<string>aria.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
Aria Blaze/Wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

26
Aria Blaze/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
Aria Blaze/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>

2
Babs Seed/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

23
Babs Seed/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
Babs Seed/Wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

26
Babs Seed/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
Babs Seed/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>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

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>

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>

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>

2
Colgate/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

23
Colgate/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
Colgate/Wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

26
Colgate/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
Colgate/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>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

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>Demon Sunset Shimmer</string>
<key>label</key>
<string>Icon Style</string>
<key>name</key>
<string>Icon</string>
<key>options</key>
<dict>
<key>Demon Sunset Shimmer</key>
<string>demonsunsetshimmer.gif</string>
<key>Blank</key>
<string>blank.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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

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>

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>

2
Derpy Muffin/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

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
Derpy Muffin/Wallpaper.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

26
Derpy Muffin/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
Derpy Muffin/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>

2
Flying Cadence/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

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>

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>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

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>

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>

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

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;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

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>

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>

2
Flying Gilda/Config.js Normal file
View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

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>

Some files were not shown because too many files have changed in this diff Show More