MediaWiki:Common.css:修订间差异

来自三线的随记
(创建页面,内容为“→‎这里放置的CSS将应用于所有皮肤:​ →‎disable the section edit link:​ .mw-editsection { display:none!important; } /* remove the view source button *…”
 
无编辑摘要
 
第6行: 第6行:
/* remove the view source button */
/* remove the view source button */
#ca-viewsource { display: none !important; }
#ca-viewsource { display: none !important; }
/* remove the discussion button */
#ca-talk { display: none !important; }

2021年10月11日 (一) 22:54的最新版本

/* 这里放置的CSS将应用于所有皮肤 */

/* disable the section edit link */
.mw-editsection { display:none!important; }

/* remove the view source button */
#ca-viewsource { display: none !important; }

/* remove the discussion button */
#ca-talk { display: none !important; }