SharePoint Css樣式修改

來源:互聯網
上載者:User

 

    如果把MOSS 做的很好看,,那就需要下工夫在UI上面,那就必不可少的去修改MOSS的CSS檔案..
傳統的MOSS CSS 檔案路徑在:
C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\LAYOUTS\2052\STYLES\Core.css
修改網站樣式的時候,最好用SPD來修改,這樣即使修改錯誤,也可以補救,,,
 修改標題title .
. ms-titleimagearea
{
cursor : hand;
}
修改頂部導航:
ms-topnavContainer 、ms-topnav、ms-topNavHover 找到這3個做響應修改就OK.

下面修改 webpart 的樣式:

.ms-WPHeader TD{
color: #345456;
border-bottom:1px solid #4e7cb7;
border-collapse:collapse;
}

 

.ms-WPHeader span{
font:9pt 宋體;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}

如果想知道更多:

please go to :http://www.heathersolomon.com/content/sp07cssreference.htm

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.