Commit 2e69a5ed authored by 神楽坂玲奈's avatar 神楽坂玲奈

Merge branch 'master' into gh-pages

parents 9e838d83 ea3bf17e
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
<span class="edition">DUEL TERMINAL</span> <span class="edition">DUEL TERMINAL</span>
<div class="rule_text">这张卡被战斗破坏时,场上一只怪物的攻击力下降500。这张卡从场上送去墓地后,再我方场上表侧守备表示特殊召唤1只「人偶衍生物」(机械族 暗 1星 攻/守200 不能作为上级召唤的解放对象)。</div> <div class="rule_text">这张卡被战斗破坏时,场上一只怪物的攻击力下降500。这张卡从场上送去墓地后,再我方场上表侧守备表示特殊召唤1只「人偶衍生物」(机械族 暗 1星 攻/守200 不能作为上级召唤的解放对象)。</div>
<hr class="hr" />
<span class="gamecode">99999998</span> <span class="gamecode">99999998</span>
<div class="rarity2"></div> <div class="rarity2"></div>
...@@ -34,4 +35,4 @@ ...@@ -34,4 +35,4 @@
<script src="js/vendor/jquery.jeditable.mini.js"></script> <script src="js/vendor/jquery.jeditable.mini.js"></script>
<script src="js/main.js"></script> <script src="js/main.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -153,6 +153,16 @@ ...@@ -153,6 +153,16 @@
background: url(mse/data/yugioh-caicai-levels.mse-symbol-font/暗防伪.png); background: url(mse/data/yugioh-caicai-levels.mse-symbol-font/暗防伪.png);
} }
.hr {
position: absolute;
left: 10px;
top: 500px;
width: 100px;
height: 1px;
border: none;
background-color: #000000;
}
.copyright { .copyright {
position: absolute; position: absolute;
left: 204px; left: 204px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment