Skip to content

Commit

Permalink
Adds all split Phyrexian mana symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgioia committed Mar 6, 2023
1 parent b5cae16 commit dea7a0d
Show file tree
Hide file tree
Showing 13 changed files with 259 additions and 83 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ All notable changes to this project will be documented in this file.

## Versions

### [1.15.3] 2023-03-04 Remaining split Phyrexian classes

* **Added:** All other split Phyrexian mana classes introduced recently ([#86](https://github.com/andrewgioia/mana/issues/86))

### [1.15.2] 2023-03-04 GUP and GWP classes (@Araneline)

* **Merged:** ([PR #93](https://github.com/andrewgioia/mana/pull/93)) by @Araneline to add support for the GUP and GWP split phyrexian classes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Mana v1.15.2
# Mana v1.15.3

## The Magic: the Gathering mana symbol font!

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mana",
"homepage": "https://github.com/andrewgioia/mana",
"version": "1.15.2",
"version": "1.15.3",
"authors": [
"Andrew Gioia <[email protected]>"
],
Expand Down
140 changes: 108 additions & 32 deletions css/mana.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
@font-face {
font-family: 'Mana';
src: url('../fonts/mana.eot?v=1.15.1');
src: url('../fonts/mana.eot?#iefix&v=1.15.1') format('embedded-opentype'), url('../fonts/mana.woff?v=1.15.1') format('woff'), url('../fonts/mana.ttf?v=1.15.1') format('truetype'), url('../fonts/mana.svg?v=1.15.1#mana') format('svg');
src: url('../fonts/mana.eot?v=1.15.3');
src: url('../fonts/mana.eot?#iefix&v=1.15.3') format('embedded-opentype'), url('../fonts/mana.woff?v=1.15.3') format('woff'), url('../fonts/mana.ttf?v=1.15.3') format('truetype'), url('../fonts/mana.svg?v=1.15.3#mana') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'MPlantin';
src: url('../fonts/mplantin.eot?v=1.15.1');
src: url('../fonts/mplantin.eot?#iefix&v=1.15.1') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.15.1') format('woff'), url('../fonts/mplantin.ttf?v=1.15.1') format('truetype'), url('../fonts/mplantin.svg?v=1.15.1#mplantin') format('svg');
src: url('../fonts/mplantin.eot?v=1.15.3');
src: url('../fonts/mplantin.eot?#iefix&v=1.15.3') format('embedded-opentype'), url('../fonts/mplantin.woff?v=1.15.3') format('woff'), url('../fonts/mplantin.ttf?v=1.15.3') format('truetype'), url('../fonts/mplantin.svg?v=1.15.3#mplantin') format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down Expand Up @@ -118,16 +118,7 @@
.ms-z::before {
content: "\e617";
}
.ms-p::before,
.ms-wp::before,
.ms-up::before,
.ms-bp::before,
.ms-rp::before,
.ms-gp::before,
.ms-gup::before,
.ms-gup::after,
.ms-gwp::before,
.ms-gwp::after {
.ms-p::before {
content: "\e618";
}
.ms-s::before {
Expand Down Expand Up @@ -262,6 +253,33 @@
.ms-2g::before {
content: "\e607";
}
.ms-wp::before,
.ms-up::before,
.ms-bp::before,
.ms-rp::before,
.ms-gp::before,
.ms-wup::before,
.ms-wup::after,
.ms-wbp::before,
.ms-wbp::after,
.ms-ubp::before,
.ms-ubp::after,
.ms-urp::before,
.ms-urp::after,
.ms-brp::before,
.ms-brp::after,
.ms-bgp::before,
.ms-bgp::after,
.ms-rwp::before,
.ms-rwp::after,
.ms-rgp::before,
.ms-rgp::after,
.ms-gwp::before,
.ms-gwp::after,
.ms-gup::before,
.ms-gup::after {
content: "\e618";
}
.ms-100::before {
content: "\e900";
}
Expand Down Expand Up @@ -827,8 +845,16 @@
.ms-cost.ms-2b,
.ms-cost.ms-2r,
.ms-cost.ms-2g,
.ms-cost.ms-gup,
.ms-cost.ms-gwp {
.ms-cost.ms-wup,
.ms-cost.ms-wbp,
.ms-cost.ms-ubp,
.ms-cost.ms-urp,
.ms-cost.ms-brp,
.ms-cost.ms-bgp,
.ms-cost.ms-rwp,
.ms-cost.ms-rgp,
.ms-cost.ms-gwp,
.ms-cost.ms-gup {
position: relative;
width: 1.3em;
height: 1.3em;
Expand All @@ -848,8 +874,16 @@
.ms-cost.ms-2b::before,
.ms-cost.ms-2r::before,
.ms-cost.ms-2g::before,
.ms-cost.ms-gup::before,
.ms-cost.ms-wup::before,
.ms-cost.ms-wbp::before,
.ms-cost.ms-ubp::before,
.ms-cost.ms-urp::before,
.ms-cost.ms-brp::before,
.ms-cost.ms-bgp::before,
.ms-cost.ms-rwp::before,
.ms-cost.ms-rgp::before,
.ms-cost.ms-gwp::before,
.ms-cost.ms-gup::before,
.ms-cost.ms-wu::after,
.ms-cost.ms-wb::after,
.ms-cost.ms-ub::after,
Expand All @@ -865,8 +899,16 @@
.ms-cost.ms-2b::after,
.ms-cost.ms-2r::after,
.ms-cost.ms-2g::after,
.ms-cost.ms-gup::after,
.ms-cost.ms-gwp::after {
.ms-cost.ms-wup::after,
.ms-cost.ms-wbp::after,
.ms-cost.ms-ubp::after,
.ms-cost.ms-urp::after,
.ms-cost.ms-brp::after,
.ms-cost.ms-bgp::after,
.ms-cost.ms-rwp::after,
.ms-cost.ms-rgp::after,
.ms-cost.ms-gwp::after,
.ms-cost.ms-gup::after {
font-size: 0.55em !important;
position: absolute;
}
Expand All @@ -885,8 +927,16 @@
.ms-cost.ms-2b::before,
.ms-cost.ms-2r::before,
.ms-cost.ms-2g::before,
.ms-cost.ms-gup::before,
.ms-cost.ms-gwp::before {
.ms-cost.ms-wup::before,
.ms-cost.ms-wbp::before,
.ms-cost.ms-ubp::before,
.ms-cost.ms-urp::before,
.ms-cost.ms-brp::before,
.ms-cost.ms-bgp::before,
.ms-cost.ms-rwp::before,
.ms-cost.ms-rgp::before,
.ms-cost.ms-gwp::before,
.ms-cost.ms-gup::before {
top: -0.38em;
left: 0.28em;
}
Expand All @@ -905,12 +955,21 @@
.ms-cost.ms-2b::after,
.ms-cost.ms-2r::after,
.ms-cost.ms-2g::after,
.ms-cost.ms-gup::after,
.ms-cost.ms-gwp::after {
.ms-cost.ms-wup::after,
.ms-cost.ms-wbp::after,
.ms-cost.ms-ubp::after,
.ms-cost.ms-urp::after,
.ms-cost.ms-brp::after,
.ms-cost.ms-bgp::after,
.ms-cost.ms-rwp::after,
.ms-cost.ms-rgp::after,
.ms-cost.ms-gwp::after,
.ms-cost.ms-gup::after {
top: 0.5em;
left: 1em;
}
.ms-cost.ms-wu {
.ms-cost.ms-wu,
.ms-cost.ms-wup {
background: #edf2b0;
background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #edf2b0), color-stop(50%, #edf2b0), color-stop(50%, #a6c1dd), color-stop(100%, #a6c1dd));
Expand All @@ -920,7 +979,8 @@
background: linear-gradient(135deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf2b0', endColorstr='#a6c1dd', GradientType=1);
}
.ms-cost.ms-wb {
.ms-cost.ms-wb,
.ms-cost.ms-wbp {
background: #edf2b0;
background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #edf2b0), color-stop(50%, #edf2b0), color-stop(50%, #9c9188), color-stop(100%, #9c9188));
Expand All @@ -930,7 +990,8 @@
background: linear-gradient(135deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf2b0', endColorstr='#9c9188', GradientType=1);
}
.ms-cost.ms-ub {
.ms-cost.ms-ub,
.ms-cost.ms-ubp {
background: #a6c1dd;
background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a6c1dd), color-stop(50%, #a6c1dd), color-stop(50%, #9c9188), color-stop(100%, #9c9188));
Expand All @@ -940,7 +1001,8 @@
background: linear-gradient(135deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c1dd', endColorstr='#9c9188', GradientType=1);
}
.ms-cost.ms-ur {
.ms-cost.ms-ur,
.ms-cost.ms-urp {
background: #a6c1dd;
background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a6c1dd), color-stop(50%, #a6c1dd), color-stop(50%, #db8664), color-stop(100%, #db8664));
Expand All @@ -950,7 +1012,8 @@
background: linear-gradient(135deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c1dd', endColorstr='#db8664', GradientType=1);
}
.ms-cost.ms-br {
.ms-cost.ms-br,
.ms-cost.ms-brp {
background: #aca29a;
background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #aca29a), color-stop(50%, #aca29a), color-stop(50%, #db8664), color-stop(100%, #db8664));
Expand All @@ -960,7 +1023,8 @@
background: linear-gradient(135deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aca29a', endColorstr='#db8664', GradientType=1);
}
.ms-cost.ms-bg {
.ms-cost.ms-bg,
.ms-cost.ms-bgp {
background: #aca29a;
background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #aca29a), color-stop(50%, #aca29a), color-stop(50%, #93b483), color-stop(100%, #93b483));
Expand All @@ -970,7 +1034,8 @@
background: linear-gradient(135deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aca29a', endColorstr='#93b483', GradientType=1);
}
.ms-cost.ms-rw {
.ms-cost.ms-rw,
.ms-cost.ms-rwp {
background: #db8664;
background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db8664), color-stop(50%, #db8664), color-stop(50%, #edf2b0), color-stop(100%, #edf2b0));
Expand All @@ -980,7 +1045,8 @@
background: linear-gradient(135deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8664', endColorstr='#edf2b0', GradientType=1);
}
.ms-cost.ms-rg {
.ms-cost.ms-rg,
.ms-cost.ms-rgp {
background: #db8664;
background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db8664), color-stop(50%, #db8664), color-stop(50%, #93b483), color-stop(100%, #93b483));
Expand Down Expand Up @@ -1067,7 +1133,17 @@
.ms-cost.ms-up::before,
.ms-cost.ms-bp::before,
.ms-cost.ms-rp::before,
.ms-cost.ms-gp::before {
.ms-cost.ms-gp::before,
.ms-cost.ms-wup::before,
.ms-cost.ms-wbp::before,
.ms-cost.ms-ubp::before,
.ms-cost.ms-urp::before,
.ms-cost.ms-brp::before,
.ms-cost.ms-bgp::before,
.ms-cost.ms-rwp::before,
.ms-cost.ms-rgp::before,
.ms-cost.ms-gwp::before,
.ms-cost.ms-gup::before {
display: inline-block;
-moz-transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
Expand Down
2 changes: 1 addition & 1 deletion css/mana.min.css

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,16 @@ <h3>Phyrexian, snow, colorless, energy, and split symbols</h3>
<i class="ms ms-2r ms-cost ms-shadow"></i>
<i class="ms ms-2g ms-cost ms-shadow"></i>
<br />
<i class="ms ms-gup ms-cost ms-shadow"></i>
<i class="ms ms-wup ms-cost ms-shadow"></i>
<i class="ms ms-wbp ms-cost ms-shadow"></i>
<i class="ms ms-ubp ms-cost ms-shadow"></i>
<i class="ms ms-urp ms-cost ms-shadow"></i>
<i class="ms ms-brp ms-cost ms-shadow"></i>
<i class="ms ms-bgp ms-cost ms-shadow"></i>
<i class="ms ms-rwp ms-cost ms-shadow"></i>
<i class="ms ms-rgp ms-cost ms-shadow"></i>
<i class="ms ms-gwp ms-cost ms-shadow"></i>
<i class="ms ms-gup ms-cost ms-shadow"></i>
</p>
<h3>Tap and roll symbols</h3>
<p>
Expand Down
Loading

0 comments on commit dea7a0d

Please sign in to comment.