CSS Reference Chart for SharePoint 2007 (Microsoft Office SharePoint Server 2007 and Windows SharePoint Services v3)

See also:
» SharePoint 2007 Design Articles and Info

The following CSS reference guide highlights the major styles used in MOSS and WSS v3 sites. The guide is organized by area of the page and include the style name, function, CSS file name and approximate line number and a sample screenshot of the style location on the screen. Additionally, there is a "Copy to Clipboard" function that will copy the source code for the style to your client machine's clipboard for use in your own CSS file. Use these guides to identify styles that can be overridden for your custom branding and installation or to quickly reference style name and CSS information for customization. Note, Copy to Clipboard ONLY WORKS in INTERNET EXPLORER. This functionality will not work in Firefox due to restrictions with the Firefox browser itself.

The default CSS files are located on the web server in the following directory: Local Drive:/Program Files/Common Files/Microsoft Shared/web server extensions/12/TEMPLATE/LAYOUTS/1033/STYLES.

Additional styles are located in the Publishing feature: Local Drive:/Program Files/Common Files/Microsoft Shared/web server extensions/12/TEMPLATE/FEATURES/PublishingLayouts/en-us

Table of Contents

  1. Global Links (Sign In/Welcome, My Links, etc.)
  2. Search
  3. Top Horizontal Navigation Bar (a.k.a. Global Navigation)
  4. Site Actions Menu
  5. Quick Launch Bar (Default Left Vertical Navigation Bar; a.k.a. Current Navigation)
  6. Quick Launch Picker (Date Picker)
  7. Title Area
  8. Content Area
    1. General
    2. Breadcrumbs
    3. Page Edit Toolbar
    4. Mini Console
    5. Web Parts
    6. Menu Toolbar
    7. Toolbar
    8. Calendar
  9. Search Center
  10. Site Directory
  11. Blog
  12. Wiki

 

Class/IDFunctionPropertiesCSS File, Approx. Line
Number, & Source Code Copy
Notes
Global Links (Sign In/Welcome, My Links, etc) - Back to Top -
.ms-globalbreadcrumbGlobal link bar containerFont
Text alignment
Background
Padding
Text decoration
Font color
Core.CSS - 526, 532
 
.ms-HoverCellInActive,.ms-SpLinkButtonInActiveGlobal linksBorder
Margin
Font color
Alignment
Background
Core.CSS - 2575
ms-HoverCellInActive is also used for the inactive state for Web Part drop down menu arrow .
.ms-HoverCellActive,.ms-SpLinkButtonActiveGlobal links hover stateBorder
Alignment
Background
Core.CSS - 2582
 
.ms-globalleftFloat table leftFloatCore.CSS - 540
Floats the table containing the Site Map Path
.ms-globallinksGlobal link textFont size, family
Background
Core.CSS - 546, 551

 
.ms-globalrightFloat table rightFloatCore.CSS - 543
Floats the table containing the global links
Global Links - CSS Tricks
.ms-globalright td {
DECLARATION
}
Container for separator barsAdd to a custom file
Use to format the separator bars that appear between global links.
Search - Back to Top -
.ms-sbcellWrapper around search input, button and Advanced Search linkPadding
Border
White Space
Core.CSS - 4137
 
td.ms-sbgoSearch magnify iconBackground
Padding
Core.CSS - 4177
 
.ms-sbLastcellEmpty cell to the right of the search areaWidthCore.CSS - 4184
 
.ms-sblinkLink formattingBorder
Font family, size, color
Text decoration
Padding
Core.CSS - 4162, 4166, 4173
 
.ms-sbplainFormatting for Search terms text boxFont family, size
Border
Core.CSS - 4153
Control the text box width in the master page using the TextBoxWidth property in the search code.
td.ms-sbscopesWrapping table cell around Search ScopesBorderCore.CSS - 4190 
select.ms-sbscopesFormatting for Search Scopes select boxFont family, size
Width
Core.CSS - 4193
Note this style uses ! IMPORTANT.
.ms-sbtableWrapping table around SearchFont color, family, size, style, weightCore.CSS - 4116
 
.ms-sbtable-exWrapping table around SearchWidth
Border
Margin
Core.CSS - 4128
 
