小时? 发表于 2015-9-30 07:09:05

SharePoint UI 定制 (原创)Part 2

  继续《SharePoint UI 定制》的CSS 设置
/*网页顶端连接的属性,例如:我的网站、网站设置和帮助*/
.ms-banner a:link
{
font-weight: bold;
font-size: 9pt;
color: #e6e6e5;
font-family: Verdana, serif;
text-decoration: none;
}
.ms-banner a:visited {
    font-family: Simsun-18030, Verdana, serif;
    font-size: 9pt;
    color: #e6e6e5;
    font-weight: bold;
    text-decoration: none;
   }
.ms-partline
{
background-color: #ffffff;
}
/*页面标题,例如:主页*/
.ms-pagetitle
{
    color: black;
}
  /*页面标题上的描述*/
.ms-titlearea {
    font-family: Simsun-18030, verdana;
    font-size: 9pt;
    color:#ffffff;
    background-color:#ffffff;
}

Winteragain 发表于 2016-8-27 22:28:52

能都多点图解就好了,以及实际的操作步骤

Winteragain 发表于 2017-1-15 16:42:41

图文对照提供下效果会好点
页: [1]
查看完整版本: SharePoint UI 定制 (原创)Part 2