Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3254:fcda35a306e0
imagefaile-hoge
author | OOTANI Hiroyuki <c115036@g.koeki-u.ac.jp> |
---|---|
date | Fri, 15 Jul 2016 14:25:08 +0900 |
parents | 7797d7fb5ba7 |
children | 3304ef38a5d0 |
files | event/oasis2016/attack.css event/oasis2016/don/rogo.png event/oasis2016/img/logo.png event/oasis2016/sea/rogo.png event/oasis2016/tori/rogo.png |
diffstat | 5 files changed, 18 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/event/oasis2016/attack.css Fri Jul 15 14:08:12 2016 +0900 +++ b/event/oasis2016/attack.css Fri Jul 15 14:25:08 2016 +0900 @@ -1,1 +1,18 @@ -a +div.don { + position: relative; width: 450px; height: 450px; + border: 1px solid #f9f5a9; margin: 1em auto; +} +div.don div {width: 150px; height: 150px; margin: 0px;} +div.don div:first-child {left: 0px; top: 0px} +div.don div:nth-child(2) {position: absolute; left: 150px; top: 0px;} +div.don div:nth-child(3) {position: absolute; left: 300px; top: 0px;} +div.don div:nth-child(4) {position: absolute; left: 0px; top: 150px;} +div.don div:nth-child(5) {position: absolute; left: 150px; top: 150px;} +div.don div:nth-child(6) {position: absolute; left: 300px; top: 150px;} +div.don div:nth-child(7) {position: absolute; left: 0px; top: 300px;} +div.don div:nth-child(8) {position: absolute; left: 150px; top: 300px;} +div.don div:nth-child(9) {position: absolute; left: 300px; top: 300px;} +body{text-align:center; +background:#f9f5a9;} + +