0
点赞
收藏
分享

微信扫一扫

修改sharepoint的样式表记录

mafa1993 2022-07-27 阅读 47

样式表路径:/_STYLES/CORE.CSS

1.修改内容:

.ms-toolbar,.ms-viewtoolbar,.ms-formtoolbar,.ms-toolbarContainer{ 
font-family:宋体;
font-size:11pt;
text-decoration:none;
color:#003399;
}


相关结果:


2.修改内容:

.ms-menutoolbar td a{ 
color:#003399;
font-size:11pt;
font-family:宋体;
text-decoration:none;
}


相关结果:


3.修改内容:

.ms-listheaderlabel,.ms-viewselector,.ms-viewselectortext,.ms-viewselectorhover{ 
font-size:11pt;
font-family:宋体;
}


相关结果:

欢迎沟通及共同进步

越折腾越快乐!



举报

相关推荐

0 条评论