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
a0901304
Commit
a0901304
authored
Mar 07, 2013
by
神楽坂玲奈
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
charset level
parent
a31ad318
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
index.html
index.html
+2
-1
style.css
style.css
+12
-3
No files found.
index.html
View file @
a0901304
<meta
charset=
"UTF-8"
>
<div
class=
"card"
>
<img
class=
"card_type"
src=
"mse/data/yugioh-standard.mse-style/card-slifer.png"
/>
<span
class=
"name"
>
喵了个咪
</span>
<img
class=
"attribute"
src=
"mse/data/yugioh-caicai-levels.mse-symbol-font/水.png"
/>
<div
class=
"level"
></div>
<div
class=
"level"
data-level=
"4"
></div>
<img
class=
"image"
src=
"shanghai.jpg"
/>
<span
class=
"monster_type"
>
【人偶族·卖萌】
</span>
<span
class=
"number"
>
TH14-ZH998
</span>
...
...
style.css
View file @
a0901304
...
...
@@ -65,12 +65,21 @@
right
:
20px
;
top
:
90px
;
height
:
20px
;
width
:
-webkit-calc
(
20px
*
4
);
text-align
:
right
;
font-size
:
0
;
background
:
url(mse/data/yugioh-caicai-levels.mse-symbol-font/star.png)
repeat-x
;
background-size
:
20px
20px
;
}
.level
[
data-level
=
"1"
]
{
width
:
20px
}
.level
[
data-level
=
"2"
]
{
width
:
40px
}
.level
[
data-level
=
"3"
]
{
width
:
60px
}
.level
[
data-level
=
"4"
]
{
width
:
80px
}
.level
[
data-level
=
"5"
]
{
width
:
100px
}
.level
[
data-level
=
"6"
]
{
width
:
120px
}
.level
[
data-level
=
"7"
]
{
width
:
140px
}
.level
[
data-level
=
"8"
]
{
width
:
160px
}
.level
[
data-level
=
"9"
]
{
width
:
180px
}
.level
[
data-level
=
"10"
]
{
width
:
200px
}
.level
[
data-level
=
"11"
]
{
width
:
220px
}
.level
[
data-level
=
"12"
]
{
width
:
240px
}
.image
{
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