SharePoint Branding
Things to set in CSS when creating a branded site based on BlackVertical.master:
- .html - background-color = color of background you want to see
- .body - background-color = white. Necessary due to ActiveX control being used for datasheet view on lists. The color you specify for the body will also be used for the spreadsheet.
- .ms-main - background-color = same color used for .body. This will probably be best to be white. The issue here is that when you get to the admin pages the .html value will come through any transparent layers.
- add form#aspnetForm - background-color = This will be the same color as your .html style. This will cover the background color of your .body so that you will finally see the color background you were looking for.
Comments