MediaWiki:Common.css:修订间差异

来自The Land of StarLight
Disy留言 | 贡献
无编辑摘要
Disy留言 | 贡献
无编辑摘要
第5行: 第5行:


#pt-mytalk{
#pt-mytalk{
display: none;
display: none !important;
}
}


#site-tools{
#site-tools{
display: none;
display: none !important;
}
}


#page-tools{
#page-tools{
display: none;
display: none !important;
}
}

2022年7月26日 (二) 22:46的版本

/* 这里放置的CSS将应用于所有皮肤 */
#ca-talk {
	display: none !important;
}

#pt-mytalk{
	display: none !important;
}

#site-tools{
	display: none !important;
}

#page-tools{
	display: none !important;
}