“MediaWiki:Common.css”的版本间的差异
(Created page with "→CSS placed here will be applied to all skins: →Bring the text to 14px: #mw-content-text { font-size: 0.875em; }") |
|||
| (未显示同一用户的7个中间版本) | |||
| 第1行: | 第1行: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | /* Bring the text to | + | |
| − | #mw-content-text { | + | /* 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; } | ||
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; }