어둠 너머로/고양이/마을로: 두 판 사이의 차이
백괴게임>Lemminkäinen (새 문서: {{#css: .gamecontent a:link, .gamecontent a:visited{color:#fff;} .gamecontent a:hover, .gamecontent a:active{text-decoration-color:#fff !important;} #cont{ width:{{#expr:5+{{CGI}}}}em...) |
imported>재미로봇 잔글 (Regurus님 요청 (2)) |
||
(다른 사용자 한 명의 중간 판 3개는 보이지 않습니다) | |||
2번째 줄: | 2번째 줄: | ||
.gamecontent a:link, .gamecontent a:visited{color:#fff;} | .gamecontent a:link, .gamecontent a:visited{color:#fff;} | ||
.gamecontent a:hover, .gamecontent a:active{text-decoration-color:#fff !important;} | .gamecontent a:hover, .gamecontent a:active{text-decoration-color:#fff !important;} | ||
#cont{ width:{{#expr:5+{{CGI}}}}em;height:{{#expr:5+{{CGI}}}}em;border:1px dashed #555;position:relative; } | #cont{ width:{{#expr:5+{{CGI}}}}em;height:{{#expr:5+{{CGI}}}}em;border:1px dashed #555;position:relative;overflow:hidden; } | ||
#cont span { position:absolute;width: | #cont span { | ||
position:absolute;width:1.5em;height:1.5em; | |||
border-radius:0.5em; | |||
-webkit-touch-callout: none; | |||
-webkit-user-select: none; | |||
-khtml-user-select: none; | |||
-moz-user-select: none; | |||
-ms-user-select: none; | |||
user-select: none; | |||
} | |||
#cont a{display:inline-block;width:100%;height:100%;} | |||
#cont a:hover, #cont a:active { text-decoration:none; } | #cont a:hover, #cont a:active { text-decoration:none; } | ||
}} | }} | ||
24번째 줄: | 34번째 줄: | ||
<div id='cont'> | <div id='cont'> | ||
<span style='top:{{ | <span style='top:{{rand|10|90}}%;left:{{rand|10|90}}%;'>{{CGI|{{#expr:{{CGI}}+1}}| }}</span> | ||
</div> | </div> | ||
}} | }} | ||
</div> | </div> |