Added Ponies
2
Adagio Dazzle/Config.js
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = adagio.gif
|
BIN
Adagio Dazzle/Images/Icons/adagio.gif
Normal file
After Width: | Height: | Size: 32 KiB |
BIN
Adagio Dazzle/Images/Icons/blank.gif
Normal file
After Width: | Height: | Size: 3.0 KiB |
23
Adagio Dazzle/Options.plist
Normal 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>
|
51
Adagio Dazzle/Resources/Css/Main/LS.css
Normal 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
After Width: | Height: | Size: 7.0 KiB |
26
Adagio Dazzle/Widget.html
Normal 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
Adagio Dazzle/Widget.plist
Normal 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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = applejackbuck.gif
|
BIN
Applejack Buck/Images/Icons/applejackbuck.gif
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
Applejack Buck/Images/Icons/blank.gif
Normal file
After Width: | Height: | Size: 3.0 KiB |
23
Applejack Buck/Options.plist
Normal 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>
|
51
Applejack Buck/Resources/Css/Main/LS.css
Normal 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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
Applejack Buck/Wallpaper.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
26
Applejack Buck/Widget.html
Normal 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
Applejack Buck/Widget.plist
Normal 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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = aria.gif
|
BIN
Aria Blaze/Images/Icons/aria.gif
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
Aria Blaze/Images/Icons/blank.gif
Normal file
After Width: | Height: | Size: 3.0 KiB |
23
Aria Blaze/Options.plist
Normal 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>
|
51
Aria Blaze/Resources/Css/Main/LS.css
Normal 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
After Width: | Height: | Size: 7.0 KiB |
26
Aria Blaze/Widget.html
Normal 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
@ -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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Babs Seed/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
Babs Seed/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
23
Babs Seed/Options.plist
Normal 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>
|
51
Babs Seed/Resources/Css/Main/LS.css
Normal 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
After Width: | Height: | Size: 7.0 KiB |
26
Babs Seed/Widget.html
Normal 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
@ -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
Big Macintosh Buck/Config.js
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Big Macintosh Buck/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
Big Macintosh Buck/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 10 KiB |
23
Big Macintosh Buck/Options.plist
Normal 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>
|
51
Big Macintosh Buck/Resources/Css/Main/LS.css
Normal 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
Big Macintosh Buck/Wallpaper.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
26
Big Macintosh Buck/Widget.html
Normal 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
Big Macintosh Buck/Widget.plist
Normal 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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Cloudchaser/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 8.2 KiB |
BIN
Cloudchaser/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 8.2 KiB |
23
Cloudchaser/Options.plist
Normal 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>
|
51
Cloudchaser/Resources/Css/Main/LS.css
Normal 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
After Width: | Height: | Size: 7.0 KiB |
26
Cloudchaser/Widget.html
Normal 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
@ -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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Colgate/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
Colgate/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 3.6 KiB |
23
Colgate/Options.plist
Normal 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>
|
51
Colgate/Resources/Css/Main/LS.css
Normal 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
After Width: | Height: | Size: 7.0 KiB |
26
Colgate/Widget.html
Normal 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
@ -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
Demon Sunset Shimmer/Config.js
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = demonsunsetshimmer.gif
|
BIN
Demon Sunset Shimmer/Images/Icons/blank.gif
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
Demon Sunset Shimmer/Images/Icons/demonsunsetshimmer.gif
Normal file
After Width: | Height: | Size: 283 KiB |
23
Demon Sunset Shimmer/Options.plist
Normal 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>
|
51
Demon Sunset Shimmer/Resources/Css/Main/LS.css
Normal 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
Demon Sunset Shimmer/Wallpaper.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
26
Demon Sunset Shimmer/Widget.html
Normal 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
Demon Sunset Shimmer/Widget.plist
Normal 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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Derpy Muffin/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
Derpy Muffin/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 24 KiB |
23
Derpy Muffin/Options.plist
Normal 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>
|
51
Derpy Muffin/Resources/Css/Main/LS.css
Normal 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
After Width: | Height: | Size: 7.0 KiB |
26
Derpy Muffin/Widget.html
Normal 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
@ -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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Flying Cadence/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
Flying Cadence/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 38 KiB |
23
Flying Cadence/Options.plist
Normal 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>
|
51
Flying Cadence/Resources/Css/Main/LS.css
Normal 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
Flying Cadence/Wallpaper.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
26
Flying Cadence/Widget.html
Normal 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
Flying Cadence/Widget.plist
Normal 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 Daring Do/Config.js
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Flying Daring Do/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
Flying Daring Do/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 21 KiB |
23
Flying Daring Do/Options.plist
Normal 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>
|
51
Flying Daring Do/Resources/Css/Main/LS.css
Normal 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
Flying Daring Do/Wallpaper.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
26
Flying Daring Do/Widget.html
Normal 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
Flying Daring Do/Widget.plist
Normal 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 Fluttershy/Config.js
Normal file
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Flying Fluttershy/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
Flying Fluttershy/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 18 KiB |
23
Flying Fluttershy/Options.plist
Normal 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>
|
51
Flying Fluttershy/Resources/Css/Main/LS.css
Normal 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
Flying Fluttershy/Wallpaper.png
Normal file
After Width: | Height: | Size: 7.0 KiB |
26
Flying Fluttershy/Widget.html
Normal 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
Flying Fluttershy/Widget.plist
Normal 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
@ -0,0 +1,2 @@
|
||||
|
||||
var Icon = left.gif
|
BIN
Flying Gilda/Images/Icons/left.gif
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
Flying Gilda/Images/Icons/right.gif
Normal file
After Width: | Height: | Size: 19 KiB |
23
Flying Gilda/Options.plist
Normal 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>
|