Skip to content

Commit

Permalink
Update the Doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
picturepan2 committed Nov 25, 2018
1 parent b754190 commit 2d423e4
Show file tree
Hide file tree
Showing 6 changed files with 3,843 additions and 28 deletions.
150 changes: 150 additions & 0 deletions css/demo.css
@@ -0,0 +1,150 @@
/*! Fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
.version::after {
content: "0.1.1";
}

/* Core style */
.section-hero {
padding: 1.5rem .5rem;
}

.section-ad {
padding: 1rem 0;
text-align: center;
}

.section-icons .container {
padding-bottom: 3rem;
padding-top: 2rem;
}

.section-icons .column {
padding: 1rem;
}

.section-icons .card {
border: 0;
}

.section-icons .card-image {
-webkit-box-shadow: 0 .3rem 2rem rgba(51, 51, 51, .15);
-moz-box-shadow: 0 .3rem 2rem rgba(51, 51, 51, .15);
box-shadow: 0 .3rem 2rem rgba(51, 51, 51, .15);
}

.section-icons .card-image img {
-webkit-border-radius: .2rem;
-moz-border-radius: .2rem;
border-radius: .2rem;
}

.section-icons .c-select-all {
-webkit-user-select: all;
-moz-user-select: all;
-ms-user-select: all;
user-select: all;
}

.section-footer {
color: #bcc3ce;
padding: 1.8rem .75rem 1rem .75rem;
position: relative;
}

.section-footer p {
line-height: 1;
}

.section-footer a {
color: #66758c;
}

.grid-hero {
letter-spacing: -.021em;
padding-bottom: 2rem;
padding-top: 3rem;
position: relative;
}

.grid-hero h1 {
color: #303742;
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 1rem;
}

.grid-hero h2 {
color: #3b4351;
font-size: .9rem;
font-weight: 400;
margin-bottom: 1.5rem;
}

.docs-ad {
background: #f7f8f9;
-webkit-border-radius: .2rem;
-moz-border-radius: .2rem;
border-radius: .2rem;
display: block;
margin: 2rem 0;
padding: .5rem;
position: relative;
}

.docs-ad ins {
line-height: 1;
vertical-align: middle;
}

.docs-ad .carbon-wrap .carbon-img {
display: block;
}

.docs-ad .carbon-wrap .carbon-text {
color: #66758c;
display: block;
font-size: .6rem;
}

.docs-ad .carbon-poweredby {
color: #bcc3ce;
font-size: .6rem;
}

@media (min-width: 1366px) {
.docs-ad.docs-ad-sidebar {
bottom: 1rem;
margin: 0;
position: fixed;
right: 1rem;
width: 7.3rem;
z-index: 99;
}
}

.code .hljs-tag {
color: #455060;
}

.code .hljs-comment {
color: #bcc3ce;
}

.code .hljs-title,
.code .hljs-class,
.code .hljs-string {
color: #5755d9;
}

.code .hljs-name,
.code .hljs-attribute,
.code .hljs-variable,
.code .hljs-keyword,
.code .hljs-built_in {
color: #d73e48;
}

.code .hljs-value,
.code .hljs-hexcolor {
color: #455060;
}
2 changes: 1 addition & 1 deletion css/demo.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d423e4

Please sign in to comment.