Search - CSS Tricks
Search alignment can be tricky in custom master pages, check out this post for more info and CSS code to align the Search inputs: Align your Search Inputs
Top Horizontal Navigation - Default styles, but you can easily replace the CssClass references to your own in the code for the navigation, or omit the wrapping HTML - Back to Top -
.ms-bannerContainerWrapping container around top navigation - Only shows through when a tab is not in the horizontal space in the top navigation.Background image, position, repeat, color
Padding
Core.CSS - 518
 
.ms-topnavContainerWrapping container around top navigation, inside of ms-bannerContainer - Wraps only the tabs.BorderCore.CSS - 639
 

* Default does not set a red border, for this example it was changed to red to demonstrate the wrapping nature of this style.
.ms-topnavNavigation formattingBorder
Background
Font family, size, color
Display
White space
Padding
Height
Core.CSS - 643, 654
 
.ms-topnavselectedFormatting for selected navigationFont color, weight
Background
Border
Core.CSS - 660, 670
 
.ms-topNavHoverHover stateBackground
Border
Font color
Core.CSS - 673, 681
 
.ms-topNavFlyOutsDrop down menusBackground
Font family, size, color
Display
Width
Padding
Core.CSS - 692, 697
 
.ms-topNavFlyOutsHoverHover state for drop down menusBackground
Font color
Core.CSS - 704
 
Site Actions Menu - Back to Top -
.ms-siteaction,.ms-siteaction aSite Actions textFont size, family, weight, color
Text decoration
Core.CSS - 590
 
.ms-siteactionsmenuWrapping table cell White space
Font
Padding
Border
Cursor
Core.CSS - 603
 
.ms-siteactionsmenu div div divSite Actions buttonBackground
Border
Padding
Core.CSS - 610, 619
 
.ms-siteactionsmenu div div div.ms-siteactionsmenuhoverHover stateBackground
Border
Core.CSS - 623
 
Quick Launch Bar (Default Left Vertical Navigation Bar) - Default styles, but you can easily replace the CssClass references to your own in the code for the navigation, or omit the wrapping HTML - Back to Top -
.ms-titleareaframeArea above navigationSee Title Area On some screens since this area is directly above the left navigation it seems it would have an associated left navigation style, but instead the area is the entire page width and is a part of the title area.
.ms-pagemarginArea to the right of the navigationBackground color, image, repeat, position
Height
Core.CSS - 1212
 
.ms-quicklaunchheaderQuick Launch Headers (such as View All Site Content button)Padding
Font weight, color, size
Text-decoration
Background
Core.CSS - 917, 927, 931
 
.ms-navheaderNavigation headersBackground
Border
Padding
Font weight, color
Text decoration
Core.CSS - 744, 756, 851, 854, 859
 
.ms-selectednavheaderSelected view state for navigation headersWidth
Background
Border
Padding
Font weight, color
Text decoration
Core.CSS - 766, 800, 811, 816
 
.ms-navitemSub navigation items under navigation headersBackground
Padding
Font family, color
Text decoration
Core.CSS - 820, 863, 867

Portal.CSS - 782, 786, 790, 794
 
.ms-selectednavSelected view state for navigation items under navigation headersBorder
Background
Margin
Width
Padding
Font color
Core.CSS - 779, 788, 796, 941
 
.ms-navSubMenu1Sub navigation items under navigation headersWidth
Border
Background
Core.CSS - 827
 
.ms-navSubMenu2Sub navigation items under navigation headersBorder
Width
Background
Margin
Core.CSS - 763, 832
 
.ms-treeviewouterContaining DIV for Tree View in Quick LaunchBorder
Padding
Core.CSS - 741, 750, 753, 887, 890
 
div.ms-treeviewouter divTop border of Tree View PaneBorderCore.CSS - 750
 
.ms-tvselectedSelected navigation item in Tree ViewBackground
Font color
Core.CSS - 881, 884
 
.ms-recyclebinRecycle BinBackground
Width
Border
Padding
Font weight, color
Text decoration
Core.CSS - 893, 900, 905
 
.ms-quicklaunchouterBottom border of Quick Launch pane and margin around paneBorder
Margin
Core.CSS - 874, 878
 
   
.ms-quickLaunchQuick Launch pane formatting and top and side borders around paneBorder
Font
Line-height
Background
Core.CSS - 909
 
