最近更新

2023.12 更新
万智牌完整规则 23.11.17
发布释疑 更新至依夏兰迷窟
套牌检查表 更新至依夏兰迷窟

用户

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
css:setsymbol [2018/06/09 04:31]
Hao Du
css:setsymbol [2018/08/09 12:29]
Hao Du
行 1: 行 1:
 <​html>​ <​html>​
 <style type="​text/​css">​ <style type="​text/​css">​
 +/**
 + * Global */
 /* Custom fonts */ /* Custom fonts */
 @font-face { @font-face {
   font-family:​ '​Keyrune';​   font-family:​ '​Keyrune';​
-  src: url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.eot'​);​ +  src: url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.5/​fonts/​keyrune.eot'​);​ 
-  src: url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.eot?#​iefix'​) format('​embedded-opentype'​),​ +  src: url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.5/​fonts/​keyrune.eot?#​iefix'​) format('​embedded-opentype'​),​ 
-    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.woff2'​) format('​woff2'​),​ +    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.5/​fonts/​keyrune.woff2'​) format('​woff2'​),​ 
-    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.woff'​) format('​woff'​),​ +    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.5/​fonts/​keyrune.woff'​) format('​woff'​),​ 
-    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.ttf'​) format('​truetype'​),​ +    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.5/​fonts/​keyrune.ttf'​) format('​truetype'​),​ 
-    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.svg'​) format('​svg'​);​+    url('//​cdn.jsdelivr.net/​npm/​keyrune@3.2.5/​fonts/​keyrune.svg'​) format('​svg'​);​
   font-weight:​ normal;   font-weight:​ normal;
   font-style: normal;   font-style: normal;
 } }
- 
-/* ss class for keyrune font */ 
 .wrap_ss { .wrap_ss {
   display: inline-block;​   display: inline-block;​
行 30: 行 30:
 .wrap_ss:​before { .wrap_ss:​before {
   content: "​\e684";​   content: "​\e684";​
 +}
 +/**
 + * Larger sizes */
 +.wrap_ss-2x {
 +  font-size: 2em;
 +}
 +.wrap_ss-3x {
 +  font-size: 3em;
 +}
 +.wrap_ss-4x {
 +  font-size: 4em;
 +}
 +.wrap_ss-5x {
 +  font-size: 5em;
 +}
 +.wrap_ss-6x {
 +  font-size: 6em;
 } }
 /** /**
行 188: 行 205:
 .wrap_ss-ori:​before { .wrap_ss-ori:​before {
   content: "​\e697";​   content: "​\e697";​
 +}
 +.wrap_ss-m19:​before {
 +  content: "​\e941";​
 +}
 +.wrap_ss-1e:​before {
 +  content: "​\e947";​
 +}
 +.wrap_ss-2e:​before {
 +  content: "​\e948";​
 +}
 +.wrap_ss-2u:​before {
 +  content: "​\e949";​
 +}
 +.wrap_ss-3e:​before {
 +  content: "​\e94a";​
 } }
 /** /**
行 275: 行 307:
   content: "​\e62a";​   content: "​\e62a";​
 } }
-/* Odyssey ​Block */+/* Od.wrap_ssey ​Block */
 .wrap_ss-ody:​before { .wrap_ss-ody:​before {
   content: "​\e62b";​   content: "​\e62b";​
行 517: 行 549:
 .wrap_ss-bbd:​before { .wrap_ss-bbd:​before {
   content: "​\e942";​   content: "​\e942";​
 +}
 +.wrap_ss-c18:​before {
 +  content: "​\e946";​
 } }
 /** /**
行 699: 行 734:
 .wrap_ss-md1:​before { .wrap_ss-md1:​before {
   content: "​\e682";​   content: "​\e682";​
 +}
 +/**
 + * Signature Spellbook */
 +.wrap_ss.wrap_ss1:​before {
 +  content: "​\e944";​
 +}
 +/**
 + * Global Series */
 +.wrap_ss-gs1:​before {
 +  content: "​\e945";​
 } }
 /** /**
行 777: 行 822:
 .wrap_ss-ptsa:​before { .wrap_ss-ptsa:​before {
   content: "​\e93c";​   content: "​\e93c";​
 +}
 +.wrap_ss-parl3:​before {
 +  content: "​\e943";​
 +}
 +.wrap_ss-htr:​before {
 +  content: "​\e687";​
 } }
 /** /**
行 893: 行 944:
   content: "​\e900";​   content: "​\e900";​
 } }
 +
  
 /​*Additional css rule for unconfirmed set codes */ /​*Additional css rule for unconfirmed set codes */
行 900: 行 952:
 </​style>​ </​style>​
 </​html>​ </​html>​
 +