어둠 너머로/아이나/결투: 두 판 사이의 차이
백괴게임>Lemminkäinen 잔글편집 요약 없음 |
백괴게임>Lemminkäinen 잔글편집 요약 없음 |
||
7번째 줄: | 7번째 줄: | ||
#cnt p{margin:0;} | #cnt p{margin:0;} | ||
#cnt .cgilink { display:block; margin:0;} | #cnt .cgilink { display:block; margin:0;} | ||
#box{ width:300px;height: | #box{ width:300px;height:200px;border:1px solid #ccc;position:relative; } | ||
#cnt{ width:300px;height:auto; } | #cnt{ width:300px;height:auto;position:absolute; } | ||
#cnt .cgilink:nth-child(odd){ background-color:#ccc;height:{{#expr:10-0{{#urlget:hero}}}}px; } | #cnt .cgilink:nth-child(odd){ background-color:#ccc;height:{{#expr:10-0{{#urlget:hero}}}}px; } | ||
#cnt .cgilink:nth-child(even){ background-color:#666;height:{{#expr:10-0{{#urlget:enemy}}}}px; } | #cnt .cgilink:nth-child(even){ background-color:#666;height:{{#expr:10-0{{#urlget:enemy}}}}px; } | ||
#cnt { | |||
animation-name: moving; | |||
position:absolute; | |||
animation-duration:{{#expr: 10/({{#urlget:hero}}+{{#urlget:enemy}}+1)}}s; | |||
animation-iteration-count:infinite; | |||
animation-timing-function: linear; | |||
} | |||
@keyframes moving { | |||
0% {bottom:0;} | |||
100% {bottom:-40px;} | |||
} | |||
}} | }} | ||
<div class='gamecontent'> | <div class='gamecontent'> |
2018년 6월 11일 (월) 16:42 판
밝은 부분을 누르면 내가 공격당하니 조심해야겠다.
내 HP: ■■■■■
적 HP: ■■■■■