.ms-quickLaunch table tdContainer for sub itemsBorderCore.CSS - 738
Default code adds a 1px top and bottom border around set of sub menu items as shown in red to the right.
Quick Launch Picker (Date Picker) - Back to Top -
.ms-picker-headerPicker headerFont weight
Background
DatePicker.CSS - 8
 
.ms-picker-dayheaderDays of the weekFont family, size, color, weight
Text alignment
Border
Padding
DatePicker.CSS - 17
 
.ms-picker-daycenterDate boxesText alignment
Font size, family, color
Border
Height
Text decoration
DatePicker.CSS - 96, 105, 111, 119
 
.ms-picker-daycenterOnHover state for Date boxesBackground
Height
DatePicker.CSS - 96, 123
 
.ms-picker-dayselectedCurrent dateText alignment
Font size, family
Background
Border
DatePicker.CSS - 126
 
.ms-picker-footerPicker footerBorder
Font family, size, color
Padding
Text decoration
DatePicker.CSS - 180, 187, 190
 
.ms-quickLaunchWrapper around entire pickerSee ms-quickLaunch
Title Area - Back to Top -
.ms-titlearealeftWrapping table cell around page imageBackgroundCore.CSS - 1116
 
.ms-titleareaframeWrapping table cell around page image and neighboring table cell to the rightBackground image, repeat, position, color
Text alignment
Core.CSS - 1120
 
.ms-pagetitleareaframe tableWrapping table cell around page titleBackground image, repeat, position, color
Text alignment
Core.CSS - 1130
 
.ms-pagetitlePage title textFont color, family, size, weight
Margin
Core.CSS - 1256, 1263, 1269
 
Content Area
General - Back to Top -
.ms-bodyareaframeContent containerVertical alignment
Height
Width
Background
Border
Padding
Core.CSS - 1238, 1247
 
.ms-listdescriptionList/library descriptionFont color, family
Background
Padding
Border
Core.CSS 1631
 
.ms-formbodyBackground for cells with form fieldsLine height
Font family, size
Vertical align
Background
Border
Padding
Text alignment
Core.CSS - 304, 333, 349

OWSNOCR.CSS - 33, 43
 
.ms-formlabelForm label formattingText alignment
Font family, size, color, weight
Border
Padding
Core.CSS - 284

OWSNOCR.CSS - 22
 
.ms-formlineBottom line under last form fieldsBorder
Padding
Core.CSS - 352
 
.ms-authoringcontrolsBackground for cells with form fields on administrative pagesBackground
Font family, size, color
Core.CSS - 1413
 
.ms-propertysheetControls fonts in several locationsText-align
Font family, size, color, weight, text decoration
Core.CSS - 1511, 1517, 1523, 1527
 
.ms-menuimagecellArrow that appears when column headers are moused overBackground
Cursor
Border
Padding
Height
Core.CSS - 1345, 1352, 1355

SiteManagerCustomStyles.CSS - 428
 
Breadcrumbs - Back to Top -
.ms-pagebreadcrumbBreadcrumb navigation in main content areaPadding
Border
Font size, color
Text decoration
Background
Core.CSS - 556, 561
 
.removeMarginsAdjusts margins around breadcrumbMarginsPageLayouts.CSS - 105
 
.breadcrumbPage level breadcrumbs used on publishing pagesFont
Padding
Border
Margin
Band.CSS - 47, 60, 67
 
.breadcrumbCurrentCurrent location in page level breadcrumbs used on publishing pagesFontBand.CSS - 71
 
Page Edit Toolbar (Edit Console) - Back to Top -
.ms-consolemptablerowWrapper around Edit Toolbar - master table cellBackgroundCore.CSS - 3203
 
.ms-consoletitleareaframeEdit Toolbar container - sub table cellBackground
Text alignment
Padding
Width
Core.CSS - 1120, 1139, 1142
This is the sides of the toolbar; optionally hide these instead of reformatting by doing a display: none.
.ms-consoletitleareaframebottomBottom area under toolbarBackground
Text alignment
Padding
Core.CSS - 1146
This is the bottom of the sides of the toolbar
.ms-consoleframeEdit Toolbar container - sub sub tableBorderCore.CSS - 3210, 3223
This is the top and bottom border of the toolbar as a whole
.ms-consolestatusframeEdit Toolbar container - sub sub sub tableBorder
Background
Core.CSS - 3210, 3227
This the background of the lower sections of the toolbar
.ms-consolestatuscheckoutframeEdit Toolbar container - sub sub sub table cellBackgroundCore.CSS - 3233, 3244
This is the gradation in the top bar when the page is in Edit mode
.ms-consolestatusminorframeEdit Toolbar container - sub sub sub table cellBackgroundCore.CSS - 3233, 3240
This is the gradation in the top bar when looking at a draft state of the page
.ms-consolehrSeparator rules between rows in toolbarBackground
Height
Core.CSS - 3293
 
Page Edit Toolbar - CSS Tricks
td.ms-titleareaframe, div.ms-titleareaframe, .ms-pagetitleareaframe, .ms-mwspagetitleareaframe, .ms-consoletitleareaframe{
background: transparent none
}
.ms-consoletitleareaframebottom, td.ms-consolemptablerow {
background: transparent
}
Blanks out background color of page edit toolbarOften when working with a custom master page, the page edit toolbar will create a thin blue line on pages when the toolbar is not being shown. Use this style to remove this issue. NOTE! In order for this to work, you also have to add to the PrefixHtml code for the Delegate Control: PrefixHtml="& lt ;table width=100%& gt ; & lt ;tr& gt ;& lt ;td colspan=& quot ;4& quot ; id=& quot ;mpdmconsole& quot ; class=& quot ;ms-consolemptablerow& quot ;& gt ;" . Remove the spaces after each & and before each ;. Be sure to close the table in the SuffixHtml.
Mini Console - Back to Top -
.ms-wikieditouterDiv wrapper around console buttonsHeight
Font size, family
Position
Border
Text alignment
Margin
See shared styles under Wiki  
.ms-wikieditthirdBackground of buttonsBackground
Padding
 
.ms-wikitoolbar a.ms-toolbarButtonsFont color 
.ms-wikitoolbar a:hover.ms-toolbarHover state of buttonsText decoration
Font color
 
.ms-toolbarSee Toolbar    
.ms-separatorSee Toolbar    
Web Parts - Back to Top -
.ms-WPSelectedEdit viewBorderCore.CSS - 2503
 
.ms-WPHeaderHeader areaBorderCore.CSS - 2664
 
.ms-WPTitleTitle textFont weight, family, color
Text decoration
Padding
Cursor
Core.CSS - 2480, 2491, 2497
 
.ms-HoverCellInActiveInactive state for web part menu arrowSee Global Links
.ms-HoverCellActiveDarkMouseover for web part menu arrowBackground
Border
Vertical alignment
Core.CSS - 2590
 
.ms-WPBodyBody content of web partsFont size, family, color, decorationCore.CSS - 2507, 2512, 2516, 2521
This is not used by all web parts! Generally web part data not in a table will pick up this style.
.ms-WPBorderBody content of web partsBorderCore.CSS - 2565, 2571
This is not used by all web parts! Generally web part data in a table format will pick up this style. Also test the Content Editor Web Part to verify that your changes do not have an adverse affect on it.
.link-itemLinks within web partsFont size, family, color, decorationControls.CSS - 63, 69, 73, 2521
 
.bulletBullets used in web part contentBorder
Vertical alignment
Background
Padding
Controls.CSS - 117
 
.descriptionDescriptions within web partsFont size, family, colorControls.CSS - 91
 
.ms-vbColumn headers in lists, among other thingsVertical alignment
Font color, size, decoration
Core.CSS - 1750, 1754, 1758, 1762, 1766, 1838, 1843
Proceed carefully with changes to ms-vb, the style is used in multiple places and it's properties are grouped with other styles. Break out the classes and properties you need to change, and test your site heavily.
.ms-rteCustom-ArticleTitleArticle Title in rich text fieldsFont size, weight, family, color, text-transformHtmlEditorCustomStyles.CSS - 68
 
.ms-rteCustom-ArticleHeadLineArticle Headline in rich text fieldsFont size, weight, family, colorHtmlEditorCustomStyles.CSS - 83
 
.ms-rteCustom-ArticleBylineArticle Byline in rich text fieldsFont size, weight, family, colorHtmlEditorCustomStyles.CSS - 76
 
.ms-addnewLink to add new list itemsFont weight, family, size, color, decoration
Padding
Core.CSS - 1882, 1889, 1893
Note that this class is used twice, once for the container table cell, and again for the hyperlink.
.ms-partlineSeparating line under web part and above Action linksBackgroundCore.CSS - 1507
 
Menu Toolbar - Back to Top -
.ms-menutoolbarToolbar menuBorder
Height
Background
Core.CSS - 70, 77
 
.ms-separator imgSeparating line between toolbar optionsHeight
Width
Margin
Background
Border
Core.CSS - 1404
 
.ms-menubuttoninactivehoverToolbar buttonMargin
Padding
Background
Line height
Core.CSS - 100
 
.ms-menubuttonactivehoverHover state for toolbar buttonsMargin
Padding
Background
Line height
Border
Cursor
Core.CSS - 106
 
.ms-splitbuttonhoverHover state for "New" toolbar buttonBackground
Border
Margin
Core.CSS - 202
 
.ms-splitbutton"New" toolbar buttonMarginCore.CSS - 199
 
.ms-splitbuttontextWrapping table cell for toolbar menu itemPaddingCore.CSS - 196, 207
 
.ms-splitbuttondropdownSeparating line between 'New' text and drop down arrowPadding
Margin
Border
Cursor
Core.CSS - 192, 207, 211
 
.ms-listheaderlabel"View" textFont color, size, familyCore.CSS - 132, 135
 
.ms-viewselectorView drop down menuFont size, family, weight, color
Border
Background
Padding
Cursor
Width
Core.CSS - 135, 139, 150, 158, 165
 
.ms-viewselectorhoverHover state for View drop down menuFont size, family, weight
Border
Background
Padding
Cursor
Width
Core.CSS - 135, 139, 150, 161, 165
 
Toolbar - Back to Top -
.ms-toolbarWrapping table cell for toolbarFont family, size, color
Text decoration
Background
Border
Core.CSS - 20, 37, 42
Also used in the Mini Console
.ms-separatorButton separatorFont color, sizeCore.CSS 1399
Also used in the Mini Console
Calendar - Back to Top -
** Download a clean version of calendar styles ready for branding **
.ms-calheaderCalendar headerBackgroundCalendar.CSS - 3 
.ms-cal-navheaderMonth directional arrowsBackground
Border
Vertical alignment
Calendar.CSS - 844 
.ms-cal-weekdayWeekdayBackground
Font color, weight
Padding
Calendar.CSS - 50 
.ms-cal-weekemptySpace to the left of the week day and weeksBackground
Width
Font size
Calendar.CSS - 41 
    
.ms-cal-topdayDay headerBackground
Border
Font weight, color
Text alignment
Calendar.CSS - 75 
.ms-cal-topdayover,Hover state for Day headerBackground
Border
Cursor
Text alignment
Calendar.CSS - 148 
.ms-cal-nodataMidEmpty daysFont family, size
Vertical alignment
Padding
Border
Background
Calendar.CSS - 215, 220 
.ms-cal-nodataBtm2Bottom area of empty daysPadding
Border
Background
Vertical alignment
Calendar.CSS - 220, 227 
.ms-cal-weekWeek headerBackground
Border
Calendar.CSS - 56 
.ms-cal-weekselectedHover state for Week headerFont color
Text decoration
Border
Cursor
Background
Calendar.CSS - 62, 67 
.ms-cal-workitemWork daysFont family, size
Padding
Border
Vertical alignment
Background
Calendar.CSS - 235, 240 
.ms-cal-workitem2BBottom area of each work dayPadding
Border
Background
Calendar.CSS - 252 
.ms-cal-noworkitemNon work daysFont family, size
Vertical alignment
Padding
Border
Background
Calendar.CSS - 235, 285 
.ms-cal-noworkitem2BBottom area of each non work dayPadding
Border
Background
Calendar.CSS - 292 
.ms-cal-topday-todayToday markerBackground
Border
Text alignment
Font weight, color
Text decoration
Calendar.CSS - 119, 125, 131, 200 
.ms-cal-topday-todayoverHover state for Today markerBackground
Border
Cursor
Text alignment
Calendar.CSS - 136 
.ms-cal-defaultbgcolorAll Day Event marker in Month ViewBackground
Text alignment
Font weight
Text overflow
Padding
Cursor
Calendar.CSS - 352 
.ms-cal-defaultbgcolorselHover state for All Day Event marker in Month ViewBackground
Text alignment
Font weight
Text overflow
Padding
Cursor
Font color
Text decoration
Calendar.CSS - 362, 390, 393 
.ms-cal-timeArea to left of All Day Event marker in Day ViewBorder
Width
Background
Calendar.CSS - 410 
.ms-cal-alldayeventArea to right of All Day Event marker in Day ViewText alignment
Border
Padding
Height
Vertical alignment
Text overflow
Text decoration
Background
Height
Font family, size
Calendar.CSS - 420, 715, 719 
.ms-cal-wemptycell,.ms-cal-wemptycellLEmpty cells for other days not marked as an All Day Event when an All Day Event appears in the Week ViewBorder
Background
Calendar.CSS - 703 
.ms-cal-tweekitemAppointment block in Week ViewBorder
Background
Width
Height
Padding
Vertical alignment
Font family, size
Overflow
Calendar.CSS - 756, 764, 770 
.ms-cal-tdayitemAppointment block in Day ViewBorder
Background
Width
Height
Padding
Vertical Alignment
Font family, size
Overflow
Calendar.CSS - 779, 787, 793, 798 
Search Center (Advanced Search) - Back to Top -
.ms-ptabareaContaining table for tabsMarginPortal.CSS - 17
These same styles are also used by the Site Directory because in the style sheet the classes are grouped, but the Site Directory does utilize different class names.
.ms-ptabcnSelected tabBackground
Border
Font
Padding
Portal.CSS - 20
.ms-ptabcnhoverSelected tab hoverBackground
Border
Font
Padding
Portal.CSS - 33
.ms-ptabcn A:link,
.ms-ptabcn A:visited,
.ms-ptabcnhover A:link,
.ms-ptabcnhover A:visited,
Selected tab textText decoration
Font
Color
Portal.CSS - 46
.ms-ptabcnhover A:hoverSelected tab text hoverText decoration
Font
Color
Portal.CSS - 52
.ms-sctabcf Unselected tabBorder
Font
Padding
Portal.CSS - 118
.ms-ptabcfhoverUnselected tab hoverBackground
Border
Font
Padding
Portal.CSS - 71
Tab hover
.ms-ptabcf A:link,
.ms-ptabcf A:visited,
.ms-ptabcfhover A:link,
.ms-ptabcfhover A:visited,
Unselected tab textText decoration
Font
Color
Portal.CSS - 86
.ms-ptabcfhover A:hoverUnselected tab text hoverText decoration
Font
Color
Portal.CSS - 91
Tab hover
.ms-sctabrx Line extending past tabsWidth
Background
Border
Font family, size, style, weight
Padding
Vertical alignment
Text alignment
Portal.CSS - 134
Site Directory (Site Map) - Back to Top -
See Search Center Site Map tabsSee Search Center See Search Center  
.ms-ptabcfUnselected tabBackground
Border
Font
Padding
Portal.CSS - 58
 
.ms-ptabrxLine extending past tabsWidth
Background
Border
Font family, size, style, weight
Padding
Vertical alignment
Text alignment
Portal.CSS - 110
 
Blog - Back to Top -
.ms-PostWrapperWrap around each post, includes date, title and footerFont color
Width
Core.CSS - 3510
By default, this style sets a fixed width for the posts.
.ms-PostDatePost dateFont size, color
Margin
Border
Padding
Core.CSS - 3569
 
.ms-PostTitlePost titleFont size, color
Border
Padding
Position
Text decoration
Core.CSS - 3531, 3536, 3541
 
.ms-PostBodyPost body copyFont size, color
Line height
Padding
Margin
Core.CSS - 3555, 3563, 3566
 
.ms-PostFooterPost footer links and infoFont size, color
Padding
White space
Core.CSS - 3546, 3551
 
.ms-CommentsWrapperWrap around commentsSee ms-PostWrapper By default, these areas use the same style properties, but since they use different class names, these can be broken out in your CSS file.
.ms-CommentHeaderComment header textFont size, color, weight
Margin
Padding
Position
Core.CSS - 3577
 
.ms-commentsemptyFormatting for default text when no comments have been posted.Font size, color, weight
Margin
Padding
Position
Core.CSS - 3604
 
.ms-commenttableTable that wraps each comment.Margin
Padding
Border
Core.CSS - 3639, 3643
 
.ms-CommentTitleComment titleFont color, size
Line-height
Padding
Margin
Core.CSS - 3589
 
.ms-CommentBodyComment body copyFont color, size
Line-height
Padding
Core.CSS - 3597
 
.ms-CommentFooterComment footerSee ms-PostFooter By default, these areas use the same style properties, but since they use different class names, these can be broken out in your CSS file.
.ms-blogeditEdit button for posts and comments.Font size, color
Line height
Vertical alignment
Border
Height
Padding
Background
Core.CSS - 3610, 3616
 
.ms-blogAdminLinksAdmin links that show to right of blog postsList style
Margin
Padding
Background
Font color
Core.CSS - 3493, 3499, 3507
This is an unordered list.
.ms-BlogNavigatorClass used in a wrapper DIV tag that is around the Quick Launch (current) navigation. Used as a contextual selector in the CSS for many styles. Some styles seem to change nothing on the page when altered. Effective styles are listed below.
.ms-BlogNavigator div.ms-navheaderNavigation headersBackground
Border
Padding
Font color, weight
Core.CSS - 3687, 3694, 3697
 
.ms-BlogNavigator div.ms-WPBodyBorder above navigation headersBorderCore.CSS - 3704
 
.ms-BlogNavigator div.ms-PartSpacingVerticalSpace under items in a navigation block.Font size
Margin
Core.CSS - 3707
 
.ms-BlogNavigator td.ms-addnewAmount of left indention of "Add New..." linksPadding
Background
Core.CSS - 3712
 
.ms-BlogNavigator td.ms-addnew imgAmount of left indention after bullet in "Add New..." linksMarginCore.CSS - 3715
 
.ms-CategoryTitleCellContainer and contents formatting for sub navigation itemsPadding
Display
Background
Margin
Core.CSS - 3666, 3670
 
.ms-blogrssnavRSS Feed linkFont color, weight, size, text-decoration
Padding
Border
Core.CSS - 3515, 3522
 
.ms-blogrssnav imgRSS Feed imageBorderCore.CSS - 3528
 
Wiki - Back to Top -
Depends on your master pageThe Wiki Pages nav uses the Quick Launch styles from the master page. If you changed the style names in the master page, then those are the styles being used. If you did not change the styles, and just altered the default SharePoint styles, the navigation styles are included above .
.ms-quicklaunchouter
ms-quickLaunch
ms-quicklaunchheader
ms-navsubmenu1
ms-navsubmenu2
ms-navitem
The Recent Changes Wiki nav uses the default styles for the Quick Launch, and not any custom styles you may have created for the Quick Launch in your master page. The navigation styles are included above .
.ms-recentchangesBullet image to left of View All Pages in navVertical alignment
Padding
Core.CSS - 3459
 
.ms-addnewView All Pages text linkVertical alignment
Padding
See ms-addnew .This style is used in many places in SharePoint, including under web parts to add new items to lists and libraries.
.ms-wikieditouter Div wrapper around console buttonsHeight
Font size, family
Position
Border
Text alignment
Margin
Band.CSS - 387
* SAME AS TABS.CSS & VERTICAL.CSS *

Core.CSS - 3407

SingleLevel.CSS - 332

Tabs.CSS - 419
* SAME AS BAND.CSS & VERTICAL.CSS *

Vertical.CSS - 419
* SAME AS BAND.CSS & TABS.CSS *

These Mini Console styles are also used in the Site Directory
.ms-wikieditthirdBackground of buttonsBackground
Padding
Core.CSS - 3423
.ms-wikitoolbar a.ms-toolbarButtonsFont colorCore.CSS - 3404
.ms-wikitoolbar a:hover.ms-toolbarHover state of buttonsText decoration
Font color
Core.CSS - 3437
.ms-separatorSee Toolbar    
.ms-wikicontentText formatting in a wiki pageText decoration
Font color
Line height
Border
Core.CSS - 3442, 3445, 3447, 3449, 3454
 
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值