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

来自WikiTCM
跳转至: 导航搜索
 
第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 */
 
/* Remove View Source, History, Discussion tabs */

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; }