Adds TLA set symbol (#274), EOS set symbol (#273), Puzzle Quest set symbols for PMA and PM2 and DVK (#262); fixes UB set organization in docs (#230) and missing FCA in cheatsheet (#272); adds SVGs to newest sets
19
CHANGELOG.md
@ -13,7 +13,21 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
## Versions
|
||||
|
||||
### [3.17.0] 2025-06-08
|
||||
### [3.17.1] 2025-06-23 Avatar: the Last Airbender
|
||||
|
||||
#### Added
|
||||
|
||||
* Edge of Eternities: Stellar Sights (EOS) set symbol ([#273](https://github.com/andrewgioia/keyrune/issues/273))
|
||||
* Avatar: The Last Airbender (TLA) set symbol, along with full rarity/border/inner variants ([#274](https://github.com/andrewgioia/keyrune/issues/274))
|
||||
* Puzzle Quest (PMA), Puzzle Quest 2 (PM2), and Daxos vs Kalemne digital set symbols ([#262](https://github.com/andrewgioia/keyrune/issues/262))
|
||||
|
||||
#### Fixed
|
||||
|
||||
* Documentation now correctly categorizes some UB sets (WHO and PIP) as Commander sets ([#230](https://github.com/andrewgioia/keyrune/issues/230))
|
||||
* FCA added to Cheatsheet ([#272](https://github.com/andrewgioia/keyrune/issues/272))
|
||||
|
||||
|
||||
### [3.17.0] 2025-06-08 Edge of Eternities
|
||||
|
||||
Special thanks to @HeliumOctahelide for the PR and all of the work, thank you 🙏
|
||||
|
||||
@ -39,7 +53,7 @@ Special thanks to @HeliumOctahelide for the PR and all of the work, thank you
|
||||
* All Alchemy aliases are now available ([#271](https://github.com/andrewgioia/keyrune/issues/271))
|
||||
|
||||
|
||||
### [3.16.1] 2024-12-12
|
||||
### [3.16.1] 2024-12-12 Tarkir: Dragonstorm
|
||||
|
||||
#### Added
|
||||
|
||||
@ -56,6 +70,7 @@ Special thanks to @HeliumOctahelide for the PR and all of the work, thank you
|
||||
|
||||
* Re-adds support for text-stroke borders by default, and manual glyph borders as an override on specific symbols. Note that .ss-border is not working well when .ss-grad is also applied, due to the way that the gradient has to be applied to the glyph (via text-clip).
|
||||
|
||||
|
||||
### [3.16.0] 2024-10-28 Aetherdrift
|
||||
|
||||
#### Added
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Keyrune v3.17.0
|
||||
# Keyrune v3.17.1
|
||||
|
||||
## The Magic: the Gathering set symbol font!
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"homepage": "http://keyrune.andrewgioia.com",
|
||||
"version": "3.17.0",
|
||||
"version": "3.17.1",
|
||||
"authors": [
|
||||
"Andrew Gioia <andrew@gioia.email>"
|
||||
],
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.17.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.17.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.0') format('woff2'), url('../fonts/keyrune.woff?v=3.17.0') format('woff'), url('../fonts/keyrune.ttf?v=3.17.0') format('truetype'), url('../fonts/keyrune.svg?v=3.17.0#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.17.1');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.17.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.1') format('woff2'), url('../fonts/keyrune.woff?v=3.17.1') format('woff'), url('../fonts/keyrune.ttf?v=3.17.1') format('truetype'), url('../fonts/keyrune.svg?v=3.17.1#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -158,6 +158,14 @@
|
||||
content: "\e9f2";
|
||||
color: #fff !important;
|
||||
}
|
||||
.ss-duo.ss-tla::before {
|
||||
content: "\e9fc";
|
||||
width: 100%;
|
||||
}
|
||||
.ss-duo.ss-tla::after {
|
||||
content: "\e9fe";
|
||||
color: #fff !important;
|
||||
}
|
||||
.ss-duo.ss-una::after {
|
||||
content: "\e9bf";
|
||||
color: #fff !important;
|
||||
@ -701,6 +709,9 @@
|
||||
.ss-spm:before {
|
||||
content: "\e9f1";
|
||||
}
|
||||
.ss-tla:before {
|
||||
content: "\e9fb";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van:before {
|
||||
@ -1313,6 +1324,9 @@
|
||||
.ss-rex:before {
|
||||
content: "\e9c4";
|
||||
}
|
||||
.ss-eos:before {
|
||||
content: "\ea00";
|
||||
}
|
||||
/**
|
||||
* Secret Lairs */
|
||||
.ss-slu:before {
|
||||
@ -1328,7 +1342,7 @@
|
||||
content: "\e9bc";
|
||||
}
|
||||
/**
|
||||
* Online */
|
||||
* Digital */
|
||||
.ss-me1:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
@ -1412,6 +1426,15 @@
|
||||
.ss-ytdm:before {
|
||||
content: "\e9da";
|
||||
}
|
||||
.ss-pma:before {
|
||||
content: "\ea01";
|
||||
}
|
||||
.ss-pm2:before {
|
||||
content: "\ea02";
|
||||
}
|
||||
.ss-dvk:before {
|
||||
content: "\ea03";
|
||||
}
|
||||
/**
|
||||
* Un-serious */
|
||||
.ss-ugl:before {
|
||||
@ -1493,12 +1516,14 @@
|
||||
.ss-border.ss-dmc::before,
|
||||
.ss-border.ss-drc::before,
|
||||
.ss-border.ss-dsc::before,
|
||||
.ss-border.ss-eos::before,
|
||||
.ss-border.ss-fin::before,
|
||||
.ss-border.ss-hop::before,
|
||||
.ss-border.ss-inr::before,
|
||||
.ss-border.ss-pc2::before,
|
||||
.ss-border.ss-sis::before,
|
||||
.ss-border.ss-tdm::before,
|
||||
.ss-border.ss-tla::before,
|
||||
.ss-border.ss-van::before {
|
||||
-webkit-text-stroke: 0 !important;
|
||||
}
|
||||
@ -1515,12 +1540,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo)::after,
|
||||
.ss-border.ss-drc:not(.ss-duo)::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo)::after,
|
||||
.ss-border.ss-eos:not(.ss-duo)::after,
|
||||
.ss-border.ss-fin:not(.ss-duo)::after,
|
||||
.ss-border.ss-hop:not(.ss-duo)::after,
|
||||
.ss-border.ss-inr:not(.ss-duo)::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo)::after,
|
||||
.ss-border.ss-sis:not(.ss-duo)::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo)::after,
|
||||
.ss-border.ss-tla:not(.ss-duo)::after,
|
||||
.ss-border.ss-van:not(.ss-duo)::after {
|
||||
color: #fff;
|
||||
display: block;
|
||||
@ -1544,12 +1571,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-rare::after,
|
||||
@ -1564,12 +1593,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
|
||||
@ -1584,12 +1615,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
|
||||
@ -1604,12 +1637,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-foil::after,
|
||||
@ -1624,12 +1659,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-foil::after {
|
||||
color: #000;
|
||||
}
|
||||
@ -1721,6 +1758,12 @@
|
||||
content: "\e9dd";
|
||||
color: #000;
|
||||
}
|
||||
.ss-border.ss-eos::before {
|
||||
content: "\e9ff";
|
||||
}
|
||||
.ss-border.ss-eos::after {
|
||||
content: "\ea00";
|
||||
}
|
||||
.ss-border.ss-fin::before {
|
||||
content: "\e9ee";
|
||||
}
|
||||
@ -1745,6 +1788,20 @@
|
||||
.ss-border.ss-tdm:after {
|
||||
content: "\e9ec";
|
||||
}
|
||||
.ss-border.ss-tla {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
}
|
||||
.ss-border.ss-tla::before {
|
||||
content: "\e9fc";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.ss-border.ss-tla::marker {
|
||||
content: "\e9fd";
|
||||
color: #000;
|
||||
}
|
||||
.ss-border.ss-van:after {
|
||||
content: "\e655";
|
||||
}
|
||||
|
63
css/keyrune.min.css
vendored
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.17.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.17.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.0') format('woff2'), url('../fonts/keyrune.woff?v=3.17.0') format('woff'), url('../fonts/keyrune.ttf?v=3.17.0') format('truetype'), url('../fonts/keyrune.svg?v=3.17.0#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.17.1');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.17.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.1') format('woff2'), url('../fonts/keyrune.woff?v=3.17.1') format('woff'), url('../fonts/keyrune.ttf?v=3.17.1') format('truetype'), url('../fonts/keyrune.svg?v=3.17.1#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -158,6 +158,14 @@
|
||||
content: "\e9f2";
|
||||
color: #fff !important;
|
||||
}
|
||||
.ss-duo.ss-tla::before {
|
||||
content: "\e9fc";
|
||||
width: 100%;
|
||||
}
|
||||
.ss-duo.ss-tla::after {
|
||||
content: "\e9fe";
|
||||
color: #fff !important;
|
||||
}
|
||||
.ss-duo.ss-una::after {
|
||||
content: "\e9bf";
|
||||
color: #fff !important;
|
||||
@ -701,6 +709,9 @@
|
||||
.ss-spm:before {
|
||||
content: "\e9f1";
|
||||
}
|
||||
.ss-tla:before {
|
||||
content: "\e9fb";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van:before {
|
||||
@ -1313,6 +1324,9 @@
|
||||
.ss-rex:before {
|
||||
content: "\e9c4";
|
||||
}
|
||||
.ss-eos:before {
|
||||
content: "\ea00";
|
||||
}
|
||||
/**
|
||||
* Secret Lairs */
|
||||
.ss-slu:before {
|
||||
@ -1328,7 +1342,7 @@
|
||||
content: "\e9bc";
|
||||
}
|
||||
/**
|
||||
* Online */
|
||||
* Digital */
|
||||
.ss-me1:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
@ -1412,6 +1426,15 @@
|
||||
.ss-ytdm:before {
|
||||
content: "\e9da";
|
||||
}
|
||||
.ss-pma:before {
|
||||
content: "\ea01";
|
||||
}
|
||||
.ss-pm2:before {
|
||||
content: "\ea02";
|
||||
}
|
||||
.ss-dvk:before {
|
||||
content: "\ea03";
|
||||
}
|
||||
/**
|
||||
* Un-serious */
|
||||
.ss-ugl:before {
|
||||
@ -1493,12 +1516,14 @@
|
||||
.ss-border.ss-dmc::before,
|
||||
.ss-border.ss-drc::before,
|
||||
.ss-border.ss-dsc::before,
|
||||
.ss-border.ss-eos::before,
|
||||
.ss-border.ss-fin::before,
|
||||
.ss-border.ss-hop::before,
|
||||
.ss-border.ss-inr::before,
|
||||
.ss-border.ss-pc2::before,
|
||||
.ss-border.ss-sis::before,
|
||||
.ss-border.ss-tdm::before,
|
||||
.ss-border.ss-tla::before,
|
||||
.ss-border.ss-van::before {
|
||||
-webkit-text-stroke: 0 !important;
|
||||
}
|
||||
@ -1515,12 +1540,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo)::after,
|
||||
.ss-border.ss-drc:not(.ss-duo)::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo)::after,
|
||||
.ss-border.ss-eos:not(.ss-duo)::after,
|
||||
.ss-border.ss-fin:not(.ss-duo)::after,
|
||||
.ss-border.ss-hop:not(.ss-duo)::after,
|
||||
.ss-border.ss-inr:not(.ss-duo)::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo)::after,
|
||||
.ss-border.ss-sis:not(.ss-duo)::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo)::after,
|
||||
.ss-border.ss-tla:not(.ss-duo)::after,
|
||||
.ss-border.ss-van:not(.ss-duo)::after {
|
||||
color: #fff;
|
||||
display: block;
|
||||
@ -1544,12 +1571,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-rare::after,
|
||||
@ -1564,12 +1593,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
|
||||
@ -1584,12 +1615,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
|
||||
@ -1604,12 +1637,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-foil::after,
|
||||
@ -1624,12 +1659,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-foil::after {
|
||||
color: #000;
|
||||
}
|
||||
@ -1721,6 +1758,12 @@
|
||||
content: "\e9dd";
|
||||
color: #000;
|
||||
}
|
||||
.ss-border.ss-eos::before {
|
||||
content: "\e9ff";
|
||||
}
|
||||
.ss-border.ss-eos::after {
|
||||
content: "\ea00";
|
||||
}
|
||||
.ss-border.ss-fin::before {
|
||||
content: "\e9ee";
|
||||
}
|
||||
@ -1745,6 +1788,20 @@
|
||||
.ss-border.ss-tdm:after {
|
||||
content: "\e9ec";
|
||||
}
|
||||
.ss-border.ss-tla {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
}
|
||||
.ss-border.ss-tla::before {
|
||||
content: "\e9fc";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.ss-border.ss-tla::marker {
|
||||
content: "\e9fd";
|
||||
color: #000;
|
||||
}
|
||||
.ss-border.ss-van:after {
|
||||
content: "\e655";
|
||||
}
|
||||
|
63
docs/assets/keyrune.min.css
vendored
@ -2,8 +2,8 @@
|
||||
* Global */
|
||||
@font-face {
|
||||
font-family: 'Keyrune';
|
||||
src: url('../fonts/keyrune.eot?v=3.17.0');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.17.0') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.0') format('woff2'), url('../fonts/keyrune.woff?v=3.17.0') format('woff'), url('../fonts/keyrune.ttf?v=3.17.0') format('truetype'), url('../fonts/keyrune.svg?v=3.17.0#keyrune') format('svg');
|
||||
src: url('../fonts/keyrune.eot?v=3.17.1');
|
||||
src: url('../fonts/keyrune.eot?#iefix&v=3.17.1') format('embedded-opentype'), url('../fonts/keyrune.woff2?v=3.17.1') format('woff2'), url('../fonts/keyrune.woff?v=3.17.1') format('woff'), url('../fonts/keyrune.ttf?v=3.17.1') format('truetype'), url('../fonts/keyrune.svg?v=3.17.1#keyrune') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -158,6 +158,14 @@
|
||||
content: "\e9f2";
|
||||
color: #fff !important;
|
||||
}
|
||||
.ss-duo.ss-tla::before {
|
||||
content: "\e9fc";
|
||||
width: 100%;
|
||||
}
|
||||
.ss-duo.ss-tla::after {
|
||||
content: "\e9fe";
|
||||
color: #fff !important;
|
||||
}
|
||||
.ss-duo.ss-una::after {
|
||||
content: "\e9bf";
|
||||
color: #fff !important;
|
||||
@ -701,6 +709,9 @@
|
||||
.ss-spm:before {
|
||||
content: "\e9f1";
|
||||
}
|
||||
.ss-tla:before {
|
||||
content: "\e9fb";
|
||||
}
|
||||
/**
|
||||
* Command Zone */
|
||||
.ss-van:before {
|
||||
@ -1313,6 +1324,9 @@
|
||||
.ss-rex:before {
|
||||
content: "\e9c4";
|
||||
}
|
||||
.ss-eos:before {
|
||||
content: "\ea00";
|
||||
}
|
||||
/**
|
||||
* Secret Lairs */
|
||||
.ss-slu:before {
|
||||
@ -1328,7 +1342,7 @@
|
||||
content: "\e9bc";
|
||||
}
|
||||
/**
|
||||
* Online */
|
||||
* Digital */
|
||||
.ss-me1:before {
|
||||
content: "\e68d";
|
||||
}
|
||||
@ -1412,6 +1426,15 @@
|
||||
.ss-ytdm:before {
|
||||
content: "\e9da";
|
||||
}
|
||||
.ss-pma:before {
|
||||
content: "\ea01";
|
||||
}
|
||||
.ss-pm2:before {
|
||||
content: "\ea02";
|
||||
}
|
||||
.ss-dvk:before {
|
||||
content: "\ea03";
|
||||
}
|
||||
/**
|
||||
* Un-serious */
|
||||
.ss-ugl:before {
|
||||
@ -1493,12 +1516,14 @@
|
||||
.ss-border.ss-dmc::before,
|
||||
.ss-border.ss-drc::before,
|
||||
.ss-border.ss-dsc::before,
|
||||
.ss-border.ss-eos::before,
|
||||
.ss-border.ss-fin::before,
|
||||
.ss-border.ss-hop::before,
|
||||
.ss-border.ss-inr::before,
|
||||
.ss-border.ss-pc2::before,
|
||||
.ss-border.ss-sis::before,
|
||||
.ss-border.ss-tdm::before,
|
||||
.ss-border.ss-tla::before,
|
||||
.ss-border.ss-van::before {
|
||||
-webkit-text-stroke: 0 !important;
|
||||
}
|
||||
@ -1515,12 +1540,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo)::after,
|
||||
.ss-border.ss-drc:not(.ss-duo)::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo)::after,
|
||||
.ss-border.ss-eos:not(.ss-duo)::after,
|
||||
.ss-border.ss-fin:not(.ss-duo)::after,
|
||||
.ss-border.ss-hop:not(.ss-duo)::after,
|
||||
.ss-border.ss-inr:not(.ss-duo)::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo)::after,
|
||||
.ss-border.ss-sis:not(.ss-duo)::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo)::after,
|
||||
.ss-border.ss-tla:not(.ss-duo)::after,
|
||||
.ss-border.ss-van:not(.ss-duo)::after {
|
||||
color: #fff;
|
||||
display: block;
|
||||
@ -1544,12 +1571,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-uncommon::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-rare::after,
|
||||
@ -1564,12 +1593,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-rare::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-mythic::after,
|
||||
@ -1584,12 +1615,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-mythic::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-timeshifted::after,
|
||||
@ -1604,12 +1637,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-timeshifted::after,
|
||||
.ss-border.ss-40k:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-arc:not(.ss-duo).ss-foil::after,
|
||||
@ -1624,12 +1659,14 @@
|
||||
.ss-border.ss-dmc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-drc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-dsc:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-eos:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-fin:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-hop:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-inr:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-pc2:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-sis:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-tdm:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-tla:not(.ss-duo).ss-foil::after,
|
||||
.ss-border.ss-van:not(.ss-duo).ss-foil::after {
|
||||
color: #000;
|
||||
}
|
||||
@ -1721,6 +1758,12 @@
|
||||
content: "\e9dd";
|
||||
color: #000;
|
||||
}
|
||||
.ss-border.ss-eos::before {
|
||||
content: "\e9ff";
|
||||
}
|
||||
.ss-border.ss-eos::after {
|
||||
content: "\ea00";
|
||||
}
|
||||
.ss-border.ss-fin::before {
|
||||
content: "\e9ee";
|
||||
}
|
||||
@ -1745,6 +1788,20 @@
|
||||
.ss-border.ss-tdm:after {
|
||||
content: "\e9ec";
|
||||
}
|
||||
.ss-border.ss-tla {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
}
|
||||
.ss-border.ss-tla::before {
|
||||
content: "\e9fc";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.ss-border.ss-tla::marker {
|
||||
content: "\e9fd";
|
||||
color: #000;
|
||||
}
|
||||
.ss-border.ss-van:after {
|
||||
content: "\e655";
|
||||
}
|
||||
|
@ -165,6 +165,7 @@
|
||||
<span class="utf"><i></i> ss-dsk <code>&#xe9d7;</code></span>
|
||||
<span class="utf"><i></i> ss-dst <code>&#xe632;</code></span>
|
||||
<span class="utf"><i></i> ss-dtk <code>&#xe693;</code></span>
|
||||
<span class="utf"><i></i> ss-dvk <code>&#xea03;</code></span>
|
||||
<span class="utf"><i></i> ss-e01 <code>&#xe92d;</code></span>
|
||||
<span class="utf"><i></i> ss-e02 <code>&#xe931;</code></span>
|
||||
<span class="utf"><i></i> ss-ea1 <code>&#xe9b4;</code></span>
|
||||
@ -173,10 +174,12 @@
|
||||
<span class="utf"><i></i> ss-emn <code>&#xe90b;</code></span>
|
||||
<span class="utf"><i></i> ss-eoc <code>&#xe9f6;</code></span>
|
||||
<span class="utf"><i></i> ss-eoe <code>&#xe9f0;</code></span>
|
||||
<span class="utf"><i></i> ss-eos <code>&#xea00;</code></span>
|
||||
<span class="utf"><i></i> ss-eve <code>&#xe640;</code></span>
|
||||
<span class="utf"><i></i> ss-evg <code>&#xe669;</code></span>
|
||||
<span class="utf"><i></i> ss-exo <code>&#xe621;</code></span>
|
||||
<span class="utf"><i></i> ss-exp <code>&#xe69a;</code></span>
|
||||
<span class="utf"><i></i> ss-fca <code>&#xe9f8;</code></span>
|
||||
<span class="utf"><i></i> ss-fem <code>&#xe617;</code></span>
|
||||
<span class="utf"><i></i> ss-fdc <code>&#xe9e4;</code></span>
|
||||
<span class="utf"><i></i> ss-fdn <code>&#xe9d8;</code></span>
|
||||
@ -293,6 +296,8 @@
|
||||
<span class="utf"><i></i> ss-pip <code>&#xe9c3;</code></span>
|
||||
<span class="utf"><i></i> ss-plc <code>&#xe63b;</code></span>
|
||||
<span class="utf"><i></i> ss-pls <code>&#xe629;</code></span>
|
||||
<span class="utf"><i></i> ss-pma <code>&#xea01;</code></span>
|
||||
<span class="utf"><i></i> ss-pm2 <code>&#xea02;</code></span>
|
||||
<span class="utf"><i></i> ss-po2 <code>&#xe665;</code></span>
|
||||
<span class="utf"><i></i> ss-por <code>&#xe664;</code></span>
|
||||
<span class="utf"><i></i> ss-ptg <code>&#xe965;</code></span>
|
||||
@ -334,6 +339,7 @@
|
||||
<span class="utf"><i></i> ss-tdm <code>&#xe9e6;</code></span>
|
||||
<span class="utf"><i></i> ss-thb <code>&#xe961;</code></span>
|
||||
<span class="utf"><i></i> ss-ths <code>&#xe650;</code></span>
|
||||
<span class="utf"><i></i> ss-tla <code>&#xe9fb;</code></span>
|
||||
<span class="utf"><i></i> ss-tmp <code>&#xe61f;</code></span>
|
||||
<span class="utf"><i></i> ss-tor <code>&#xe62c;</code></span>
|
||||
<span class="utf"><i></i> ss-tpr <code>&#xe694;</code></span>
|
||||
@ -460,6 +466,7 @@
|
||||
<span class="utf"><i></i> dsc border <code>&#xe9dd;</code></span>
|
||||
<span class="utf"><i></i> dsc inner <code>&#xe9de;</code></span>
|
||||
<span class="utf"><i></i> eoc inner <code>&#xe9f7;</code></span>
|
||||
<span class="utf"><i></i> eos rarity <code>&#xe9ff;</code></span>
|
||||
<span class="utf"><i></i> fin border <code>&#xe9ef;</code></span>
|
||||
<span class="utf"><i></i> fin rarity <code>&#xe9ee;</code></span>
|
||||
<span class="utf"><i></i> inr border <code>&#xe9e3;</code></span>
|
||||
@ -474,6 +481,9 @@
|
||||
<span class="utf"><i></i> scd rarity <code>&#xe9ab;</code></span>
|
||||
<span class="utf"><i></i> scd inner <code>&#xe9ac;</code></span>
|
||||
<span class="utf"><i></i> spm inner <code>&#xe9f2;</code></span>
|
||||
<span class="utf"><i></i> tla rarity <code>&#xe9fc;</code></span>
|
||||
<span class="utf"><i></i> tla border <code>&#xe9fd;</code></span>
|
||||
<span class="utf"><i></i> tla inner <code>&#xe9fe;</code></span>
|
||||
<span class="utf"><i></i> una inner <code>&#xe9bf;</code></span>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
|
@ -432,4 +432,13 @@
|
||||
<glyph unicode="" glyph-name="fca" data-tags="final, fantasy, bonus, through, ages" horiz-adv-x="853" d="M412.922 968.124c17.708 3.327 36.616 0.055 51.925-9.527 19.126-11.618 32.344-32.417 34.526-54.706 2.4-21.108-5.145-43.016-19.89-58.27-15.617-16.526-39.289-25.053-61.852-22.017-20.908 2.473-40.344 14.581-51.907 32.144-12.309 18.199-15.581 42.089-8.709 62.942 7.891 24.999 30.144 44.689 55.906 49.434zM152.952 745.335c14.436-20.654 33.071-39.871 57.288-48.507 13.999-5.054 29.489-5.618 43.852-1.709 37.453 10 75.887 15.963 114.431 19.708 28.308 2.8 56.834 4.345 85.269 2.473 48.052-3.145 96.104-9.254 142.739-21.49 13.927-4.036 28.944-4.491 42.871-0.182 26.017 7.8 45.907 28.126 61.124 49.816 15.781-22.435 31.035-47.725 31.053-76.033 0.455-15.945-6.927-30.908-17.163-42.725-1.109-2.182-4.872-4.345-3-7.036 21.417-33.417 34.762-71.506 42.871-110.213 9.836-49.289 9.218-100.922-3.6-149.629-1.364-5.109-2.764-10.218-3.836-15.399 18.835-19.545 40.38-36.453 63.815-50.161-4.782-5.091-11.018-8.454-16.781-12.272-17.254-10.709-35.835-19.017-54.179-27.617 16.345-16.217 34.507-30.526 50.907-46.725-35.816-18.708-70.124-40.162-103.995-62.161-23.653-15.017-45.961-32.18-70.778-45.307-57.67-31.944-122.503-54.47-189.136-52.707-68.888-1.891-135.757 22.163-194.9 55.888-17.017 9.218-32.508 20.835-48.67 31.398-39.162 25.835-78.814 51.088-120.394 72.851 16.454 15.945 33.926 30.817 50.998 46.125-18.272 9.963-37.853 17.508-55.343 28.89-5.4 3.709-11.454 6.709-15.727 11.781 23.508 13.527 44.943 30.544 63.851 49.961-4.691 18.963-9.818 37.907-11.836 57.415-8 66.36 4.473 134.775 33.962 194.663 4.127 8.763 9.727 16.69 14.381 25.162-7.2 9-14.945 18.072-18.363 29.308-5.4 16.436-2.727 34.344 3.254 50.216 5.891 15.981 15.090 30.471 25.035 44.216zM411.067 406.387c-22.435-5.836-40.034-23.381-50.779-43.325-18.345-34.326-20.29-76.615-6.8-112.94 8.091-21.454 22.399-41.507 42.943-52.507 16.799-9.218 37.816-10.254 55.379-2.473 20.235 8.763 35.235 26.653 44.416 46.325 15.054 32.671 16.326 71.251 4.254 105.068-7.6 21.017-21.072 40.689-40.489 52.379-14.472 8.854-32.471 11.781-48.925 7.472zM416.685 379.225c12.236 3.873 25.726-0.2 35.307-8.309 14.054-11.709 22.126-29.144 26.181-46.67 6.109-28.144 2.145-59.197-14.036-83.396-8.418-12.49-21.835-23.181-37.525-23.235-14.708 0.091-27.526 9.636-35.889 21.126-14.727 20.381-19.945 46.489-17.781 71.269 1.873 18.945 8.127 37.944 20.308 52.816 6.163 7.4 14.090 13.654 23.435 16.399zM151.28 390.788c2.691-9 6.236-17.69 9.345-26.544 13.054 4.491 26.853 6.727 40.653 6.582 38.489-0.109 75.651-13.272 109.667-30.38 4.4 8.072 9.109 15.945 13.654 23.926-15.599 8.491-31.98 15.545-48.816 21.181-39.78 13.527-83.996 18.872-124.503 5.236zM612.112 394.679c-29.108-5.782-57.215-16.29-83.323-30.308 4.618-8 9.254-15.999 13.836-24.017 17.363 9.218 35.707 16.636 54.597 22.108 30.817 8.909 64.633 12.545 95.468 1.782 3.2 8.672 6.254 17.417 9.618 26.035-28.78 10.563-60.433 10.236-90.196 4.4z" />
|
||||
<glyph unicode="" glyph-name="mar" data-tags="marvel" d="M0 667.053c341.333 0.008 682.674 0 1024.001 0 0.008-137.496 0.008-275.009 0-412.506-341.327-0.008-682.669-0.008-1024.001 0 0 137.496-0.008 275.001 0 412.506zM877.375 634.129c0-115.451-0.008-230.894 0.008-346.344 38.374-0.016 76.749-0.008 115.123-0.008-0.008 20.768 0.008 41.535-0.008 62.303-17.697 0-35.402 0-53.099 0.008 0.033 94.683 0.008 189.366 0.016 284.049-20.678-0.016-41.363 0-62.041-0.008zM31.557 634.064v-346.361h62.532c0.008 55.596-0.008 111.193 0.008 166.797 9.426-55.604 18.933-111.193 28.384-166.789 11.088-0.016 22.176 0 33.264-0.008 8.418 50.322 16.902 100.628 25.329 150.943 0.827 5.257 1.933 10.474 2.375 15.781 0.156-2.113 0.287-4.217 0.303-6.338 0-53.459-0.008-106.926 0-160.385 40.168 0.008 80.336 0 120.504 0.008 2.44 17.762 4.881 35.533 7.313 53.303 16.165-0.016 32.323 0 48.48-0.008 2.465-17.762 4.864-35.533 7.305-53.303 39.521 0.049 79.042-0.090 118.563-0.041 0.041 37.498 0 74.996 0.016 112.495 4.823 0.704 9.647 1.392 14.47 2.096 9.983-38.202 20.023-76.389 29.997-114.599 20.465-0.016 40.921-0.008 61.386 0-13.094 44.803-26.254 89.589-39.398 134.376 11.178 8.558 19.703 20.154 26.197 32.552 8.255 16.026 12.783 34.296 10.875 52.362 12.136-73.154 24.412-146.291 36.597-219.437 24.265 0.049 48.529 0.156 72.794 0.197 16.55 104.535 33.15 209.053 49.651 313.588 0.164-104.527 0.008-209.053 0.074-313.58 39.341-0.008 78.682-0.008 118.030-0.008 0 20.776 0 41.544-0.008 62.311-18.679 0.025-37.351 0-56.030 0.016 0.008 26.467-0.008 52.943 0.008 79.419 18.679 0 37.351 0.008 56.030 0-0.008 21.079 0 42.166-0.008 63.253-18.671 0-37.351-0.016-56.022 0.008-0.016 26.066 0 52.14-0.008 78.207 18.679 0.025 37.359 0 56.038 0.016-0.008 21.038 0 42.084 0 63.13-58.544-0.049-117.081 0.066-175.617-0.057-9.557-70.247-19.212-140.477-28.818-210.707-9.549 70.247-19.023 140.502-28.564 210.756h-63.31c2.334-18.737 4.717-37.474 7.075-56.21-9.434 18.303-23.912 34.231-42.002 44.238-14.282 7.976-30.668 11.874-46.981 11.973h-64.645c-0.188-102.389-0.033-204.778-0.36-307.159-3.046 21.529-6.42 43.018-9.606 64.531-12.145 80.876-24.256 161.761-36.425 242.637-27.63-0.033-55.269 0.090-82.899 0.066-15.928-105.878-31.659-211.78-47.661-317.641-0.115 105.853-0.016 211.715-0.049 317.568h-79.337c-9.581-59.593-19.056-119.21-28.613-178.81-9.303 59.601-18.548 119.21-27.86 178.802-26.459 0.016-52.918 0-79.378 0.016zM485.949 572.268c11.932-0.139 23.79-5.806 30.881-15.494 8.165-10.924 10.556-24.952 10.744-38.284 0.221-14.478-2.924-29.563-11.735-41.339-6.969-9.393-17.967-16.288-29.899-16.354-0.016 37.154-0.016 74.317 0.008 111.471zM318.931 395.947c5.741 49.282 11.399 98.573 17.156 147.855 5.945-49.282 11.866-98.573 17.803-147.855-11.653 0-23.306 0.008-34.96 0z" />
|
||||
<glyph unicode="" glyph-name="mar-inner" data-tags="marvel" d="M31.557 634.064c26.459-0.016 52.918 0 79.378-0.016 9.311-59.593 18.557-119.202 27.86-178.802 9.557 59.601 19.032 119.218 28.613 178.81h79.337c0.033-105.853-0.066-211.715 0.049-317.568 16.002 105.861 31.733 211.764 47.661 317.641 27.63 0.025 55.269-0.098 82.899-0.066 12.169-80.876 24.281-161.761 36.425-242.637 3.186-21.513 6.56-43.001 9.606-64.531 0.328 102.381 0.172 204.77 0.36 307.159h64.645c16.313-0.098 32.699-3.996 46.981-11.973 18.090-10.007 32.568-25.935 42.002-44.238-2.358 18.737-4.742 37.474-7.075 56.21h63.31c9.54-70.255 19.015-140.51 28.564-210.756 9.606 70.23 19.261 140.461 28.818 210.707 58.536 0.123 117.072 0.008 175.617 0.057 0-21.046-0.008-42.092 0-63.13-18.679-0.016-37.359 0.008-56.038-0.016 0.008-26.066-0.008-52.14 0.008-78.207 18.671-0.025 37.351-0.008 56.022-0.008 0.008-21.087 0-42.174 0.008-63.253-18.679 0.008-37.351 0-56.030 0-0.016-26.476 0-52.951-0.008-79.419 18.679-0.016 37.351 0.008 56.030-0.016 0.008-20.768 0.008-41.535 0.008-62.311-39.349 0-78.69 0-118.030 0.008-0.066 104.527 0.090 209.053-0.074 313.58-16.501-104.535-33.101-209.053-49.651-313.588-24.265-0.041-48.529-0.147-72.794-0.197-12.185 73.146-24.461 146.283-36.597 219.437 1.908-18.065-2.621-36.335-10.875-52.362-6.494-12.398-15.019-23.994-26.197-32.552 13.144-44.787 26.304-89.573 39.398-134.376-20.465-0.008-40.921-0.016-61.386 0-9.974 38.211-20.014 76.397-29.997 114.599-4.823-0.704-9.647-1.392-14.47-2.096-0.016-37.498 0.025-74.996-0.016-112.495-39.521-0.049-79.042 0.090-118.563 0.041-2.44 17.77-4.84 35.541-7.305 53.303-16.157 0.008-32.314-0.008-48.48 0.008-2.432-17.77-4.873-35.541-7.313-53.303-40.168-0.008-80.336 0-120.504-0.008-0.008 53.459 0 106.926 0 160.385-0.016 2.121-0.147 4.226-0.303 6.338-0.442-5.307-1.548-10.523-2.375-15.781-8.427-50.314-16.911-100.62-25.329-150.943-11.088 0.008-22.176-0.008-33.264 0.008-9.45 55.596-18.958 111.184-28.384 166.789-0.016-55.604 0-111.201-0.008-166.797h-62.532v346.361zM485.949 572.268c-0.025-37.154-0.025-74.317-0.008-111.471 11.932 0.066 22.93 6.961 29.899 16.354 8.812 11.776 11.956 26.86 11.735 41.339-0.188 13.332-2.58 27.36-10.744 38.284-7.092 9.688-18.95 15.355-30.881 15.494zM318.931 395.947c11.653 0.008 23.306 0 34.96 0-5.937 49.282-11.858 98.573-17.803 147.855-5.757-49.282-11.416-98.573-17.156-147.855zM877.375 634.129c20.678 0.008 41.363-0.008 62.041 0.008-0.008-94.683 0.016-189.366-0.016-284.049 17.697-0.008 35.402-0.008 53.099-0.008 0.016-20.768 0-41.535 0.008-62.303-38.374 0-76.749-0.008-115.123 0.008-0.016 115.451-0.008 230.894-0.008 346.344z" />
|
||||
<glyph unicode="" glyph-name="tla" data-tags="avatar, last, airbender" d="M752.879 785.993c41.444-52.406 66.209-118.565 66.209-190.449 0-11.059 0.339-42.66 0.517-61.98 0.3-32.92-0.126-62.192-2.513-117.003 0 0 28.729 36.134 38.126 42.901 15.054 10.841 29.071 3.438 33.071-6.602 8.835-22.183 0.252-120.903-2.523-121.064-9.152-44.168-87.333-84.468-101.929-84.686-18.317-93.394-170.658-247.194-271.882-249.865v-0.040c-101.221 2.765-253.475 156.5-271.788 249.862-14.595 0.218-92.773 40.521-101.925 84.686-2.775 0.164-11.358 98.884-2.523 121.067 3.999 10.038 18.013 17.443 33.071 6.602 9.398-6.766 38.123-42.901 38.123-42.901-2.384 54.812-2.814 84.084-2.51 117 0.174 19.319 0.514 50.923 0.514 61.982 0 71.901 24.781 138.077 66.245 190.489 38.411 48.555 91.139 85.295 151.753 103.839 3.085 0.945 6.196 1.842 9.323 2.691l28.59 6.231-20.465-303.675-116.682 0.424 188.306-211.526 188.345 211.566-116.686-0.424-20.465 303.675 28.593-6.231c3.127-0.849 6.235-1.746 9.323-2.691 60.63-18.547 113.371-55.304 151.785-103.878zM351.26 402.768c-26.329 5.801-44.872-2.816-56.518-18.479-9.708-13.057-23.625-14.172-26.558-29.306-6.419-33.132 31.623-69.583 80.087-80.26 48.467-10.674 93.126-6.517 99.548 26.618 6.419 33.132-48.092 90.754-96.56 101.428zM673.189 402.768c-48.464-10.674-102.979-68.296-96.556-101.428 6.419-33.135 51.081-37.292 99.545-26.618 48.464 10.677 86.506 47.128 80.087 80.26-2.933 15.134-16.85 16.249-26.558 29.306-11.646 15.663-30.189 24.28-56.518 18.479z" />
|
||||
<glyph unicode="" glyph-name="tla-rarity" data-tags="avatar, last, airbender" d="M512.063 344.755l233.565 263.146-142.336 0.271-17.701 248.941c120.501-32.72 209.409-142.896 209.409-273.621 0-10.188 0.312-39.3 0.476-57.097 0.277-30.326-0.116-57.293-2.315-107.786 0 0 26.466 33.288 35.123 39.521 13.868 9.987 26.781 3.167 30.465-6.082 8.139-20.436 0.232-111.379-2.324-111.527-8.431-40.689-80.453-77.814-93.899-78.015-16.874-86.037-157.213-227.721-250.463-230.182v-0.036c-93.247 2.547-233.506 144.171-250.377 230.179-13.446 0.201-85.465 37.329-93.896 78.015-2.556 0.151-10.464 91.094-2.324 111.53 3.684 9.247 16.594 16.069 30.465 6.082 8.657-6.233 35.12-39.521 35.12-39.521-2.196 50.494-2.592 77.46-2.312 107.784 0.161 17.798 0.473 46.912 0.473 57.1 0 130.722 88.911 240.901 209.412 273.621l-17.704-248.941-142.336-0.271 233.479-263.11zM658.64 422.903c-54.020-11.16-110.029-73.208-101.928-112.429 8.104-39.219 54.761-49.659 108.785-38.499s95.661 52.989 87.557 92.207c-3.699 17.915-19.329 19.635-30.566 35.298-13.481 18.793-34.498 29.484-63.847 23.423zM365.572 422.864c-29.346 6.064-50.366-4.627-63.847-23.421-11.237-15.665-26.864-17.386-30.566-35.298-8.101-39.219 33.534-81.047 87.557-92.207 54.023-11.163 100.684-0.72 108.785 38.499 8.104 39.219-47.905 101.266-101.928 112.427z" />
|
||||
<glyph unicode="" glyph-name="tla-border" data-tags="avatar, last, airbender" d="M512.152-2.757v-0.040c-106.239 2.886-231.182 129.88-283.151 239.357 0 0-40.055 23.823-57.416 38.206-16.992 14.078-33.948 45.235-39.038 61.539-6.526 20.89-10.021 85.203-5.487 118.171 2.080 15.122 8.993 32.761 17.098 43.023 9.308 11.786 35.312 10.013 54.745 3.593 0 0-2.218 58.455-1.139 82.363 0 173.687 140.741 314.761 314.3 315.302v0.040c173.599-0.495 314.388-141.589 314.388-315.305 1.076-23.905-1.139-82.363-1.139-82.363 19.433 6.42 45.437 8.193 54.742-3.59 8.105-10.262 14.751-27.944 17.098-43.026 4.107-26.351 0.922-89.284-5.485-118.171-3.696-16.674-22.363-47.289-39.038-61.539-17.138-14.647-57.419-38.206-57.419-38.206-51.952-109.448-176.843-236.402-283.061-239.354zM512.152 866.997v-0.037c-15.551-0.048-30.811-1.351-45.683-3.816l-20.358-280.080-107.492 0.39 173.472-194.863 173.507 194.9-107.492-0.39-20.358 280.082c-14.846 2.456-30.077 3.76-45.596 3.813zM512.065 344.755l-233.48 263.108 142.336 0.273 17.703 248.941c-120.5-32.718-209.41-142.898-209.41-273.622 0-10.188-0.313-39.3-0.474-57.095-0.278-30.326 0.117-57.291 2.313-107.787 0 0-26.462 33.288-35.122 39.52-13.868 9.989-26.78 3.166-30.466-6.081-8.14-20.437-0.231-111.38 2.324-111.528 8.431-40.689 80.452-77.816 93.9-78.017 16.871-86.009 157.129-227.632 250.377-230.178v0.034c93.248 2.462 233.588 144.146 250.464 230.183 13.447 0.199 85.466 37.326 93.897 78.015 2.557 0.151 10.466 91.091 2.324 111.528-3.683 9.247-16.595 16.070-30.463 6.084-8.659-6.235-35.122-39.523-35.122-39.523 2.197 50.495 2.591 77.461 2.313 107.787-0.162 17.795-0.474 46.91-0.474 57.095 0 130.725-88.91 240.904-209.413 273.625l17.705-248.943 142.336-0.27-233.567-263.148zM365.574 422.865c54.022-11.16 110.031-73.208 101.928-112.429-8.103-39.218-54.761-49.66-108.785-38.5-54.022 11.16-95.659 52.988-87.556 92.209 3.699 17.912 19.329 19.634 30.564 35.296 13.482 18.794 34.502 29.486 63.849 23.423zM366.605 389.799c-19.557 4.041-33.333-1.961-41.984-12.875-7.21-9.094-17.549-9.873-19.727-20.413-4.769-23.084 23.489-48.476 59.491-55.914s69.175-4.542 73.945 18.542c4.769 23.081-35.726 63.221-71.724 70.659zM658.643 422.902c29.348 6.062 50.365-4.629 63.847-23.421 11.237-15.665 26.865-17.385 30.567-35.299 8.103-39.218-33.534-81.046-87.556-92.209-54.024-11.16-100.683-0.718-108.785 38.503-8.103 39.218 47.906 101.266 101.928 112.426zM657.612 389.839c-36.001-7.438-76.494-47.58-71.724-70.662s37.943-25.98 73.945-18.542c35.999 7.438 64.258 32.83 59.491 55.914-2.178 10.543-12.517 11.319-19.727 20.416-8.651 10.911-22.427 16.913-41.984 12.875z" />
|
||||
<glyph unicode="" glyph-name="tla-inner" data-tags="avatar, last, airbender" d="M512.152 866.997c15.519-0.053 30.75-1.357 45.596-3.813l20.358-280.082 107.492 0.39-173.507-194.9-173.472 194.863 107.492-0.39 20.358 280.080c14.873 2.464 30.132 3.768 45.683 3.816v0.037zM366.605 389.799c35.999-7.438 76.494-47.578 71.724-70.659-4.769-23.084-37.943-25.98-73.945-18.542s-64.26 32.83-59.491 55.914c2.178 10.54 12.517 11.319 19.727 20.413 8.651 10.914 22.427 16.916 41.984 12.875zM657.612 389.839c19.557 4.038 33.333-1.963 41.984-12.875 7.21-9.096 17.549-9.873 19.727-20.416 4.767-23.084-23.492-48.476-59.491-55.914-36.001-7.438-69.175-4.539-73.945 18.542s35.723 63.224 71.724 70.662z" />
|
||||
<glyph unicode="" glyph-name="eos" data-tags="edge, eternities, stellar, sights" d="M290.017 701.558c42.409 0.053 78.109 1.725 127.597-7.806 47.104-9.073 89.143-34.497 126.435-63.72 20.731-16.193 35.342-38.453 55.069-55.753-0.792 38.294-7.016 114.514-7.016 114.514s39.033-107.657 62.981-159.718c21.786 14.874 41.248 32.756 62.348 48.527-6.013-24.422-15.771-73.689-15.771-73.689l176.111 12.549-165.984-63.345 48.845-65.406-77.592 16.14 13.397-170.375c0 0-26.691 73.267-44.413 108.080-14.295-48.159-32.37-98.755-63.456-136.247-53.803-64.887-117.891-92.889-117.891-92.889s45.943 34.761 64.722 56.757c26.11 30.329 46.1 65.565 60.976 102.646 13.45 33.917 16.879 70.577 19.727 106.656-15.93-10.127-46.153-32.809-46.153-32.809l16.826 77.486-175.017-13.821 165.152 63.14-48.633 62.189c0 0 35.975-7.175 54.12-9.97-17.461 42.885-51.959 78.524-81.582 104.832-26.445 23.484-63.022 41.742-96.157 53.009-34.567 11.754-75.397 16.596-114.642 19.023zM184.417 662.313c5.169 2.586 10.655 3.797 16.457 3.587 73.742-3.27 142.945-38.19 196.589-87.561 32.915-35.024 61.293-75.482 76.749-121.267-35.552-13.978-215.844-83.816-215.844-83.816s197.199 12.53 232.066 14.903c2.531-44.097 1.502-85.743-14.693-127.466-15.665-39.455-33.758-79.543-64.616-109.609-26.532-26.532-53.485-55.859-89.935-68.256-29.433-4.219-58.074 8.335-85.398 17.618-116.994 41.301-203.341 157.399-207.93 281.62-2.954 112.352 58.022 224.915 156.554 280.247z" />
|
||||
<glyph unicode="" glyph-name="eos-border" data-tags="edge, eternities, stellar, sights" d="M555.671 852.574c0 0 83.378-219.325 107.589-287.527 31.068 23.631 59.447 50.638 91.464 73.003-7.543-38.4-25.699-112.352-25.699-112.352l294.975 24.718-275.87-108.217 72.95-91.517-114.146 27.007 26.163-299.501c0 0-46.787 123.851-74.058 184.247-18.303-36.607-39.613-71.948-66.989-102.594-51.587-54.647-121.372-89.249-194.428-104.809-35.056-6.514-72.713-6.699-113.355 0-83.71 17.881-164.784 60.923-215.738 131.183-46.629 59.71-71.157 136.089-68.308 211.782-1.688 88.985 38.084 175.228 99.429 238.525 43.781 40.932 96.739 73.214 155.5 87.034 42.884 9.336 88.463 12.016 131.025 7.49 68.466-7.279 131.236-39.772 184.195-82.497zM290.018 701.557c39.244-2.426 80.076-7.269 114.642-19.021 33.136-11.267 69.711-29.528 96.154-53.011 29.628-26.305 64.125-61.947 81.585-104.831-18.145 2.796-54.119 9.969-54.119 9.969l48.633-62.189-165.153-63.139 175.017 13.82-16.826-77.486c0 0 30.224 22.681 46.154 32.809-2.848-36.079-6.277-72.739-19.728-106.656-14.875-37.082-34.866-72.317-60.976-102.647-18.778-21.996-64.721-56.756-64.721-56.756s64.088 27.998 117.891 92.889c31.084 37.493 49.161 88.089 63.455 136.247 17.723-34.813 44.413-108.080 44.413-108.080l-13.398 170.375 77.592-16.141-48.844 65.407 165.981 63.345-176.108-12.549c0 0 9.758 49.266 15.772 73.688-21.099-15.772-40.563-33.653-62.348-48.528-23.947 52.062-62.981 159.72-62.981 159.72s6.224-76.22 7.015-114.515c-19.728 17.301-34.339 39.561-55.068 55.754-37.293 29.222-79.332 54.647-126.436 63.719-49.488 9.531-85.187 7.859-127.596 7.807zM184.418 662.313c-98.533-55.332-159.509-167.896-156.555-280.248 4.589-124.221 90.937-240.318 207.931-281.619 27.323-9.284 55.965-21.838 85.398-17.618 36.449 12.396 63.403 41.723 89.935 68.255 30.857 30.066 48.95 70.154 64.616 109.61 16.194 41.723 17.222 83.368 14.69 127.465-34.866-2.374-232.063-14.901-232.063-14.901s180.291 69.838 215.843 83.816c-15.455 45.785-43.833 86.242-76.748 121.267-53.644 49.372-122.849 84.291-196.59 87.561-5.802 0.211-11.288-1.002-16.457-3.587z" />
|
||||
<glyph unicode="" glyph-name="pma" data-tags="puzzle, masters" horiz-adv-x="939" d="M714.437 294.186h-196.145v224.447h-1.887l-95.447-246.555h-1.928l-98.031 239.131h-1.928v-217.023h-68.991v1.928l27.153 16.817v306.646l-27.153 17.063v2.174h97.129l89.869-229.041h2.174l88.433 229.041h91.551v-2.174l-26.907-16.571v-307.138l21.78-13.618 20.057 13.618 141.059 340.567h2.174l136.752-340.567 24.528-16.817v-1.928h-95.899l-38.474 102.871-41.345-26.702h-62.469l-6.973-16.571c-3.527-9.311-5.291-17.719-5.291-25.226 0-16.202 8.737-27.030 26.21-32.445v-1.928zM714.93 406.409h86.013l-39.869 108.409h-1.928l-44.217-108.409zM-0.003 636.64v2.174h137.49c38.433 0 69.032-8.409 91.797-25.226s34.126-41.099 34.126-72.806c0-16.366-3.404-31.255-10.213-44.709s-15.915-24.405-27.277-32.814c-11.403-8.409-24.077-14.889-38.105-19.483-14.028-4.553-28.548-6.85-43.601-6.85h-1.928l-41.345 26.702v-221.125h-1.928c-7.055 10.418-17.063 20.55-30.025 30.394-13.002 9.844-26.948 16.94-41.838 21.288v286.465h61.034v1.928l-88.187 54.061zM100.941 471.299h22.601c40.689 0 61.034 22.19 61.034 66.571 0 23.093-5.373 39.91-16.12 50.492-10.706 10.541-28.343 15.833-52.871 15.833h-14.643v-132.896z" />
|
||||
<glyph unicode="" glyph-name="pm2" data-tags="puzzle, masters" horiz-adv-x="1007" d="M770.767 592.992c44.959 53.487 133.652 62.496 188.67 19.549 32.538-25.453 40.411-72.337 28.296-110.254-9.184-27.465-24.885-52.306-42.772-74.829-15.963-19.943-53.12-57.563-53.12-57.563s73.557-0.324 74.843 0.009c10.89 9.796 20.962 38.355 20.962 38.355l19.287-0.608-6.547-109.467c0 0-228.613-0.835-248.774-0.179 2.23 19.899 15.876 35.031 30.002 47.933 24.579 22.523 43.341 50.295 63.327 76.754 22.873 37.043 43.035 79.597 35.993 124.381-4.417 17.363-18.272 33.789-40.218 35.845-14.196 1.33-27.653-0.905-35.18-11.087-5.581-7.549-3.98-19.073-5.117-28.344-2.668-0.437-8.047-1.312-10.759-1.706-8.572 15.482-24.141 32.538-18.893 51.213zM310.944 636.167h128.443c0 0 51.305-131.387 72.647-187.367 1.312-0.044 3.98-0.131 5.292-0.219 27.159 60.922 77.895 187.585 77.895 187.585h132.791l-0.144-26.884c0 0-38.351 2.816-37.782-17.433 4.373-49.813 12.845-236.419 22.165-255.662 7.544-15.587 40.511-16.435 40.511-16.435s-4.452-14.616-6.333-21.57c-48.326-0.612-183.151 0-183.151 0l-0.848 21.57c0 0 31.231-3.223 37.222 14.712 9.464 28.34-6.53 143.842-6.53 143.842l-74.047-180.522-47.189-3.149-80.559 189.457-8.31-115.546c0 0-4.216-30.137 6.696-39.702 7.693-6.744 30.522-9.092 30.522-9.092l1.872-21.57h-139.701l0.022 21.6c0 0 37.577-2.025 39.536 21.78 6.648 42.072 23.975 209.684 22.939 253.755-0.429 18.207-34.664 14.445-34.664 14.445l0.704 26.402zM0.001 636.167c0 0 76.548-0.315 158.043 0 35.705 0.14 75.997-4.68 101.013-21.259 26.564-17.607 41.841-41.626 42.055-72.035 0.083-11.45 5.239-49.774-42.798-90.482-38.884-32.954-125.684-27.846-125.684-27.846v-168.264c0 0-42.838 49.42-57.275 58.866s-29.079 23.083-45.654 27.233l-0.586 230.428 18.491 13.286-47.605 50.071zM132.63 446.902c0 0 62.851-0.853 60.004 95.621-1.295 43.861-32.731 52.354-60.004 52.354v-147.975z" />
|
||||
<glyph unicode="" glyph-name="dvk" data-tags="daxos, kalemne" horiz-adv-x="717" d="M394.411 943.711c20.705-22.038 45.408-40.432 63.891-64.513-1.333-41.765-14.751-82.374-12.974-124.494 6.398 29.591 13.507 59.004 22.571 87.884 13.685-21.327 27.191-42.831 40.698-64.247 28.702-1.955 57.226-4.887 85.573-9.864 19.905-32.79 40.165-65.491 54.561-101.302-40.432-0.711-80.775 4.088-121.206 2.577 56.516-25.947 121.917-18.927 182.521-18.394 4.265-51.273 3.11-102.723 6.753-153.996-30.124-32.168-60.514-64.069-90.727-96.148-3.288-42.564 3.021-86.462-5.243-128.138-56.604-79.353-112.32-160.305-181.188-229.795 14.929 134.98 21.949 270.671 34.034 405.917 37.144 21.593 74.288 43.364 109.032 68.601 14.573 8.353 12.352 27.28 16.706 41.232-52.25-9.508-102.901-25.681-154.44-38.388-3.554-55.627-5.065-111.254-6.665-167.059-15.195-10.041-30.302-20.349-45.141-31.012 1.599 207.046-0.977 414.181 1.244 621.138zM145.334 797.624c61.581 43.808 125.738 83.618 187.052 127.782 2.222-84.24-0.977-168.658 3.821-252.898-16.439 39.454-38.921 79.975-77.931 100.857-34.211 19.816-74.466 22.126-112.942 24.259zM125.784 750.261c53.317 31.546 125.472 13.596 164.037-32.79 30.124-36.788 48.074-83.707 47.63-131.425 0.977-85.040 0.977-170.080 3.554-255.12-30.924-1.511-60.337-11.374-89.305-21.327 29.857-1.244 59.537-4.265 89.305-6.665 0.622-116.852 3.821-233.616 5.421-350.379-14.218 6.131-29.768 10.13-42.031 19.905-8.531 30.568-8.708 64.691-29.058 90.727-33.945 48.34-81.13 102.012-146.798 93.393-1.244 2.666-3.643 8.086-4.887 10.752 6.487 53.583 19.194 108.144 7.109 161.994-10.041 70.556-62.203 126.894-120.496 163.504-13.507 4.887-13.063 21.504-2.31 29.146 24.97 24.881 45.763 55.805 48.34 91.971 5.243 35.722-15.284 67.446-32.257 96.947 12.796 9.33 25.592 18.661 38.477 27.813 21.682-0.355 44.342-0.622 63.269 11.552zM171.903 540.371c21.060-30.746 54.027-52.428 92.504-48.962 16.173 18.483 18.128 41.676 2.932 61.314-32.434 3.021-64.957-0.444-95.437-12.352zM155.020 386.464c20.438-61.758 17.861-127.782 20.171-191.94 26.125-15.284 53.228-29.591 75.532-50.384 32.168-32.257 51.273-74.643 67.801-116.408-6.665 41.854-8.264 88.061-36.433 122.273-23.904 32.257-60.425 57.226-70.022 98.28-25.947 79.264-44.786 169.458-112.32 225.085 21.327-26.925 44.786-53.494 55.272-86.906zM513.307 105.308c19.816 24.97 39.188 50.295 58.559 75.621-11.463-43.542-16.528-90.283-38.388-130.359-28.347-35.9-63.091-66.29-95.614-98.28 24.437 51.273 38.743 108.41 75.443 153.019z" />
|
||||
</font></defs></svg>
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
@ -45,7 +45,7 @@
|
||||
<div class="wrapper">
|
||||
<section>
|
||||
<h3>
|
||||
View the full list of set and expansion symbols below, for all sets and special edition products up to <strong>Edge of Eternities</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 set and expansion symbols below, for all sets and special edition products up to <strong>Avatar: the Last Airbender</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>.
|
||||
@ -473,6 +473,9 @@
|
||||
<div class="icon" id="spm" name="Marvel Spider-Man" data-name="Marvel Spider-Man" data-class="spm" data-unicode="e9f1" data-added="v3.17.0" data-duo="true">
|
||||
<span class="name"><i class="ss ss-spm ss-common"></i> Marvel Spider-Man <em>(spm)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="tla" name="Avatar: The Last Airbender" data-name="Avatar: The Last Airbender" data-class="tla" data-unicode="e9fb" data-added="v3.17.1" data-duo="true">
|
||||
<span class="name"><i class="ss ss-tla ss-common"></i> Avatar: The Last Airbender <em>(tla)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
@ -607,12 +610,18 @@
|
||||
<div class="icon" id="ltc" name="The Lord of the Rings: Tales of Middle-Earth Commander" data-name="The Lord of the Rings: Tales of Middle-Earth Commander" data-class="ltc" data-unicode="e9b6" data-added="v3.12.2" data-duo="true">
|
||||
<span class="name"><i class="ss ss-ltc"></i> Lord of the Rings Commander <em>(ltc)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="who" name="Universes Beyond: Doctor Who" data-name="Universes Beyond: Doctor Who" data-class="who" data-unicode="e9b0" data-added="v3.12.2">
|
||||
<span class="name"><i class="ss ss-who"></i> UB: Doctor Who <em>(who)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="woc" name="Wilds of Eldraine Commander" data-name="Wilds of Eldraine Commander" data-class="woc" data-unicode="e9b9" data-added="v3.12.2">
|
||||
<span class="name"><i class="ss ss-woc"></i> Wilds of Eldraine Commander <em>(woc)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="lcc" name="Lost Caverns of Ixalan Commander" data-name="Lost Caverns of Ixalan Commander" data-class="lcc" data-unicode="e9c7" data-added="v3.13.0">
|
||||
<span class="name"><i class="ss ss-lcc"></i> LCI Commander <em>(lcc)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pip" name="Universes Beyond: Fallout" data-name="Universes Beyond: Fallout" data-class="pip" data-unicode="e9c3" data-added="v3.13.0">
|
||||
<span class="name"><i class="ss ss-pip"></i> UB: Fallout <em>(pip)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="mkc" name="Murders at Karlov Manor Commander" data-name="Murders at Karlov Manor Commander" data-class="mkc" data-unicode="e9ca" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-mkc"></i> MKM Commander <em>(mkc)</em></span>
|
||||
</div>
|
||||
@ -750,6 +759,9 @@
|
||||
<div class="icon" id="mar" name="Marvel (TBD)" data-name="Marvel (TBD)" data-class="mar" data-unicode="e9f9" data-added="v3.17.0" data-duo="true">
|
||||
<span class="name"><i class="ss ss-mar ss-common"></i> Marvel (TBD) <em>(mar)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="eos" name="Edge of Eternities: Stellar Sights" data-name="Edge of Eternities: Stellar Sights" data-class="eos" data-unicode="ea00" data-added="v3.17.1" data-duo="false">
|
||||
<span class="name"><i class="ss ss-eos"></i> Stellar Sights <em>(eos)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
@ -988,9 +1000,6 @@
|
||||
<div class="icon" id="ltr" name="The Lord of the Rings: Tales of Middle-Earth" data-name="The Lord of the Rings: Tales of Middle-Earth" data-class="ltr" data-unicode="e9af" data-added="v3.12.2">
|
||||
<span class="name"><i class="ss ss-ltr"></i> Lord of the Rings <em>(ltr)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="who" name="Universes Beyond: Doctor Who" data-name="Universes Beyond: Doctor Who" data-class="who" data-unicode="e9b0" data-added="v3.12.2">
|
||||
<span class="name"><i class="ss ss-who"></i> UB: Doctor Who <em>(who)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="rvr" name="Ravnica Remastered" data-name="Ravnica Remastered" data-class="rvr" data-unicode="e9bb" data-added="v3.12.3">
|
||||
<span class="name"><i class="ss ss-rvr"></i> Ravnica Remastered <em>(rvr)</em></span>
|
||||
</div>
|
||||
@ -1000,9 +1009,6 @@
|
||||
<div class="icon" id="sld2" name="Secret Lair (logo)" data-name="Secret Lair (logo)" data-class="sld2" data-unicode="e9bc" data-added="v3.12.3">
|
||||
<span class="name"><i class="ss ss-sld2"></i> Secret Lair (logo) <em>(sld)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pip" name="Universes Beyond: Fallout" data-name="Universes Beyond: Fallout" data-class="pip" data-unicode="e9c3" data-added="v3.13.0">
|
||||
<span class="name"><i class="ss ss-pip"></i> UB: Fallout <em>(pip)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="clu" name="Ravnica: Clue Edition" data-name="Ravnica: Clue Edition" data-class="clu" data-unicode="e9cb" data-added="v3.14.0">
|
||||
<span class="name"><i class="ss ss-clu"></i> Ravnica: Clue Edition <em>(clu)</em></span>
|
||||
</div>
|
||||
@ -1125,7 +1131,7 @@
|
||||
</div>
|
||||
</section>
|
||||
<section class="content">
|
||||
<h4>Online Sets</h4>
|
||||
<h4>Digital Sets</h4>
|
||||
<div class="icons">
|
||||
<div class="icon" id="me1" name="Masters Edition" data-name="Masters Edition" data-class="me1" data-unicode="e68d" data-added="v0.1.0">
|
||||
<span class="name"><i class="ss ss-me1"></i> Masters Edition <em>(me1)</em></span>
|
||||
@ -1191,7 +1197,16 @@
|
||||
<span class="name"><i class="ss ss-y24"></i> Alchemy 2024 <em>(y24)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="y25" name="Alchemy 2025" data-name="Alchemy 2025" data-class="y25" data-unicode="e9da" data-added="v3.15.1">
|
||||
<span class="name"><i class="ss ss-y25"></i> Alchemy 2025 <em>(y25, yblb)</em></span>
|
||||
<span class="name"><i class="ss ss-y25"></i> Alchemy 2025 <em>(y25)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pma" name="Puzzle Masters" data-name="Puzzle Masters" data-class="pma" data-unicode="ea01" data-added="v3.17.1">
|
||||
<span class="name"><i class="ss ss-pma"></i> Puzzle Masters <em>(pma)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="pm2" name="Puzzle Masters 2" data-name="Puzzle Masters 2" data-class="pm2" data-unicode="ea02" data-added="v3.17.1">
|
||||
<span class="name"><i class="ss ss-pm2"></i> Puzzle Masters 2 <em>(pm2)</em></span>
|
||||
</div>
|
||||
<div class="icon" id="dvk" name="Puzzle Masters: Daxos vs. Kalemne" data-name="Puzzle Masters: Daxos vs. Kalemne" data-class="dvk" data-unicode="ea03" data-added="v3.17.1">
|
||||
<span class="name"><i class="ss ss-dvk"></i> Daxos vs. Kalemne <em>(dvk)</em></span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -43,7 +43,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<p>
|
||||
Current version 3.17.0 includes all sets to Edge of Eternities.
|
||||
Current version 3.17.1 includes all sets to Avatar: The Last Airbender.
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
|
@ -432,4 +432,13 @@
|
||||
<glyph unicode="" glyph-name="fca" data-tags="final, fantasy, bonus, through, ages" horiz-adv-x="853" d="M412.922 968.124c17.708 3.327 36.616 0.055 51.925-9.527 19.126-11.618 32.344-32.417 34.526-54.706 2.4-21.108-5.145-43.016-19.89-58.27-15.617-16.526-39.289-25.053-61.852-22.017-20.908 2.473-40.344 14.581-51.907 32.144-12.309 18.199-15.581 42.089-8.709 62.942 7.891 24.999 30.144 44.689 55.906 49.434zM152.952 745.335c14.436-20.654 33.071-39.871 57.288-48.507 13.999-5.054 29.489-5.618 43.852-1.709 37.453 10 75.887 15.963 114.431 19.708 28.308 2.8 56.834 4.345 85.269 2.473 48.052-3.145 96.104-9.254 142.739-21.49 13.927-4.036 28.944-4.491 42.871-0.182 26.017 7.8 45.907 28.126 61.124 49.816 15.781-22.435 31.035-47.725 31.053-76.033 0.455-15.945-6.927-30.908-17.163-42.725-1.109-2.182-4.872-4.345-3-7.036 21.417-33.417 34.762-71.506 42.871-110.213 9.836-49.289 9.218-100.922-3.6-149.629-1.364-5.109-2.764-10.218-3.836-15.399 18.835-19.545 40.38-36.453 63.815-50.161-4.782-5.091-11.018-8.454-16.781-12.272-17.254-10.709-35.835-19.017-54.179-27.617 16.345-16.217 34.507-30.526 50.907-46.725-35.816-18.708-70.124-40.162-103.995-62.161-23.653-15.017-45.961-32.18-70.778-45.307-57.67-31.944-122.503-54.47-189.136-52.707-68.888-1.891-135.757 22.163-194.9 55.888-17.017 9.218-32.508 20.835-48.67 31.398-39.162 25.835-78.814 51.088-120.394 72.851 16.454 15.945 33.926 30.817 50.998 46.125-18.272 9.963-37.853 17.508-55.343 28.89-5.4 3.709-11.454 6.709-15.727 11.781 23.508 13.527 44.943 30.544 63.851 49.961-4.691 18.963-9.818 37.907-11.836 57.415-8 66.36 4.473 134.775 33.962 194.663 4.127 8.763 9.727 16.69 14.381 25.162-7.2 9-14.945 18.072-18.363 29.308-5.4 16.436-2.727 34.344 3.254 50.216 5.891 15.981 15.090 30.471 25.035 44.216zM411.067 406.387c-22.435-5.836-40.034-23.381-50.779-43.325-18.345-34.326-20.29-76.615-6.8-112.94 8.091-21.454 22.399-41.507 42.943-52.507 16.799-9.218 37.816-10.254 55.379-2.473 20.235 8.763 35.235 26.653 44.416 46.325 15.054 32.671 16.326 71.251 4.254 105.068-7.6 21.017-21.072 40.689-40.489 52.379-14.472 8.854-32.471 11.781-48.925 7.472zM416.685 379.225c12.236 3.873 25.726-0.2 35.307-8.309 14.054-11.709 22.126-29.144 26.181-46.67 6.109-28.144 2.145-59.197-14.036-83.396-8.418-12.49-21.835-23.181-37.525-23.235-14.708 0.091-27.526 9.636-35.889 21.126-14.727 20.381-19.945 46.489-17.781 71.269 1.873 18.945 8.127 37.944 20.308 52.816 6.163 7.4 14.090 13.654 23.435 16.399zM151.28 390.788c2.691-9 6.236-17.69 9.345-26.544 13.054 4.491 26.853 6.727 40.653 6.582 38.489-0.109 75.651-13.272 109.667-30.38 4.4 8.072 9.109 15.945 13.654 23.926-15.599 8.491-31.98 15.545-48.816 21.181-39.78 13.527-83.996 18.872-124.503 5.236zM612.112 394.679c-29.108-5.782-57.215-16.29-83.323-30.308 4.618-8 9.254-15.999 13.836-24.017 17.363 9.218 35.707 16.636 54.597 22.108 30.817 8.909 64.633 12.545 95.468 1.782 3.2 8.672 6.254 17.417 9.618 26.035-28.78 10.563-60.433 10.236-90.196 4.4z" />
|
||||
<glyph unicode="" glyph-name="mar" data-tags="marvel" d="M0 667.053c341.333 0.008 682.674 0 1024.001 0 0.008-137.496 0.008-275.009 0-412.506-341.327-0.008-682.669-0.008-1024.001 0 0 137.496-0.008 275.001 0 412.506zM877.375 634.129c0-115.451-0.008-230.894 0.008-346.344 38.374-0.016 76.749-0.008 115.123-0.008-0.008 20.768 0.008 41.535-0.008 62.303-17.697 0-35.402 0-53.099 0.008 0.033 94.683 0.008 189.366 0.016 284.049-20.678-0.016-41.363 0-62.041-0.008zM31.557 634.064v-346.361h62.532c0.008 55.596-0.008 111.193 0.008 166.797 9.426-55.604 18.933-111.193 28.384-166.789 11.088-0.016 22.176 0 33.264-0.008 8.418 50.322 16.902 100.628 25.329 150.943 0.827 5.257 1.933 10.474 2.375 15.781 0.156-2.113 0.287-4.217 0.303-6.338 0-53.459-0.008-106.926 0-160.385 40.168 0.008 80.336 0 120.504 0.008 2.44 17.762 4.881 35.533 7.313 53.303 16.165-0.016 32.323 0 48.48-0.008 2.465-17.762 4.864-35.533 7.305-53.303 39.521 0.049 79.042-0.090 118.563-0.041 0.041 37.498 0 74.996 0.016 112.495 4.823 0.704 9.647 1.392 14.47 2.096 9.983-38.202 20.023-76.389 29.997-114.599 20.465-0.016 40.921-0.008 61.386 0-13.094 44.803-26.254 89.589-39.398 134.376 11.178 8.558 19.703 20.154 26.197 32.552 8.255 16.026 12.783 34.296 10.875 52.362 12.136-73.154 24.412-146.291 36.597-219.437 24.265 0.049 48.529 0.156 72.794 0.197 16.55 104.535 33.15 209.053 49.651 313.588 0.164-104.527 0.008-209.053 0.074-313.58 39.341-0.008 78.682-0.008 118.030-0.008 0 20.776 0 41.544-0.008 62.311-18.679 0.025-37.351 0-56.030 0.016 0.008 26.467-0.008 52.943 0.008 79.419 18.679 0 37.351 0.008 56.030 0-0.008 21.079 0 42.166-0.008 63.253-18.671 0-37.351-0.016-56.022 0.008-0.016 26.066 0 52.14-0.008 78.207 18.679 0.025 37.359 0 56.038 0.016-0.008 21.038 0 42.084 0 63.13-58.544-0.049-117.081 0.066-175.617-0.057-9.557-70.247-19.212-140.477-28.818-210.707-9.549 70.247-19.023 140.502-28.564 210.756h-63.31c2.334-18.737 4.717-37.474 7.075-56.21-9.434 18.303-23.912 34.231-42.002 44.238-14.282 7.976-30.668 11.874-46.981 11.973h-64.645c-0.188-102.389-0.033-204.778-0.36-307.159-3.046 21.529-6.42 43.018-9.606 64.531-12.145 80.876-24.256 161.761-36.425 242.637-27.63-0.033-55.269 0.090-82.899 0.066-15.928-105.878-31.659-211.78-47.661-317.641-0.115 105.853-0.016 211.715-0.049 317.568h-79.337c-9.581-59.593-19.056-119.21-28.613-178.81-9.303 59.601-18.548 119.21-27.86 178.802-26.459 0.016-52.918 0-79.378 0.016zM485.949 572.268c11.932-0.139 23.79-5.806 30.881-15.494 8.165-10.924 10.556-24.952 10.744-38.284 0.221-14.478-2.924-29.563-11.735-41.339-6.969-9.393-17.967-16.288-29.899-16.354-0.016 37.154-0.016 74.317 0.008 111.471zM318.931 395.947c5.741 49.282 11.399 98.573 17.156 147.855 5.945-49.282 11.866-98.573 17.803-147.855-11.653 0-23.306 0.008-34.96 0z" />
|
||||
<glyph unicode="" glyph-name="mar-inner" data-tags="marvel" d="M31.557 634.064c26.459-0.016 52.918 0 79.378-0.016 9.311-59.593 18.557-119.202 27.86-178.802 9.557 59.601 19.032 119.218 28.613 178.81h79.337c0.033-105.853-0.066-211.715 0.049-317.568 16.002 105.861 31.733 211.764 47.661 317.641 27.63 0.025 55.269-0.098 82.899-0.066 12.169-80.876 24.281-161.761 36.425-242.637 3.186-21.513 6.56-43.001 9.606-64.531 0.328 102.381 0.172 204.77 0.36 307.159h64.645c16.313-0.098 32.699-3.996 46.981-11.973 18.090-10.007 32.568-25.935 42.002-44.238-2.358 18.737-4.742 37.474-7.075 56.21h63.31c9.54-70.255 19.015-140.51 28.564-210.756 9.606 70.23 19.261 140.461 28.818 210.707 58.536 0.123 117.072 0.008 175.617 0.057 0-21.046-0.008-42.092 0-63.13-18.679-0.016-37.359 0.008-56.038-0.016 0.008-26.066-0.008-52.14 0.008-78.207 18.671-0.025 37.351-0.008 56.022-0.008 0.008-21.087 0-42.174 0.008-63.253-18.679 0.008-37.351 0-56.030 0-0.016-26.476 0-52.951-0.008-79.419 18.679-0.016 37.351 0.008 56.030-0.016 0.008-20.768 0.008-41.535 0.008-62.311-39.349 0-78.69 0-118.030 0.008-0.066 104.527 0.090 209.053-0.074 313.58-16.501-104.535-33.101-209.053-49.651-313.588-24.265-0.041-48.529-0.147-72.794-0.197-12.185 73.146-24.461 146.283-36.597 219.437 1.908-18.065-2.621-36.335-10.875-52.362-6.494-12.398-15.019-23.994-26.197-32.552 13.144-44.787 26.304-89.573 39.398-134.376-20.465-0.008-40.921-0.016-61.386 0-9.974 38.211-20.014 76.397-29.997 114.599-4.823-0.704-9.647-1.392-14.47-2.096-0.016-37.498 0.025-74.996-0.016-112.495-39.521-0.049-79.042 0.090-118.563 0.041-2.44 17.77-4.84 35.541-7.305 53.303-16.157 0.008-32.314-0.008-48.48 0.008-2.432-17.77-4.873-35.541-7.313-53.303-40.168-0.008-80.336 0-120.504-0.008-0.008 53.459 0 106.926 0 160.385-0.016 2.121-0.147 4.226-0.303 6.338-0.442-5.307-1.548-10.523-2.375-15.781-8.427-50.314-16.911-100.62-25.329-150.943-11.088 0.008-22.176-0.008-33.264 0.008-9.45 55.596-18.958 111.184-28.384 166.789-0.016-55.604 0-111.201-0.008-166.797h-62.532v346.361zM485.949 572.268c-0.025-37.154-0.025-74.317-0.008-111.471 11.932 0.066 22.93 6.961 29.899 16.354 8.812 11.776 11.956 26.86 11.735 41.339-0.188 13.332-2.58 27.36-10.744 38.284-7.092 9.688-18.95 15.355-30.881 15.494zM318.931 395.947c11.653 0.008 23.306 0 34.96 0-5.937 49.282-11.858 98.573-17.803 147.855-5.757-49.282-11.416-98.573-17.156-147.855zM877.375 634.129c20.678 0.008 41.363-0.008 62.041 0.008-0.008-94.683 0.016-189.366-0.016-284.049 17.697-0.008 35.402-0.008 53.099-0.008 0.016-20.768 0-41.535 0.008-62.303-38.374 0-76.749-0.008-115.123 0.008-0.016 115.451-0.008 230.894-0.008 346.344z" />
|
||||
<glyph unicode="" glyph-name="tla" data-tags="avatar, last, airbender" d="M752.879 785.993c41.444-52.406 66.209-118.565 66.209-190.449 0-11.059 0.339-42.66 0.517-61.98 0.3-32.92-0.126-62.192-2.513-117.003 0 0 28.729 36.134 38.126 42.901 15.054 10.841 29.071 3.438 33.071-6.602 8.835-22.183 0.252-120.903-2.523-121.064-9.152-44.168-87.333-84.468-101.929-84.686-18.317-93.394-170.658-247.194-271.882-249.865v-0.040c-101.221 2.765-253.475 156.5-271.788 249.862-14.595 0.218-92.773 40.521-101.925 84.686-2.775 0.164-11.358 98.884-2.523 121.067 3.999 10.038 18.013 17.443 33.071 6.602 9.398-6.766 38.123-42.901 38.123-42.901-2.384 54.812-2.814 84.084-2.51 117 0.174 19.319 0.514 50.923 0.514 61.982 0 71.901 24.781 138.077 66.245 190.489 38.411 48.555 91.139 85.295 151.753 103.839 3.085 0.945 6.196 1.842 9.323 2.691l28.59 6.231-20.465-303.675-116.682 0.424 188.306-211.526 188.345 211.566-116.686-0.424-20.465 303.675 28.593-6.231c3.127-0.849 6.235-1.746 9.323-2.691 60.63-18.547 113.371-55.304 151.785-103.878zM351.26 402.768c-26.329 5.801-44.872-2.816-56.518-18.479-9.708-13.057-23.625-14.172-26.558-29.306-6.419-33.132 31.623-69.583 80.087-80.26 48.467-10.674 93.126-6.517 99.548 26.618 6.419 33.132-48.092 90.754-96.56 101.428zM673.189 402.768c-48.464-10.674-102.979-68.296-96.556-101.428 6.419-33.135 51.081-37.292 99.545-26.618 48.464 10.677 86.506 47.128 80.087 80.26-2.933 15.134-16.85 16.249-26.558 29.306-11.646 15.663-30.189 24.28-56.518 18.479z" />
|
||||
<glyph unicode="" glyph-name="tla-rarity" data-tags="avatar, last, airbender" d="M512.063 344.755l233.565 263.146-142.336 0.271-17.701 248.941c120.501-32.72 209.409-142.896 209.409-273.621 0-10.188 0.312-39.3 0.476-57.097 0.277-30.326-0.116-57.293-2.315-107.786 0 0 26.466 33.288 35.123 39.521 13.868 9.987 26.781 3.167 30.465-6.082 8.139-20.436 0.232-111.379-2.324-111.527-8.431-40.689-80.453-77.814-93.899-78.015-16.874-86.037-157.213-227.721-250.463-230.182v-0.036c-93.247 2.547-233.506 144.171-250.377 230.179-13.446 0.201-85.465 37.329-93.896 78.015-2.556 0.151-10.464 91.094-2.324 111.53 3.684 9.247 16.594 16.069 30.465 6.082 8.657-6.233 35.12-39.521 35.12-39.521-2.196 50.494-2.592 77.46-2.312 107.784 0.161 17.798 0.473 46.912 0.473 57.1 0 130.722 88.911 240.901 209.412 273.621l-17.704-248.941-142.336-0.271 233.479-263.11zM658.64 422.903c-54.020-11.16-110.029-73.208-101.928-112.429 8.104-39.219 54.761-49.659 108.785-38.499s95.661 52.989 87.557 92.207c-3.699 17.915-19.329 19.635-30.566 35.298-13.481 18.793-34.498 29.484-63.847 23.423zM365.572 422.864c-29.346 6.064-50.366-4.627-63.847-23.421-11.237-15.665-26.864-17.386-30.566-35.298-8.101-39.219 33.534-81.047 87.557-92.207 54.023-11.163 100.684-0.72 108.785 38.499 8.104 39.219-47.905 101.266-101.928 112.427z" />
|
||||
<glyph unicode="" glyph-name="tla-border" data-tags="avatar, last, airbender" d="M512.152-2.757v-0.040c-106.239 2.886-231.182 129.88-283.151 239.357 0 0-40.055 23.823-57.416 38.206-16.992 14.078-33.948 45.235-39.038 61.539-6.526 20.89-10.021 85.203-5.487 118.171 2.080 15.122 8.993 32.761 17.098 43.023 9.308 11.786 35.312 10.013 54.745 3.593 0 0-2.218 58.455-1.139 82.363 0 173.687 140.741 314.761 314.3 315.302v0.040c173.599-0.495 314.388-141.589 314.388-315.305 1.076-23.905-1.139-82.363-1.139-82.363 19.433 6.42 45.437 8.193 54.742-3.59 8.105-10.262 14.751-27.944 17.098-43.026 4.107-26.351 0.922-89.284-5.485-118.171-3.696-16.674-22.363-47.289-39.038-61.539-17.138-14.647-57.419-38.206-57.419-38.206-51.952-109.448-176.843-236.402-283.061-239.354zM512.152 866.997v-0.037c-15.551-0.048-30.811-1.351-45.683-3.816l-20.358-280.080-107.492 0.39 173.472-194.863 173.507 194.9-107.492-0.39-20.358 280.082c-14.846 2.456-30.077 3.76-45.596 3.813zM512.065 344.755l-233.48 263.108 142.336 0.273 17.703 248.941c-120.5-32.718-209.41-142.898-209.41-273.622 0-10.188-0.313-39.3-0.474-57.095-0.278-30.326 0.117-57.291 2.313-107.787 0 0-26.462 33.288-35.122 39.52-13.868 9.989-26.78 3.166-30.466-6.081-8.14-20.437-0.231-111.38 2.324-111.528 8.431-40.689 80.452-77.816 93.9-78.017 16.871-86.009 157.129-227.632 250.377-230.178v0.034c93.248 2.462 233.588 144.146 250.464 230.183 13.447 0.199 85.466 37.326 93.897 78.015 2.557 0.151 10.466 91.091 2.324 111.528-3.683 9.247-16.595 16.070-30.463 6.084-8.659-6.235-35.122-39.523-35.122-39.523 2.197 50.495 2.591 77.461 2.313 107.787-0.162 17.795-0.474 46.91-0.474 57.095 0 130.725-88.91 240.904-209.413 273.625l17.705-248.943 142.336-0.27-233.567-263.148zM365.574 422.865c54.022-11.16 110.031-73.208 101.928-112.429-8.103-39.218-54.761-49.66-108.785-38.5-54.022 11.16-95.659 52.988-87.556 92.209 3.699 17.912 19.329 19.634 30.564 35.296 13.482 18.794 34.502 29.486 63.849 23.423zM366.605 389.799c-19.557 4.041-33.333-1.961-41.984-12.875-7.21-9.094-17.549-9.873-19.727-20.413-4.769-23.084 23.489-48.476 59.491-55.914s69.175-4.542 73.945 18.542c4.769 23.081-35.726 63.221-71.724 70.659zM658.643 422.902c29.348 6.062 50.365-4.629 63.847-23.421 11.237-15.665 26.865-17.385 30.567-35.299 8.103-39.218-33.534-81.046-87.556-92.209-54.024-11.16-100.683-0.718-108.785 38.503-8.103 39.218 47.906 101.266 101.928 112.426zM657.612 389.839c-36.001-7.438-76.494-47.58-71.724-70.662s37.943-25.98 73.945-18.542c35.999 7.438 64.258 32.83 59.491 55.914-2.178 10.543-12.517 11.319-19.727 20.416-8.651 10.911-22.427 16.913-41.984 12.875z" />
|
||||
<glyph unicode="" glyph-name="tla-inner" data-tags="avatar, last, airbender" d="M512.152 866.997c15.519-0.053 30.75-1.357 45.596-3.813l20.358-280.082 107.492 0.39-173.507-194.9-173.472 194.863 107.492-0.39 20.358 280.080c14.873 2.464 30.132 3.768 45.683 3.816v0.037zM366.605 389.799c35.999-7.438 76.494-47.578 71.724-70.659-4.769-23.084-37.943-25.98-73.945-18.542s-64.26 32.83-59.491 55.914c2.178 10.54 12.517 11.319 19.727 20.413 8.651 10.914 22.427 16.916 41.984 12.875zM657.612 389.839c19.557 4.038 33.333-1.963 41.984-12.875 7.21-9.096 17.549-9.873 19.727-20.416 4.767-23.084-23.492-48.476-59.491-55.914-36.001-7.438-69.175-4.539-73.945 18.542s35.723 63.224 71.724 70.662z" />
|
||||
<glyph unicode="" glyph-name="eos" data-tags="edge, eternities, stellar, sights" d="M290.017 701.558c42.409 0.053 78.109 1.725 127.597-7.806 47.104-9.073 89.143-34.497 126.435-63.72 20.731-16.193 35.342-38.453 55.069-55.753-0.792 38.294-7.016 114.514-7.016 114.514s39.033-107.657 62.981-159.718c21.786 14.874 41.248 32.756 62.348 48.527-6.013-24.422-15.771-73.689-15.771-73.689l176.111 12.549-165.984-63.345 48.845-65.406-77.592 16.14 13.397-170.375c0 0-26.691 73.267-44.413 108.080-14.295-48.159-32.37-98.755-63.456-136.247-53.803-64.887-117.891-92.889-117.891-92.889s45.943 34.761 64.722 56.757c26.11 30.329 46.1 65.565 60.976 102.646 13.45 33.917 16.879 70.577 19.727 106.656-15.93-10.127-46.153-32.809-46.153-32.809l16.826 77.486-175.017-13.821 165.152 63.14-48.633 62.189c0 0 35.975-7.175 54.12-9.97-17.461 42.885-51.959 78.524-81.582 104.832-26.445 23.484-63.022 41.742-96.157 53.009-34.567 11.754-75.397 16.596-114.642 19.023zM184.417 662.313c5.169 2.586 10.655 3.797 16.457 3.587 73.742-3.27 142.945-38.19 196.589-87.561 32.915-35.024 61.293-75.482 76.749-121.267-35.552-13.978-215.844-83.816-215.844-83.816s197.199 12.53 232.066 14.903c2.531-44.097 1.502-85.743-14.693-127.466-15.665-39.455-33.758-79.543-64.616-109.609-26.532-26.532-53.485-55.859-89.935-68.256-29.433-4.219-58.074 8.335-85.398 17.618-116.994 41.301-203.341 157.399-207.93 281.62-2.954 112.352 58.022 224.915 156.554 280.247z" />
|
||||
<glyph unicode="" glyph-name="eos-border" data-tags="edge, eternities, stellar, sights" d="M555.671 852.574c0 0 83.378-219.325 107.589-287.527 31.068 23.631 59.447 50.638 91.464 73.003-7.543-38.4-25.699-112.352-25.699-112.352l294.975 24.718-275.87-108.217 72.95-91.517-114.146 27.007 26.163-299.501c0 0-46.787 123.851-74.058 184.247-18.303-36.607-39.613-71.948-66.989-102.594-51.587-54.647-121.372-89.249-194.428-104.809-35.056-6.514-72.713-6.699-113.355 0-83.71 17.881-164.784 60.923-215.738 131.183-46.629 59.71-71.157 136.089-68.308 211.782-1.688 88.985 38.084 175.228 99.429 238.525 43.781 40.932 96.739 73.214 155.5 87.034 42.884 9.336 88.463 12.016 131.025 7.49 68.466-7.279 131.236-39.772 184.195-82.497zM290.018 701.557c39.244-2.426 80.076-7.269 114.642-19.021 33.136-11.267 69.711-29.528 96.154-53.011 29.628-26.305 64.125-61.947 81.585-104.831-18.145 2.796-54.119 9.969-54.119 9.969l48.633-62.189-165.153-63.139 175.017 13.82-16.826-77.486c0 0 30.224 22.681 46.154 32.809-2.848-36.079-6.277-72.739-19.728-106.656-14.875-37.082-34.866-72.317-60.976-102.647-18.778-21.996-64.721-56.756-64.721-56.756s64.088 27.998 117.891 92.889c31.084 37.493 49.161 88.089 63.455 136.247 17.723-34.813 44.413-108.080 44.413-108.080l-13.398 170.375 77.592-16.141-48.844 65.407 165.981 63.345-176.108-12.549c0 0 9.758 49.266 15.772 73.688-21.099-15.772-40.563-33.653-62.348-48.528-23.947 52.062-62.981 159.72-62.981 159.72s6.224-76.22 7.015-114.515c-19.728 17.301-34.339 39.561-55.068 55.754-37.293 29.222-79.332 54.647-126.436 63.719-49.488 9.531-85.187 7.859-127.596 7.807zM184.418 662.313c-98.533-55.332-159.509-167.896-156.555-280.248 4.589-124.221 90.937-240.318 207.931-281.619 27.323-9.284 55.965-21.838 85.398-17.618 36.449 12.396 63.403 41.723 89.935 68.255 30.857 30.066 48.95 70.154 64.616 109.61 16.194 41.723 17.222 83.368 14.69 127.465-34.866-2.374-232.063-14.901-232.063-14.901s180.291 69.838 215.843 83.816c-15.455 45.785-43.833 86.242-76.748 121.267-53.644 49.372-122.849 84.291-196.59 87.561-5.802 0.211-11.288-1.002-16.457-3.587z" />
|
||||
<glyph unicode="" glyph-name="pma" data-tags="puzzle, masters" horiz-adv-x="939" d="M714.437 294.186h-196.145v224.447h-1.887l-95.447-246.555h-1.928l-98.031 239.131h-1.928v-217.023h-68.991v1.928l27.153 16.817v306.646l-27.153 17.063v2.174h97.129l89.869-229.041h2.174l88.433 229.041h91.551v-2.174l-26.907-16.571v-307.138l21.78-13.618 20.057 13.618 141.059 340.567h2.174l136.752-340.567 24.528-16.817v-1.928h-95.899l-38.474 102.871-41.345-26.702h-62.469l-6.973-16.571c-3.527-9.311-5.291-17.719-5.291-25.226 0-16.202 8.737-27.030 26.21-32.445v-1.928zM714.93 406.409h86.013l-39.869 108.409h-1.928l-44.217-108.409zM-0.003 636.64v2.174h137.49c38.433 0 69.032-8.409 91.797-25.226s34.126-41.099 34.126-72.806c0-16.366-3.404-31.255-10.213-44.709s-15.915-24.405-27.277-32.814c-11.403-8.409-24.077-14.889-38.105-19.483-14.028-4.553-28.548-6.85-43.601-6.85h-1.928l-41.345 26.702v-221.125h-1.928c-7.055 10.418-17.063 20.55-30.025 30.394-13.002 9.844-26.948 16.94-41.838 21.288v286.465h61.034v1.928l-88.187 54.061zM100.941 471.299h22.601c40.689 0 61.034 22.19 61.034 66.571 0 23.093-5.373 39.91-16.12 50.492-10.706 10.541-28.343 15.833-52.871 15.833h-14.643v-132.896z" />
|
||||
<glyph unicode="" glyph-name="pm2" data-tags="puzzle, masters" horiz-adv-x="1007" d="M770.767 592.992c44.959 53.487 133.652 62.496 188.67 19.549 32.538-25.453 40.411-72.337 28.296-110.254-9.184-27.465-24.885-52.306-42.772-74.829-15.963-19.943-53.12-57.563-53.12-57.563s73.557-0.324 74.843 0.009c10.89 9.796 20.962 38.355 20.962 38.355l19.287-0.608-6.547-109.467c0 0-228.613-0.835-248.774-0.179 2.23 19.899 15.876 35.031 30.002 47.933 24.579 22.523 43.341 50.295 63.327 76.754 22.873 37.043 43.035 79.597 35.993 124.381-4.417 17.363-18.272 33.789-40.218 35.845-14.196 1.33-27.653-0.905-35.18-11.087-5.581-7.549-3.98-19.073-5.117-28.344-2.668-0.437-8.047-1.312-10.759-1.706-8.572 15.482-24.141 32.538-18.893 51.213zM310.944 636.167h128.443c0 0 51.305-131.387 72.647-187.367 1.312-0.044 3.98-0.131 5.292-0.219 27.159 60.922 77.895 187.585 77.895 187.585h132.791l-0.144-26.884c0 0-38.351 2.816-37.782-17.433 4.373-49.813 12.845-236.419 22.165-255.662 7.544-15.587 40.511-16.435 40.511-16.435s-4.452-14.616-6.333-21.57c-48.326-0.612-183.151 0-183.151 0l-0.848 21.57c0 0 31.231-3.223 37.222 14.712 9.464 28.34-6.53 143.842-6.53 143.842l-74.047-180.522-47.189-3.149-80.559 189.457-8.31-115.546c0 0-4.216-30.137 6.696-39.702 7.693-6.744 30.522-9.092 30.522-9.092l1.872-21.57h-139.701l0.022 21.6c0 0 37.577-2.025 39.536 21.78 6.648 42.072 23.975 209.684 22.939 253.755-0.429 18.207-34.664 14.445-34.664 14.445l0.704 26.402zM0.001 636.167c0 0 76.548-0.315 158.043 0 35.705 0.14 75.997-4.68 101.013-21.259 26.564-17.607 41.841-41.626 42.055-72.035 0.083-11.45 5.239-49.774-42.798-90.482-38.884-32.954-125.684-27.846-125.684-27.846v-168.264c0 0-42.838 49.42-57.275 58.866s-29.079 23.083-45.654 27.233l-0.586 230.428 18.491 13.286-47.605 50.071zM132.63 446.902c0 0 62.851-0.853 60.004 95.621-1.295 43.861-32.731 52.354-60.004 52.354v-147.975z" />
|
||||
<glyph unicode="" glyph-name="dvk" data-tags="daxos, kalemne" horiz-adv-x="717" d="M394.411 943.711c20.705-22.038 45.408-40.432 63.891-64.513-1.333-41.765-14.751-82.374-12.974-124.494 6.398 29.591 13.507 59.004 22.571 87.884 13.685-21.327 27.191-42.831 40.698-64.247 28.702-1.955 57.226-4.887 85.573-9.864 19.905-32.79 40.165-65.491 54.561-101.302-40.432-0.711-80.775 4.088-121.206 2.577 56.516-25.947 121.917-18.927 182.521-18.394 4.265-51.273 3.11-102.723 6.753-153.996-30.124-32.168-60.514-64.069-90.727-96.148-3.288-42.564 3.021-86.462-5.243-128.138-56.604-79.353-112.32-160.305-181.188-229.795 14.929 134.98 21.949 270.671 34.034 405.917 37.144 21.593 74.288 43.364 109.032 68.601 14.573 8.353 12.352 27.28 16.706 41.232-52.25-9.508-102.901-25.681-154.44-38.388-3.554-55.627-5.065-111.254-6.665-167.059-15.195-10.041-30.302-20.349-45.141-31.012 1.599 207.046-0.977 414.181 1.244 621.138zM145.334 797.624c61.581 43.808 125.738 83.618 187.052 127.782 2.222-84.24-0.977-168.658 3.821-252.898-16.439 39.454-38.921 79.975-77.931 100.857-34.211 19.816-74.466 22.126-112.942 24.259zM125.784 750.261c53.317 31.546 125.472 13.596 164.037-32.79 30.124-36.788 48.074-83.707 47.63-131.425 0.977-85.040 0.977-170.080 3.554-255.12-30.924-1.511-60.337-11.374-89.305-21.327 29.857-1.244 59.537-4.265 89.305-6.665 0.622-116.852 3.821-233.616 5.421-350.379-14.218 6.131-29.768 10.13-42.031 19.905-8.531 30.568-8.708 64.691-29.058 90.727-33.945 48.34-81.13 102.012-146.798 93.393-1.244 2.666-3.643 8.086-4.887 10.752 6.487 53.583 19.194 108.144 7.109 161.994-10.041 70.556-62.203 126.894-120.496 163.504-13.507 4.887-13.063 21.504-2.31 29.146 24.97 24.881 45.763 55.805 48.34 91.971 5.243 35.722-15.284 67.446-32.257 96.947 12.796 9.33 25.592 18.661 38.477 27.813 21.682-0.355 44.342-0.622 63.269 11.552zM171.903 540.371c21.060-30.746 54.027-52.428 92.504-48.962 16.173 18.483 18.128 41.676 2.932 61.314-32.434 3.021-64.957-0.444-95.437-12.352zM155.020 386.464c20.438-61.758 17.861-127.782 20.171-191.94 26.125-15.284 53.228-29.591 75.532-50.384 32.168-32.257 51.273-74.643 67.801-116.408-6.665 41.854-8.264 88.061-36.433 122.273-23.904 32.257-60.425 57.226-70.022 98.28-25.947 79.264-44.786 169.458-112.32 225.085 21.327-26.925 44.786-53.494 55.272-86.906zM513.307 105.308c19.816 24.97 39.188 50.295 58.559 75.621-11.463-43.542-16.528-90.283-38.388-130.359-28.347-35.9-63.091-66.29-95.614-98.28 24.437 51.273 38.743 108.41 75.443 153.019z" />
|
||||
</font></defs></svg>
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 1.0 MiB |
@ -35,12 +35,14 @@
|
||||
&.@{ss-prefix}-dmc,
|
||||
&.@{ss-prefix}-drc,
|
||||
&.@{ss-prefix}-dsc,
|
||||
&.@{ss-prefix}-eos,
|
||||
&.@{ss-prefix}-fin,
|
||||
&.@{ss-prefix}-hop,
|
||||
&.@{ss-prefix}-inr,
|
||||
&.@{ss-prefix}-pc2,
|
||||
&.@{ss-prefix}-sis,
|
||||
&.@{ss-prefix}-tdm,
|
||||
&.@{ss-prefix}-tla,
|
||||
&.@{ss-prefix}-van {
|
||||
&::before {
|
||||
-webkit-text-stroke: 0 !important;
|
||||
@ -154,6 +156,14 @@
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
&.@{ss-prefix}-eos { // regular symbol becomes the border
|
||||
&::before {
|
||||
content: "\e9ff"; // rarity
|
||||
}
|
||||
&::after {
|
||||
content: "\ea00"; // new border
|
||||
}
|
||||
}
|
||||
&.@{ss-prefix}-fin { // fin needs a new rarity for the border glyph
|
||||
&::before {
|
||||
content: "\e9ee"; // rarity
|
||||
@ -174,5 +184,20 @@
|
||||
}
|
||||
}
|
||||
&.@{ss-prefix}-tdm:after { content: "\e9ec"; } // Tarkir Dragonstorm
|
||||
&.@{ss-prefix}-tla { // experimental ::marker for 3 layer icons
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
|
||||
&::before { // new rarity symbol
|
||||
content: "\e9fc";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
&::marker { // border
|
||||
content: "\e9fd";
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
&.@{ss-prefix}-van:after { content: "\e655"; } // Vanguard
|
||||
}
|
@ -178,6 +178,18 @@
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
// Avatar the Last Airbender
|
||||
&.@{ss-prefix}-tla {
|
||||
&::before {
|
||||
content: "\e9fc"; // new rarity
|
||||
width: 100%;
|
||||
}
|
||||
&::after { // inner
|
||||
content: "\e9fe";
|
||||
color: #fff !important;
|
||||
}
|
||||
}
|
||||
|
||||
// Unfinity Acorns
|
||||
&.@{ss-prefix}-una::after {
|
||||
content: "\e9bf";
|
||||
|
@ -185,6 +185,7 @@
|
||||
.@{ss-prefix}-fin:before { content: "\e9ed"; } // Final Fantasy
|
||||
.@{ss-prefix}-eoe:before { content: "\e9f0"; } // Edge of Eternities
|
||||
.@{ss-prefix}-spm:before { content: "\e9f1"; } // Marvel Spider-Man
|
||||
.@{ss-prefix}-tla:before { content: "\e9fb"; } // Avatar: the Last Airbender (special glyph)
|
||||
|
||||
/**
|
||||
* Command Zone */
|
||||
@ -431,6 +432,7 @@
|
||||
.@{ss-prefix}-zne:before { content: "\e97a"; } // Zendikar Rising Expeditions
|
||||
.@{ss-prefix}-bot:before { content: "\e99e"; } // The Brothers' War Transformers
|
||||
.@{ss-prefix}-rex:before { content: "\e9c4"; } // Jurassic World
|
||||
.@{ss-prefix}-eos:before { content: "\ea00"; } // Edge of Eternities: Stellar Sights
|
||||
|
||||
/**
|
||||
* Secret Lairs */
|
||||
@ -441,7 +443,7 @@
|
||||
.@{ss-prefix}-sld2:before { content: "\e9bc"; } // Secret Lair (logo)
|
||||
|
||||
/**
|
||||
* Online */
|
||||
* Digital */
|
||||
|
||||
.@{ss-prefix}-me1:before { content: "\e68d"; } // Masters Edition
|
||||
.@{ss-prefix}-me2:before { content: "\e68e"; } // Masters Edition II
|
||||
@ -482,6 +484,9 @@
|
||||
.@{ss-prefix}-ydft:before,
|
||||
.@{ss-prefix}-ydsk:before,
|
||||
.@{ss-prefix}-ytdm:before { content: "\e9da"; } // Alchemy 2025
|
||||
.@{ss-prefix}-pma:before { content: "\ea01"; } // Puzzle Masters
|
||||
.@{ss-prefix}-pm2:before { content: "\ea02"; } // Puzzle Masters 2
|
||||
.@{ss-prefix}-dvk:before { content: "\ea03"; } // Daxos vs. Kalemne (Puzzle Masters)
|
||||
|
||||
/**
|
||||
* Un-serious */
|
||||
|
@ -2,6 +2,6 @@
|
||||
* Global */
|
||||
|
||||
@ss-font-path: '../fonts';
|
||||
@ss-version: '3.17.0';
|
||||
@ss-version: '3.17.1';
|
||||
@ss-font-size-base: 14px;
|
||||
@ss-prefix: ss;
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "keyrune",
|
||||
"description": "Keyrune",
|
||||
"version": "3.17.0",
|
||||
"version": "3.17.1",
|
||||
"author": {
|
||||
"name": "Andrew Gioia",
|
||||
"email": "andrew@gioia.email",
|
||||
|
@ -75,6 +75,31 @@
|
||||
content: "\e9e0"; // new border
|
||||
}
|
||||
}
|
||||
// eos: new rarity symbol
|
||||
&.#{$keyrune_prefix}-eos {
|
||||
&::before {
|
||||
content: "\e9ff"; // rarity
|
||||
}
|
||||
&::after {
|
||||
content: "\ea00"; // new border
|
||||
}
|
||||
}
|
||||
// tla needs to swap the rarity and add the border as marker
|
||||
&.#{$keyrune_prefix}-tla {
|
||||
display: list-item;
|
||||
list-style-position: inside;
|
||||
|
||||
&::before { // new rarity symbol
|
||||
content: "\e9fc";
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
&::marker { // border
|
||||
content: "\e9fd";
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@ -121,6 +146,9 @@
|
||||
&.#{$keyrune_prefix}-ltc::before {
|
||||
content: "\e9b7";
|
||||
}
|
||||
&.#{$keyrune_prefix}-tla::before {
|
||||
content: "\e9fc";
|
||||
}
|
||||
|
||||
// rarity border colors
|
||||
&.#{$keyrune_prefix}-common {
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Globals */
|
||||
|
||||
$keyrune_version: '3.17.0' !default;
|
||||
$keyrune_version: '3.17.1' !default;
|
||||
$keyrune_font_path: '../fonts' !default;
|
||||
|
||||
// font specific
|
||||
@ -81,6 +81,7 @@ $dual-layered: (
|
||||
'ncc': '\e990',
|
||||
'scd': '\e9ac',
|
||||
'spm': '\e9f2',
|
||||
'tla': '\e9fe',
|
||||
'una': '\e9bf'
|
||||
) !default;
|
||||
|
||||
@ -266,6 +267,7 @@ $keyrune_sets: (
|
||||
("Final Fantasy", "fin", "\e9ed"),
|
||||
("Edge of Eternities", "eoe", "\e9f0"),
|
||||
("Marvel Spider-Man", "spm", "\e9f1"),
|
||||
("Avatar: the Last Airbender", "spm", "\e9fb"),
|
||||
// Command zone
|
||||
("Vanguard", "van", "\e655"),
|
||||
("Planechase 2009", "hop", "\e656"),
|
||||
@ -488,6 +490,7 @@ $keyrune_sets: (
|
||||
("Zendikar Rising Expeditions", "zne", "\e97a"),
|
||||
("The Brothers' War Transformers", "bot", "\e99e"),
|
||||
("Jurassic World", "rex", "\e9c4"),
|
||||
("Edge of Eternities: Stellar Sights", "eos", "\ea00"),
|
||||
//
|
||||
// Secret Lairs
|
||||
("Secret Lair: Ultimate Edition", "slu", "\e687"),
|
||||
@ -495,7 +498,7 @@ $keyrune_sets: (
|
||||
("Secret Lair Drop Promos", "psld", "\e687"),
|
||||
("Secret Lair Logo", "sld2", "\e9bc"),
|
||||
//
|
||||
// Online only sets
|
||||
// Digital
|
||||
("Masters Edition", "me1", "\e68d"),
|
||||
("Masters Edition II", "me2", "\e68e"),
|
||||
("Masters Edition III", "me3", "\e68f"),
|
||||
@ -523,6 +526,9 @@ $keyrune_sets: (
|
||||
("Alchemy 2024", "y24", "\e9bd"),
|
||||
("Alchemy 2025", "y25", "\e9da"),
|
||||
("Alchemy Bloomburrow", "yblb", "\e9da"),
|
||||
("Puzzle Masters", "pma", "\ea01"),
|
||||
("Puzzle Masters 2", "pm2", "\ea02"),
|
||||
("Daxos vs. Kalemne (Puzzle Masters)", "dvk", "\ea03"),
|
||||
//
|
||||
// Unsets
|
||||
("Unglued", "ugl", "\e691"),
|
||||
|
4
svg/dvk.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="22" height="32" viewBox="0 0 22 32">
|
||||
<path fill="#444" d="M12.325 0.509c0.647 0.689 1.419 1.264 1.997 2.016-0.042 1.305-0.461 2.574-0.405 3.89 0.2-0.925 0.422-1.844 0.705-2.746 0.428 0.666 0.85 1.338 1.272 2.008 0.897 0.061 1.788 0.153 2.674 0.308 0.622 1.025 1.255 2.047 1.705 3.166-1.264 0.022-2.524-0.128-3.788-0.081 1.766 0.811 3.81 0.591 5.704 0.575 0.133 1.602 0.097 3.21 0.211 4.812-0.941 1.005-1.891 2.002-2.835 3.005-0.103 1.33 0.094 2.702-0.164 4.004-1.769 2.48-3.51 5.010-5.662 7.181 0.467-4.218 0.686-8.458 1.064-12.685 1.161-0.675 2.322-1.355 3.407-2.144 0.455-0.261 0.386-0.853 0.522-1.289-1.633 0.297-3.216 0.803-4.826 1.2-0.111 1.738-0.158 3.477-0.208 5.221-0.475 0.314-0.947 0.636-1.411 0.969 0.050-6.47-0.031-12.943 0.039-19.411zM4.542 5.074c1.924-1.369 3.929-2.613 5.845-3.993 0.069 2.632-0.031 5.271 0.119 7.903-0.514-1.233-1.216-2.499-2.435-3.152-1.069-0.619-2.327-0.691-3.529-0.758zM3.931 6.554c1.666-0.986 3.921-0.425 5.126 1.025 0.941 1.15 1.502 2.616 1.488 4.107 0.031 2.658 0.031 5.315 0.111 7.973-0.966 0.047-1.886 0.355-2.791 0.666 0.933 0.039 1.861 0.133 2.791 0.208 0.019 3.652 0.119 7.3 0.169 10.949-0.444-0.192-0.93-0.317-1.313-0.622-0.267-0.955-0.272-2.022-0.908-2.835-1.061-1.511-2.535-3.188-4.587-2.919-0.039-0.083-0.114-0.253-0.153-0.336 0.203-1.674 0.6-3.38 0.222-5.062-0.314-2.205-1.944-3.965-3.765-5.11-0.422-0.153-0.408-0.672-0.072-0.911 0.78-0.778 1.43-1.744 1.511-2.874 0.164-1.116-0.478-2.108-1.008-3.030 0.4-0.292 0.8-0.583 1.202-0.869 0.678 0.011 1.386 0.019 1.977-0.361zM5.372 13.113c0.658 0.961 1.688 1.638 2.891 1.53 0.505-0.578 0.566-1.302 0.092-1.916-1.014-0.094-2.030 0.014-2.982 0.386zM4.844 17.923c0.639 1.93 0.558 3.993 0.63 5.998 0.816 0.478 1.663 0.925 2.36 1.575 1.005 1.008 1.602 2.333 2.119 3.638-0.208-1.308-0.258-2.752-1.139-3.821-0.747-1.008-1.888-1.788-2.188-3.071-0.811-2.477-1.4-5.296-3.51-7.034 0.666 0.841 1.4 1.672 1.727 2.716zM16.041 26.709c0.619-0.78 1.225-1.572 1.83-2.363-0.358 1.361-0.517 2.821-1.2 4.074-0.886 1.122-1.972 2.072-2.988 3.071 0.764-1.602 1.211-3.388 2.358-4.782z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 2.1 KiB |
4
svg/eos-border.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#444" d="M17.365 3.357c0 0 2.606 6.854 3.362 8.985 0.971-0.738 1.858-1.582 2.858-2.281-0.236 1.2-0.803 3.511-0.803 3.511l9.218-0.772-8.621 3.382 2.28 2.86-3.567-0.844 0.818 9.359c0 0-1.462-3.87-2.314-5.758-0.572 1.144-1.238 2.248-2.093 3.206-1.612 1.708-3.793 2.789-6.076 3.275-1.095 0.204-2.272 0.209-3.542 0-2.616-0.559-5.149-1.904-6.742-4.099-1.457-1.866-2.224-4.253-2.135-6.618-0.053-2.781 1.19-5.476 3.107-7.454 1.368-1.279 3.023-2.288 4.859-2.72 1.34-0.292 2.764-0.375 4.095-0.234 2.14 0.227 4.101 1.243 5.756 2.578zM9.063 8.076c1.226 0.076 2.502 0.227 3.583 0.594 1.036 0.352 2.178 0.923 3.005 1.657 0.926 0.822 2.004 1.936 2.55 3.276-0.567-0.087-1.691-0.312-1.691-0.312l1.52 1.943-5.161 1.973 5.469-0.432-0.526 2.421c0 0 0.945-0.709 1.442-1.025-0.089 1.127-0.196 2.273-0.616 3.333-0.465 1.159-1.090 2.26-1.905 3.208-0.587 0.687-2.023 1.774-2.023 1.774s2.003-0.875 3.684-2.903c0.971-1.172 1.536-2.753 1.983-4.258 0.554 1.088 1.388 3.378 1.388 3.378l-0.419-5.324 2.425 0.504-1.526-2.044 5.187-1.98-5.503 0.392c0 0 0.305-1.54 0.493-2.303-0.659 0.493-1.268 1.052-1.948 1.517-0.748-1.627-1.968-4.991-1.968-4.991s0.195 2.382 0.219 3.579c-0.616-0.541-1.073-1.236-1.721-1.742-1.165-0.913-2.479-1.708-3.951-1.991-1.546-0.298-2.662-0.246-3.987-0.244zM5.763 9.303c-3.079 1.729-4.985 5.247-4.892 8.758 0.143 3.882 2.842 7.51 6.498 8.801 0.854 0.29 1.749 0.682 2.669 0.551 1.139-0.387 1.981-1.304 2.81-2.133 0.964-0.94 1.53-2.192 2.019-3.425 0.506-1.304 0.538-2.605 0.459-3.983-1.090 0.074-7.252 0.466-7.252 0.466s5.634-2.182 6.745-2.619c-0.483-1.431-1.37-2.695-2.398-3.79-1.676-1.543-3.839-2.634-6.143-2.736-0.181-0.007-0.353 0.031-0.514 0.112z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.8 KiB |
4
svg/eos.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#444" d="M9.063 8.076c1.325-0.002 2.441-0.054 3.987 0.244 1.472 0.284 2.786 1.078 3.951 1.991 0.648 0.506 1.104 1.202 1.721 1.742-0.025-1.197-0.219-3.579-0.219-3.579s1.22 3.364 1.968 4.991c0.681-0.465 1.289-1.024 1.948-1.516-0.188 0.763-0.493 2.303-0.493 2.303l5.503-0.392-5.187 1.98 1.526 2.044-2.425-0.504 0.419 5.324c0 0-0.834-2.29-1.388-3.378-0.447 1.505-1.012 3.086-1.983 4.258-1.681 2.028-3.684 2.903-3.684 2.903s1.436-1.086 2.023-1.774c0.816-0.948 1.441-2.049 1.905-3.208 0.42-1.060 0.527-2.206 0.616-3.333-0.498 0.316-1.442 1.025-1.442 1.025l0.526-2.421-5.469 0.432 5.161-1.973-1.52-1.943c0 0 1.124 0.224 1.691 0.312-0.546-1.34-1.624-2.454-2.549-3.276-0.826-0.734-1.969-1.304-3.005-1.657-1.080-0.367-2.356-0.519-3.583-0.594zM5.763 9.303c0.162-0.081 0.333-0.119 0.514-0.112 2.304 0.102 4.467 1.193 6.143 2.736 1.029 1.095 1.915 2.359 2.398 3.79-1.111 0.437-6.745 2.619-6.745 2.619s6.162-0.392 7.252-0.466c0.079 1.378 0.047 2.679-0.459 3.983-0.49 1.233-1.055 2.486-2.019 3.425-0.829 0.829-1.671 1.746-2.81 2.133-0.92 0.132-1.815-0.26-2.669-0.551-3.656-1.291-6.354-4.919-6.498-8.801-0.092-3.511 1.813-7.029 4.892-8.758z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |
4
svg/pm2.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="31" height="32" viewBox="0 0 31 32">
|
||||
<path fill="#444" d="M24.086 11.469c1.405-1.671 4.177-1.953 5.896-0.611 1.017 0.795 1.263 2.261 0.884 3.445-0.287 0.858-0.778 1.635-1.337 2.338-0.499 0.623-1.66 1.799-1.66 1.799s2.299 0.010 2.339-0c0.34-0.306 0.655-1.199 0.655-1.199l0.603 0.019-0.205 3.421c0 0-7.144 0.026-7.774 0.006 0.070-0.622 0.496-1.095 0.938-1.498 0.768-0.704 1.354-1.572 1.979-2.399 0.715-1.158 1.345-2.487 1.125-3.887-0.138-0.543-0.571-1.056-1.257-1.12-0.444-0.042-0.864 0.028-1.099 0.346-0.174 0.236-0.124 0.596-0.16 0.886-0.083 0.014-0.251 0.041-0.336 0.053-0.268-0.484-0.754-1.017-0.59-1.6zM9.717 10.12h4.014c0 0 1.603 4.106 2.27 5.855 0.041 0.001 0.124 0.004 0.165 0.007 0.849-1.904 2.434-5.862 2.434-5.862h4.15l-0.005 0.84c0 0-1.198-0.088-1.181 0.545 0.137 1.557 0.401 7.388 0.693 7.989 0.236 0.487 1.266 0.514 1.266 0.514s-0.139 0.457-0.198 0.674c-1.51 0.019-5.723 0-5.723 0l-0.026-0.674c0 0 0.976 0.101 1.163-0.46 0.296-0.886-0.204-4.495-0.204-4.495l-2.314 5.641-1.475 0.098-2.517-5.921-0.26 3.611c0 0-0.132 0.942 0.209 1.241 0.24 0.211 0.954 0.284 0.954 0.284l0.059 0.674h-4.366l0.001-0.675c0 0 1.174 0.063 1.236-0.681 0.208-1.315 0.749-6.553 0.717-7.93-0.013-0.569-1.083-0.451-1.083-0.451l0.022-0.825zM0 10.12c0 0 2.392 0.010 4.939 0 1.116-0.004 2.375 0.146 3.157 0.664 0.83 0.55 1.308 1.301 1.314 2.251 0.003 0.358 0.164 1.555-1.337 2.828-1.215 1.030-3.928 0.87-3.928 0.87v5.258c0 0-1.339-1.544-1.79-1.84s-0.909-0.721-1.427-0.851l-0.018-7.201 0.578-0.415-1.488-1.565zM4.145 16.034c0 0 1.964 0.027 1.875-2.988-0.040-1.371-1.023-1.636-1.875-1.636v4.624z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.6 KiB |
4
svg/pma.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="29" height="32" viewBox="0 0 29 32">
|
||||
<path fill="#444" d="M22.326 20.807h-6.13v-7.014h-0.059l-2.983 7.705h-0.060l-3.063-7.473h-0.060v6.782h-2.156v-0.060l0.849-0.526v-9.583l-0.849-0.533v-0.068h3.035l2.808 7.158h0.068l2.764-7.158h2.861v0.068l-0.841 0.518v9.598l0.681 0.426 0.627-0.426 4.408-10.643h0.068l4.274 10.643 0.767 0.526v0.060h-2.997l-1.202-3.215-1.292 0.834h-1.952l-0.218 0.518c-0.11 0.291-0.165 0.554-0.165 0.788 0 0.506 0.273 0.845 0.819 1.014v0.060zM22.342 17.3h2.688l-1.246-3.388h-0.060l-1.382 3.388zM-0 10.105v-0.068h4.297c1.201 0 2.157 0.263 2.869 0.788s1.066 1.284 1.066 2.275c0 0.511-0.106 0.977-0.319 1.397s-0.497 0.763-0.852 1.025c-0.356 0.263-0.752 0.465-1.191 0.609-0.438 0.142-0.892 0.214-1.363 0.214h-0.060l-1.292-0.834v6.91h-0.060c-0.22-0.326-0.533-0.642-0.938-0.95-0.406-0.308-0.842-0.529-1.307-0.665v-8.952h1.907v-0.060l-2.756-1.689zM3.154 15.272h0.706c1.272 0 1.907-0.693 1.907-2.080 0-0.722-0.168-1.247-0.504-1.578-0.335-0.329-0.886-0.495-1.652-0.495h-0.458v4.153z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
4
svg/tla-border.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#444" d="M16.005 30.086v0.001c-3.32-0.090-7.224-4.059-8.848-7.48 0 0-1.252-0.744-1.794-1.194-0.531-0.44-1.061-1.414-1.22-1.923-0.204-0.653-0.313-2.663-0.171-3.693 0.065-0.473 0.281-1.024 0.534-1.344 0.291-0.368 1.104-0.313 1.711-0.112 0 0-0.069-1.827-0.036-2.574 0-5.428 4.398-9.836 9.822-9.853v-0.001c5.425 0.015 9.825 4.425 9.825 9.853 0.034 0.747-0.036 2.574-0.036 2.574 0.607-0.201 1.42-0.256 1.711 0.112 0.253 0.321 0.461 0.873 0.534 1.345 0.128 0.823 0.029 2.79-0.171 3.693-0.116 0.521-0.699 1.478-1.22 1.923-0.536 0.458-1.794 1.194-1.794 1.194-1.623 3.42-5.526 7.388-8.846 7.48zM16.005 2.906v0.001c-0.486 0.002-0.963 0.042-1.428 0.119l-0.636 8.752-3.359-0.012 5.421 6.089 5.422-6.091-3.359 0.012-0.636-8.753c-0.464-0.077-0.94-0.118-1.425-0.119zM16.002 19.226l-7.296-8.222 4.448-0.009 0.553-7.779c-3.766 1.022-6.544 4.466-6.544 8.551 0 0.318-0.010 1.228-0.015 1.784-0.009 0.948 0.004 1.79 0.072 3.368 0 0-0.827-1.040-1.098-1.235-0.433-0.312-0.837-0.099-0.952 0.19-0.254 0.639-0.007 3.481 0.073 3.485 0.263 1.272 2.514 2.432 2.934 2.438 0.527 2.688 4.91 7.114 7.824 7.193v-0.001c2.914-0.077 7.3-4.505 7.827-7.193 0.42-0.006 2.671-1.166 2.934-2.438 0.080-0.005 0.327-2.847 0.073-3.485-0.115-0.289-0.519-0.502-0.952-0.19-0.271 0.195-1.098 1.235-1.098 1.235 0.069-1.578 0.081-2.421 0.072-3.368-0.005-0.556-0.015-1.466-0.015-1.784 0-4.085-2.778-7.528-6.544-8.551l0.553 7.779 4.448 0.008-7.299 8.223zM11.424 16.785c1.688 0.349 3.438 2.288 3.185 3.513s-1.711 1.552-3.4 1.203c-1.688-0.349-2.989-1.656-2.736-2.882 0.116-0.56 0.604-0.614 0.955-1.103 0.421-0.587 1.078-0.921 1.995-0.732zM11.456 17.819c-0.611-0.126-1.042 0.061-1.312 0.402-0.225 0.284-0.548 0.309-0.616 0.638-0.149 0.721 0.734 1.515 1.859 1.747s2.162 0.142 2.311-0.579c0.149-0.721-1.116-1.976-2.241-2.208zM20.583 16.784c0.917-0.189 1.574 0.145 1.995 0.732 0.351 0.49 0.84 0.543 0.955 1.103 0.253 1.226-1.048 2.533-2.736 2.882s-3.146 0.022-3.4-1.203c-0.253-1.226 1.497-3.165 3.185-3.513zM20.55 17.818c-1.125 0.232-2.39 1.487-2.241 2.208s1.186 0.812 2.311 0.579c1.125-0.232 2.008-1.026 1.859-1.747-0.068-0.329-0.391-0.354-0.616-0.638-0.27-0.341-0.701-0.529-1.312-0.402z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
4
svg/tla-inner.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#444" d="M16.005 2.906c0.485 0.002 0.961 0.042 1.425 0.119l0.636 8.753 3.359-0.012-5.422 6.091-5.421-6.089 3.359 0.012 0.636-8.752c0.465-0.077 0.942-0.118 1.428-0.119v-0.001zM11.456 17.819c1.125 0.232 2.39 1.487 2.241 2.208s-1.186 0.812-2.311 0.579-2.008-1.026-1.859-1.747c0.068-0.329 0.391-0.354 0.616-0.638 0.27-0.341 0.701-0.529 1.312-0.402zM20.55 17.818c0.611-0.126 1.042 0.061 1.312 0.402 0.225 0.284 0.548 0.309 0.616 0.638 0.149 0.721-0.734 1.515-1.859 1.747s-2.162 0.142-2.311-0.579 1.116-1.976 2.241-2.208z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 675 B |
4
svg/tla-rarity.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#444" d="M16.002 19.226l7.299-8.223-4.448-0.008-0.553-7.779c3.766 1.022 6.544 4.465 6.544 8.551 0 0.318 0.010 1.228 0.015 1.784 0.009 0.948-0.004 1.79-0.072 3.368 0 0 0.827-1.040 1.098-1.235 0.433-0.312 0.837-0.099 0.952 0.19 0.254 0.639 0.007 3.481-0.073 3.485-0.263 1.272-2.514 2.432-2.934 2.438-0.527 2.689-4.913 7.116-7.827 7.193v0.001c-2.914-0.080-7.297-4.505-7.824-7.193-0.42-0.006-2.671-1.167-2.934-2.438-0.080-0.005-0.327-2.847-0.073-3.485 0.115-0.289 0.519-0.502 0.952-0.19 0.271 0.195 1.098 1.235 1.098 1.235-0.069-1.578-0.081-2.421-0.072-3.368 0.005-0.556 0.015-1.466 0.015-1.784 0-4.085 2.778-7.528 6.544-8.551l-0.553 7.779-4.448 0.008 7.296 8.222zM20.582 16.784c-1.688 0.349-3.438 2.288-3.185 3.513s1.711 1.552 3.4 1.203 2.989-1.656 2.736-2.881c-0.116-0.56-0.604-0.614-0.955-1.103-0.421-0.587-1.078-0.921-1.995-0.732zM11.424 16.785c-0.917-0.189-1.574 0.145-1.995 0.732-0.351 0.49-0.839 0.543-0.955 1.103-0.253 1.226 1.048 2.533 2.736 2.881s3.146 0.023 3.4-1.203c0.253-1.226-1.497-3.165-3.185-3.513z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
4
svg/tla.svg
Normal file
@ -0,0 +1,4 @@
|
||||
<!-- Generated by IcoMoon.io -->
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||
<path fill="#444" d="M23.527 5.438c1.295 1.638 2.069 3.705 2.069 5.952 0 0.346 0.011 1.333 0.016 1.937 0.009 1.029-0.004 1.944-0.079 3.656 0 0 0.898-1.129 1.191-1.341 0.47-0.339 0.908-0.107 1.033 0.206 0.276 0.693 0.008 3.778-0.079 3.783-0.286 1.38-2.729 2.64-3.185 2.646-0.572 2.919-5.333 7.725-8.496 7.808v0.001c-3.163-0.086-7.921-4.891-8.493-7.808-0.456-0.007-2.899-1.266-3.185-2.646-0.087-0.005-0.355-3.090-0.079-3.783 0.125-0.314 0.563-0.545 1.033-0.206 0.294 0.211 1.191 1.341 1.191 1.341-0.074-1.713-0.088-2.628-0.078-3.656 0.005-0.604 0.016-1.591 0.016-1.937 0-2.247 0.774-4.315 2.070-5.953 1.2-1.517 2.848-2.665 4.742-3.245 0.096-0.030 0.194-0.058 0.291-0.084l0.893-0.195-0.64 9.49-3.646-0.013 5.885 6.61 5.886-6.611-3.646 0.013-0.64-9.49 0.894 0.195c0.098 0.027 0.195 0.055 0.291 0.084 1.895 0.58 3.543 1.728 4.743 3.246zM10.977 17.413c-0.823-0.181-1.402 0.088-1.766 0.577-0.303 0.408-0.738 0.443-0.83 0.916-0.201 1.035 0.988 2.174 2.503 2.508s2.91 0.204 3.111-0.832c0.201-1.035-1.503-2.836-3.018-3.17zM21.037 17.413c-1.515 0.334-3.218 2.134-3.017 3.17s1.596 1.165 3.111 0.832c1.514-0.334 2.703-1.473 2.503-2.508-0.092-0.473-0.527-0.508-0.83-0.916-0.364-0.489-0.943-0.759-1.766-0.577z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 1.3 KiB |