最近更新

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

用户

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
css:setsymbol [2018/08/09 12:25]
Hao Du
css:setsymbol [2018/08/09 12:28]
Hao Du 已恢复为旧版 (2018/08/09 12:25)
行 1: 行 1:
-/** +<​html>​ 
- ​* ​Global ​*/+<style type="​text/css">​ 
 +/Custom fonts */
 @font-face { @font-face {
   font-family:​ '​Keyrune';​   font-family:​ '​Keyrune';​
-  src: url('​../​fonts/keyrune.eot?v=3.2.5'); +  src: url('//cdn.jsdelivr.net/npm/keyrune@3.2.1/​fonts/​keyrune.eot'); 
-  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'​);​+  src: url('//cdn.jsdelivr.net/​npm/​keyrune@3.2.1/​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.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;​
行 23: 行 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; 
 } }
 /** /**
行 201: 行 191:
 .wrap_ss-m19:​before { .wrap_ss-m19:​before {
   content: "​\e941";​   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";​ 
 } }
 /** /**
行 300: 行 278:
   content: "​\e62a";​   content: "​\e62a";​
 } }
-/* Od.wrap_ssey ​Block */+/* Odyssey ​Block */
 .wrap_ss-ody:​before { .wrap_ss-ody:​before {
   content: "​\e62b";​   content: "​\e62b";​
行 542: 行 520:
 .wrap_ss-bbd:​before { .wrap_ss-bbd:​before {
   content: "​\e942";​   content: "​\e942";​
-} 
-.wrap_ss-c18:​before { 
-  content: "​\e946";​ 
 } }
 /** /**
行 727: 行 702:
 .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";​ 
 } }
 /** /**
行 815: 行 780:
 .wrap_ss-ptsa:​before { .wrap_ss-ptsa:​before {
   content: "​\e93c";​   content: "​\e93c";​
-} 
-.wrap_ss-parl3:​before { 
-  content: "​\e943";​ 
-} 
-.wrap_ss-htr:​before { 
-  content: "​\e687";​ 
 } }
 /** /**
行 938: 行 897:
 } }
  
 +/​*Additional css rule for unconfirmed set codes */
 +.wrap_ss-td0:​before {
 +  content: "​\e91e";​
 +}
 +</​style>​
 +</​html>​