-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
20 changed files
with
4,037 additions
and
3,856 deletions.
There are no files selected for viewing
2,316 changes: 1,158 additions & 1,158 deletions
2,316
celebritydata/screenshots/golgo/Golko Octillery_files/site.css
Large diffs are not rendered by default.
Oops, something went wrong.
1,308 changes: 654 additions & 654 deletions
1,308
celebritydata/screenshots/professorred/Red Metagross Wii Mail_files/a5584.css
Large diffs are not rendered by default.
Oops, something went wrong.
120 changes: 60 additions & 60 deletions
120
celebritydata/screenshots/professorred/Red Metagross Wii Mail_files/js-usw1.js.download
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
var usw1button,usw1disp,usw1state=0,usw1time,usw1timerstart,usw1timerstop,usw1aim; | ||
usw1aim=10; | ||
usw1state=0; | ||
usw1time=0; | ||
usw1button='START'; | ||
usw1disp='�Ԥä��� '+usw1aim+' �ä�\n�ߤ���뤫�ʡ�'; | ||
function usw1judge(){ | ||
if(usw1state==0){ | ||
usw1timerstart=new Date(); | ||
usw1state=1; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.usw1form.usw1disp.value = '����������'; | ||
document.usw1form.usw1but.value = 'STOP'; | ||
} | ||
else if(usw1state==1){ | ||
usw1timerstop=new Date(); | ||
usw1time = usw1timerstop.getTime() - usw1timerstart.getTime(); | ||
usw1time= Math.floor(usw1time/10)/100; | ||
usw1state=2; | ||
if(usw1time==usw1aim){ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi5.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' �äԤä���!!\n���Ĥ������á���'; | ||
} | ||
else if(usw1time>usw1aim*0.95&&usw1time<usw1aim*1.05){ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' �� !!?\n���������á�'; | ||
} | ||
else if(usw1time>usw1aim*0.90&&usw1time<usw1aim*1.10){ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' �� \n�ޤ��Ť��á�'; | ||
} | ||
else{ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' ��\n������ͤ��'; | ||
} | ||
document.usw1form.usw1but.value = '�⤦����'; | ||
} | ||
else if(usw1state==2){ | ||
usw1state=0; | ||
document.usw1form.usw1disp.value = usw1disp; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
document.usw1form.usw1but.value = 'START'; | ||
} | ||
} | ||
document.write('<div style=" padding: 8px 0px 0px 0px; background-image: url(http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi_fukidashi.gif); background-repeat: no-repeat; background-position: center top;">'); | ||
document.write('<form name="usw1form" style="margin: 5px 0px 14px 0px; padding: 0px;">'); | ||
document.write('<input type="button" name="usw1disp" value="'+usw1disp+'" readonly style="font-size: 16px; font-family: Verdana,Osaka,sans-serif; width: 126px; height: 50px; text-align: center; margin: 5px 0px 22px 0px; padding: 0; color: #333366; background-color: #ffffff; border: 0px solid #ffffff; background-image: none;"><br><img src="http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif" alt="" name="usw1usagi" style="margin: 0px; padding: 0px; border: none;"><br><input type="button" name="usw1but" value="'+usw1button+'" onclick="usw1judge()" style="font-size: 15px; font-weight: bold; font-family: Verdana,Osaka,sans-serif; width: 140px; height: 28px; text-align: center; margin: 0px; padding: 0; color: #665533; background-color: #ffffee; background-image: none;"><br>'); | ||
document.write('</form>'); | ||
document.write('</div>'); | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
var usw1button,usw1disp,usw1state=0,usw1time,usw1timerstart,usw1timerstop,usw1aim; | ||
|
||
usw1aim=10; | ||
usw1state=0; | ||
usw1time=0; | ||
usw1button='START'; | ||
usw1disp='�Ԥä��� '+usw1aim+' �ä�\n�ߤ���뤫�ʡ�'; | ||
|
||
function usw1judge(){ | ||
if(usw1state==0){ | ||
usw1timerstart=new Date(); | ||
usw1state=1; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.usw1form.usw1disp.value = '����������'; | ||
document.usw1form.usw1but.value = 'STOP'; | ||
} | ||
else if(usw1state==1){ | ||
usw1timerstop=new Date(); | ||
usw1time = usw1timerstop.getTime() - usw1timerstart.getTime(); | ||
usw1time= Math.floor(usw1time/10)/100; | ||
usw1state=2; | ||
|
||
if(usw1time==usw1aim){ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi5.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' �äԤä���!!\n���Ĥ������á���'; | ||
} | ||
else if(usw1time>usw1aim*0.95&&usw1time<usw1aim*1.05){ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' �� !!?\n���������á�'; | ||
} | ||
else if(usw1time>usw1aim*0.90&&usw1time<usw1aim*1.10){ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' �� \n�ޤ��Ť��á�'; | ||
} | ||
else{ | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw1form.usw1disp.value = usw1time+' ��\n������ͤ��'; | ||
} | ||
document.usw1form.usw1but.value = '�⤦����'; | ||
} | ||
else if(usw1state==2){ | ||
usw1state=0; | ||
document.usw1form.usw1disp.value = usw1disp; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
document.usw1form.usw1but.value = 'START'; | ||
} | ||
} | ||
|
||
|
||
document.write('<div style=" padding: 8px 0px 0px 0px; background-image: url(http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi_fukidashi.gif); background-repeat: no-repeat; background-position: center top;">'); | ||
document.write('<form name="usw1form" style="margin: 5px 0px 14px 0px; padding: 0px;">'); | ||
document.write('<input type="button" name="usw1disp" value="'+usw1disp+'" readonly style="font-size: 16px; font-family: Verdana,Osaka,sans-serif; width: 126px; height: 50px; text-align: center; margin: 5px 0px 22px 0px; padding: 0; color: #333366; background-color: #ffffff; border: 0px solid #ffffff; background-image: none;"><br><img src="http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif" alt="" name="usw1usagi" style="margin: 0px; padding: 0px; border: none;"><br><input type="button" name="usw1but" value="'+usw1button+'" onclick="usw1judge()" style="font-size: 15px; font-weight: bold; font-family: Verdana,Osaka,sans-serif; width: 140px; height: 28px; text-align: center; margin: 0px; padding: 0; color: #665533; background-color: #ffffee; background-image: none;"><br>'); | ||
document.write('</form>'); | ||
document.write('</div>'); | ||
|
||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.images["usw1usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
|
118 changes: 59 additions & 59 deletions
118
celebritydata/screenshots/professorred/Red Metagross Wii Mail_files/js-usw2.js.download
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
var usw2button,usw2disp,usw2state=0,usw2time,usw2timerstart,usw2timerstop,usw2aim; | ||
usw2aim=1; | ||
usw2state=0; | ||
usw2time=0; | ||
usw2button='START'; | ||
usw2disp='�Ԥä��� '+usw2aim+' �� ��\n�ߤ���뤫�ʡ�'; | ||
function usw2judge(){ | ||
if(usw2state==0){ | ||
usw2timerstart=new Date(); | ||
usw2state=1; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.usw2form.usw2disp.value = '����������'; | ||
document.usw2form.usw2but.value = 'STOP'; | ||
} | ||
else if(usw2state==1){ | ||
usw2timerstop=new Date(); | ||
usw2time = usw2timerstop.getTime() - usw2timerstart.getTime(); | ||
usw2time= Math.floor(usw2time/10)/100; | ||
usw2state=2; | ||
if(usw2time==usw2aim){ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' �� ���㥹��!!\n�������á���'; | ||
} | ||
else if(usw2time>usw2aim*0.97&&usw2time<usw2aim*1.03){ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' �� \n�����������'; | ||
} | ||
else if(usw2time>usw2aim*0.90&&usw2time<usw2aim*1.10){ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' �� \n�ޤ��Ť���'; | ||
} | ||
else{ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' ��\n������ͤ��'; | ||
} | ||
document.usw2form.usw2but.value = '�⤦����'; | ||
} | ||
else if(usw2state==2){ | ||
usw2state=0; | ||
document.usw2form.usw2disp.value = usw2disp; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
document.usw2form.usw2but.value = 'START'; | ||
} | ||
} | ||
document.write('<div style=" padding: 8px 0px 0px 0px; background-image: url(http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi_fukidashi.gif); background-repeat: no-repeat; background-position: center top;">'); | ||
document.write('<form name="usw2form" style="margin: 5px 0px 14px 0px; padding: 0px;">'); | ||
document.write('<input type="button" name="usw2disp" value="'+usw2disp+'" readonly style="font-size: 16px; font-family: Verdana,Osaka,sans-serif; width: 126px; height: 50px; text-align: center; margin: 5px 0px 22px 0px; padding: 0; color: #333366; background-color: #ffffff; border: 0px solid #ffffff; background-image: none;"><br><img src="http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif" alt="" name="usw2usagi" style="margin: 0px; padding: 0px; border: none;"><br><input type="button" name="usw2but" value="'+usw2button+'" onclick="usw2judge()" style="font-size: 15px; font-weight: bold; font-family: Verdana,Osaka,sans-serif; width: 140px; height: 28px; text-align: center; margin: 0px; padding: 0px; color: #665533; background-color: #ffffee; background-image: none;"><br>'); | ||
document.write('</form>'); | ||
document.write('</div>'); | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
var usw2button,usw2disp,usw2state=0,usw2time,usw2timerstart,usw2timerstop,usw2aim; | ||
|
||
usw2aim=1; | ||
usw2state=0; | ||
usw2time=0; | ||
usw2button='START'; | ||
usw2disp='�Ԥä��� '+usw2aim+' �� ��\n�ߤ���뤫�ʡ�'; | ||
|
||
function usw2judge(){ | ||
if(usw2state==0){ | ||
usw2timerstart=new Date(); | ||
usw2state=1; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.usw2form.usw2disp.value = '����������'; | ||
document.usw2form.usw2but.value = 'STOP'; | ||
} | ||
else if(usw2state==1){ | ||
usw2timerstop=new Date(); | ||
usw2time = usw2timerstop.getTime() - usw2timerstart.getTime(); | ||
usw2time= Math.floor(usw2time/10)/100; | ||
usw2state=2; | ||
|
||
if(usw2time==usw2aim){ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' �� ���㥹��!!\n�������á���'; | ||
} | ||
else if(usw2time>usw2aim*0.97&&usw2time<usw2aim*1.03){ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' �� \n�����������'; | ||
} | ||
else if(usw2time>usw2aim*0.90&&usw2time<usw2aim*1.10){ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' �� \n�ޤ��Ť���'; | ||
} | ||
else{ | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.usw2form.usw2disp.value = usw2time+' ��\n������ͤ��'; | ||
} | ||
document.usw2form.usw2but.value = '�⤦����'; | ||
} | ||
else if(usw2state==2){ | ||
usw2state=0; | ||
document.usw2form.usw2disp.value = usw2disp; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; | ||
document.usw2form.usw2but.value = 'START'; | ||
} | ||
} | ||
|
||
|
||
document.write('<div style=" padding: 8px 0px 0px 0px; background-image: url(http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi_fukidashi.gif); background-repeat: no-repeat; background-position: center top;">'); | ||
document.write('<form name="usw2form" style="margin: 5px 0px 14px 0px; padding: 0px;">'); | ||
document.write('<input type="button" name="usw2disp" value="'+usw2disp+'" readonly style="font-size: 16px; font-family: Verdana,Osaka,sans-serif; width: 126px; height: 50px; text-align: center; margin: 5px 0px 22px 0px; padding: 0; color: #333366; background-color: #ffffff; border: 0px solid #ffffff; background-image: none;"><br><img src="http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif" alt="" name="usw2usagi" style="margin: 0px; padding: 0px; border: none;"><br><input type="button" name="usw2but" value="'+usw2button+'" onclick="usw2judge()" style="font-size: 15px; font-weight: bold; font-family: Verdana,Osaka,sans-serif; width: 140px; height: 28px; text-align: center; margin: 0px; padding: 0px; color: #665533; background-color: #ffffee; background-image: none;"><br>'); | ||
document.write('</form>'); | ||
document.write('</div>'); | ||
|
||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi2.gif'; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi3.gif'; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi4.gif'; | ||
document.images["usw2usagi"].src='http://blog-imgs-41.fc2.com/e/w/a/ewalk2/chakin_tokeiusagi1.gif'; |
Oops, something went wrong.