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

submit init

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