@microsoft/sp-webpart-base
Version:
SharePoint Framework support for building web parts
136 lines (119 loc) • 2.66 kB
CSS
/**
* @file CSWPClassicPageDemo.less
* @Copyright (c) Microsoft Corporation. All rights reserved.
*/
body {
font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;
height: 100%;
margin: 0px;
-webkit-font-smoothing: antialiased;
background-color: #999999;
}
.suite-nav {
background-color: #000000;
border-spacing: 0px;
display: table;
font-size: 0px;
height: 50px;
line-height: normal;
white-space: nowrap;
width: 100%;
}
.suite-nav .topnav-left {
background-image: url(images/nav-left.png);
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
position: relative;
left: -1px;
vertical-align: middle;
width: 198px;
}
.suite-nav .topnav-center {
background-image: url(images/nav-center.png);
background-repeat: no-repeat;
background-position: center;
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
text-align: center;
vertical-align: middle;
white-space: nowrap;
}
.suite-nav .topnav-right {
background-image: url(images/nav-right.png);
border-spacing: 0px;
display: table-cell;
font-size: 0px;
line-height: normal;
text-align: right;
vertical-align: middle;
width: 207px;
}
.top-container {
position: absolute;
top: 50px;
left: 0px;
right: 0px;
bottom: 0px;
}
.top-container > .main-page {
background-color: #fafafa;
position: absolute;
left: 140px;
right: 140px;
margin-bottom: 140px;
}
.top-container > .main-page > .banner {
padding-left: 50px;
padding-top: 2px;
}
.top-container > .main-page > .column {
padding: 0px 20px 20px 20px;
float: left;
}
.top-container > .main-page > .column > div {
background-color: #ffffff;
width: 400px;
padding: 10px;
}
.top-container > .main-page > .column > div[data-sp-cs-webpartid] {
border: 1px solid #ccc;
border-radius: 3px;
}
.top-container > .main-page > .column > .cswp,
.top-container > .main-page > .column > .cswp-loading {
margin-bottom: 20px;
}
.top-container > .main-page > .column > .demo-title {
background-color: #fafafa;
margin-bottom: 0px;
padding-bottom: 10px;
font-style: italic;
color: #666666;
}
.top-container > .main-page > .column > .demo-notes {
background-color: #fafafa;
font-size: 10pt;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
font-style: italic;
color: #666666;
}
.top-container > .left-nav {
background-color: #999999;
position: absolute;
left: 0px;
width: 140px;
height: 100%;
}
.top-container > .right-nav {
background-color: #999999;
position: absolute;
right: 0px;
width: 140px;
height: 100%;
}