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
9e838d83
Commit
9e838d83
authored
Mar 08, 2013
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1 from zh99998/master
demo
parents
4159aeae
864e705a
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
10 deletions
+20
-10
index.html
index.html
+7
-7
js/main.coffee
js/main.coffee
+2
-2
js/main.js
js/main.js
+6
-1
style.css
style.css
+5
-0
No files found.
index.html
View file @
9e838d83
This diff is collapsed.
Click to expand it.
js/main.coffee
View file @
9e838d83
...
...
@@ -9,7 +9,7 @@ $(document).ready ->
$
(
this
).
attr
'data-attribute'
,
value
,
{
placeholder
:
""
data
:
JSON
.
stringify
{
'
water'
:
'水'
,
'fire'
:
'炎
'
}
data
:
JSON
.
stringify
{
'
dark'
:
'暗'
,
'divine'
:
'神'
,
'earth'
:
'地'
,
'fire'
:
'炎'
,
'light'
:
'光'
,
'water'
:
'水'
,
'wind'
:
'风
'
}
type
:
'select'
submit
:
'OK'
}
...
...
@@ -26,7 +26,7 @@ $(document).ready ->
,
{
type
:
'textarea'
,
submit
:
'OK'
}
}
$
(
'.name'
).
editable
(
value
,
settings
)
->
value
$
(
'.gamecode'
).
editable
(
value
,
settings
)
->
...
...
js/main.js
View file @
9e838d83
...
...
@@ -13,8 +13,13 @@
},
{
placeholder
:
""
,
data
:
JSON
.
stringify
({
'
dark
'
:
'
暗
'
,
'
divine
'
:
'
神
'
,
'
earth
'
:
'
地
'
,
'
fire
'
:
'
炎
'
,
'
light
'
:
'
光
'
,
'
water
'
:
'
水
'
,
'
fire
'
:
'
炎
'
'
wind
'
:
'
风
'
}),
type
:
'
select
'
,
submit
:
'
OK
'
...
...
style.css
View file @
9e838d83
...
...
@@ -58,6 +58,11 @@
}
.attribute
[
data-attribute
=
"water"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/水.png)
}
.attribute
[
data-attribute
=
"fire"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/炎.png)
}
.attribute
[
data-attribute
=
"dark"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/暗.png)
}
.attribute
[
data-attribute
=
"light"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/光.png)
}
.attribute
[
data-attribute
=
"earth"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/地.png)
}
.attribute
[
data-attribute
=
"wind"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/风.png)
}
.attribute
[
data-attribute
=
"divine"
]
{
background-image
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/神.png)
}
.level
{
position
:
absolute
;
...
...
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