最近更新

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

用户

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
css:setsymbol [2018/06/09 04:31]
Hao Du
css:setsymbol [2018/08/09 12:25]
Hao Du
行 1: 行 1:
-<​html>​ +/** 
-<style type="​text/css">​ + ​* ​Global ​*/
-/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('​../​fonts/keyrune.eot?v=3.2.5'); 
-  src: url('//cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​fonts/​keyrune.eot?#​iefix'​) format('​embedded-opentype'​),​ +  src: url('​../​fonts/​keyrune.eot?#​iefix&​v=3.2.5') format('​embedded-opentype'​),​ url('​../​fonts/keyrune.woff2?v=3.2.5') format('​woff2'​),​ url('​../​fonts/keyrune.woff?v=3.2.5') format('​woff'​),​ url('​../​fonts/keyrune.ttf?v=3.2.5') format('​truetype'​),​ url('​../​fonts/keyrune.svg?v=3.2.5#keyrune'​) format('​svg'​);​
-    ​url('//cdn.jsdelivr.net/npm/keyrune@3.2.1/​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.1/​fonts/​keyrune.ttf') format('​truetype'​),​ +
-    ​url('//cdn.jsdelivr.net/npm/keyrune@3.2.1/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: 行 23:
 .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: 行 198:
 .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: 行 300:
   content: "​\e62a";​   content: "​\e62a";​
 } }
-/* Odyssey ​Block */+/* Od.wrap_ssey ​Block */
 .wrap_ss-ody:​before { .wrap_ss-ody:​before {
   content: "​\e62b";​   content: "​\e62b";​
行 517: 行 542:
 .wrap_ss-bbd:​before { .wrap_ss-bbd:​before {
   content: "​\e942";​   content: "​\e942";​
 +}
 +.wrap_ss-c18:​before {
 +  content: "​\e946";​
 } }
 /** /**
行 699: 行 727:
 .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: 行 815:
 .wrap_ss-ptsa:​before { .wrap_ss-ptsa:​before {
   content: "​\e93c";​   content: "​\e93c";​
 +}
 +.wrap_ss-parl3:​before {
 +  content: "​\e943";​
 +}
 +.wrap_ss-htr:​before {
 +  content: "​\e687";​
 } }
 /** /**
行 894: 行 938:
 } }
  
-/​*Additional css rule for unconfirmed set codes */ 
-.wrap_ss-td0:​before { 
-  content: "​\e91e";​ 
-} 
-</​style>​ 
-</​html>​