最近更新

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

用户

差别

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

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
后一修订版
前一修订版
后一修订版 两侧同时换到之后的修订记录
css:setsymbol [2018/08/09 12:25]
Hao Du
css:setsymbol [2018/08/09 12:29]
Hao Du
行 1: 行 1:
 +<​html>​
 +<style type="​text/​css">​
 /** /**
  * Global */  * Global */
 +/* 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.5/​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.5/​fonts/​keyrune.eot?#​iefix'​) format('​embedded-opentype'​),​ 
 +    ​url('//cdn.jsdelivr.net/npm/keyrune@3.2.5/​fonts/​keyrune.woff2') format('​woff2'​),​ 
 +    ​url('//cdn.jsdelivr.net/npm/keyrune@3.2.5/​fonts/​keyrune.woff') format('​woff'​),​ 
 +    ​url('//cdn.jsdelivr.net/npm/keyrune@3.2.5/​fonts/​keyrune.ttf') format('​truetype'​),​ 
 +    ​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;
行 937: 行 944:
   content: "​\e900";​   content: "​\e900";​
 } }
 +
 +
 +/​*Additional css rule for unconfirmed set codes */
 +.wrap_ss-td0:​before {
 +  content: "​\e91e";​
 +}
 +</​style>​
 +</​html>​