, CSS - SharePoint, - -.
, SharePoint - .
SharePoint HTML -:
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td valign="top" id="MSOZoneCell_WebPartWPQ3">
CSS . CSS SharePoint core.css( 12 ). , , .
, .ms-WPHeader .ms-WPBody ( -), .
, , - Firebug firefox. , ( firefox), , , ( ). , , core.css.
, , CSS , .
, .ms-WPBody (, ), , SharePoint. , , -:
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td valign="top" id="MSOZoneCell_WebPartWPQ3">
<div class="my-content">Your content</div>
</td>
</tr>
</tbody>
</table>
css, :
.ms-WPBody .my-content
{
font-size : 12pt;
}
, , SharePoint, .
, , , .
, - . , , . ! Important:
, ...
.ms-WPBorder, .ms-WPBorderBorderOnly
{
border: none !important;
}
.ms-PostTitle td
{
border: none !important;
}
td.ms-PostTitle
{
border: none !important;
}