mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-26 13:05:35 +08:00
199 lines
2.9 KiB
CSS
199 lines
2.9 KiB
CSS
body {
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 85%;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 225%;
|
|
font-weight: 400;
|
|
}
|
|
|
|
h2 {
|
|
border-top: 1px solid #eee;
|
|
font-size: 185%;
|
|
font-weight: 400;
|
|
margin-top: 30px;
|
|
padding-top: 30px;
|
|
}
|
|
|
|
md-sidenav.md-locked-open[flex="20"] {
|
|
width: 20%;
|
|
}
|
|
|
|
md-sidenav.md-locked-open[flex="25"] {
|
|
width: 25%;
|
|
}
|
|
|
|
md-sidenav.md-locked-open[flex="33"] {
|
|
width: 33%;
|
|
}
|
|
|
|
md-toolbar .md-button.toolbar-btn {
|
|
border-radius: 0;
|
|
border-right: 1px solid;
|
|
margin: 2px 0;
|
|
padding: 10px 15px;
|
|
}
|
|
|
|
.back-breadcrumb {
|
|
opacity: 0.1;
|
|
padding: 5px;
|
|
margin-top: 5px;
|
|
margin-left: 5px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.back-to-top {
|
|
bottom: 10px;
|
|
display: inline-block;
|
|
opacity: 0.1;
|
|
position: absolute;
|
|
right: 25px;
|
|
z-index: 3;
|
|
}
|
|
|
|
.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.content-area {
|
|
display: block;
|
|
padding: 0 15px;
|
|
text-align: justify;
|
|
}
|
|
|
|
.content-area a {
|
|
color: #428BCA;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.content-area a:hover, a:focus {
|
|
color: #2A6496;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.footer {
|
|
font-size: 0.7em;
|
|
}
|
|
|
|
.footer span {
|
|
color: White;
|
|
color: rgba(255, 255, 255, 1.0);
|
|
}
|
|
|
|
.logo {
|
|
padding: 5px 15px;
|
|
}
|
|
|
|
.logo-container {
|
|
border-right: 1px solid Black;
|
|
}
|
|
|
|
.md-tile-left .fa {
|
|
border: 1px solid #f44336;
|
|
border-radius: 30px;
|
|
padding: 16px;
|
|
}
|
|
|
|
.md-toolbar-tools md-item {
|
|
background-color: rgba(0, 0, 0, 0.05);
|
|
border-bottom: 3px solid Transparent;
|
|
border-radius: 0;
|
|
color: White;
|
|
color: rgba(255, 255, 255, 1.0);
|
|
margin: 0;
|
|
margin-right: 1px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.md-toolbar-tools md-item.active {
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
border-bottom-color: #e53935;
|
|
}
|
|
|
|
.positioned {
|
|
position: relative;
|
|
}
|
|
|
|
.red {
|
|
color: #f44336;
|
|
}
|
|
|
|
.reverse-whiteframe-z1 {
|
|
box-shadow: 0px -2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
}
|
|
|
|
.stretched {
|
|
align-self: stretch;
|
|
}
|
|
|
|
.tight {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.toolbar-fab {
|
|
position: absolute;
|
|
right: 15px;
|
|
top: calc(100% - 28px);
|
|
}
|
|
|
|
.viewport {
|
|
bottom: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
#sidenav-search.md-locked-open {
|
|
bottom: 0;
|
|
position: absolute;
|
|
top: 64px;
|
|
transform: translate3d(-100%, 0, 0);
|
|
}
|
|
|
|
#sidenav-toc {
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#sidenav-toc.md-locked-open {
|
|
bottom: 0;
|
|
position: absolute;
|
|
top: 64px;
|
|
}
|
|
|
|
#sidenav-toc a:not(.md-primary) {
|
|
color: Black;
|
|
color: rgba(0, 0, 0, 1.0);
|
|
}
|
|
|
|
#sidenav-toc a:not(.md-primary):hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#sidenav-toc > md-content {
|
|
height: 100%;
|
|
overflow-x: hidden;
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#sidenav-toc > md-content h2 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
#sidenav-toc .md-primary {
|
|
background-color: rgb(235, 235, 235);
|
|
background-color: rgba(158, 158, 158, 0.2);
|
|
border-radius: 0;
|
|
border-style: solid;
|
|
border-width: 0 3px 0 3px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#top-anchor {
|
|
position: absolute;
|
|
top: 0;
|
|
}
|