html {
font-family: "Roboto";
}
body {
color: rgba(0, 0, 0, 0.87);
font-size: 16px;
font-weight: 400;
margin: 0;
padding: 0;
}
.container {
padding-top: 64px;
min-width: 960px;
}
header {
background: #2196F3;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
height: 64px;
position: fixed;
top: 0;
width: 100%;
text-align: right;
}
h1 {
color: rgba(0, 0, 0, 0.54);
font-size: 34px;
font-weight: 400;
}
h2 {
font-size: 24px;
font-weight: 400;
}
h3 {
font-size: 16px;
font-weight: 500;
}
.wrap {
width: 960px;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
header a {
color: white;
line-height: 64px;
text-decoration: none;
}
.nav-home {
float: left;
font-size: 24px;
letter-spacing: 2px;
}
.nav-github {
font-size: 32px;
}
.content {
padding-top: 20px;
}
.nav-docs {
float: left;
width: 21.875%;
}
.nav-docs-section {
border-top: 1px solid rgba(0, 0, 0, 0.12);
padding: 12px 0;
}
.nav-docs-section:first-child {
padding-top: 0;
border-top: 0;
}
.nav-docs ul {
list-style: none;
padding: 0;
}
.nav-docs ul a {
color: rgba(0, 0, 0, 0.87);
font-size: 14px;
line-height: 24px;
text-decoration: none;
}
.nav-docs ul a:hover {
color: #FF4081;
}
.nav-docs ul ul {
padding-left: 20px;
}
.inner-content {
float: right;
line-height: 24px;
width: 67.7083%;
}