mirror of
https://github.com/andrewgioia/keyrune.git
synced 2024-12-22 07:29:56 +00:00
Adds STA and C21 symbols, fixes some duo border issues, corrects AFR's code
This commit is contained in:
parent
c800f88d8e
commit
7bdfc5fb54
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.7.2');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.7.2') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.7.2') format('woff2'), url('../fonts/keyrune.woff?v=3.7.2') format('woff'), url('../fonts/keyrune.ttf?v=3.7.2') format('truetype'), url('../fonts/keyrune.svg?v=3.7.2#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.8.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.8.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.8.0') format('woff2'), url('../fonts/keyrune.woff?v=3.8.0') format('woff'), url('../fonts/keyrune.ttf?v=3.8.0') format('truetype'), url('../fonts/keyrune.svg?v=3.8.0#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -61,13 +61,17 @@
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
.ss-duo.ss-xdnd::after {
|
||||
.ss-duo.ss-xdnd::after,
|
||||
.ss-duo.ss-afr::after {
|
||||
content: "\e973";
|
||||
}
|
||||
.ss-duo.ss-c21::after {
|
||||
content: "\e97f";
|
||||
}
|
||||
.ss-duo.ss-xin4::after {
|
||||
content: "\e979";
|
||||
}
|
||||
.ss-duo.ss-common {
|
||||
.ss-duo.ss-common:after {
|
||||
color: #fff;
|
||||
}
|
||||
.ss-duo.ss-uncommon::after,
|
||||
@ -254,7 +258,8 @@
|
||||
.ss-m21:before {
|
||||
content: "\e960";
|
||||
}
|
||||
.ss-xdnd:before {
|
||||
.ss-xdnd:before,
|
||||
.ss-afr:before {
|
||||
content: "\e972";
|
||||
}
|
||||
/**
|
||||
@ -643,6 +648,9 @@
|
||||
.ss-khc:before {
|
||||
content: "\e97d";
|
||||
}
|
||||
.ss-c21:before {
|
||||
content: "\e97e";
|
||||
}
|
||||
/**
|
||||
* Reprint */
|
||||
.ss-chr:before {
|
||||
@ -702,6 +710,9 @@
|
||||
.ss-mh2:before {
|
||||
content: "\e97b";
|
||||
}
|
||||
.ss-sta:before {
|
||||
content: "\e980";
|
||||
}
|
||||
/**
|
||||
* Beginner */
|
||||
.ss-por:before {
|
||||
|
2
css/keyrune.min.css
vendored
2
css/keyrune.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<title>Cheatsheet | Keyrune</title>
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@3.7.1/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="assets/docs.css" />
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
@ -70,6 +70,7 @@
|
||||
<span class="utf"><i></i> ss-9ed <code>&#xe60a;</code></span>
|
||||
<span class="utf"><i></i> ss-a25 <code>&#xe93d;</code></span>
|
||||
<span class="utf"><i></i> ss-aer <code>&#xe90f;</code></span>
|
||||
<span class="utf"><i></i> ss-afr <code>&#xe972;</code></span>
|
||||
<span class="utf"><i></i> ss-akh <code>&#xe914;</code></span>
|
||||
<span class="utf"><i></i> ss-akr <code>&#xe970;</code></span>
|
||||
<span class="utf"><i></i> ss-ala <code>&#xe641;</code></span>
|
||||
@ -96,6 +97,7 @@
|
||||
<span class="utf"><i></i> ss-c18 <code>&#xe946;</code></span>
|
||||
<span class="utf"><i></i> ss-c19 <code>&#xe95f;</code></span>
|
||||
<span class="utf"><i></i> ss-c20 <code>&#xe966;</code></span>
|
||||
<span class="utf"><i></i> ss-c21 <code>&#xe97e;</code></span>
|
||||
<span class="utf"><i></i> ss-cc1 <code>&#xe968;</code></span>
|
||||
<span class="utf"><i></i> ss-chk <code>&#xe634;</code></span>
|
||||
<span class="utf"><i></i> ss-chr <code>&#xe65e;</code></span>
|
||||
@ -252,6 +254,7 @@
|
||||
<span class="utf"><i></i> ss-ss1 <code>&#xe944;</code></span>
|
||||
<span class="utf"><i></i> ss-ss2 <code>&#xe95c;</code></span>
|
||||
<span class="utf"><i></i> ss-ss3 <code>&#xe96d;</code></span>
|
||||
<span class="utf"><i></i> ss-sta <code>&#xe980;</code></span>
|
||||
<span class="utf"><i></i> ss-sth <code>&#xe620;</code></span>
|
||||
<span class="utf"><i></i> ss-stx <code>&#xe975;</code></span>
|
||||
<span class="utf"><i></i> ss-td2 <code>&#xe91c;</code></span>
|
||||
@ -288,7 +291,6 @@
|
||||
<span class="utf"><i></i> ss-war <code>&#xe95a;</code></span>
|
||||
<span class="utf"><i></i> ss-wth <code>&#xe61e;</code></span>
|
||||
<span class="utf"><i></i> ss-wwk <code>&#xe645;</code></span>
|
||||
<span class="utf"><i></i> ss-xdnd <code>&#xe972;</code></span>
|
||||
<span class="utf"><i></i> ss-xin3 <code>&#xe977;</code></span>
|
||||
<span class="utf"><i></i> ss-xin4 <code>&#xe978;</code></span>
|
||||
<span class="utf"><i></i> ss-xln <code>&#xe92e;</code></span>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<title>Examples | Keyrune</title>
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@3.7.1/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="assets/docs.css" />
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<title>Set Symbol Icons | Keyrune</title>
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@3.7.1/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="assets/docs.css" />
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
@ -37,7 +37,7 @@
|
||||
<i class="ss ss-pmtg2"></i>
|
||||
Download
|
||||
</a>
|
||||
<h2 class="sub">Complete 278 Magic set symbol font icons</h2>
|
||||
<h2 class="sub">Complete 280 Magic set symbol font icons</h2>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
@ -45,7 +45,7 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h3>
|
||||
View the full list of 278 set and expansion symbols below, for all sets and special edition products up to <strong>Kaldheim</strong> and <strong>Time Spiral Remastered</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 280 set and expansion symbols below, for all sets and special edition products up to <strong>Kaldheim</strong> and <strong>Time Spiral Remastered</strong>. To use the symbols on your desktop or just get the vectors, check out the <a href="cheatsheet.html">Cheatsheet</a>.
|
||||
</h3>
|
||||
<p style="margin: -15px 0 25px;">
|
||||
<strong>Note:</strong> you can now link directly to a preview of each symbol's by adding the symbol code at the end of the url like this: <a href="https://keyrune.andrewgioia.com/icons.html?icon=ody">https://keyrune.andrewgioia.com/icons.html?icon=ody</a>.
|
||||
@ -135,8 +135,8 @@
|
||||
<div class="icon" id="m21" name="Core 2021" data-name="Core 2021" data-class="m21" data-unicode="e960" data-added="v3.6.6">
|
||||
<span class="name"><i class="ss ss-m21"></i> Core 2021 <em>(m21)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="xdnd" name="Dungeons & Dragons: Adventures in the Forgotten Realms" data-name="Dungeons & Dragons: Adventures in the Forgotten Realms" data-class="xdnd" data-unicode="e972" data-added="v3.7.0" data-duo="true">
|
||||
<span class="name"><i class="ss ss-xdnd ss-duo"></i> DnD: Adventures in the Forgotten Realms <em>(xdnd)</em></span>
|
||||
<div class="icon" id="afr" name="Adventures in the Forgotten Realms" data-name="Adventures in the Forgotten Realms" data-class="afr" data-unicode="e972" data-added="v3.7.0" data-duo="true">
|
||||
<span class="name"><i class="ss ss-afr ss-common ss-duo"></i> Adventures in the Forgotten Realms <em>(afr)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
@ -493,6 +493,9 @@
|
||||
<div class="icon" id="khc" name="Kaldheim Commander" data-name="Kaldheim Commander" data-class="khc" data-unicode="e97d" data-added="v3.7.2">
|
||||
<span class="name"><i class="ss ss-khc"></i> Kaldheim Commander <em>(khc)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="c21" name="Commander 2021" data-name="Commander 2021" data-class="c21" data-unicode="e97e" data-added="v3.8.0">
|
||||
<span class="name"><i class="ss ss-c21 ss-duo ss-common"></i> Commander 2021 <em>(c21)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
@ -555,6 +558,9 @@
|
||||
<div class="icon" id="mh2" name="Modern Horizons 2" data-name="Modern Horizons 2" data-class="mh2" data-unicode="e97b" data-added="v3.7.0">
|
||||
<span class="name"><i class="ss ss-mh2"></i> Modern Horizons 2 <em>(mh2)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="sta" name="Strixhaven: Mystical Archives" data-name="Strixhaven: Mystical Archives" data-class="sta" data-unicode="e980" data-added="v3.8.0">
|
||||
<span class="name"><i class="ss ss-sta"></i> Strixhaven: Mystical Archives <em>(sta)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
||||
<title>Keyrune | Andrew Gioia</title>
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@3.7.1/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link href="//cdn.jsdelivr.net/npm/keyrune@latest/css/keyrune.css" rel="stylesheet" type="text/css" />
|
||||
<link rel="stylesheet" href="assets/docs.css" />
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
@ -43,7 +43,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Current version 3.7.2 includes all sets to Kaldheim and Time Spiral Remastered.
|
||||
Current version 3.8.0 includes all sets to Strixhaven and Commander 2021.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 617 KiB After Width: | Height: | Size: 627 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -24,18 +24,24 @@
|
||||
// set default inner to white unless a rarity is declared
|
||||
color: #fff;
|
||||
|
||||
// Dungeons & Dragons: Adventures in the Forgotten Realms
|
||||
&.@{ss-prefix}-xdnd::after {
|
||||
// Adventures in the Forgotten Realms
|
||||
&.@{ss-prefix}-xdnd::after,
|
||||
&.@{ss-prefix}-afr::after {
|
||||
content: "\e973";
|
||||
}
|
||||
|
||||
// Commander 2021
|
||||
&.@{ss-prefix}-c21::after {
|
||||
content: "\e97f";
|
||||
}
|
||||
|
||||
// Innistrad Werewolves
|
||||
&.@{ss-prefix}-xin4::after {
|
||||
content: "\e979";
|
||||
}
|
||||
|
||||
// rarity border colors
|
||||
&.@{ss-prefix}-common {
|
||||
&.@{ss-prefix}-common:after {
|
||||
color: #fff;
|
||||
}
|
||||
&.@{ss-prefix}-uncommon::after,
|
||||
|
@ -28,7 +28,8 @@
|
||||
.@{ss-prefix}-2u:before { content: "\e949"; } // Unlimited (MODO)
|
||||
.@{ss-prefix}-3e:before { content: "\e94a"; } // Revised (MODO)
|
||||
.@{ss-prefix}-m21:before { content: "\e960"; } // Core 2021
|
||||
.@{ss-prefix}-xdnd:before { content: "\e972"; } // DnD Adventures of the Forgotten Realms (inner)
|
||||
.@{ss-prefix}-xdnd:before,
|
||||
.@{ss-prefix}-afr:before { content: "\e972"; } // Adventures in the Forgotten Realms (inner)
|
||||
|
||||
/**
|
||||
* Expansions */
|
||||
@ -191,6 +192,7 @@
|
||||
.@{ss-prefix}-cmr:before, // Commander Legends
|
||||
.@{ss-prefix}-cmc:before { content: "\e969"; } // Commander Legends Decks
|
||||
.@{ss-prefix}-khc:before { content: "\e97d"; } // Kaldheim Commander
|
||||
.@{ss-prefix}-c21:before { content: "\e97e"; } // Commander 2021 (inner)
|
||||
|
||||
/**
|
||||
* Reprint */
|
||||
@ -214,6 +216,7 @@
|
||||
.@{ss-prefix}-jmp:before { content: "\e96f"; } // Jumpstart
|
||||
.@{ss-prefix}-mb1:before { content: "\e971"; } // Mystery Booster
|
||||
.@{ss-prefix}-mh2:before { content: "\e97b"; } // Modern Horizons 2
|
||||
.@{ss-prefix}-sta:before { content: "\e980"; } // Strixhaven Mystical Archives
|
||||
|
||||
/**
|
||||
* Beginner */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.7.2';
|
||||
@ss-version: '3.8.0';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.7.2",
|
||||
"version": "3.8.0",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrew@gioia.email",
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Globals */
|
||||
|
||||
$keyrune_version: '3.7.2' !default;
|
||||
$keyrune_version: '3.8.0' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// font specific
|
||||
@ -52,7 +52,8 @@ $border-corrections: (
|
||||
|
||||
// dual-layered symbols (work in progress)
|
||||
$dual-layered: (
|
||||
'xdnd': '\e973',
|
||||
'afr': '\e973',
|
||||
'c21': '\e97f',
|
||||
'xin4': '\e979'
|
||||
) !default;
|
||||
|
||||
@ -86,7 +87,8 @@ $keyrune_sets: (
|
||||
("Unlimited (MODO)", "2u", "\e949"),
|
||||
("Revised (MODO)", "3e", "\e94a"),
|
||||
("Core 2021", "m21", "\e960"),
|
||||
("DnD Adventures in the Forgotten Realms", "xdnd", "\e972"),
|
||||
("Adventures in the Forgotten Realms", "xdnd", "\e972"),
|
||||
("Adventures in the Forgotten Realms", "afr", "\e972"),
|
||||
//
|
||||
// Artifact block
|
||||
("Arabian Nights", "arn", "\e613"),
|
||||
@ -242,6 +244,8 @@ $keyrune_sets: (
|
||||
("Commander Legends", "cmr", "\e969"),
|
||||
("Commander Legends Decks", "cmc", "\e969"),
|
||||
("Kaldheim Commander", "khc", "\e97d"),
|
||||
("Commander 2021", "c21", "\e97e"),
|
||||
|
||||
//
|
||||
// Reprint sets
|
||||
("Chronicles", "chr", "\e65e"),
|
||||
@ -263,6 +267,7 @@ $keyrune_sets: (
|
||||
("Jumpstart", "jmp", "\e96f"),
|
||||
("Mystery Booster", "mb1", "\e971"),
|
||||
("Modern Horizons 2", "mh2", "\e97b"),
|
||||
("Strixhaven: Mystical Archives", "sta", "\e980"),
|
||||
//
|
||||
// Beginner
|
||||
("Portal", "por", "\e664"),
|
||||
|
Loading…
Reference in New Issue
Block a user