MediaWiki:Common.css:修订间差异
来自江苏省沿海输气管道公司
跳到导航跳到搜索
无编辑摘要 |
无编辑摘要 |
||
| (未显示同一用户的8个中间版本) | |||
| 第3行: | 第3行: | ||
#ca-history { display:none!important; } | #ca-history { display:none!important; } | ||
#ca-viewsource{ display:none!important; } | #ca-viewsource{ display:none!important; } | ||
#p-tb{display:none!important;} /*工具边栏*/ | |||
#mw-content-text p {color:# | #mw-content-text p { | ||
letter-spacing: 0.5px; /* 字间距 */ | |||
text-align: justify; | |||
text-justify: inter-ideograph; /* 优化中文对齐 */ | |||
color:#333;line-height:180%; font-size:16px; | |||
font-family: "SimSun", "宋体", /* Windows 中文优先(宋体) */ | |||
"PingFang SC", "Hiragino Sans GB", /* macOS 中文备选 */ | |||
"Microsoft YaHei", "WenQuanYi Micro Hei", /* Windows/Linux 备选 */ | |||
"Segoe UI", Roboto, "Helvetica Neue", Arial, /* 英文优先 */ | |||
sans-serif; /* 最终回退 */} | |||
/* 首页 标题隐藏 */ | |||
.page-首页 #firstHeading{ | |||
display:none!important; | |||
} | |||
/* 搜索 标题隐藏 */ | |||
#sidebar #p-search{ | |||
display:none!important; | |||
} | |||
2025年11月29日 (六) 21:41的最新版本
/* 这里放置的CSS将应用于所有皮肤 */
#ca-talk { display: none !important; }
#ca-history { display:none!important; }
#ca-viewsource{ display:none!important; }
#p-tb{display:none!important;} /*工具边栏*/
#mw-content-text p {
letter-spacing: 0.5px; /* 字间距 */
text-align: justify;
text-justify: inter-ideograph; /* 优化中文对齐 */
color:#333;line-height:180%; font-size:16px;
font-family: "SimSun", "宋体", /* Windows 中文优先(宋体) */
"PingFang SC", "Hiragino Sans GB", /* macOS 中文备选 */
"Microsoft YaHei", "WenQuanYi Micro Hei", /* Windows/Linux 备选 */
"Segoe UI", Roboto, "Helvetica Neue", Arial, /* 英文优先 */
sans-serif; /* 最终回退 */}
/* 首页 标题隐藏 */
.page-首页 #firstHeading{
display:none!important;
}
/* 搜索 标题隐藏 */
#sidebar #p-search{
display:none!important;
}