Commit 4159aeae authored by 神楽坂玲奈's avatar 神楽坂玲奈

submit init

parent d2e52b1c
This diff is collapsed.
$(document).ready -> $(document).ready ->
$('#card_form').submit ->
@document.value = $('.card')[0].outerHTML
$('.name').editable (value, settings) -> $('.name').editable (value, settings) ->
value value
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
(function() { (function() {
$(document).ready(function() { $(document).ready(function() {
$('#card_form').submit(function() {
return this.document.value = $('.card')[0].outerHTML;
});
$('.name').editable(function(value, settings) { $('.name').editable(function(value, settings) {
return value; return value;
}); });
......
@charset "utf-8"; @charset "utf-8";
@import url("normalize.css");
@font-face @font-face
{ {
font-family: "YGO菜菜"; font-family: "YGO菜菜";
...@@ -28,16 +29,12 @@ ...@@ -28,16 +29,12 @@
} }
body { .card {
position: relative; position: relative;
width: 421px; width: 421px;
height: 614px; height: 614px;
} background: url(mse/data/yugioh-standard.mse-style/card-slifer.png);
background-size: 421px 614px;
.card_type {
position: absolute;
width: 100%;
height: 100%;
} }
.name { .name {
...@@ -148,6 +145,7 @@ body { ...@@ -148,6 +145,7 @@ body {
top: 578px; top: 578px;
height: 21px; height: 21px;
width: 21px; width: 21px;
background: url(mse/data/yugioh-caicai-levels.mse-symbol-font/暗防伪.png);
} }
.copyright { .copyright {
......
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