mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 15:39:56 +00:00
Updating docs with new Legendary Cube code and new Treasure Chest icon
This commit is contained in:
parent
a8f966cfb3
commit
e806778079
4
bower_components/keyrune/.bower.json
vendored
4
bower_components/keyrune/.bower.json
vendored
@ -31,11 +31,11 @@
|
||||
"node_modules",
|
||||
"bower_components"
|
||||
],
|
||||
"_release": "422ca854eb",
|
||||
"_release": "8d79fa973b",
|
||||
"_resolution": {
|
||||
"type": "branch",
|
||||
"branch": "master",
|
||||
"commit": "422ca854ebf8c607d950da38665c83b1df58a0f3"
|
||||
"commit": "8d79fa973b13511e49e579ac383caf87cdb52d9d"
|
||||
},
|
||||
"_source": "https://github.com/andrewgioia/keyrune.git",
|
||||
"_target": "*",
|
||||
|
2
bower_components/keyrune/bower.json
vendored
2
bower_components/keyrune/bower.json
vendored
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://andrewgioia.github.io/Keyrune",
|
||||
"version": "2.1.1",
|
||||
"version": "2.1.2",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrewgioia@gmail.com>"
|
||||
],
|
||||
|
8
bower_components/keyrune/css/keyrune.css
vendored
8
bower_components/keyrune/css/keyrune.css
vendored
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
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');
|
||||
src: url('../fonts/keyrune.eot?v=2.1.2');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=2.1.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=2.1.2') format('woff2'), url('../fonts/keyrune.woff?v=2.1.2') format('woff'), url('../fonts/keyrune.ttf?v=2.1.2') format('truetype'), url('../fonts/keyrune.svg?v=2.1.2#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -691,6 +691,7 @@
|
||||
.ss-vma:before {
|
||||
content: "\e696";
|
||||
}
|
||||
.ss-pz1:before,
|
||||
.ss-xlcu:before {
|
||||
content: "\e90c";
|
||||
}
|
||||
@ -705,6 +706,9 @@
|
||||
.ss-xmods:before {
|
||||
content: "\e91e";
|
||||
}
|
||||
.ss-pz2:before {
|
||||
content: "\e91f";
|
||||
}
|
||||
/**
|
||||
* Un-serious */
|
||||
.ss-ugl:before {
|
||||
|
2
bower_components/keyrune/css/keyrune.min.css
vendored
2
bower_components/keyrune/css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
bower_components/keyrune/fonts/keyrune.eot
vendored
BIN
bower_components/keyrune/fonts/keyrune.eot
vendored
Binary file not shown.
11
bower_components/keyrune/fonts/keyrune.svg
vendored
11
bower_components/keyrune/fonts/keyrune.svg
vendored
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 283 KiB After Width: | Height: | Size: 285 KiB |
BIN
bower_components/keyrune/fonts/keyrune.ttf
vendored
BIN
bower_components/keyrune/fonts/keyrune.ttf
vendored
Binary file not shown.
BIN
bower_components/keyrune/fonts/keyrune.woff
vendored
BIN
bower_components/keyrune/fonts/keyrune.woff
vendored
Binary file not shown.
BIN
bower_components/keyrune/fonts/keyrune.woff2
vendored
BIN
bower_components/keyrune/fonts/keyrune.woff2
vendored
Binary file not shown.
2
bower_components/keyrune/less/icons.less
vendored
2
bower_components/keyrune/less/icons.less
vendored
@ -244,12 +244,14 @@
|
||||
.@{ss-prefix}-me4:before { content: "\e690"; } // Masters Edition IV
|
||||
.@{ss-prefix}-tpr:before { content: "\e694"; } // Tempest Remastered
|
||||
.@{ss-prefix}-vma:before { content: "\e696"; } // Vintage Masters
|
||||
.@{ss-prefix}-pz1:before,
|
||||
.@{ss-prefix}-xlcu:before { content: "\e90c"; } // Legendary Cube
|
||||
.@{ss-prefix}-modo:before,
|
||||
.@{ss-prefix}-pmodo:before { content: "\e91b"; } // Magic Online promos
|
||||
.@{ss-prefix}-duels:before,
|
||||
.@{ss-prefix}-xduels:before { content: "\e91d"; } // Magic Duels
|
||||
.@{ss-prefix}-xmods:before { content: "\e91e"; } // Magic Online Deck Series
|
||||
.@{ss-prefix}-pz2:before { content: "\e91f"; } // Treasure Chests
|
||||
|
||||
|
||||
/**
|
||||
|
2
bower_components/keyrune/less/variables.less
vendored
2
bower_components/keyrune/less/variables.less
vendored
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '2.1.1';
|
||||
@ss-version: '2.1.2';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
||||
|
12
bower_components/keyrune/sass/_variables.scss
vendored
12
bower_components/keyrune/sass/_variables.scss
vendored
@ -1,7 +1,7 @@
|
||||
// _variables.scss
|
||||
|
||||
// #.
|
||||
$keyrune_version: '2.1.1' !default;
|
||||
$keyrune_version: '2.1.2' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// #. Keyrune Font ==============================
|
||||
@ -269,9 +269,9 @@ $mtg_setlist: (
|
||||
("Salvat 2005", 'psalvat05', "\e909"),
|
||||
("Salvat 2011", 'psalvat11', "\e90a"),
|
||||
("Masterpieces", 'mp1', "\e913"),
|
||||
("Xbox Media Promo" 'pxbox', "\e915"),
|
||||
("Magic Premiere Shop" 'pmps', "\e919"),
|
||||
("Mirrodin Pure" 'pmpu', "\e91a"),
|
||||
("Xbox Media Promo", 'pxbox', "\e915"),
|
||||
("Magic Premiere Shop", 'pmps', "\e919"),
|
||||
("Mirrodin Pure", 'pmpu', "\e91a"),
|
||||
// # Online Only
|
||||
("Masters Edition", 'med', "\e68d"),
|
||||
("Masters Edition II", 'me2', "\e68e"),
|
||||
@ -279,12 +279,14 @@ $mtg_setlist: (
|
||||
("Masters Edition IV", 'me4', "\e690"),
|
||||
("Tempest Remastered", 'tpr', "\e694"),
|
||||
("Vintage Masters", 'vma', "\e696"),
|
||||
("Legendary Cube", 'xlcu', "\e90c"),
|
||||
//("Legendary Cube", 'xlcu', "\e90c"), not sure if we can include dupes here
|
||||
("Legendary Cube", 'pz1', "\e90c"),
|
||||
("Magic Online", 'modo', "\e91b"),
|
||||
("Magic Online", 'pmodo', "\e91b"),
|
||||
("Magic Duels", 'duels', "\e91d"),
|
||||
("Magic Duels", 'xduels', "\e91d"),
|
||||
("Magic Online Deck Series", 'xmods', "\e91e"),
|
||||
("Treasure Chests", 'pz2', "\e91f"),
|
||||
// # The Unsets
|
||||
("Unglued", 'ugl', "\e691"),
|
||||
("Unhinged", 'unh', "\e692")
|
||||
|
@ -238,8 +238,9 @@
|
||||
<span class="utf"><i></i> ss-psalvat05 <code>&#xe909;</code></span>
|
||||
<span class="utf"><i></i> ss-psalvat11 <code>&#xe90a;</code></span>
|
||||
<span class="utf"><i></i> ss-psum <code>&#xe605;</code></span>
|
||||
<span class="utf"><i></i> ss-pz1 <code>&#xe90c;</code></span>
|
||||
<span class="utf"><i></i> ss-pz2 <code>&#xe91f;</code></span>
|
||||
<span class="utf"><i></i> ss-xduels <code>&#xe91d;</code></span>
|
||||
<span class="utf"><i></i> ss-xlcu <code>&#xe90c;</code></span>
|
||||
<span class="utf"><i></i> ss-xmods <code>&#xe91e;</code></span>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
11
icons.html
11
icons.html
@ -34,7 +34,7 @@
|
||||
<i class="ss ss-pmtg2"></i>
|
||||
Download
|
||||
</a>
|
||||
<h2 class="sub">Complete 186 Magic set symbol font icons</h2>
|
||||
<h2 class="sub">Complete 187 Magic set symbol font icons</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -42,7 +42,7 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h3>
|
||||
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>.
|
||||
View the full list of 187 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">
|
||||
@ -633,8 +633,8 @@
|
||||
<div class="icon" id="tpr" name="Tempest Remastered">
|
||||
<span><i class="ss ss-tpr"></i> Tempest Remastered <em>(tpr)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="xlcu" name="Legendary Cube">
|
||||
<span><i class="ss ss-xlcu"></i> Legendary Cube <em>(xlcu)</em></span>
|
||||
<div class="icon" id="pz1" name="Legendary Cube">
|
||||
<span><i class="ss ss-xlcu"></i> Legendary Cube <em>(pz1)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pmodo" name="Magic Online">
|
||||
<span><i class="ss ss-pmodo"></i> Magic Online <em>(pmodo)</em></span>
|
||||
@ -645,6 +645,9 @@
|
||||
<div class="icon" id="xmods" name="Magic Online Deck Series">
|
||||
<span><i class="ss ss-xmods"></i> Magic Online Deck Series <em>(xmods)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pz2" name="Treasure Chests">
|
||||
<span><i class="ss ss-pz2"></i> Treasure Chests <em>(pz2)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
@ -44,7 +44,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Current version 2.1.1 includes all sets to Amonkhet.
|
||||
Current version 2.1.2 includes all sets to Amonkhet.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
Loading…
Reference in New Issue
Block a user