changeset 3263:aa86f958bd73

sea attack.css¹¹¿·3
author OOTANI Hiroyuki <c115036@g.koeki-u.ac.jp>
date Wed, 20 Jul 2016 11:47:40 +0900
parents 4ba442397a59
children 82b0ddc877fb
files event/oasis2016/attack.css event/oasis2016/sea/ckgame.rb
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/event/oasis2016/attack.css	Wed Jul 20 11:43:38 2016 +0900
+++ b/event/oasis2016/attack.css	Wed Jul 20 11:47:40 2016 +0900
@@ -35,6 +35,6 @@
     border: 1px solid #f9f5a9; margin: 1em auto;
 }
 div.sea div {width: 150px; height: 150px; margin: 0px;}
-div.sea div:first-child {position: absolute; left: 175px; top: 0px}
-div.sea div:nth-child(2) {position: absolute; left: 300px; top: 0px;}
-div.sea div:nth-child(3) {position: absolute; left: 600px; top: 0px;}
+div.sea div:first-child {left: 0px; top: 0px}
+div.sea div:nth-child(2) {position: absolute; left: 0px; top: 300px;}
+div.sea div:nth-child(3) {position: absolute; left: 0px; top: 600px;}
--- a/event/oasis2016/sea/ckgame.rb	Wed Jul 20 11:43:38 2016 +0900
+++ b/event/oasis2016/sea/ckgame.rb	Wed Jul 20 11:47:40 2016 +0900
@@ -68,11 +68,11 @@
     boat = ""; boat2 = ""; boat3 = "";
     info[id]["bingo"].keys.each do |f|
       if /ã‹ã‚‚ã‚/ =~ f
-        boat = '<img src="boat-0.png" width="150px" height="150px">'
+        boat = '<img src="boat-0.png" width="450px" height="150px">'
       elsif /ã¨ã³ã†ãŠ/ =~ f
-        boat2 = '<img src="boat-1.png" width="150px" height="150px">'
+        boat2 = '<img src="boat-1.png" width="450px" height="150px">'
       elsif /ã²ã¨ã§/ =~ f
-        boat3 = '<img src="boat-2.png" width="150px" height="150px">'
+        boat3 = '<img src="boat-2.png" width="450px" height="150px">'
       end
     end
   end

yatex.org