SlideShare a Scribd company logo
1 of 9
Download to read offline
Branding SharePoint web application
portals and sites. Easy and stable version
for SharePoint designer and developers
Style Guide
for
SharePoint
2013
Branding
Vinod Dangudubiyyapu
Style Guide for SharePoint Branding Page 1
Style Guide for SharePoint 2013 Branding
About.................................................................................................................................................................................2
Who’s for...........................................................................................................................................................................2
Versions.............................................................................................................................................................................2
Author ...............................................................................................................................................................................2
SharePoint Portal Setup....................................................................................................................................................3
Customization of Master Page..........................................................................................................................................3
About 2013 Master Page ..............................................................................................................................................3
Ribbon Bar.....................................................................................................................................................................3
Breadcrumb ..................................................................................................................................................................3
Top Navigation..............................................................................................................................................................4
Styling Top Navigation ..................................................................................................................................................4
Top Header Styling........................................................................................................................................................4
Search Control Styling...................................................................................................................................................5
Styling Left-side Navigation ..........................................................................................................................................5
Adding Footer in Master Page ......................................................................................................................................5
Fixed width Master Page...............................................................................................................................................5
Height :100%.................................................................................................................................................................6
Sticky Footer .................................................................................................................................................................6
Site Action and Welcome User Control: .......................................................................................................................6
Bootstrap for SharePoint 2013 .......................................................................................... Error! Bookmark not defined.
Custom page Layout .......................................................................................................... Error! Bookmark not defined.
Login as another User ...................................................................................................................................................7
Edit Mode......................................................................................................................................................................7
Design Manger..............................................................................................................................................................7
Resource............................................................................................................................................................................8
Style Guide for SharePoint Branding Page 2
About
As this guide line focus on SharePoint Portal Branding means the Look and Feel of a Web
Application for Internet and Intranet facing site. This guide gives brief understanding and provides with
screen shot reference for easy and captivates guidelines. The resource used in this documents preparation
are referred from Google and self-learned implementations are consolidated for easy and understandable
version
Who’s for
This guide give brief understanding in perspective of User Interface Designer and Developer as this
guide also helps for the SharePoint or MOSS developers.
Versions
Author
Author VINOD DANGUDUBIYYAPU
Guide Version 3.0
Modified On 11 July 2016
Style Guide for SharePoint Branding Page 3
SharePoint Portal Setup
Create Web Application, Create Site Collection and Activate Publishing feature in Site Settings to enable below
options Master Page and Page layouts (Web Designer Galleries), and Master page (Look and Feel)
Customization of Master Page
About Master Page
Site Master Page: “seattle.master” System Master Page: “seattle.master”
1. SharePoint Site user “seattle.master” Master Page for entire site.
2. Download master page from Site Settings > Web design gallery > Master page and Page Layout >
seattle.master
3. Rename “seattle.master” to Project defined name
4. To apply Custom master page Change in “Site master page”.
Note: changing the custom master page in Site master page won’t affect entire SharePoint site. Applicable only at
/Pages/ folder pages
5.
Ribbon Bar
SharePoint 2013 has two Ribbon bars
1. suite Bar
2. s4-ribbonrow
Suite Bar is new in SharePoint 2013 which is having a Site settings Control, Welcome User Control, and
Office 365 Controls like: SkyDrive, Newsfeed, Sites, Yammer etc., Ribbon is as same as 2010 with additional ease
access links to Edit, Full screen, Share, Sync.
Breadcrumb
SharePoint 2013 Title Section can be used as Breadcrumb.
Style Guide for SharePoint Branding Page 4
Top Navigation
As in SharePoint 2010 we have Top Navigation and same is replaced with A Link tag control in SharePoint
2013 where we can create links and redirect to the site pages.
Styling Top Navigation
CSS:
.ms-core-listMenu-horizontalBox{
background:transparent
url("/SiteAssets/images/TopLCurv.png") no-repeat 0%
0%;}
.ms-core-listMenu-horizontalBox ul{
padding:0 90px; background:transparent
url("/SiteAssets/images/TopRCurv.png") no-repeat 100%
0%; }
.ms-core-listMenu-horizontalBox ul ul{
background:none; padding:0;
}
.ms-core-listMenu-horizontalBox ul li{
background:transparent
url("/SiteAssets/images/TopNavBg.jpg") repeat-x 0% 0%;
line-height:44px;
border-left:1px solid #5c5c5c;
/*border-left:1px solid #434343; */
text-align:center;
}
.ms-core-listMenu-horizontalBox ul li a:hover, .ms-core-
listMenu-horizontalBox > .ms-core-listMenu-root
.selected{
background:transparent
url("/SiteAssets/images/TopNavBgHover.jpg") repeat-x
0% 0%;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-root
.ms-listMenu-editLink {
padding-right:4px;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-root
.ms-listMenu-editLink:hover {
background:transparent
url("/SiteAssets/images/TopNavBgHover.jpg") repeat-x
0% 0% !important;
line-height:44px;
}
.ms-listMenu-editLink a:hover{background:transparent
none!important;}
.ms-core-listMenu-horizontalBox li.static > .ms-core-
listMenu-item, .ms-core-listMenu-horizontalBox > .ms-
core-listMenu-root > .ms-listMenu-editLink {
color:#fff;
margin-left:0;
}
.ms-core-listMenu-horizontalBox li.static > .ms-core-
listMenu-item{margin-right:0; width:60px;}
.ms-navedit-editLinksText > span > .ms-metadata, .ms-
core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core-
listMenu-item {
color:#fff;
}
Top Header Styling
Table structure replaced with div tags and table reconstruction with CSS “titleAreaBox” inside of “s4-titlerow”. Each
div has specific classes for proper alignment “ms-table”, “ms-tableRow”, “ms-tableCell” & “ms-verticalAlignTop”
Style Guide for SharePoint Branding Page 5
1. titleAreaBox is a parent container for logo, Navigation and search control
2. siteIcon is Logo Container
3. ms-breadcrumb-box is Navigation Link control container
4. next div is for Search control and Social control
Search Control Styling
ms-mpSearchBox inside of “ms-srch-sb” which has “searchInputBox” style with properties and search icon
was “ms-srch-sb-searchLink”.
CSS:
.ms-mpSearchBox{width:auto;}
.ms-srch-sb{background:#fff none;}
#searchInputBox{margin-top:5px;margin-
bottom:0;margin-right:5px;}
.ms-srch-sb-searchLink
{
background:
url('/_layouts/15/Images/MCPS.ParentPortal.Branding/Im
ages/icon_searchGlobl.png') no-repeat;
width: 24px !important;
height: 24px !important;
padding: 0px !important;
}
.ms-srch-sb-searchImg
{
visibility: hidden;
}
Styling Left-side Navigation
CSS:
.ms-core-listMenu-verticalBox ul{
/*background:#5f7078;*/
background:#878787;
color:#fff;
}
.ms-core-listMenu-item, .ms-core-
listMenu-item:link, .ms-core-listMenu-
item:visited, .ms-tv-item:link, .ms-tv-
item:visited, .ms-tv-header:link, .ms-tv-
header:visited{
color:#fff;
}
.ms-core-listMenu-verticalBox ul li {border-
bottom:1px solid #fff;
color:#fff;
}
.ms-core-listMenu-verticalBox ul li{
border-top:#FFCC00 !important;
}
.ms-core-listMenu-verticalBox ul li:hover,
.ms-core-listMenu-verticalBox .ms-core-
listMenu-item:hover{
background-color:#a50032;
}
Adding Footer in Master Page
Add CSS class="ms-dialogHidden" to avoid visibility of Custom Controls in Popup Dialog boxes.
Fixed width Master Page
CSS:
body #s4-bodyContainer {
width:1003px;
margin:0 auto;
}
#contentRow:after{clear:both;}
/*add padding back to title table*/
Style Guide for SharePoint Branding Page 6
.s4-title-inner{padding:0 0 0 5px;}
/*background color of site*/
#s4-workspace {background: #efefef none;}
Height :100%
CSS:
body, body #s4-bodyContainer {
height: 100%;
position:relative;
}
#footerContainer {
position: absolute; bottom: 0px;
height: 30px;
}
Sticky Footer
Align Footer to bottom of the browser window when content is less on screen for this refer the CSS or jQuery remedy
jQuery:
function stickFooter() {
var footer = $(".footer");
var pos = footer.position();
var height = $(window).height();
height = height - pos.top;
height = height - footer.outerHeight();
if (height > 0) {
footer.css({ 'margin-top': height + 'px' });
}
} stickFooter();
$(window).resize (function () {stickFooter();});
);
_spBodyOnLoadFunctionNames.push("stickFooter "); //Execute the script after SharePoint site load
Site Action and Welcome User Control:
Welcome Control : SiteAction Control:
CSS:
.ms-siteactionsmenuinner, .ms-welcomeMenu {
background:transparent url(“") repeat-x left top!important;
border:0px!important;
}
div.edbg{
background:transparent url("") repeat-x left top!important;
padding:6px 0px;
}
.ms-welcomeMenu {
margin:0px!important;
}
.ms-siteactionsmenuhover, .ms-SpLinkButtonActive.ms-
welcomeMenu {
background:transparent url("") repeat-x left
top!important;font-weight:bold;
border:0px!important;
}
.ms-siteactionsmenu > SPAN > A, .ms-cui-tt-span, .ms-
welcomeMenu A: link { COLOR: #000!important;}
.ms-welcomeMenu{
padding:6px 6px!important;
}
.ms-siteactionsmenuinner, .ms-siteactionsmenuhover{
padding:3px 6px!important;
}
Style Guide for SharePoint Branding Page 7
Login as another User
If credentials won’t be given to the Site Collection it will ask to login as Another User. In SharePoint 2013 this feature
is missing so for this fix below link will fix the problem for the time been
http://spsite2013:2013/_layouts/15/closeConnection.aspx?loginasanotheruser=true&source=
Edit Mode
Add this code at end of the URL address if Edit mode is not working.
?ControlMode=Edit&DisplayMode=Design
Design Manger
http://www.sharepointempower.com/Blog/Post/3/SharePoint-2013-branding-step-by-step
https://samlman.wordpress.com/2015/03/01/using-dreamweaver-and-design-manager-with-sharepoint-2013/
http://chrisstahl.wordpress.com/2013/07/20/design-manager-in-sharepoint-2013-parti/
http://sharepointbrian.com/2012/07/intro-to-sharepoint-2013-design-manager/
Style Guide for SharePoint Branding Page 8
Resource
SharePoint 2013:
Requirement
 http://sharepoint.microsoft.com/en-us/preview/sharepoint-requirements.aspx
Download
1. http://technet.microsoft.com/en-us/evalcenter/hh973397.aspx?wt.mc_id=TEC_121_1_33
2. http://technet.microsoft.com/en-us/library/cc303422.aspx
3. http://technet.microsoft.com/en-us/library/cc262749(v=office.15)
Installation on WS2008R2
 http://www.shailwx.com/2012/07/sharepoint-2013-installation-on-windows-server-2008-r2/
Installation on WS2012
 http://virtualizesharepoint.com/2012/07/23/install-sharepoint-2013-in-virtual-machine/
VM Setup
 http://www.shailwx.com/2012/07/sharepoint-2013-development-image-part-1-creating-a-virtual-machine/
Ready VM
 http://gauravmahajan.net/2012/07/22/sharepoint-2013-virtual-machine/
SP 2013 Resource
1. http://tomvangaever.be/blogv2/2012/08/how-do-i-create-tiles-in-sharepoint-2013/
2. http://www.howtosp.com/blog/2012/10/14/sharepoint-2013-create-a-metro-live-tile-programmatically/
3. http://msscorner.de/en/2013/01/14/erstellen-einer-modern-ui-tile-app-fur-sharepoint-2013/
4. http://blogs.microsoft.co.il/blogs/choroshin/archive/2012/08/11/sharepoint-2013-create-a-metro-live-tile-using-
metrojs-jsrender-and-the-new-rest-api.aspx
http://yuriburger.net/2013/03/24/deploying-and-activating-sharepoint-2013-themes-using-visual-studio/
http://farhanfaiz.wordpress.com/2011/05/23/powershell-script-change-site-theme/
http://www.c-sharpcorner.com/blogs/4844/change-the-sharepoint-site-theme-using-powershell.aspx
Please rate the document and like if it helps you.

More Related Content

What's hot

Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...SPTechCon
 
Becoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaBecoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaKanwal Khipple
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessKanwal Khipple
 
SharePoint 2013 Client-Side Rendering (CSR) & JSLink Templates
SharePoint 2013 Client-Side Rendering (CSR) & JSLink TemplatesSharePoint 2013 Client-Side Rendering (CSR) & JSLink Templates
SharePoint 2013 Client-Side Rendering (CSR) & JSLink TemplatesMuawiyah Shannak
 
Fulfilling the promise of Responsive Design with SharePoint 2013
Fulfilling the promise of Responsive Design with SharePoint 2013Fulfilling the promise of Responsive Design with SharePoint 2013
Fulfilling the promise of Responsive Design with SharePoint 2013Justin Sypek
 
Customizing the SharePoint 2013 user interface with JavaScript - Chris OBrien
Customizing the SharePoint 2013 user interface with JavaScript - Chris OBrienCustomizing the SharePoint 2013 user interface with JavaScript - Chris OBrien
Customizing the SharePoint 2013 user interface with JavaScript - Chris OBrienChris O'Brien
 
Branding Modern SharePoint
Branding Modern SharePointBranding Modern SharePoint
Branding Modern SharePointEric Overfield
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessKanwal Khipple
 
How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3Ryan McIntyre
 
SharePoint 2013 Branding
SharePoint 2013 BrandingSharePoint 2013 Branding
SharePoint 2013 BrandingKashif Imran
 
Create your own SharePoint Master Pages and Page Layouts
Create your own SharePoint Master Pages and Page LayoutsCreate your own SharePoint Master Pages and Page Layouts
Create your own SharePoint Master Pages and Page LayoutsEric Overfield
 
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePointPutting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePointAvePoint
 
Branding 101 extended
Branding 101 extendedBranding 101 extended
Branding 101 extendedD'arce Hess
 
Branding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - WorkshopBranding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - WorkshopEric Overfield
 
Optimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesOptimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesKanwal Khipple
 
SharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday RedmondSharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday RedmondKanwal Khipple
 
Transform SharePoint List Forms with HTML and CSS
Transform SharePoint List Forms with HTML and CSSTransform SharePoint List Forms with HTML and CSS
Transform SharePoint List Forms with HTML and CSSJohn Calvert
 

What's hot (20)

Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
Popping the Hood: How to Create Custom SharePoint Branding by Randy Drisgill ...
 
Tips for share point branding
Tips for share point brandingTips for share point branding
Tips for share point branding
 
Becoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaBecoming a SharePoint Design Ninja
Becoming a SharePoint Design Ninja
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
 
SharePoint 2013 Client-Side Rendering (CSR) & JSLink Templates
SharePoint 2013 Client-Side Rendering (CSR) & JSLink TemplatesSharePoint 2013 Client-Side Rendering (CSR) & JSLink Templates
SharePoint 2013 Client-Side Rendering (CSR) & JSLink Templates
 
Fulfilling the promise of Responsive Design with SharePoint 2013
Fulfilling the promise of Responsive Design with SharePoint 2013Fulfilling the promise of Responsive Design with SharePoint 2013
Fulfilling the promise of Responsive Design with SharePoint 2013
 
Customizing the SharePoint 2013 user interface with JavaScript - Chris OBrien
Customizing the SharePoint 2013 user interface with JavaScript - Chris OBrienCustomizing the SharePoint 2013 user interface with JavaScript - Chris OBrien
Customizing the SharePoint 2013 user interface with JavaScript - Chris OBrien
 
Branding Modern SharePoint
Branding Modern SharePointBranding Modern SharePoint
Branding Modern SharePoint
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
 
How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3
 
SharePoint 2013 Branding
SharePoint 2013 BrandingSharePoint 2013 Branding
SharePoint 2013 Branding
 
Create your own SharePoint Master Pages and Page Layouts
Create your own SharePoint Master Pages and Page LayoutsCreate your own SharePoint Master Pages and Page Layouts
Create your own SharePoint Master Pages and Page Layouts
 
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePointPutting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
Putting on Your Design Bootstraps: Intro to Responsive Design and SharePoint
 
Branding 101 extended
Branding 101 extendedBranding 101 extended
Branding 101 extended
 
Branding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - WorkshopBranding SharePoint from Prototype to Deployment - Workshop
Branding SharePoint from Prototype to Deployment - Workshop
 
Optimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sitesOptimizing SharePoint 2010 for Internet sites
Optimizing SharePoint 2010 for Internet sites
 
Bootstrap share point 2013
Bootstrap share point 2013Bootstrap share point 2013
Bootstrap share point 2013
 
SharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday RedmondSharePoint Branding Guidance @ SharePoint Saturday Redmond
SharePoint Branding Guidance @ SharePoint Saturday Redmond
 
Branding 101
Branding 101Branding 101
Branding 101
 
Transform SharePoint List Forms with HTML and CSS
Transform SharePoint List Forms with HTML and CSSTransform SharePoint List Forms with HTML and CSS
Transform SharePoint List Forms with HTML and CSS
 

Similar to Style guide for share point 2013 branding

UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007
UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007
UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007Chandima Kulathilake
 
SharePoint Site templates, site definitions, feature stapling
SharePoint Site templates, site definitions, feature staplingSharePoint Site templates, site definitions, feature stapling
SharePoint Site templates, site definitions, feature staplingSalaudeen Rajack
 
An introduction to bootstrap
An introduction to bootstrapAn introduction to bootstrap
An introduction to bootstrapMind IT Systems
 
Enable seo friendly url in websphere portal
Enable seo friendly url in websphere portalEnable seo friendly url in websphere portal
Enable seo friendly url in websphere portalmichele buccarello
 
Oracle portal 10g release 2 technical overview an oracle white paper august 2005
Oracle portal 10g release 2 technical overview an oracle white paper august 2005Oracle portal 10g release 2 technical overview an oracle white paper august 2005
Oracle portal 10g release 2 technical overview an oracle white paper august 2005FITSFSd
 
Getting started with SharePoint MasterPage Customization (Volume 2)
Getting started with SharePoint MasterPage Customization (Volume 2)Getting started with SharePoint MasterPage Customization (Volume 2)
Getting started with SharePoint MasterPage Customization (Volume 2)Velocity Software
 
Advanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site AdministrationAdvanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site AdministrationLearning SharePoint
 
Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Boundify
 
Website Development Guidelines
Website Development GuidelinesWebsite Development Guidelines
Website Development GuidelinesAmit Kute
 
Website analysis report
Website analysis reportWebsite analysis report
Website analysis reportvimlesh88
 
Getting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChiGetting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChiDrew Madelung
 
Lect-4-Responsive-Web-06032024-082044am.pptx
Lect-4-Responsive-Web-06032024-082044am.pptxLect-4-Responsive-Web-06032024-082044am.pptx
Lect-4-Responsive-Web-06032024-082044am.pptxzainm7032
 
Search engine optimization (seo) from Endeca & ATG
Search engine optimization (seo) from Endeca & ATGSearch engine optimization (seo) from Endeca & ATG
Search engine optimization (seo) from Endeca & ATGVignesh sitaraman
 
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPressWordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPressDan Taylor
 
Technical seo tips for web developers
Technical seo tips for web developersTechnical seo tips for web developers
Technical seo tips for web developersSingsys Pte Ltd
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOJason Millward
 
Seo Sample Site Analysis Doc
Seo Sample Site Analysis DocSeo Sample Site Analysis Doc
Seo Sample Site Analysis DocAnuradha
 
Pubcon Las Vegsas 2017: Common Technical SEO Issues
Pubcon Las Vegsas 2017: Common Technical SEO Issues Pubcon Las Vegsas 2017: Common Technical SEO Issues
Pubcon Las Vegsas 2017: Common Technical SEO Issues adlift
 
How to-build-a-social-media-sharing-site-in-share point-2013
How to-build-a-social-media-sharing-site-in-share point-2013How to-build-a-social-media-sharing-site-in-share point-2013
How to-build-a-social-media-sharing-site-in-share point-2013David J Rosenthal
 

Similar to Style guide for share point 2013 branding (20)

Share point 2010 portal setup
Share point 2010 portal setupShare point 2010 portal setup
Share point 2010 portal setup
 
UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007
UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007
UX01 Customization Tour Of SharePoint - APAC Conference Sydney - 2007
 
SharePoint Site templates, site definitions, feature stapling
SharePoint Site templates, site definitions, feature staplingSharePoint Site templates, site definitions, feature stapling
SharePoint Site templates, site definitions, feature stapling
 
An introduction to bootstrap
An introduction to bootstrapAn introduction to bootstrap
An introduction to bootstrap
 
Enable seo friendly url in websphere portal
Enable seo friendly url in websphere portalEnable seo friendly url in websphere portal
Enable seo friendly url in websphere portal
 
Oracle portal 10g release 2 technical overview an oracle white paper august 2005
Oracle portal 10g release 2 technical overview an oracle white paper august 2005Oracle portal 10g release 2 technical overview an oracle white paper august 2005
Oracle portal 10g release 2 technical overview an oracle white paper august 2005
 
Getting started with SharePoint MasterPage Customization (Volume 2)
Getting started with SharePoint MasterPage Customization (Volume 2)Getting started with SharePoint MasterPage Customization (Volume 2)
Getting started with SharePoint MasterPage Customization (Volume 2)
 
Advanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site AdministrationAdvanced SharePoint 2013 Site Administration
Advanced SharePoint 2013 Site Administration
 
Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More Website Optimization How to Increase Page Performance and More
Website Optimization How to Increase Page Performance and More
 
Website Development Guidelines
Website Development GuidelinesWebsite Development Guidelines
Website Development Guidelines
 
Website analysis report
Website analysis reportWebsite analysis report
Website analysis report
 
Getting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChiGetting Started with Site Designs and Site Scripts - SPSChi
Getting Started with Site Designs and Site Scripts - SPSChi
 
Lect-4-Responsive-Web-06032024-082044am.pptx
Lect-4-Responsive-Web-06032024-082044am.pptxLect-4-Responsive-Web-06032024-082044am.pptx
Lect-4-Responsive-Web-06032024-082044am.pptx
 
Search engine optimization (seo) from Endeca & ATG
Search engine optimization (seo) from Endeca & ATGSearch engine optimization (seo) from Endeca & ATG
Search engine optimization (seo) from Endeca & ATG
 
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPressWordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
WordPress North East (Jan 2021) ~ SEO Fundamentals For WordPress
 
Technical seo tips for web developers
Technical seo tips for web developersTechnical seo tips for web developers
Technical seo tips for web developers
 
The Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEOThe Ultimate Guide to Magento SEO
The Ultimate Guide to Magento SEO
 
Seo Sample Site Analysis Doc
Seo Sample Site Analysis DocSeo Sample Site Analysis Doc
Seo Sample Site Analysis Doc
 
Pubcon Las Vegsas 2017: Common Technical SEO Issues
Pubcon Las Vegsas 2017: Common Technical SEO Issues Pubcon Las Vegsas 2017: Common Technical SEO Issues
Pubcon Las Vegsas 2017: Common Technical SEO Issues
 
How to-build-a-social-media-sharing-site-in-share point-2013
How to-build-a-social-media-sharing-site-in-share point-2013How to-build-a-social-media-sharing-site-in-share point-2013
How to-build-a-social-media-sharing-site-in-share point-2013
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Style guide for share point 2013 branding

  • 1. Branding SharePoint web application portals and sites. Easy and stable version for SharePoint designer and developers Style Guide for SharePoint 2013 Branding Vinod Dangudubiyyapu
  • 2. Style Guide for SharePoint Branding Page 1 Style Guide for SharePoint 2013 Branding About.................................................................................................................................................................................2 Who’s for...........................................................................................................................................................................2 Versions.............................................................................................................................................................................2 Author ...............................................................................................................................................................................2 SharePoint Portal Setup....................................................................................................................................................3 Customization of Master Page..........................................................................................................................................3 About 2013 Master Page ..............................................................................................................................................3 Ribbon Bar.....................................................................................................................................................................3 Breadcrumb ..................................................................................................................................................................3 Top Navigation..............................................................................................................................................................4 Styling Top Navigation ..................................................................................................................................................4 Top Header Styling........................................................................................................................................................4 Search Control Styling...................................................................................................................................................5 Styling Left-side Navigation ..........................................................................................................................................5 Adding Footer in Master Page ......................................................................................................................................5 Fixed width Master Page...............................................................................................................................................5 Height :100%.................................................................................................................................................................6 Sticky Footer .................................................................................................................................................................6 Site Action and Welcome User Control: .......................................................................................................................6 Bootstrap for SharePoint 2013 .......................................................................................... Error! Bookmark not defined. Custom page Layout .......................................................................................................... Error! Bookmark not defined. Login as another User ...................................................................................................................................................7 Edit Mode......................................................................................................................................................................7 Design Manger..............................................................................................................................................................7 Resource............................................................................................................................................................................8
  • 3. Style Guide for SharePoint Branding Page 2 About As this guide line focus on SharePoint Portal Branding means the Look and Feel of a Web Application for Internet and Intranet facing site. This guide gives brief understanding and provides with screen shot reference for easy and captivates guidelines. The resource used in this documents preparation are referred from Google and self-learned implementations are consolidated for easy and understandable version Who’s for This guide give brief understanding in perspective of User Interface Designer and Developer as this guide also helps for the SharePoint or MOSS developers. Versions Author Author VINOD DANGUDUBIYYAPU Guide Version 3.0 Modified On 11 July 2016
  • 4. Style Guide for SharePoint Branding Page 3 SharePoint Portal Setup Create Web Application, Create Site Collection and Activate Publishing feature in Site Settings to enable below options Master Page and Page layouts (Web Designer Galleries), and Master page (Look and Feel) Customization of Master Page About Master Page Site Master Page: “seattle.master” System Master Page: “seattle.master” 1. SharePoint Site user “seattle.master” Master Page for entire site. 2. Download master page from Site Settings > Web design gallery > Master page and Page Layout > seattle.master 3. Rename “seattle.master” to Project defined name 4. To apply Custom master page Change in “Site master page”. Note: changing the custom master page in Site master page won’t affect entire SharePoint site. Applicable only at /Pages/ folder pages 5. Ribbon Bar SharePoint 2013 has two Ribbon bars 1. suite Bar 2. s4-ribbonrow Suite Bar is new in SharePoint 2013 which is having a Site settings Control, Welcome User Control, and Office 365 Controls like: SkyDrive, Newsfeed, Sites, Yammer etc., Ribbon is as same as 2010 with additional ease access links to Edit, Full screen, Share, Sync. Breadcrumb SharePoint 2013 Title Section can be used as Breadcrumb.
  • 5. Style Guide for SharePoint Branding Page 4 Top Navigation As in SharePoint 2010 we have Top Navigation and same is replaced with A Link tag control in SharePoint 2013 where we can create links and redirect to the site pages. Styling Top Navigation CSS: .ms-core-listMenu-horizontalBox{ background:transparent url("/SiteAssets/images/TopLCurv.png") no-repeat 0% 0%;} .ms-core-listMenu-horizontalBox ul{ padding:0 90px; background:transparent url("/SiteAssets/images/TopRCurv.png") no-repeat 100% 0%; } .ms-core-listMenu-horizontalBox ul ul{ background:none; padding:0; } .ms-core-listMenu-horizontalBox ul li{ background:transparent url("/SiteAssets/images/TopNavBg.jpg") repeat-x 0% 0%; line-height:44px; border-left:1px solid #5c5c5c; /*border-left:1px solid #434343; */ text-align:center; } .ms-core-listMenu-horizontalBox ul li a:hover, .ms-core- listMenu-horizontalBox > .ms-core-listMenu-root .selected{ background:transparent url("/SiteAssets/images/TopNavBgHover.jpg") repeat-x 0% 0%; } .ms-core-listMenu-horizontalBox .ms-core-listMenu-root .ms-listMenu-editLink { padding-right:4px; } .ms-core-listMenu-horizontalBox .ms-core-listMenu-root .ms-listMenu-editLink:hover { background:transparent url("/SiteAssets/images/TopNavBgHover.jpg") repeat-x 0% 0% !important; line-height:44px; } .ms-listMenu-editLink a:hover{background:transparent none!important;} .ms-core-listMenu-horizontalBox li.static > .ms-core- listMenu-item, .ms-core-listMenu-horizontalBox > .ms- core-listMenu-root > .ms-listMenu-editLink { color:#fff; margin-left:0; } .ms-core-listMenu-horizontalBox li.static > .ms-core- listMenu-item{margin-right:0; width:60px;} .ms-navedit-editLinksText > span > .ms-metadata, .ms- core-listMenuEdit > tr > .ms-navedit-linkCell > .ms-core- listMenu-item { color:#fff; } Top Header Styling Table structure replaced with div tags and table reconstruction with CSS “titleAreaBox” inside of “s4-titlerow”. Each div has specific classes for proper alignment “ms-table”, “ms-tableRow”, “ms-tableCell” & “ms-verticalAlignTop”
  • 6. Style Guide for SharePoint Branding Page 5 1. titleAreaBox is a parent container for logo, Navigation and search control 2. siteIcon is Logo Container 3. ms-breadcrumb-box is Navigation Link control container 4. next div is for Search control and Social control Search Control Styling ms-mpSearchBox inside of “ms-srch-sb” which has “searchInputBox” style with properties and search icon was “ms-srch-sb-searchLink”. CSS: .ms-mpSearchBox{width:auto;} .ms-srch-sb{background:#fff none;} #searchInputBox{margin-top:5px;margin- bottom:0;margin-right:5px;} .ms-srch-sb-searchLink { background: url('/_layouts/15/Images/MCPS.ParentPortal.Branding/Im ages/icon_searchGlobl.png') no-repeat; width: 24px !important; height: 24px !important; padding: 0px !important; } .ms-srch-sb-searchImg { visibility: hidden; } Styling Left-side Navigation CSS: .ms-core-listMenu-verticalBox ul{ /*background:#5f7078;*/ background:#878787; color:#fff; } .ms-core-listMenu-item, .ms-core- listMenu-item:link, .ms-core-listMenu- item:visited, .ms-tv-item:link, .ms-tv- item:visited, .ms-tv-header:link, .ms-tv- header:visited{ color:#fff; } .ms-core-listMenu-verticalBox ul li {border- bottom:1px solid #fff; color:#fff; } .ms-core-listMenu-verticalBox ul li{ border-top:#FFCC00 !important; } .ms-core-listMenu-verticalBox ul li:hover, .ms-core-listMenu-verticalBox .ms-core- listMenu-item:hover{ background-color:#a50032; } Adding Footer in Master Page Add CSS class="ms-dialogHidden" to avoid visibility of Custom Controls in Popup Dialog boxes. Fixed width Master Page CSS: body #s4-bodyContainer { width:1003px; margin:0 auto; } #contentRow:after{clear:both;} /*add padding back to title table*/
  • 7. Style Guide for SharePoint Branding Page 6 .s4-title-inner{padding:0 0 0 5px;} /*background color of site*/ #s4-workspace {background: #efefef none;} Height :100% CSS: body, body #s4-bodyContainer { height: 100%; position:relative; } #footerContainer { position: absolute; bottom: 0px; height: 30px; } Sticky Footer Align Footer to bottom of the browser window when content is less on screen for this refer the CSS or jQuery remedy jQuery: function stickFooter() { var footer = $(".footer"); var pos = footer.position(); var height = $(window).height(); height = height - pos.top; height = height - footer.outerHeight(); if (height > 0) { footer.css({ 'margin-top': height + 'px' }); } } stickFooter(); $(window).resize (function () {stickFooter();}); ); _spBodyOnLoadFunctionNames.push("stickFooter "); //Execute the script after SharePoint site load Site Action and Welcome User Control: Welcome Control : SiteAction Control: CSS: .ms-siteactionsmenuinner, .ms-welcomeMenu { background:transparent url(“") repeat-x left top!important; border:0px!important; } div.edbg{ background:transparent url("") repeat-x left top!important; padding:6px 0px; } .ms-welcomeMenu { margin:0px!important; } .ms-siteactionsmenuhover, .ms-SpLinkButtonActive.ms- welcomeMenu { background:transparent url("") repeat-x left top!important;font-weight:bold; border:0px!important; } .ms-siteactionsmenu > SPAN > A, .ms-cui-tt-span, .ms- welcomeMenu A: link { COLOR: #000!important;} .ms-welcomeMenu{ padding:6px 6px!important; } .ms-siteactionsmenuinner, .ms-siteactionsmenuhover{ padding:3px 6px!important; }
  • 8. Style Guide for SharePoint Branding Page 7 Login as another User If credentials won’t be given to the Site Collection it will ask to login as Another User. In SharePoint 2013 this feature is missing so for this fix below link will fix the problem for the time been http://spsite2013:2013/_layouts/15/closeConnection.aspx?loginasanotheruser=true&source= Edit Mode Add this code at end of the URL address if Edit mode is not working. ?ControlMode=Edit&DisplayMode=Design Design Manger http://www.sharepointempower.com/Blog/Post/3/SharePoint-2013-branding-step-by-step https://samlman.wordpress.com/2015/03/01/using-dreamweaver-and-design-manager-with-sharepoint-2013/ http://chrisstahl.wordpress.com/2013/07/20/design-manager-in-sharepoint-2013-parti/ http://sharepointbrian.com/2012/07/intro-to-sharepoint-2013-design-manager/
  • 9. Style Guide for SharePoint Branding Page 8 Resource SharePoint 2013: Requirement  http://sharepoint.microsoft.com/en-us/preview/sharepoint-requirements.aspx Download 1. http://technet.microsoft.com/en-us/evalcenter/hh973397.aspx?wt.mc_id=TEC_121_1_33 2. http://technet.microsoft.com/en-us/library/cc303422.aspx 3. http://technet.microsoft.com/en-us/library/cc262749(v=office.15) Installation on WS2008R2  http://www.shailwx.com/2012/07/sharepoint-2013-installation-on-windows-server-2008-r2/ Installation on WS2012  http://virtualizesharepoint.com/2012/07/23/install-sharepoint-2013-in-virtual-machine/ VM Setup  http://www.shailwx.com/2012/07/sharepoint-2013-development-image-part-1-creating-a-virtual-machine/ Ready VM  http://gauravmahajan.net/2012/07/22/sharepoint-2013-virtual-machine/ SP 2013 Resource 1. http://tomvangaever.be/blogv2/2012/08/how-do-i-create-tiles-in-sharepoint-2013/ 2. http://www.howtosp.com/blog/2012/10/14/sharepoint-2013-create-a-metro-live-tile-programmatically/ 3. http://msscorner.de/en/2013/01/14/erstellen-einer-modern-ui-tile-app-fur-sharepoint-2013/ 4. http://blogs.microsoft.co.il/blogs/choroshin/archive/2012/08/11/sharepoint-2013-create-a-metro-live-tile-using- metrojs-jsrender-and-the-new-rest-api.aspx http://yuriburger.net/2013/03/24/deploying-and-activating-sharepoint-2013-themes-using-visual-studio/ http://farhanfaiz.wordpress.com/2011/05/23/powershell-script-change-site-theme/ http://www.c-sharpcorner.com/blogs/4844/change-the-sharepoint-site-theme-using-powershell.aspx Please rate the document and like if it helps you.