-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit e77f3a0
Showing
192 changed files
with
16,470 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
www.damonc.top |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
www.damonc.top |
605 changes: 605 additions & 0 deletions
605
docs/_drafts/2018-01-26-Flat_Wireframe_Shading/index.html
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--- layout: demo title: 工具 permalink: /demo/ icon: play type: page --- <div class=grid></div><script src="{{ "" charset=utf-8 js masonry.pkgd.min.js prepend: site.baseurl | }}"></script><script src="{{ "" charset=utf-8 imagesloaded.min.js js prepend: site.baseurl | }}"></script> {% include comments.html %} |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
/* Logo title */ | ||
.md-header__topic:first-child { | ||
font-weight: initial !important; | ||
} | ||
|
||
/* Code font size in <details> */ | ||
details .linenos, details code { | ||
font-size: inherit !important; | ||
} | ||
|
||
/* Code block / tab in details */ | ||
details > summary + .highlight:last-child, details > summary + .tabbed-set:last-child { margin: 0 -0.6rem !important; } | ||
details > summary + .highlight:last-child > .highlighttable { margin: 0 !important; } | ||
|
||
/* Table full width */ | ||
.md-typeset__table { display: block !important; } | ||
.md-typeset table:not(.highlighttable) { display: table !important; } | ||
|
||
.md-typeset table:not([class]) th { | ||
min-width: 0rem; | ||
} | ||
|
||
.headerlink { transform: translateY(-2.5px); } | ||
|
||
.md-nav__link[for=__toc] .md-icon { margin-left: auto !important; } | ||
|
||
blockquote.page-time { | ||
margin: 20px 0 !important; | ||
border-left-color: #64b5f6 !important; /* Just change the color value and that's it*/ | ||
} | ||
blockquote.page-copyright { | ||
margin: 20px 0 !important; | ||
border-left-color: #ff1700 !important; /* Just change the color value and that's it*/ | ||
} | ||
blockquote.page-copyright i.md-icon { | ||
display: inline-block; | ||
margin-right: 5px; | ||
transform: translateY(3.5px); | ||
width: 18px; | ||
} | ||
|
||
#myBtn { | ||
display: none; | ||
position: fixed; | ||
bottom: 100px; | ||
right: 16px; | ||
z-index: 99; | ||
border: none; | ||
outline: none; | ||
color: #8590a6; | ||
cursor: pointer; | ||
padding: .7rem; | ||
border-radius: .4rem; | ||
} | ||
|
||
#myBtn:hover { | ||
background-color: #d3d3d3; | ||
} | ||
|
||
#color-button > button { | ||
cursor: pointer; | ||
transition: opacity .25s; | ||
display: inline-block; | ||
width: 6.5rem; | ||
margin-bottom: 0.2rem; | ||
padding: 1.2rem 0.4rem 0.2rem; | ||
font-size: 0.64rem; | ||
text-align: left; | ||
} | ||
|
||
#color-button > button[data-md-color-primary] { | ||
background-color: var(--md-primary-fg-color); | ||
color: var(--md-primary-bg-color); | ||
} | ||
#color-button > button[data-md-color-primary=white] { | ||
box-shadow: inset 0 0 0.05rem rgb(0 0 0 / 54%); | ||
} | ||
|
||
#color-button > button[data-md-color-accent] { | ||
background-color: var(--md-accent-fg-color); | ||
color: var(--md-code-bg-color); | ||
} | ||
|
||
mjx-container > img { | ||
width: 0; | ||
height: 0; | ||
} | ||
|
||
[data-md-color-scheme="slate"] { | ||
--md-primary-fg-color: #2e303e; | ||
--md-accent-fg-color: #00bda4; | ||
--md-typeset-a-color: #526cfe; | ||
} | ||
|
||
[data-md-color-scheme="slate"] .md-typeset img { | ||
background: white; | ||
filter: brightness(0.9); | ||
} | ||
|
||
[data-md-color-scheme="slate"] .md-typeset img[src$=".svg"] { | ||
border: 4px solid white; | ||
} | ||
|
||
/* img居中 */ | ||
img { | ||
border-style: none; | ||
margin: auto; | ||
} | ||
|
||
/* 进度条 */ | ||
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)} | ||
.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease} | ||
.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px} | ||
.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite} | ||
.progress-bar-success{background-color:#47cf9b} | ||
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} | ||
.progress-bar-info{background-color:#5bc0de} | ||
.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} | ||
.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} | ||
.progress-bar-danger{background-color:#d9534f} | ||
.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)} | ||
|
Oops, something went wrong.