CSS for SharePoint’s Table of Contents Web Part (Site Map)
Branding a SharePoint 2007 Table of Contents Web Part is easy with all the of the tags right in front of you. So here they are! (colors and images omitted) Happy Monday!
.level-section{
font-family: ;
}
.level-band{
background-image:url(‘ ‘);
background-color: ;
background-repeat:repeat-x;
height:18px;
font-size:10pt;
color:# ;
font-family:Arial, Helvetica, sans-serif;
}
.level-item a:link{
color:# ;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
}
.headertitle-band {
font-family:Arial, Helvetica, sans-serif;
}
.headertitle-band a:link{
color:# ;
}
.headertitle-band a:visited{
color:# ;
}
.headertitle-band a:hover{
color:# ;
text-decoration:underline;
}
.headertitle {
font-family:Arial, Helvetica, sans-serif;
}
.headertitle a:link{
color:# ;
}
.headertitle a:visited{
color:# ;
}
.headertitle a:hover{
color:# ;
text-decoration:underline;
}
.level-item-pos, .level-item, .level-bullet{
font-family:Arial, Helvetica, sans-serif;
background-image:none; /*THIS REMOVES THE STANDARD BULLET*/
line-height:11pt;
margin-bottom:10px;
}
.level-item-pos a:link, .level-item a:link, .level-bullet a:link{
color:# ;
}
.level-item-pos a:visited, .level-item a:visited, .level-bullet a:visited{
color:# ;
}
.level-item-pos a:hover, .level-item a:hover, .level-bullet a:hover{
color:# ;
text-decoration:underline;
}
Filed under: Branding | Leave a Comment
No Responses Yet to “CSS for SharePoint’s Table of Contents Web Part (Site Map)”