SharePoint branding

SharePoint 2010 Branding: 100% horizontal top navigation

Find out how you can have a completely horizontal top navigation.

SharePoint 2010 Branding: The application.master master page

In SharePoint 2010 a small number of pages still uses the application.master. Let's see how we can handle this little "nuisance" and have nice styling in these pages.

SharePoint 2010 Branding: Responsive HTML5 masterpage for SharePoint 2010

Kyle Schaeffer created a great looking HTML5 enabled masterpage for Sharepoint 2010. I was testing it around and since the deployment instructions where all manual uploads to SharePoint lists and whatnot I decided to automate this process. I created a Visual Studio solution with all the files and a feature that will activate the whole thing.

SharePoint 2010 Branding: Change site actions and welcome menu arrows

Ever wondered how to change the arrow image of the Site Actions menu and the Welcome menu?

SharePoint: How to use relative URLs in the masterpage, the right way

I've been using relative paths in SharePoint masterpages the wrong way. Let's see an example of how I used to do it, with a link to the homepage and an image for the logo.

<a href="http://www.broculos.net/en" class="logo">
	<img src="/Style Library/CustomStyle/Images/logo.png" alt="" />
</a>

This will work like a charm if your site collection's home URL is the same as the root of the URL, for example: http://www.example.sp2010.dev/.

SharePoint 2010 Branding: Fancy search boxes with CSS only

An example of styling up the SharePoint 2010 search box without modifying the control.

SharePoint 2010 Branding: Show the title area when the ribbon is expanded

When the ribbon is expanded, by default, the entire title area disappears. Let's see how to override this behavior.

SharePoint 2010 Branding: Fix standard layout alignment on pages with wider content

In the standard SharePoint 2010 layout there’s a bug in the layout that keeps the title as big as the window width, even if the content stretches outside of that width. Let's see how to fix it.

SharePoint 2010 Branding: Dialog box styling

Fix the styles you don't want showing up the the dialog boxes.

SharePoint Branding: Webpart headers with rounded corners in SharePoint 2010

Learn how to create round corners in SharePoint 2010 webpart headers.

Pages

Subscribe to RSS - SharePoint branding