Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Y
ygopro-images-generator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
ygopro-images-generator
Commits
4159aeae
Commit
4159aeae
authored
Mar 08, 2013
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
submit init
parent
d2e52b1c
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
11 deletions
+21
-11
index.html
index.html
+10
-4
js/main.coffee
js/main.coffee
+3
-0
js/main.js
js/main.js
+3
-0
shanghai.jpg
shanghai.jpg
+0
-0
style.css
style.css
+5
-7
No files found.
index.html
View file @
4159aeae
This diff is collapsed.
Click to expand it.
js/main.coffee
View file @
4159aeae
$
(
document
).
ready
->
$
(
document
).
ready
->
$
(
'#card_form'
).
submit
->
@
document
.
value
=
$
(
'.card'
)[
0
].
outerHTML
$
(
'.name'
).
editable
(
value
,
settings
)
->
$
(
'.name'
).
editable
(
value
,
settings
)
->
value
value
...
...
js/main.js
View file @
4159aeae
...
@@ -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
;
});
});
...
...
shanghai.jpg
deleted
100644 → 0
View file @
d2e52b1c
10.5 KB
style.css
View file @
4159aeae
@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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment