#14: Content Area

The content area includes the following CSS elements.

  • Wide Content Area
  • Content Area
  • Body Area
  • Body Area Cell

Wide Content Area

The following class and ID are used to set the width and float the element to the left, as shown in Figure A-66. Listing A-77 shows the standard CSS properties.

images

Figure A-66. SharePoint 2010 wide content area

  • Style Sheet: COREV4.CSS
  • ID: s4-mainarea
  • Class: s4-pr s4-widecontentarea

Listing A-77. Left Panel CSS

.s4-widecontentarea{ width:100%; } body #s4-mainarea{ float:left; clear:both; }

Content Area

The content area excludes the Quick Launch, and the class is used to set the background color ...

Get Practical SharePoint 2010 Branding and Customization now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.