Commander Anthology added

This commit is contained in:
Andrew Gioia 2017-02-11 16:47:43 -05:00
parent bf3666284f
commit a8f966cfb3
10 changed files with 32 additions and 17 deletions

View File

@ -31,11 +31,11 @@
"node_modules",
"bower_components"
],
"_release": "a9b660d97e",
"_release": "422ca854eb",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "a9b660d97e340f6e540917995d52261233de446b"
"commit": "422ca854ebf8c607d950da38665c83b1df58a0f3"
},
"_source": "https://github.com/andrewgioia/keyrune.git",
"_target": "*",

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"homepage": "http://andrewgioia.github.io/Keyrune",
"version": "2.1.0",
"version": "2.1.1",
"authors": [
"Andrew Gioia <andrewgioia@gmail.com>"
],

View File

@ -2,8 +2,8 @@
* Global */
@font-face {
font-family: 'Keyrune';
src: url('../fonts/keyrune.eot?v=2.1.0');
src: url('../fonts/keyrune.eot?#iefix&v=2.1.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.1.0') format('woff2'), url('../fonts/keyrune.woff?v=2.1.0') format('woff'), url('../fonts/keyrune.ttf?v=2.1.0') format('truetype'), url('../fonts/keyrune.svg?v=2.1.0#keyrune') format('svg');
src: url('../fonts/keyrune.eot?v=2.1.1');
src: url('../fonts/keyrune.eot?#iefix&v=2.1.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.1.1') format('woff2'), url('../fonts/keyrune.woff?v=2.1.1') format('woff'), url('../fonts/keyrune.ttf?v=2.1.1') format('truetype'), url('../fonts/keyrune.svg?v=2.1.1#keyrune') format('svg');
font-weight: normal;
font-style: normal;
}
@ -458,6 +458,9 @@
.ss-pca:before {
content: "\e911";
}
.ss-cma:before {
content: "\e916";
}
/**
* Reprint */
.ss-chr:before {
@ -569,6 +572,9 @@
.ss-ddr:before {
content: "\e90d";
}
.ss-td2:before {
content: "\e91c";
}
/**
* From the Vault */
.ss-drb:before {
@ -688,12 +694,11 @@
.ss-xlcu:before {
content: "\e90c";
}
.ss-modo:before,
.ss-pmodo:before {
content: "\e91b";
}
.ss-td2:before {
content: "\e91c";
}
.ss-duels:before,
.ss-xduels:before {
content: "\e91d";
}

File diff suppressed because one or more lines are too long

View File

@ -143,6 +143,7 @@
.@{ss-prefix}-cn2:before { content: "\e904"; } // Conspiracy 2: Take the Crown
.@{ss-prefix}-c16:before { content: "\e910"; } // Commander 2016
.@{ss-prefix}-pca:before { content: "\e911"; } // Planechase Anthology
.@{ss-prefix}-cma:before { content: "\e916"; } // Commander Anthology
/**
* Reprint */
@ -190,6 +191,7 @@
.@{ss-prefix}-ddp:before { content: "\e698"; } // Zendikar vs. Eldrazi
.@{ss-prefix}-ddq:before { content: "\e908"; } // Blessed vs. Cursed
.@{ss-prefix}-ddr:before { content: "\e90d"; } // Nissa vs. Ob Nixilis
.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
/**
* From the Vault */
@ -243,8 +245,9 @@
.@{ss-prefix}-tpr:before { content: "\e694"; } // Tempest Remastered
.@{ss-prefix}-vma:before { content: "\e696"; } // Vintage Masters
.@{ss-prefix}-xlcu:before { content: "\e90c"; } // Legendary Cube
.@{ss-prefix}-modo:before,
.@{ss-prefix}-pmodo:before { content: "\e91b"; } // Magic Online promos
.@{ss-prefix}-td2:before { content: "\e91c"; } // New Phyrexia vs. Mirrodin Pure
.@{ss-prefix}-duels:before,
.@{ss-prefix}-xduels:before { content: "\e91d"; } // Magic Duels
.@{ss-prefix}-xmods:before { content: "\e91e"; } // Magic Online Deck Series

View File

@ -2,6 +2,6 @@
* Global */
@ss-font-path: '../fonts';
@ss-version: '2.1.0';
@ss-version: '2.1.1';
@ss-font-size-base: 14px;
@ss-prefix: ss;

View File

@ -1,7 +1,7 @@
// _variables.scss
// #.
$keyrune_version: '2.1.0' !default;
$keyrune_version: '2.1.1' !default;
$keyrune_font_path: '../fonts' !default;
// #. Keyrune Font ==============================
@ -198,7 +198,8 @@ $mtg_setlist: (
("Commander 2015", 'c15', "\e900"),
("Conspiracy 2, Take", 'cn2', "\e904"),
("Commander 2016", 'c16', "\e910"),
("Planechase", 'pca', "\e911"),
("Planechase Anthology", 'pca', "\e911"),
("Commander Anthology", 'cma', "\e916"),
// # Reprint Sets
("Chronicles", 'chr', "\e65e"),
("Anthologies", 'ath', "\e65f"),
@ -237,6 +238,7 @@ $mtg_setlist: (
("Zendikar vs.", 'ddp', "\e698"),
("Blessed vs. Cursed", 'ddq', "\e908"),
("Nissa vs. Ob Nixilis", 'ddr', "\e90d"),
("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
// # From the Vault
("Dragons", 'drb', "\e678"),
("Exiled", 'v09', "\e679"),
@ -278,8 +280,9 @@ $mtg_setlist: (
("Tempest Remastered", 'tpr', "\e694"),
("Vintage Masters", 'vma', "\e696"),
("Legendary Cube", 'xlcu', "\e90c"),
("Magic Online", 'modo', "\e91b"),
("Magic Online", 'pmodo', "\e91b"),
("New Phyrexia vs. Mirrodin Pure", 'td2', "\e91c"),
("Magic Duels", 'duels', "\e91d"),
("Magic Duels", 'xduels', "\e91d"),
("Magic Online Deck Series", 'xmods', "\e91e"),
// # The Unsets

View File

@ -85,6 +85,7 @@
<span class="utf"><i>&#xe634;</i> ss-chk <code>&amp;#xe634;</code></span>
<span class="utf"><i>&#xe65e;</i> ss-chr <code>&amp;#xe65e;</code></span>
<span class="utf"><i>&#xe65a;</i> ss-cm1 <code>&amp;#xe65a;</code></span>
<span class="utf"><i>&#xe916;</i> ss-cma <code>&amp;#xe916;</code></span>
<span class="utf"><i>&#xe658;</i> ss-cmd <code>&amp;#xe658;</code></span>
<span class="utf"><i>&#xe65c;</i> ss-cns <code>&amp;#xe65c;</code></span>
<span class="utf"><i>&#xe904;</i> ss-cn2 <code>&amp;#xe904;</code></span>

View File

@ -34,7 +34,7 @@
<i class="ss ss-pmtg2"></i>
Download
</a>
<h2 class="sub">Complete 185 Magic set symbol font icons</h2>
<h2 class="sub">Complete 186 Magic set symbol font icons</h2>
</div>
</header>
@ -42,7 +42,7 @@
<div class="wrapper">
<section>
<h3>
View the full list of 185 set and expansion symbols below, for all sets and special edition products up to <strong>Amonkhet</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
View the full list of 186 set and expansion symbols below, for all sets and special edition products up to <strong>Amonkhet</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
</h3>
</section>
<section class="content">
@ -379,6 +379,9 @@
<div class="icon" id="pca" name="Planechase Anthology">
<span><i class="ss ss-pca"></i> Planechase Anthology <em>(pca)</em></span>
</div>
<div class="icon" id="cma" name="Commander Anthology">
<span><i class="ss ss-cma"></i> Commander Anthology <em>(cma)</em></span>
</div>
</div>
</section>
<section class="content">

View File

@ -44,7 +44,7 @@
</a>
</div>
<p>
Current version 2.1.0 includes all sets to Amonkhet.
Current version 2.1.1 includes all sets to Amonkhet.
</p>
</div>
</header>