From 0fb7ec3abf537c598c92033110bf69e0ff2b75be Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Fri, 4 Dec 2015 11:54:12 -0500 Subject: [PATCH] Adding support for 100 and 1,000,000 mana symbols --- css/mana.css | 137 +++----------------------- css/mana.min.css | 2 +- fonts/mana.eot | Bin 14436 -> 16072 bytes fonts/mana.svg | 2 + fonts/mana.ttf | Bin 14284 -> 15920 bytes fonts/mana.woff | Bin 14360 -> 15996 bytes fonts/mana.woff2 | Bin 8424 -> 8744 bytes index.html | 5 + less/cost.less | 250 ++++++++++++++++++++++++----------------------- less/icons.less | 5 + 10 files changed, 159 insertions(+), 242 deletions(-) diff --git a/css/mana.css b/css/mana.css index 115eca3..a568594 100644 --- a/css/mana.css +++ b/css/mana.css @@ -62,273 +62,153 @@ } .ms-cost.ms-wu { background: #edf2b0; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #edf2b0), color-stop(50%, #edf2b0), color-stop(50%, #a6c1dd), color-stop(100%, #a6c1dd)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); - /* IE10+ */ background: linear-gradient(135deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf2b0', endColorstr='#a6c1dd', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-wb { background: #edf2b0; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #edf2b0), color-stop(50%, #edf2b0), color-stop(50%, #9c9188), color-stop(100%, #9c9188)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); - /* IE10+ */ background: linear-gradient(135deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf2b0', endColorstr='#9c9188', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-ub { background: #a6c1dd; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a6c1dd), color-stop(50%, #a6c1dd), color-stop(50%, #9c9188), color-stop(100%, #9c9188)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); - /* IE10+ */ background: linear-gradient(135deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c1dd', endColorstr='#9c9188', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-ur { background: #a6c1dd; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #a6c1dd), color-stop(50%, #a6c1dd), color-stop(50%, #db8664), color-stop(100%, #db8664)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); - /* IE10+ */ background: linear-gradient(135deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c1dd', endColorstr='#db8664', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-br { background: #aca29a; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #aca29a), color-stop(50%, #aca29a), color-stop(50%, #db8664), color-stop(100%, #db8664)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); - /* IE10+ */ background: linear-gradient(135deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aca29a', endColorstr='#db8664', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-bg { background: #aca29a; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #aca29a), color-stop(50%, #aca29a), color-stop(50%, #93b483), color-stop(100%, #93b483)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); - /* IE10+ */ background: linear-gradient(135deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aca29a', endColorstr='#93b483', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-rw { background: #db8664; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db8664), color-stop(50%, #db8664), color-stop(50%, #edf2b0), color-stop(100%, #edf2b0)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); - /* IE10+ */ background: linear-gradient(135deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8664', endColorstr='#edf2b0', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-rg { background: #db8664; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #db8664), color-stop(50%, #db8664), color-stop(50%, #93b483), color-stop(100%, #93b483)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); - /* IE10+ */ background: linear-gradient(135deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8664', endColorstr='#93b483', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-gw { background: #93b483; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #93b483), color-stop(50%, #93b483), color-stop(50%, #edf2b0), color-stop(100%, #edf2b0)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); - /* IE10+ */ background: linear-gradient(135deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b483', endColorstr='#edf2b0', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-gu { background: #93b483; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #93b483), color-stop(50%, #93b483), color-stop(50%, #b5cde3), color-stop(100%, #b5cde3)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); - /* IE10+ */ background: linear-gradient(135deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b483', endColorstr='#b5cde3', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-2w { background: #beb9b2; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #beb9b2), color-stop(50%, #beb9b2), color-stop(50%, #edf2b0), color-stop(100%, #edf2b0)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); - /* IE10+ */ background: linear-gradient(135deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#edf2b0', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-2u { background: #beb9b2; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #beb9b2), color-stop(50%, #beb9b2), color-stop(50%, #b5cde3), color-stop(100%, #b5cde3)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); - /* IE10+ */ background: linear-gradient(135deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#b5cde3', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-2b { background: #beb9b2; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #beb9b2), color-stop(50%, #beb9b2), color-stop(50%, #9c9188), color-stop(100%, #9c9188)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); - /* IE10+ */ background: linear-gradient(135deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#9c9188', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-2r { background: #beb9b2; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #beb9b2), color-stop(50%, #beb9b2), color-stop(50%, #db8664), color-stop(100%, #db8664)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); - /* IE10+ */ background: linear-gradient(135deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#db8664', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-2g { background: #beb9b2; - /* Old browsers */ background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); - /* FF3.6+ */ background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #beb9b2), color-stop(50%, #beb9b2), color-stop(50%, #93b483), color-stop(100%, #93b483)); - /* Chrome,Safari4+ */ background: -webkit-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); - /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); - /* Opera 11.10+ */ background: -ms-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); - /* IE10+ */ background: linear-gradient(135deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); - /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#93b483', GradientType=1); - /* IE6-9 fallback on horizontal gradient */ } .ms-cost.ms-p:before, .ms-cost.ms-wp:before, @@ -395,7 +275,6 @@ left: 1.0em; } /** -<<<<<<< HEAD * Half costs */ .ms-half { width: .675em; @@ -406,6 +285,14 @@ .ms-half > .ms-cost { margin-left: -0.675em; } +/** + * Un-set costs */ +.ms-100 { + width: 2.4em; +} +.ms-100000 { + width: 5.4em; +} /** * Planeswalker symbols */ .ms-loyalty-up, @@ -746,6 +633,14 @@ .ms-2g:before { content: "\e607"; } +/** + * Un-set symbols */ +.ms-100:before { + content: "\e900"; +} +.ms-100000:before { + content: "\e901"; +} /** * Planeswalker symbols */ .ms-loyalty-up:before { diff --git a/css/mana.min.css b/css/mana.min.css index bea0061..b2ac471 100644 --- a/css/mana.min.css +++ b/css/mana.min.css @@ -1 +1 @@ -@font-face{font-family:Mana;src:url(../fonts/mana.eot?v=0.4);src:url(../fonts/mana.eot?#iefix&v=0.4) format('embedded-opentype'),url(../fonts/mana.woff?v=0.4) format('woff'),url(../fonts/mana.ttf?v=0.4) format('truetype'),url(../fonts/mana.svg?v=0.4#mana) format('svg');font-weight:400;font-style:normal}@font-face{font-family:MPlantin;src:url(../fonts/mplantin.eot?v=0.4);src:url(../fonts/mplantin.eot?#iefix&v=0.4) format('embedded-opentype'),url(../fonts/mplantin.woff?v=0.4) format('woff'),url(../fonts/mplantin.ttf?v=0.4) format('truetype'),url(../fonts/mplantin.svg?v=0.4#mplantin) format('svg');font-weight:400;font-style:normal}.ms{display:inline-block;font:normal normal normal 14px/1 Mana;font-size:inherit;line-height:1em;text-rendering:auto;transform:translate(0,0);speak:none;text-transform:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ms-cost{background-color:#BEB9B2;border-radius:1em;color:#111;font-size:.95em;width:1.3em;height:1.3em;line-height:1.35em;text-align:center}.ms-cost.ms-w,.ms-cost.ms-wp{background-color:#F0F2C0}.ms-cost.ms-u,.ms-cost.ms-up{background-color:#B5CDE3}.ms-cost.ms-b,.ms-cost.ms-bp{background-color:#ACA29A}.ms-cost.ms-r,.ms-cost.ms-rp{background-color:#DB8664}.ms-cost.ms-g,.ms-cost.ms-gp{background-color:#93B483}.ms-cost.ms-wu{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));background:-webkit-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%);background:-o-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%);background:-ms-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%);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{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));background:-webkit-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#9c9188 50%,#9c9188 100%);background:-o-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#9c9188 50%,#9c9188 100%);background:-ms-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#9c9188 50%,#9c9188 100%);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{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));background:-webkit-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#9c9188 50%,#9c9188 100%);background:-o-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#9c9188 50%,#9c9188 100%);background:-ms-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#9c9188 50%,#9c9188 100%);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{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));background:-webkit-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#db8664 50%,#db8664 100%);background:-o-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#db8664 50%,#db8664 100%);background:-ms-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#db8664 50%,#db8664 100%);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{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));background:-webkit-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#db8664 50%,#db8664 100%);background:-o-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#db8664 50%,#db8664 100%);background:-ms-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#db8664 50%,#db8664 100%);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{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));background:-webkit-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#93b483 50%,#93b483 100%);background:-o-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#93b483 50%,#93b483 100%);background:-ms-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#93b483 50%,#93b483 100%);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{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));background:-webkit-linear-gradient(-45deg,#db8664 0,#db8664 50%,#edf2b0 50%,#edf2b0 100%);background:-o-linear-gradient(-45deg,#db8664 0,#db8664 50%,#edf2b0 50%,#edf2b0 100%);background:-ms-linear-gradient(-45deg,#db8664 0,#db8664 50%,#edf2b0 50%,#edf2b0 100%);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{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));background:-webkit-linear-gradient(-45deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);background:-o-linear-gradient(-45deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);background:-ms-linear-gradient(-45deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);background:linear-gradient(135deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8664', endColorstr='#93b483', GradientType=1)}.ms-cost.ms-gw{background:#93b483;background:-moz-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#93b483),color-stop(50%,#93b483),color-stop(50%,#edf2b0),color-stop(100%,#edf2b0));background:-webkit-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:-o-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:-ms-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:linear-gradient(135deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b483', endColorstr='#edf2b0', GradientType=1)}.ms-cost.ms-gu{background:#93b483;background:-moz-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#93b483),color-stop(50%,#93b483),color-stop(50%,#b5cde3),color-stop(100%,#b5cde3));background:-webkit-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:-o-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:-ms-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:linear-gradient(135deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b483', endColorstr='#b5cde3', GradientType=1)}.ms-cost.ms-2w{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#edf2b0),color-stop(100%,#edf2b0));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#edf2b0', GradientType=1)}.ms-cost.ms-2u{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#b5cde3),color-stop(100%,#b5cde3));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#b5cde3', GradientType=1)}.ms-cost.ms-2b{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#9c9188),color-stop(100%,#9c9188));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#9c9188', GradientType=1)}.ms-cost.ms-2r{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#db8664),color-stop(100%,#db8664));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#db8664', GradientType=1)}.ms-cost.ms-2g{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#93b483),color-stop(100%,#93b483));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#93b483', GradientType=1)}.ms-cost.ms-bp:before,.ms-cost.ms-gp:before,.ms-cost.ms-p:before,.ms-cost.ms-rp:before,.ms-cost.ms-up:before,.ms-cost.ms-wp:before{display:inline-block;-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.ms-cost.ms-tap-alt:before{display:inline-block;-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);padding-left:.06em;padding-bottom:.1em}.ms-cost.ms-s:before{color:#fff;-webkit-text-stroke:2px #fff;font-size:.85em;top:-.05em;position:relative;display:inline-block}.ms-cost.ms-s:after{content:"\e619";position:absolute;color:#333;margin-left:-.9em;font-size:1.1em}.ms-cost.ms-untap{background-color:#111;color:#fff}.ms-cost.ms-shadow{box-shadow:-.06em .07em 0 #111,0 .06em 0 #111}.ms-cost.ms-shadow.ms-untap{box-shadow:-.06em .07em 0 #fff,0 .06em 0 #fff}.ms-split{position:relative;width:1.3em;height:1.3em}.ms-split:after,.ms-split:before{font-size:.55em!important;position:absolute}.ms-split:before{top:-.38em;left:.28em}.ms-split:after{top:.5em;left:1em}.ms-half{width:.675em;overflow:hidden;display:inline-block;margin-left:.675em}.ms-half>.ms-cost{margin-left:-.675em}.ms-loyalty-down,.ms-loyalty-start,.ms-loyalty-up,.ms-loyalty-zero{color:#111;font-size:1.5em;position:relative;text-align:center}.ms-loyalty-start{font-size:2em}.ms-loyalty-0:after,.ms-loyalty-10:after,.ms-loyalty-1:after,.ms-loyalty-2:after,.ms-loyalty-3:after,.ms-loyalty-4:after,.ms-loyalty-5:after,.ms-loyalty-6:after,.ms-loyalty-7:after,.ms-loyalty-8:after,.ms-loyalty-9:after,.ms-loyalty-x:after{color:#fff;display:inline-block;font-size:.5em;font-family:'MPlantin, Garamond, Palatino, ' Times New Roman ', Times, serif';position:absolute;left:0;line-height:1.75em;width:100%;text-align:center;-webkit-padding-before:.15em}.ms-loyalty-0:after{content:"0"}.ms-loyalty-up.ms-loyalty-1:after{content:"+1"}.ms-loyalty-up.ms-loyalty-2:after{content:"+2"}.ms-loyalty-up.ms-loyalty-3:after{content:"+3"}.ms-loyalty-up.ms-loyalty-4:after{content:"+4"}.ms-loyalty-up.ms-loyalty-5:after{content:"+5"}.ms-loyalty-up.ms-loyalty-6:after{content:"+6"}.ms-loyalty-up.ms-loyalty-7:after{content:"+7"}.ms-loyalty-up.ms-loyalty-8:after{content:"+8"}.ms-loyalty-up.ms-loyalty-9:after{content:"+9"}.ms-loyalty-up.ms-loyalty-10:after{content:"+10"}.ms-loyalty-up.ms-loyalty-x:after{content:"+X"}.ms-loyalty-start.ms-loyalty-1:after{content:"1"}.ms-loyalty-start.ms-loyalty-2:after{content:"2"}.ms-loyalty-start.ms-loyalty-3:after{content:"3"}.ms-loyalty-start.ms-loyalty-4:after{content:"4"}.ms-loyalty-start.ms-loyalty-5:after{content:"5"}.ms-loyalty-start.ms-loyalty-6:after{content:"6"}.ms-loyalty-start.ms-loyalty-7:after{content:"7"}.ms-loyalty-start.ms-loyalty-8:after{content:"8"}.ms-loyalty-start.ms-loyalty-9:after{content:"9"}.ms-loyalty-start.ms-loyalty-10:after{content:"10"}.ms-loyalty-start.ms-loyalty-x:after{content:"X"}.ms-loyalty-down:after{line-height:1.6em}.ms-loyalty-down.ms-loyalty-1:after{content:"-1"}.ms-loyalty-down.ms-loyalty-2:after{content:"-2"}.ms-loyalty-down.ms-loyalty-3:after{content:"-3"}.ms-loyalty-down.ms-loyalty-4:after{content:"-4"}.ms-loyalty-down.ms-loyalty-5:after{content:"-5"}.ms-loyalty-down.ms-loyalty-6:after{content:"-6"}.ms-loyalty-down.ms-loyalty-7:after{content:"-7"}.ms-loyalty-down.ms-loyalty-8:after{content:"-8"}.ms-loyalty-down.ms-loyalty-9:after{content:"-9"}.ms-loyalty-down.ms-loyalty-10:after{content:"-10"}.ms-loyalty-down.ms-loyalty-x:after{content:"-X"}.ms-2x{font-size:1.75em}.ms-3x{font-size:2.25em}.ms-4x{font-size:3em}.ms-5x{font-size:3.75em}.ms-6x{font-size:4.5em}.ms-w:before{content:"\e600"}.ms-u:before{content:"\e601"}.ms-b:before{content:"\e602"}.ms-r:before{content:"\e603"}.ms-g:before{content:"\e604"}.ms-0:before{content:"\e605"}.ms-1:before{content:"\e606"}.ms-2:before{content:"\e607"}.ms-3:before{content:"\e608"}.ms-4:before{content:"\e609"}.ms-5:before{content:"\e60a"}.ms-6:before{content:"\e60b"}.ms-7:before{content:"\e60c"}.ms-8:before{content:"\e60d"}.ms-9:before{content:"\e60e"}.ms-10:before{content:"\e60f"}.ms-11:before{content:"\e610"}.ms-12:before{content:"\e611"}.ms-13:before{content:"\e612"}.ms-14:before{content:"\e613"}.ms-15:before{content:"\e614"}.ms-16:before{content:"\e62a"}.ms-17:before{content:"\e62b"}.ms-18:before{content:"\e62c"}.ms-19:before{content:"\e62d"}.ms-20:before{content:"\e62e"}.ms-x:before{content:"\e615"}.ms-y:before{content:"\e616"}.ms-z:before{content:"\e617"}.ms-bp:before,.ms-gp:before,.ms-p:before,.ms-rp:before,.ms-up:before,.ms-wp:before{content:"\e618"}.ms-s:before{content:"\e619"}.ms-tap:before{content:"\e61a"}.ms-untap:before{content:"\e61b"}.ms-tap-alt:before{content:"\e61c"}.ms-chaos:before{content:"\e61d"}.ms-artifact:before{content:"\e61e"}.ms-creature:before{content:"\e61f"}.ms-enchantment:before{content:"\e620"}.ms-instant:before{content:"\e621"}.ms-land:before{content:"\e622"}.ms-planeswalker:before{content:"\e623"}.ms-sorcery:before{content:"\e624"}.ms-2w:after,.ms-gw:after,.ms-rw:after,.ms-wb:before,.ms-wu:before{content:"\e600"}.ms-2u:after,.ms-gu:after,.ms-ub:before,.ms-ur:before,.ms-wu:after{content:"\e601"}.ms-2b:after,.ms-bg:before,.ms-br:before,.ms-ub:after,.ms-wb:after{content:"\e602"}.ms-2r:after,.ms-br:after,.ms-rg:before,.ms-rw:before,.ms-ur:after{content:"\e603"}.ms-2g:after,.ms-bg:after,.ms-gu:before,.ms-gw:before,.ms-rg:after{content:"\e604"}.ms-2b:before,.ms-2g:before,.ms-2r:before,.ms-2u:before,.ms-2w:before{content:"\e607"}.ms-loyalty-up:before{content:"\e627"}.ms-loyalty-down:before{content:"\e625"}.ms-loyalty-zero:before{content:"\e626"}.ms-loyalty-start:before{content:"\e628"}.ms-flashback:before{content:"\e629"} \ No newline at end of file +@font-face{font-family:Mana;src:url(../fonts/mana.eot?v=0.4);src:url(../fonts/mana.eot?#iefix&v=0.4) format('embedded-opentype'),url(../fonts/mana.woff?v=0.4) format('woff'),url(../fonts/mana.ttf?v=0.4) format('truetype'),url(../fonts/mana.svg?v=0.4#mana) format('svg');font-weight:400;font-style:normal}@font-face{font-family:MPlantin;src:url(../fonts/mplantin.eot?v=0.4);src:url(../fonts/mplantin.eot?#iefix&v=0.4) format('embedded-opentype'),url(../fonts/mplantin.woff?v=0.4) format('woff'),url(../fonts/mplantin.ttf?v=0.4) format('truetype'),url(../fonts/mplantin.svg?v=0.4#mplantin) format('svg');font-weight:400;font-style:normal}.ms{display:inline-block;font:normal normal normal 14px/1 Mana;font-size:inherit;line-height:1em;text-rendering:auto;transform:translate(0,0);speak:none;text-transform:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ms-cost{background-color:#BEB9B2;border-radius:1em;color:#111;font-size:.95em;width:1.3em;height:1.3em;line-height:1.35em;text-align:center}.ms-cost.ms-w,.ms-cost.ms-wp{background-color:#F0F2C0}.ms-cost.ms-u,.ms-cost.ms-up{background-color:#B5CDE3}.ms-cost.ms-b,.ms-cost.ms-bp{background-color:#ACA29A}.ms-cost.ms-r,.ms-cost.ms-rp{background-color:#DB8664}.ms-cost.ms-g,.ms-cost.ms-gp{background-color:#93B483}.ms-cost.ms-wu{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));background:-webkit-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%);background:-o-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%);background:-ms-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%);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{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));background:-webkit-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#9c9188 50%,#9c9188 100%);background:-o-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#9c9188 50%,#9c9188 100%);background:-ms-linear-gradient(-45deg,#edf2b0 0,#edf2b0 50%,#9c9188 50%,#9c9188 100%);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{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));background:-webkit-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#9c9188 50%,#9c9188 100%);background:-o-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#9c9188 50%,#9c9188 100%);background:-ms-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#9c9188 50%,#9c9188 100%);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{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));background:-webkit-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#db8664 50%,#db8664 100%);background:-o-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#db8664 50%,#db8664 100%);background:-ms-linear-gradient(-45deg,#a6c1dd 0,#a6c1dd 50%,#db8664 50%,#db8664 100%);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{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));background:-webkit-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#db8664 50%,#db8664 100%);background:-o-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#db8664 50%,#db8664 100%);background:-ms-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#db8664 50%,#db8664 100%);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{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));background:-webkit-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#93b483 50%,#93b483 100%);background:-o-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#93b483 50%,#93b483 100%);background:-ms-linear-gradient(-45deg,#aca29a 0,#aca29a 50%,#93b483 50%,#93b483 100%);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{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));background:-webkit-linear-gradient(-45deg,#db8664 0,#db8664 50%,#edf2b0 50%,#edf2b0 100%);background:-o-linear-gradient(-45deg,#db8664 0,#db8664 50%,#edf2b0 50%,#edf2b0 100%);background:-ms-linear-gradient(-45deg,#db8664 0,#db8664 50%,#edf2b0 50%,#edf2b0 100%);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{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));background:-webkit-linear-gradient(-45deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);background:-o-linear-gradient(-45deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);background:-ms-linear-gradient(-45deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);background:linear-gradient(135deg,#db8664 0,#db8664 50%,#93b483 50%,#93b483 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#db8664', endColorstr='#93b483', GradientType=1)}.ms-cost.ms-gw{background:#93b483;background:-moz-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#93b483),color-stop(50%,#93b483),color-stop(50%,#edf2b0),color-stop(100%,#edf2b0));background:-webkit-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:-o-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:-ms-linear-gradient(-45deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);background:linear-gradient(135deg,#93b483 0,#93b483 50%,#edf2b0 50%,#edf2b0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b483', endColorstr='#edf2b0', GradientType=1)}.ms-cost.ms-gu{background:#93b483;background:-moz-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#93b483),color-stop(50%,#93b483),color-stop(50%,#b5cde3),color-stop(100%,#b5cde3));background:-webkit-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:-o-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:-ms-linear-gradient(-45deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);background:linear-gradient(135deg,#93b483 0,#93b483 50%,#b5cde3 50%,#b5cde3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#93b483', endColorstr='#b5cde3', GradientType=1)}.ms-cost.ms-2w{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#edf2b0),color-stop(100%,#edf2b0));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#edf2b0', GradientType=1)}.ms-cost.ms-2u{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#b5cde3),color-stop(100%,#b5cde3));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#b5cde3', GradientType=1)}.ms-cost.ms-2b{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#9c9188),color-stop(100%,#9c9188));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#9c9188 50%,#9c9188 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#9c9188', GradientType=1)}.ms-cost.ms-2r{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#db8664),color-stop(100%,#db8664));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#db8664 50%,#db8664 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#db8664', GradientType=1)}.ms-cost.ms-2g{background:#beb9b2;background:-moz-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:-webkit-gradient(linear,left top,right bottom,color-stop(0,#beb9b2),color-stop(50%,#beb9b2),color-stop(50%,#93b483),color-stop(100%,#93b483));background:-webkit-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:-o-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:-ms-linear-gradient(-45deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);background:linear-gradient(135deg,#beb9b2 0,#beb9b2 50%,#93b483 50%,#93b483 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#beb9b2', endColorstr='#93b483', GradientType=1)}.ms-cost.ms-bp:before,.ms-cost.ms-gp:before,.ms-cost.ms-p:before,.ms-cost.ms-rp:before,.ms-cost.ms-up:before,.ms-cost.ms-wp:before{display:inline-block;-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2)}.ms-cost.ms-tap-alt:before{display:inline-block;-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2,1.2);padding-left:.06em;padding-bottom:.1em}.ms-cost.ms-s:before{color:#fff;-webkit-text-stroke:2px #fff;font-size:.85em;top:-.05em;position:relative;display:inline-block}.ms-cost.ms-s:after{content:"\e619";position:absolute;color:#333;margin-left:-.9em;font-size:1.1em}.ms-cost.ms-untap{background-color:#111;color:#fff}.ms-cost.ms-shadow{box-shadow:-.06em .07em 0 #111,0 .06em 0 #111}.ms-cost.ms-shadow.ms-untap{box-shadow:-.06em .07em 0 #fff,0 .06em 0 #fff}.ms-split{position:relative;width:1.3em;height:1.3em}.ms-split:after,.ms-split:before{font-size:.55em!important;position:absolute}.ms-split:before{top:-.38em;left:.28em}.ms-split:after{top:.5em;left:1em}.ms-half{width:.675em;overflow:hidden;display:inline-block;margin-left:.675em}.ms-half>.ms-cost{margin-left:-.675em}.ms-100{width:2.4em}.ms-100000{width:5.4em}.ms-loyalty-down,.ms-loyalty-start,.ms-loyalty-up,.ms-loyalty-zero{color:#111;font-size:1.5em;position:relative;text-align:center}.ms-loyalty-start{font-size:2em}.ms-loyalty-0:after,.ms-loyalty-10:after,.ms-loyalty-1:after,.ms-loyalty-2:after,.ms-loyalty-3:after,.ms-loyalty-4:after,.ms-loyalty-5:after,.ms-loyalty-6:after,.ms-loyalty-7:after,.ms-loyalty-8:after,.ms-loyalty-9:after,.ms-loyalty-x:after{color:#fff;display:inline-block;font-size:.5em;font-family:'MPlantin, Garamond, Palatino, ' Times New Roman ', Times, serif';position:absolute;left:0;line-height:1.75em;width:100%;text-align:center;-webkit-padding-before:.15em}.ms-loyalty-0:after{content:"0"}.ms-loyalty-up.ms-loyalty-1:after{content:"+1"}.ms-loyalty-up.ms-loyalty-2:after{content:"+2"}.ms-loyalty-up.ms-loyalty-3:after{content:"+3"}.ms-loyalty-up.ms-loyalty-4:after{content:"+4"}.ms-loyalty-up.ms-loyalty-5:after{content:"+5"}.ms-loyalty-up.ms-loyalty-6:after{content:"+6"}.ms-loyalty-up.ms-loyalty-7:after{content:"+7"}.ms-loyalty-up.ms-loyalty-8:after{content:"+8"}.ms-loyalty-up.ms-loyalty-9:after{content:"+9"}.ms-loyalty-up.ms-loyalty-10:after{content:"+10"}.ms-loyalty-up.ms-loyalty-x:after{content:"+X"}.ms-loyalty-start.ms-loyalty-1:after{content:"1"}.ms-loyalty-start.ms-loyalty-2:after{content:"2"}.ms-loyalty-start.ms-loyalty-3:after{content:"3"}.ms-loyalty-start.ms-loyalty-4:after{content:"4"}.ms-loyalty-start.ms-loyalty-5:after{content:"5"}.ms-loyalty-start.ms-loyalty-6:after{content:"6"}.ms-loyalty-start.ms-loyalty-7:after{content:"7"}.ms-loyalty-start.ms-loyalty-8:after{content:"8"}.ms-loyalty-start.ms-loyalty-9:after{content:"9"}.ms-loyalty-start.ms-loyalty-10:after{content:"10"}.ms-loyalty-start.ms-loyalty-x:after{content:"X"}.ms-loyalty-down:after{line-height:1.6em}.ms-loyalty-down.ms-loyalty-1:after{content:"-1"}.ms-loyalty-down.ms-loyalty-2:after{content:"-2"}.ms-loyalty-down.ms-loyalty-3:after{content:"-3"}.ms-loyalty-down.ms-loyalty-4:after{content:"-4"}.ms-loyalty-down.ms-loyalty-5:after{content:"-5"}.ms-loyalty-down.ms-loyalty-6:after{content:"-6"}.ms-loyalty-down.ms-loyalty-7:after{content:"-7"}.ms-loyalty-down.ms-loyalty-8:after{content:"-8"}.ms-loyalty-down.ms-loyalty-9:after{content:"-9"}.ms-loyalty-down.ms-loyalty-10:after{content:"-10"}.ms-loyalty-down.ms-loyalty-x:after{content:"-X"}.ms-2x{font-size:1.75em}.ms-3x{font-size:2.25em}.ms-4x{font-size:3em}.ms-5x{font-size:3.75em}.ms-6x{font-size:4.5em}.ms-w:before{content:"\e600"}.ms-u:before{content:"\e601"}.ms-b:before{content:"\e602"}.ms-r:before{content:"\e603"}.ms-g:before{content:"\e604"}.ms-0:before{content:"\e605"}.ms-1:before{content:"\e606"}.ms-2:before{content:"\e607"}.ms-3:before{content:"\e608"}.ms-4:before{content:"\e609"}.ms-5:before{content:"\e60a"}.ms-6:before{content:"\e60b"}.ms-7:before{content:"\e60c"}.ms-8:before{content:"\e60d"}.ms-9:before{content:"\e60e"}.ms-10:before{content:"\e60f"}.ms-11:before{content:"\e610"}.ms-12:before{content:"\e611"}.ms-13:before{content:"\e612"}.ms-14:before{content:"\e613"}.ms-15:before{content:"\e614"}.ms-16:before{content:"\e62a"}.ms-17:before{content:"\e62b"}.ms-18:before{content:"\e62c"}.ms-19:before{content:"\e62d"}.ms-20:before{content:"\e62e"}.ms-x:before{content:"\e615"}.ms-y:before{content:"\e616"}.ms-z:before{content:"\e617"}.ms-bp:before,.ms-gp:before,.ms-p:before,.ms-rp:before,.ms-up:before,.ms-wp:before{content:"\e618"}.ms-s:before{content:"\e619"}.ms-tap:before{content:"\e61a"}.ms-untap:before{content:"\e61b"}.ms-tap-alt:before{content:"\e61c"}.ms-chaos:before{content:"\e61d"}.ms-artifact:before{content:"\e61e"}.ms-creature:before{content:"\e61f"}.ms-enchantment:before{content:"\e620"}.ms-instant:before{content:"\e621"}.ms-land:before{content:"\e622"}.ms-planeswalker:before{content:"\e623"}.ms-sorcery:before{content:"\e624"}.ms-2w:after,.ms-gw:after,.ms-rw:after,.ms-wb:before,.ms-wu:before{content:"\e600"}.ms-2u:after,.ms-gu:after,.ms-ub:before,.ms-ur:before,.ms-wu:after{content:"\e601"}.ms-2b:after,.ms-bg:before,.ms-br:before,.ms-ub:after,.ms-wb:after{content:"\e602"}.ms-2r:after,.ms-br:after,.ms-rg:before,.ms-rw:before,.ms-ur:after{content:"\e603"}.ms-2g:after,.ms-bg:after,.ms-gu:before,.ms-gw:before,.ms-rg:after{content:"\e604"}.ms-2b:before,.ms-2g:before,.ms-2r:before,.ms-2u:before,.ms-2w:before{content:"\e607"}.ms-100:before{content:"\e900"}.ms-100000:before{content:"\e901"}.ms-loyalty-up:before{content:"\e627"}.ms-loyalty-down:before{content:"\e625"}.ms-loyalty-zero:before{content:"\e626"}.ms-loyalty-start:before{content:"\e628"}.ms-flashback:before{content:"\e629"} \ No newline at end of file diff --git a/fonts/mana.eot b/fonts/mana.eot index 3372102035cb4e8d479e25ee4a5d1a944edf4ec4..e992afe4a7c36a64f11cadfadd27c6084d71c896 100755 GIT binary patch delta 1239 zcma)6%}*0i5TDmix`no3w;!|xN;I^5gl=uS<)hX{B(+cv2sH*sv?4-;N)t%Lps5P+ zUv&V)j(A`=F_FU6fOrbmlHsvy zm!3a%Tt$2npd~djl(=YdZA}BTe#die1O?`o^e=!m7vjSs$;qjY@AW?r#}KcMjSnXJ zD@Q*81RaRSl8LDlxI4&O6x>CD<4Phq6t7--gLna*Tu6;iOoALwAcR4H1LTTs{wxW} zvV?y`+Pq;DmO=^0Kmi0C8%~#fU>Y9s4%WtZ=sZLzeADDmC}i5|vIT=)U!x&B>1~{$m`bLiwf$6meAdlW(G*2j zF&4xPr*E^yY9lqLp>4GFcpV${So8*Kf7l&i&9aD~hGwyb-dPs66os~y))O%_^Dt<3 zk1Ds*740sMXlCmZ%q+A#^ZQ-2v$?r5DzkNVaV}@>Gyg=#krw<0>M=jPkOH0Cn*zLm zRrp32(nNYllH4Z?b?nz5Z&QAPXfb;vDwQf@Dto8c>ocD;?WMtGTHQD80n~8mt zi%23pLVCL_F&YiCmnBAvEZNJEB~O&CFz9Xl$JmJ5f-Fho#v0-?EN+pdN{QU`4!cNG z5xXbRov0@j<$&%s>wGq=N^PJRZK+OYtTCCK&WPrzbQe~pS17PpDaMlCsc=#3ec``i zKS*PUDPx5(t5CH~4U8Kzw=9TIfyuYvAjY z2HMCo`3wLfVmc?@R5%nDzjPA-|G@uBsrH~MALm9HYoGm@sO%@pLgV9*@!iez;yQPW F`~jpz2Lk{A delta 374 zcmX?6`=o#^#e#w1jQK=1GnV6?+ma_bWYsgfF)%Rf0pf(@+{6N@urpg37#L-M{E+m- z;sPKo0OW&cj`W<$v^c3IMIgU|fx%cIBQ-IF-Fnqw1_qNEKzXwapaA(*r<$Ms8w70fW8`qb^Xd22emDFEKYYRDRD% zAm0OMNm4<6aR~!6P=>*L4M?7Wnfcx12u3@mXL^%oFj{K^{ldV-z`?)-gp3Rd&-DKP z{r?}N9LQz>vl;(CmSO=K!MK@?$=EoW5hw-3$=f`S$Mf5KW#DE3tG>i%tPEm6=>G?R xIt~E2AcG+QsE7H$f1nsdJ&**Mgba))Ke0YDd528~7g)-eQJaBdv!3lNMgWu%R&oFU diff --git a/fonts/mana.svg b/fonts/mana.svg index 1fd3b9d..06ef6c4 100755 --- a/fonts/mana.svg +++ b/fonts/mana.svg @@ -54,4 +54,6 @@ + + \ No newline at end of file diff --git a/fonts/mana.ttf b/fonts/mana.ttf index c60ff58e625c8b160bbe3e138cea01576fd26b70..e690330ac2e02c7e1e3b59a06268ce70cb1c1635 100755 GIT binary patch delta 1195 zcma)6OHUI~6h5~PN~iP@X8JBrqM_vxI;HKDN3B&brBGuO>jFr$B991_CXk4Mq$tFd z3vlAjAK(IwhJ}w{?83x%Obm$&O^h+Ybft;WgoIMh%%Ffo!cAuGeCM8X?)koZ?z|qo zJCy+f02-JEIk3mNJPrENqA9d2;d7=hl}zUjeANLE2jbqrFpo^F31J^t|||ya#aQVLC)7;HW?XJk&685oY~EJhe)JL zptq?KqgFFpRbn)#lA{z=^2S)JL2vIl$VNRDR7nyyUYnR<@e@@llf*s$S6!58hq~>! zo#-bW${x2{t@hh(MJfZuXi9WCW2MRDaz)km`A=GFLfmdgncb0XW$vX1M0R+X$gW+; z+_o*VaNeQ-Qs&j_fK9B3F41WJRJ2=#1wYxRficEOlAP(%`$)j?1z}Y0Qnbye3gvc zl8OU!_&)>rKrx0hIr+(si4KSTRTvmd4*&%+auX{G7;G4IfqFH7e1*Kk+|*F{Jtu*D z51=JU1^LA#K!*Z>`5KTs12glxi3jYMp6N|uwAQu&3UM)TFfaijBZI;-z5jpz{|6}s zvKhc^#{Z9{SbzpFZq8#gHjV~)9f*^+c^;4FxB1Gz%>q_^iO*OW#DLKM4*+!>0CGVF rLjX_@^MU_BF^GB~2{H*87*F=GJ~LUtCW8wsWz49}z_EFn%`8R$W3Exf diff --git a/fonts/mana.woff b/fonts/mana.woff index da79ca9f8188fed799808407cd71c0cb20a292e0..27fa5a6d5087c73329eafd429a586aa1c973ebbb 100755 GIT binary patch delta 1231 zcma)5TTc^F5I(0DYPapSVYlt}0+eVdSfpFpU2e5Daw&xxqEH`z#1urDK&1u}Fc6yv z@mbuM5aSQF7Wh!55iB2Kmn;Ea67mVr^-zWNtW<$|8i*a56|FfBY*wnwliGr=TC&7R%`P zyN? z=I`SZ!zt8*!sB3&WuR>AQzkV7mxn)q%_B=Yet9vK83Efm1Ro-jta$t)J243XA|zo2 zr-q$cb6PUuh$@ez1a1jN!DNK|RY(K%d)DgmxL7C_!3s`mD34?f7r!_)_8?LN1})#i z!JtixP;o^UP_H063Zt`V7Ttun(j}{1S~t~Wt+ZhZW}euRgA#EE#d21 z;9*Nq;LA0)CBQAfg4=bf)Xg|rs{^u|tDm@WjCy7BRlKXQu`8}}b#;r?-oj^Th!$}Z ztPRJYL^G*^DeS7^5zzk)v$ziT;tall@8V}lWgMwVsZ3ejSP&aTA>^&{<0@~J5NZ&E z^>&+;)s^V*zu??{;5|IyUQ*!>QLJ9i{!J8X0HWNbKvW>kJ1l0`zzII)=YS}M--ItY z&%+joDpUB){UI2b+Cy+Bgp+YfUk(^(2xg) z-d-D&pPKR~lPJ*w=VawWrXah?`|U-LqQa_H7eI)W^x_!p>~}wqK>~h`%*$8ATlg1* CO9Uza delta 428 zcmexUGowJP+~3WOfsp|SEF>7XLA3c92FA&Wc48BCgzA~yl5-Oa7#J8cfD$1fEERTU zYkFcaNNf*~&jG~(={c2YK(QkX48{r|94FPJn30;8!oXni1gORggxRfE9nJs>GBB9R z0Qo8)%zlXZOGa)<1yIZZ$Ug(Z2j=j9&dEuNyxH@Jai<$Y|WFAI4re}JSeHg8^Er3E? zK=(5NAtQsrGrj+R|NjSy0gZmf0A@4(e=Nnqz|6q7c^9LxaWp89fH--Z=ka)co39Mq zEMV1__>7f73<&-I08qyPAQxmX1OW9gANUUxgQy3RAd`@R@#GoSXC~*^WC(zzj2X4T R;mW|k1dIpa&A)9L838<^Sik@P diff --git a/fonts/mana.woff2 b/fonts/mana.woff2 index ef0b2b4f8c824b1ec1187fe2f77d32384192e0a7..c552e21af901496ac0a28e5679755fedca7caee4 100755 GIT binary patch literal 8744 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 S-R9OD)vuB6z9(V}0002nJpNn& literal 8424 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 diff --git a/index.html b/index.html index 86b3515..d1e9ac2 100644 --- a/index.html +++ b/index.html @@ -120,6 +120,11 @@

+

New: Un-set mana symbols

+

+ + +

Future Sight type symbols

diff --git a/less/cost.less b/less/cost.less index b991752..2c487f9 100644 --- a/less/cost.less +++ b/less/cost.less @@ -37,154 +37,154 @@ // Split symbols &.@{ms-prefix}-wu { - background: #edf2b0; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf2b0), color-stop(50%,#edf2b0), color-stop(50%,#a6c1dd), color-stop(100%,#a6c1dd)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); /* IE10+ */ - background: linear-gradient(135deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2b0', endColorstr='#a6c1dd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #edf2b0; // Old browsers + background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #a6c1dd 50%, #a6c1dd 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf2b0), color-stop(50%,#edf2b0), color-stop(50%,#a6c1dd), color-stop(100%,#a6c1dd)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); // IE10+ + background: linear-gradient(135deg, #edf2b0 0%,#edf2b0 50%,#a6c1dd 50%,#a6c1dd 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2b0', endColorstr='#a6c1dd',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-wb { - background: #edf2b0; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf2b0), color-stop(50%,#edf2b0), color-stop(50%,#9c9188), color-stop(100%,#9c9188)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); /* IE10+ */ - background: linear-gradient(135deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2b0', endColorstr='#9c9188',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #edf2b0; // Old browsers + background: -moz-linear-gradient(-45deg, #edf2b0 0%, #edf2b0 50%, #9c9188 50%, #9c9188 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edf2b0), color-stop(50%,#edf2b0), color-stop(50%,#9c9188), color-stop(100%,#9c9188)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); // IE10+ + background: linear-gradient(135deg, #edf2b0 0%,#edf2b0 50%,#9c9188 50%,#9c9188 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf2b0', endColorstr='#9c9188',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-ub { - background: #a6c1dd; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a6c1dd), color-stop(50%,#a6c1dd), color-stop(50%,#9c9188), color-stop(100%,#9c9188)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); /* IE10+ */ - background: linear-gradient(135deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c1dd', endColorstr='#9c9188',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #a6c1dd; // Old browsers + background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #9c9188 50%, #9c9188 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a6c1dd), color-stop(50%,#a6c1dd), color-stop(50%,#9c9188), color-stop(100%,#9c9188)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); // IE10+ + background: linear-gradient(135deg, #a6c1dd 0%,#a6c1dd 50%,#9c9188 50%,#9c9188 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c1dd', endColorstr='#9c9188',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-ur { - background: #a6c1dd; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a6c1dd), color-stop(50%,#a6c1dd), color-stop(50%,#db8664), color-stop(100%,#db8664)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); /* IE10+ */ - background: linear-gradient(135deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c1dd', endColorstr='#db8664',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #a6c1dd; // Old browsers + background: -moz-linear-gradient(-45deg, #a6c1dd 0%, #a6c1dd 50%, #db8664 50%, #db8664 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a6c1dd), color-stop(50%,#a6c1dd), color-stop(50%,#db8664), color-stop(100%,#db8664)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); // IE10+ + background: linear-gradient(135deg, #a6c1dd 0%,#a6c1dd 50%,#db8664 50%,#db8664 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c1dd', endColorstr='#db8664',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-br { - background: #aca29a; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#aca29a), color-stop(50%,#aca29a), color-stop(50%,#db8664), color-stop(100%,#db8664)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); /* IE10+ */ - background: linear-gradient(135deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aca29a', endColorstr='#db8664',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #aca29a; // Old browsers + background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #db8664 50%, #db8664 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#aca29a), color-stop(50%,#aca29a), color-stop(50%,#db8664), color-stop(100%,#db8664)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); // IE10+ + background: linear-gradient(135deg, #aca29a 0%,#aca29a 50%,#db8664 50%,#db8664 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aca29a', endColorstr='#db8664',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-bg { - background: #aca29a; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#aca29a), color-stop(50%,#aca29a), color-stop(50%,#93b483), color-stop(100%,#93b483)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); /* IE10+ */ - background: linear-gradient(135deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aca29a', endColorstr='#93b483',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #aca29a; // Old browsers + background: -moz-linear-gradient(-45deg, #aca29a 0%, #aca29a 50%, #93b483 50%, #93b483 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#aca29a), color-stop(50%,#aca29a), color-stop(50%,#93b483), color-stop(100%,#93b483)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); // IE10+ + background: linear-gradient(135deg, #aca29a 0%,#aca29a 50%,#93b483 50%,#93b483 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aca29a', endColorstr='#93b483',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-rw { - background: #db8664; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#db8664), color-stop(50%,#db8664), color-stop(50%,#edf2b0), color-stop(100%,#edf2b0)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); /* IE10+ */ - background: linear-gradient(135deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8664', endColorstr='#edf2b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #db8664; // Old browsers + background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #edf2b0 50%, #edf2b0 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#db8664), color-stop(50%,#db8664), color-stop(50%,#edf2b0), color-stop(100%,#edf2b0)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); // IE10+ + background: linear-gradient(135deg, #db8664 0%,#db8664 50%,#edf2b0 50%,#edf2b0 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8664', endColorstr='#edf2b0',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-rg { - background: #db8664; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#db8664), color-stop(50%,#db8664), color-stop(50%,#93b483), color-stop(100%,#93b483)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); /* IE10+ */ - background: linear-gradient(135deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8664', endColorstr='#93b483',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #db8664; // Old browsers + background: -moz-linear-gradient(-45deg, #db8664 0%, #db8664 50%, #93b483 50%, #93b483 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#db8664), color-stop(50%,#db8664), color-stop(50%,#93b483), color-stop(100%,#93b483)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); // IE10+ + background: linear-gradient(135deg, #db8664 0%,#db8664 50%,#93b483 50%,#93b483 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8664', endColorstr='#93b483',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-gw { - background: #93b483; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#93b483), color-stop(50%,#93b483), color-stop(50%,#edf2b0), color-stop(100%,#edf2b0)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); /* IE10+ */ - background: linear-gradient(135deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b483', endColorstr='#edf2b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #93b483; // Old browsers + background: -moz-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #edf2b0 50%, #edf2b0 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#93b483), color-stop(50%,#93b483), color-stop(50%,#edf2b0), color-stop(100%,#edf2b0)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); // IE10+ + background: linear-gradient(135deg, #93b483 0%,#93b483 50%,#edf2b0 50%,#edf2b0 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b483', endColorstr='#edf2b0',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-gu { - background: #93b483; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#93b483), color-stop(50%,#93b483), color-stop(50%,#b5cde3), color-stop(100%,#b5cde3)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); /* IE10+ */ - background: linear-gradient(135deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b483', endColorstr='#b5cde3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #93b483; // Old browsers + background: -moz-linear-gradient(-45deg, #93b483 0%, #93b483 50%, #b5cde3 50%, #b5cde3 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#93b483), color-stop(50%,#93b483), color-stop(50%,#b5cde3), color-stop(100%,#b5cde3)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); // IE10+ + background: linear-gradient(135deg, #93b483 0%,#93b483 50%,#b5cde3 50%,#b5cde3 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b483', endColorstr='#b5cde3',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-2w { - background: #beb9b2; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#edf2b0), color-stop(100%,#edf2b0)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); /* IE10+ */ - background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#edf2b0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #beb9b2; // Old browsers + background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #edf2b0 50%, #edf2b0 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#edf2b0), color-stop(100%,#edf2b0)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); // IE10+ + background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#edf2b0 50%,#edf2b0 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#edf2b0',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-2u { - background: #beb9b2; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#b5cde3), color-stop(100%,#b5cde3)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); /* IE10+ */ - background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#b5cde3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #beb9b2; // Old browsers + background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #b5cde3 50%, #b5cde3 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#b5cde3), color-stop(100%,#b5cde3)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); // IE10+ + background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#b5cde3 50%,#b5cde3 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#b5cde3',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-2b { - background: #beb9b2; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#9c9188), color-stop(100%,#9c9188)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); /* IE10+ */ - background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#9c9188',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #beb9b2; // Old browsers + background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #9c9188 50%, #9c9188 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#9c9188), color-stop(100%,#9c9188)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); // IE10+ + background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#9c9188 50%,#9c9188 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#9c9188',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-2r { - background: #beb9b2; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#db8664), color-stop(100%,#db8664)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); /* IE10+ */ - background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#db8664',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #beb9b2; // Old browsers + background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #db8664 50%, #db8664 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#db8664), color-stop(100%,#db8664)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); // IE10+ + background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#db8664 50%,#db8664 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#db8664',GradientType=1 ); // IE6-9 fallback on horizontal gradient } &.@{ms-prefix}-2g { - background: #beb9b2; /* Old browsers */ - background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#93b483), color-stop(100%,#93b483)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); /* IE10+ */ - background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); /* W3C */ - filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#93b483',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ + background: #beb9b2; // Old browsers + background: -moz-linear-gradient(-45deg, #beb9b2 0%, #beb9b2 50%, #93b483 50%, #93b483 100%); // FF3.6+ + background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#beb9b2), color-stop(50%,#beb9b2), color-stop(50%,#93b483), color-stop(100%,#93b483)); // Chrome,Safari4+ + background: -webkit-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); // Chrome10+,Safari5.1+ + background: -o-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); // Opera 11.10+ + background: -ms-linear-gradient(-45deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); // IE10+ + background: linear-gradient(135deg, #beb9b2 0%,#beb9b2 50%,#93b483 50%,#93b483 100%); // W3C + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb9b2', endColorstr='#93b483',GradientType=1 ); // IE6-9 fallback on horizontal gradient } // Phyrexian mana and size increases @@ -280,3 +280,13 @@ margin-left: -.675em; } } + +/** + * Un-set costs */ + +.@{ms-prefix}-100 { + width: 2.4em; +} +.@{ms-prefix}-100000 { + width: 5.4em; +} diff --git a/less/icons.less b/less/icons.less index 0dad06a..787e69e 100644 --- a/less/icons.less +++ b/less/icons.less @@ -91,6 +91,11 @@ .@{ms-prefix}-2r:before, .@{ms-prefix}-2g:before { content: "\e607"; } // 2 +/** + * Un-set symbols */ +.@{ms-prefix}-100:before { content: "\e900"; } +.@{ms-prefix}-100000:before { content: "\e901"; } + /** * Planeswalker symbols */