打开/关闭菜单
60
73
29
1.1K
武外梗百科
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Common.css:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第222行: 第222行:
}
}


/* 数字主体更霸气 */
/* 数字主体更帅气 + 保证等宽效果 */
#wiki-wordcount-number {
#wiki-wordcount-number {
     font-size: 6.2rem;           /* 更大更显眼 */
    font-family: "Roboto Mono", "Courier New", monospace !important;
     font-size: 6.2rem;
     font-weight: 900;
     font-weight: 900;
   
     min-width: 18ch;
    /* 强制等宽数字(需要字体支持) */
     letter-spacing: 0.08em;
    font-variant-numeric: tabular-nums; /* 让数字等宽 */ [oai_citation:2‡MDN 網頁文件](https://developer.mozilla.org/zh-CN/docs/Web/CSS/font-variant-numeric?utm_source=chatgpt.com)
   
    /* 定义最小宽度,保证位置横向占得足够 */
     min-width: 18ch;           /* 18 个数字宽度 */
     letter-spacing: 0.1em;       /* 适当字间距,撑开空间 */
      
      
     background: linear-gradient(90deg, #00CCFF, #FF69B4);
     background: linear-gradient(90deg, #00CCFF, #FF69B4);
第240行: 第236行:
         0 0 10px rgba(0, 204, 255, 0.6),
         0 0 10px rgba(0, 204, 255, 0.6),
         0 0 24px rgba(255, 105, 180, 0.4);
         0 0 24px rgba(255, 105, 180, 0.4);
   
 
     white-space: nowrap; /* 不换行 */
     white-space: nowrap;
}
}