Sharepoint base css

Here’s a simple stylesheet that I’m going to start using as a basis for customizing all of my Sharepoint team sites.

/* Top Bar */
.ms-globalbreadcrumb
{
background-color:#7caf72;
}

/* Header */
.ms-globalTitleArea
{
background:none !important;
}

/* Navigation */
.ms-bannerContainer, .ms-pagemargin, .ms-navframe, .ms-leftareacell
{
background:none !important;
}
.ms-nav
{
background-image:none !important;
}
.ms-topnavContainer, .ms-topnavselected, .ms-topnav {
border: none;
background: none;

}

table.ms-topnavselected, table.ms-topnav {
height: 30px;
margin-left: 1px;
margin-right: 1px;
}
.ms-topnavContainer div
{
background-color:transparent !important;
}
.ms-topNavFlyOuts, .ms-topNavFlyOuts a:link
{
background-color:transparent !important;
}
/* Body */
body {
text-align: center;
margin: 0px [...]

Filed under:sharepoint

Windows 7/Server 2008 R2 Boot to VHD

Found this great tutorial on creating bootable, sysprep’d VHD’s on the fly here.
I plan on trying this out later this week and posting my findings.

Filed under:general