“MediaWiki:Common.css”的版本间的差异

来自WikiTCM
跳转至: 导航搜索
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
/* Bring the text to 14px */
+
/* Bring the text to 125% */
#mw-content-text {
+
#mw-content-text { font-size: 1.25em; }
  font-size: 1.25em;
+
 
}
+
/* Remove View Source, History, Discussion tabs */
 +
#ca-viewsource { display:none!important; }
 +
#ca-history { display:none!important; }
 +
#ca-talk { display:none!important; }

2019年8月2日 (五) 14:08的最新版本

/* CSS placed here will be applied to all skins */

/* Bring the text to 125% */
#mw-content-text { font-size: 1.25em; }

/* Remove View Source, History, Discussion tabs */
#ca-viewsource { display:none!important; }
#ca-history { display:none!important; }
#ca-talk { display:none!important; }