mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-23 15:24:46 +00:00
Docs updated for 1.13.0
This commit is contained in:
parent
74789709e6
commit
6b59c93cec
@ -55,6 +55,8 @@
|
|||||||
<span class="utf"><i></i> ms-b <code>&#xe602;</code></span>
|
<span class="utf"><i></i> ms-b <code>&#xe602;</code></span>
|
||||||
<span class="utf"><i></i> ms-r <code>&#xe603;</code></span>
|
<span class="utf"><i></i> ms-r <code>&#xe603;</code></span>
|
||||||
<span class="utf"><i></i> ms-g <code>&#xe604;</code></span>
|
<span class="utf"><i></i> ms-g <code>&#xe604;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-w-original <code>&#xe997;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-w-list <code>&#xe998;</code></span>
|
||||||
<span class="utf"><i></i> ms-c <code>&#xe904;</code></span>
|
<span class="utf"><i></i> ms-c <code>&#xe904;</code></span>
|
||||||
<span class="utf"><i></i> ms-0 <code>&#xe605;</code></span>
|
<span class="utf"><i></i> ms-0 <code>&#xe605;</code></span>
|
||||||
<span class="utf"><i></i> ms-1 <code>&#xe606;</code></span>
|
<span class="utf"><i></i> ms-1 <code>&#xe606;</code></span>
|
||||||
@ -82,6 +84,7 @@
|
|||||||
<span class="utf"><i></i> ms-z <code>&#xe617;</code></span>
|
<span class="utf"><i></i> ms-z <code>&#xe617;</code></span>
|
||||||
<span class="utf"><i></i> ms-p <code>&#xe618;</code></span>
|
<span class="utf"><i></i> ms-p <code>&#xe618;</code></span>
|
||||||
<span class="utf"><i></i> ms-s <code>&#xe619;</code></span>
|
<span class="utf"><i></i> ms-s <code>&#xe619;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-s-mtga <code>&#xe996;</code></span>
|
||||||
<span class="utf"><i></i> ms-e <code>&#xe907;</code></span>
|
<span class="utf"><i></i> ms-e <code>&#xe907;</code></span>
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
@ -190,6 +193,7 @@
|
|||||||
<span class="utf"><i></i> ms-ability-companion <code>&#xe97b;</code></span>
|
<span class="utf"><i></i> ms-ability-companion <code>&#xe97b;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-constellation <code>&#xe97c;</code></span>
|
<span class="utf"><i></i> ms-ability-constellation <code>&#xe97c;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-convoke <code>&#xe949;</code></span>
|
<span class="utf"><i></i> ms-ability-convoke <code>&#xe949;</code></span>
|
||||||
|
<span class="utf"><i></i> ms-ability-d20 <code>&#xe999;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-deathtouch <code>&#xe94b;</code></span>
|
<span class="utf"><i></i> ms-ability-deathtouch <code>&#xe94b;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-defender <code>&#xe94c;</code></span>
|
<span class="utf"><i></i> ms-ability-defender <code>&#xe94c;</code></span>
|
||||||
<span class="utf"><i></i> ms-ability-devotion <code>&#xe97d;</code></span>
|
<span class="utf"><i></i> ms-ability-devotion <code>&#xe97d;</code></span>
|
||||||
|
2
css/mana.min.css
vendored
2
css/mana.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
fonts/mana.eot
BIN
fonts/mana.eot
Binary file not shown.
466
fonts/mana.svg
466
fonts/mana.svg
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 598 KiB After Width: | Height: | Size: 712 KiB |
BIN
fonts/mana.ttf
BIN
fonts/mana.ttf
Binary file not shown.
BIN
fonts/mana.woff
BIN
fonts/mana.woff
Binary file not shown.
BIN
fonts/mana.woff2
BIN
fonts/mana.woff2
Binary file not shown.
12
icons.html
12
icons.html
@ -63,6 +63,12 @@
|
|||||||
<div class="icon" id="g" name="G">
|
<div class="icon" id="g" name="G">
|
||||||
<span><i class="ms ms-g"></i> Green <em>(g)</em></span>
|
<span><i class="ms ms-g"></i> Green <em>(g)</em></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="icon" id="w-original" name="W (Original)">
|
||||||
|
<span><i class="ms ms-w-original"></i> White (Original) <em>(w-original)</em></span>
|
||||||
|
</div>
|
||||||
|
<div class="icon" id="w-list" name="W (List)">
|
||||||
|
<span><i class="ms ms-w-list"></i> White (List) <em>(w-list)</em></span>
|
||||||
|
</div>
|
||||||
<div class="icon" id="c" name="C">
|
<div class="icon" id="c" name="C">
|
||||||
<span><i class="ms ms-c"></i> Colorless Mana <em>(c)</em></span>
|
<span><i class="ms ms-c"></i> Colorless Mana <em>(c)</em></span>
|
||||||
</div>
|
</div>
|
||||||
@ -72,6 +78,9 @@
|
|||||||
<div class="icon" id="s" name="Snow">
|
<div class="icon" id="s" name="Snow">
|
||||||
<span><i class="ms ms-s"></i> Snow Mana <em>(s)</em></span>
|
<span><i class="ms ms-s"></i> Snow Mana <em>(s)</em></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="icon" id="s-mtga" name="Snow (MTGA)">
|
||||||
|
<span><i class="ms ms-s-mtga"></i> Snow Mana (MTGA) <em>(s-mtga)</em></span>
|
||||||
|
</div>
|
||||||
<div class="icon" id="x" name="X">
|
<div class="icon" id="x" name="X">
|
||||||
<span><i class="ms ms-x"></i> X <em>(x)</em></span>
|
<span><i class="ms ms-x"></i> X <em>(x)</em></span>
|
||||||
</div>
|
</div>
|
||||||
@ -525,6 +534,9 @@
|
|||||||
<div class="icon" id="convoke" name="Convoke">
|
<div class="icon" id="convoke" name="Convoke">
|
||||||
<span><i class="ms ms-ability-convoke"></i> Convoke <em>(ability-convoke)</em></span>
|
<span><i class="ms ms-ability-convoke"></i> Convoke <em>(ability-convoke)</em></span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="icon" id="d20" name="D20">
|
||||||
|
<span><i class="ms ms-ability-d20"></i> D20 <em>(ability-d20)</em></span>
|
||||||
|
</div>
|
||||||
<div class="icon" id="deathtouch" name="Deathtouch">
|
<div class="icon" id="deathtouch" name="Deathtouch">
|
||||||
<span><i class="ms ms-ability-deathtouch"></i> Deathtouch <em>(ability-deathtouch)</em></span>
|
<span><i class="ms ms-ability-deathtouch"></i> Deathtouch <em>(ability-deathtouch)</em></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<p>
|
<p>
|
||||||
Current version 1.12.1 includes all known mana and card symbols.
|
Current version 1.13.0 includes all known mana and card symbols.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
23
node_modules/mana-font/css/mana.css
generated
vendored
23
node_modules/mana-font/css/mana.css
generated
vendored
@ -1,14 +1,14 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Mana';
|
font-family: 'Mana';
|
||||||
src: url('../fonts/mana.eot?v=1.12.0');
|
src: url('../fonts/mana.eot?v=1.13.0');
|
||||||
src: url('../fonts/mana.eot?#iefix&v=1.12.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.12.0') format('woff'), url('../fonts/mana.ttf?v=1.12.0') format('truetype'), url('../fonts/mana.svg?v=1.12.0#mana') format('svg');
|
src: url('../fonts/mana.eot?#iefix&v=1.13.0') format('embedded-opentype'), url('../fonts/mana.woff?v=1.13.0') format('woff'), url('../fonts/mana.ttf?v=1.13.0') format('truetype'), url('../fonts/mana.svg?v=1.13.0#mana') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'MPlantin';
|
font-family: 'MPlantin';
|
||||||
src: url('../fonts/mplantin.eot?v=1.12.0');
|
src: url('../fonts/mplantin.eot?v=1.13.0');
|
||||||
src: url('../fonts/mplantin.eot?#iefix&v=1.12.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.12.0') format('woff'), url('../fonts/mplantin.ttf?v=1.12.0') format('truetype'), url('../fonts/mplantin.svg?v=1.12.0#mplantin') format('svg');
|
src: url('../fonts/mplantin.eot?#iefix&v=1.13.0') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.13.0') format('woff'), url('../fonts/mplantin.ttf?v=1.13.0') format('truetype'), url('../fonts/mplantin.svg?v=1.13.0#mplantin') format('svg');
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
}
|
}
|
||||||
@ -28,6 +28,12 @@
|
|||||||
.ms-w::before {
|
.ms-w::before {
|
||||||
content: "\e600";
|
content: "\e600";
|
||||||
}
|
}
|
||||||
|
.ms-w-original::before {
|
||||||
|
content: "\e997";
|
||||||
|
}
|
||||||
|
.ms-w-list::before {
|
||||||
|
content: "\e998";
|
||||||
|
}
|
||||||
.ms-u::before {
|
.ms-u::before {
|
||||||
content: "\e601";
|
content: "\e601";
|
||||||
}
|
}
|
||||||
@ -123,6 +129,9 @@
|
|||||||
.ms-s::before {
|
.ms-s::before {
|
||||||
content: "\e619";
|
content: "\e619";
|
||||||
}
|
}
|
||||||
|
.ms-s-mtga::before {
|
||||||
|
content: "\e996";
|
||||||
|
}
|
||||||
.ms-c::before {
|
.ms-c::before {
|
||||||
content: "\e904";
|
content: "\e904";
|
||||||
}
|
}
|
||||||
@ -505,6 +514,9 @@
|
|||||||
.ms-ability-convoke::before {
|
.ms-ability-convoke::before {
|
||||||
content: "\e949";
|
content: "\e949";
|
||||||
}
|
}
|
||||||
|
.ms-ability-d20::before {
|
||||||
|
content: "\e999";
|
||||||
|
}
|
||||||
.ms-ability-deathtouch::before {
|
.ms-ability-deathtouch::before {
|
||||||
content: "\e94b";
|
content: "\e94b";
|
||||||
}
|
}
|
||||||
@ -954,6 +966,9 @@
|
|||||||
margin-left: -0.9em;
|
margin-left: -0.9em;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
}
|
}
|
||||||
|
.ms-cost.ms-s-mtga::before {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.ms-cost.ms-untap {
|
.ms-cost.ms-untap {
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
2
node_modules/mana-font/css/mana.min.css
generated
vendored
2
node_modules/mana-font/css/mana.min.css
generated
vendored
File diff suppressed because one or more lines are too long
BIN
node_modules/mana-font/fonts/mana.eot
generated
vendored
BIN
node_modules/mana-font/fonts/mana.eot
generated
vendored
Binary file not shown.
473
node_modules/mana-font/fonts/mana.svg
generated
vendored
473
node_modules/mana-font/fonts/mana.svg
generated
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 622 KiB After Width: | Height: | Size: 712 KiB |
BIN
node_modules/mana-font/fonts/mana.ttf
generated
vendored
BIN
node_modules/mana-font/fonts/mana.ttf
generated
vendored
Binary file not shown.
BIN
node_modules/mana-font/fonts/mana.woff
generated
vendored
BIN
node_modules/mana-font/fonts/mana.woff
generated
vendored
Binary file not shown.
BIN
node_modules/mana-font/fonts/mana.woff2
generated
vendored
BIN
node_modules/mana-font/fonts/mana.woff2
generated
vendored
Binary file not shown.
14
package-lock.json
generated
14
package-lock.json
generated
@ -9,15 +9,15 @@
|
|||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"license": "(OFL-1.1 AND GPL-3.0-only)",
|
"license": "(OFL-1.1 AND GPL-3.0-only)",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mana-font": "^1.12.1",
|
"mana-font": "^1.13.0",
|
||||||
"zepto": "*"
|
"zepto": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {}
|
"devDependencies": {}
|
||||||
},
|
},
|
||||||
"node_modules/mana-font": {
|
"node_modules/mana-font": {
|
||||||
"version": "1.12.1",
|
"version": "1.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.13.0.tgz",
|
||||||
"integrity": "sha512-EQNGYMwGt7WNAKxyJDb9xJ3DLkUC5bg3CAo4Hztwd1aWQeQ0gmlGQm61Hlmub2Rbc27kIxae53dQ2EGIwvDYyQ=="
|
"integrity": "sha512-eJ1+oRkoNik7f1X6d4EBX0JcEn0CgF3MLjUYlkfPWE68Uug3U2dmkjq57K8aJKQhUTHgjKCrLHm6ao2xBF4WNA=="
|
||||||
},
|
},
|
||||||
"node_modules/zepto": {
|
"node_modules/zepto": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
@ -27,9 +27,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mana-font": {
|
"mana-font": {
|
||||||
"version": "1.12.1",
|
"version": "1.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.12.1.tgz",
|
"resolved": "https://registry.npmjs.org/mana-font/-/mana-font-1.13.0.tgz",
|
||||||
"integrity": "sha512-EQNGYMwGt7WNAKxyJDb9xJ3DLkUC5bg3CAo4Hztwd1aWQeQ0gmlGQm61Hlmub2Rbc27kIxae53dQ2EGIwvDYyQ=="
|
"integrity": "sha512-eJ1+oRkoNik7f1X6d4EBX0JcEn0CgF3MLjUYlkfPWE68Uug3U2dmkjq57K8aJKQhUTHgjKCrLHm6ao2xBF4WNA=="
|
||||||
},
|
},
|
||||||
"zepto": {
|
"zepto": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"description": "Mana documentation website",
|
"description": "Mana documentation website",
|
||||||
"main": "index.html",
|
"main": "index.html",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"mana-font": "^1.12.1",
|
"mana-font": "^1.13.0",
|
||||||
"zepto": "*"
|
"zepto": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
|
Loading…
Reference in New Issue
Block a user