Adding new icons for Kaladesh, Aether Revolt, Planechase Anthology, Commander 2016, Modern Masters 2017, and Duel Decks: Nissa v. Ob Nixilis

This commit is contained in:
Andrew Gioia 2016-09-01 09:27:12 -04:00
parent 36e067aedb
commit 8f0b5e6f05
12 changed files with 38 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.DS_Store
npm-debug.log
push_instructions.txt

View File

@ -1,4 +1,4 @@
# Keyrune v1.6.2
# Keyrune v1.7.0
## The Magic: the Gathering set symbol font!
@ -57,6 +57,7 @@ Attribution is **greatly appreciated** but not required!
* v1.6.0 - Eldritch Moon icon added (based on low-res WOTC graphic)
* v1.6.1 - Updated EMN with the official high-res source image
* v1.6.2 - Added Legendary Cube icon; unfortunately there's no official set code
* v1.7.0 - Lots of new sets! Kaladesh, Aether Revolt, Modern Masters 2017, Plancechase Anthology, Commander 2016, and Duel Decks: Nissa v. Ob Nixilis added
## Todo

View File

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

View File

@ -406,6 +406,13 @@
.ss-emn:before {
content: "\e90b";
}
/* Kaladesh Block */
.ss-kld:before {
content: "\e90e";
}
.ss-aer:before {
content: "\e90f";
}
/**
* Command Zone */
.ss-van:before {
@ -441,6 +448,12 @@
.ss-cn2:before {
content: "\e904";
}
.ss-c16:before {
content: "\e910";
}
.ss-pca:before {
content: "\e911";
}
/**
* Reprint */
.ss-chr:before {
@ -467,6 +480,9 @@
.ss-ema:before {
content: "\e903";
}
.ss-mm3:before {
content: "\e912";
}
/**
* Beginner */
.ss-por:before {
@ -540,6 +556,9 @@
.ss-ddq:before {
content: "\e908";
}
.ss-ddr:before {
content: "\e90d";
}
/**
* From the Vault */
.ss-drb:before {

2
css/keyrune.min.css vendored

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 242 KiB

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -121,6 +121,9 @@
/* Return to Innistrad Block */
.@{ss-prefix}-soi:before { content: "\e902"; } // Shadows Over Innistrad
.@{ss-prefix}-emn:before { content: "\e90b"; } // Eldritch Moon
/* Kaladesh Block */
.@{ss-prefix}-kld:before { content: "\e90e"; } // Kaladesh
.@{ss-prefix}-aer:before { content: "\e90f"; } // Aether Revolt
/**
* Command Zone */
@ -136,6 +139,8 @@
.@{ss-prefix}-c14:before { content: "\e65d"; } // Commander 2014
.@{ss-prefix}-c15:before { content: "\e900"; } // Commander 2015
.@{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
/**
* Reprint */
@ -148,6 +153,7 @@
.@{ss-prefix}-mma:before { content: "\e663"; } // Modern Masters
.@{ss-prefix}-mm2:before { content: "\e695"; } // Modern Masters 2015
.@{ss-prefix}-ema:before { content: "\e903"; } // Eternal Masters
.@{ss-prefix}-mm3:before { content: "\e912"; } // Modern Masters 2017
/**
* Beginner */
@ -179,6 +185,7 @@
.@{ss-prefix}-ddo:before { content: "\e677"; } // Kiora vs. Elspeth
.@{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
/**
* From the Vault */

View File

@ -1,7 +1,7 @@
{
"name": "keyrune",
"description": "Keyrune",
"version": "1.6.2",
"version": "1.7.0",
"author": {
"name": "Andrew Gioia",
"email": "andrewgioia@gmail.com",