2018-12-18 21:02:11 +08:00
< ! DOCTYPE html >
< html lang = " en " >
< head >
< meta charset = " UTF-8 " >
2018-12-19 15:11:15 +08:00
< title > CS - Notes < / title >
2018-12-18 21:02:11 +08:00
< meta http - equiv = " X-UA-Compatible " content = " IE=edge,chrome=1 " / >
< meta name = " description " content = " Description " >
2019-04-20 23:51:04 +08:00
< meta name = " viewport " content = " width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=2.0, minimum-scale=1.0 " >
2019-03-09 22:44:29 +08:00
< link rel = " icon " href = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/LogoMakr_1J56bI.png " >
2019-03-08 16:50:01 +08:00
< link rel = " stylesheet " href = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/vue.css " >
2019-03-15 17:10:36 +08:00
< ! - - 将自定义样式放在 Github 上会导致加载速度变得非常慢 , 所以采取直接内嵌的方式 - - >
2019-03-08 09:34:55 +08:00
< style type = " text/css " >
2019-03-15 17:10:36 +08:00
/* 隐藏头部的目录 */
2019-03-08 09:42:05 +08:00
# main > ul : nth - child ( 1 ) {
display : none ;
}
# main > ul : nth - child ( 2 ) {
display : none ;
}
2019-04-23 15:32:59 +08:00
h1 + ul {
2019-04-21 10:31:40 +08:00
display : block ! important ;
}
2019-03-08 09:42:05 +08:00
. markdown - section h1 {
margin : 3rem 0 2rem 0 ;
}
. markdown - section h2 {
margin : 2rem 0 1rem ;
}
2019-03-09 22:44:29 +08:00
img ,
pre {
border - radius : 8px ;
}
2019-03-08 09:42:05 +08:00
. content ,
. sidebar ,
. markdown - section ,
body ,
2019-03-09 22:44:29 +08:00
. search input {
2019-03-08 09:42:05 +08:00
background - color : rgba ( 243 , 242 , 238 , 1 ) ! important ;
}
2019-03-11 09:17:16 +08:00
@media ( min - width : 600px ) {
. sidebar - toggle {
background - color : # f3f2ee ;
}
}
2019-03-09 22:44:29 +08:00
2019-03-09 23:00:40 +08:00
. docsify - copy - code - button {
2019-03-09 23:06:04 +08:00
background : # f8f8f8 ! important ;
color : # 7a7a7a ! important ;
2019-03-09 23:00:40 +08:00
}
2019-03-08 09:42:05 +08:00
body {
/*font-family: Microsoft YaHei, Source Sans Pro, Helvetica Neue, Arial, sans-serif !important;*/
}
. markdown - section > p {
font - size : 16px ! important ;
}
. markdown - section pre > code {
font - family : Consolas , Roboto Mono , Monaco , courier , monospace ! important ;
}
2019-04-23 15:32:59 +08:00
@media ( min - width : 600px ) {
. markdown - section pre > code {
font - size : . 9rem ! important ;
}
}
@media ( max - width : 600px ) {
. markdown - section pre > code {
padding - top : 5px ;
padding - bottom : 5px ;
}
pre : after {
content : " " ! important ;
}
}
2019-03-08 09:42:05 +08:00
/ * . anchor span {
color : rgb ( 66 , 185 , 131 ) ;
2019-04-20 17:39:24 +08:00
} * /
2019-03-08 09:42:05 +08:00
section . cover h1 {
margin : 0 ;
}
body > section > div . cover - main > ul > li > a {
color : # 42b983 ;
}
2019-04-24 00:06:38 +08:00
. markdown - section > div > img ,
. markdown - section pre {
2019-04-23 23:24:14 +08:00
box - shadow : 2px 2px 20px 6px # ddd ! important ;
2019-03-08 09:42:05 +08:00
}
pre {
background - color : # f3f2ee ! important ;
}
@media ( min - width : 600px ) {
pre code {
/*box-shadow: 2px 1px 20px 2px #aaa;*/
/*border-radius: 10px !important;*/
padding - left : 20px ! important ;
}
}
@media ( max - width : 600px ) {
pre {
2019-04-20 17:39:24 +08:00
padding - left : 0px ! important ;
padding - right : 0px ! important ;
2019-03-08 09:42:05 +08:00
}
2019-04-24 23:28:43 +08:00
. docsify - copy - code - button {
display : none ;
}
2019-03-08 09:42:05 +08:00
}
. markdown - section pre {
padding - left : 0 ! important ;
padding - right : 0px ! important ;
}
< / style >
< style type = " text/css " >
2019-03-08 09:34:55 +08:00
/ * *
* prism . js Coy theme for JavaScript , CoffeeScript , CSS and HTML
* Based on https : //github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
* @author Tim Shedor
* /
code [ class * = " language - " ],
pre [ class * = " language - " ] {
color : black ;
background : none ;
font - family : Consolas , Monaco , ' Andale Mono ' , ' Ubuntu Mono ' , monospace ;
text - align : left ;
white - space : pre ;
word - spacing : normal ;
word - break : normal ;
word - wrap : normal ;
line - height : 1 . 5 ;
- moz - tab - size : 4 ;
- o - tab - size : 4 ;
tab - size : 4 ;
- webkit - hyphens : none ;
- moz - hyphens : none ;
- ms - hyphens : none ;
hyphens : none ;
}
/* Code blocks */
pre [ class * = " language - " ] {
position : relative ;
margin : . 5em 0 ;
overflow : visible ;
padding : 0 ;
}
pre [ class * = " language - " ]>code {
position : relative ;
border - left : 10px solid # 358ccb ;
box - shadow : - 1px 0px 0px 0px # 358ccb , 0px 0px 0px 1px # dfdfdf ;
background - color : # fdfdfd ;
background - image : linear - gradient ( transparent 50 % , rgba ( 69 , 142 , 209 , 0 . 04 ) 50 % ) ;
background - size : 3em 3em ;
background - origin : content - box ;
background - attachment : local ;
}
code [ class * = " language " ] {
max - height : inherit ;
height : inherit ;
padding : 0 1em ;
display : block ;
overflow : auto ;
}
/* Margin bottom to accommodate shadow */
: not ( pre ) > code [ class * = " language - " ],
pre [ class * = " language - " ] {
background - color : # fdfdfd ;
- webkit - box - sizing : border - box ;
- moz - box - sizing : border - box ;
box - sizing : border - box ;
margin - bottom : 1em ;
}
/* Inline code */
: not ( pre ) > code [ class * = " language - " ] {
position : relative ;
padding : . 2em ;
border - radius : 0 . 3em ;
color : # c92c2c ;
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 1 ) ;
display : inline ;
white - space : normal ;
}
pre [ class * = " language - " ]:before,
pre [ class * = " language - " ]:after {
content : ' ' ;
z - index : - 2 ;
display : block ;
position : absolute ;
bottom : 0 . 75em ;
left : 0 . 18em ;
width : 40 % ;
height : 20 % ;
max - height : 13em ;
box - shadow : 0px 13px 8px # 979797 ;
- webkit - transform : rotate ( - 2deg ) ;
- moz - transform : rotate ( - 2deg ) ;
- ms - transform : rotate ( - 2deg ) ;
- o - transform : rotate ( - 2deg ) ;
transform : rotate ( - 2deg ) ;
}
: not ( pre ) > code [ class * = " language - " ]:after,
pre [ class * = " language - " ]:after {
right : 0 . 75em ;
left : auto ;
- webkit - transform : rotate ( 2deg ) ;
- moz - transform : rotate ( 2deg ) ;
- ms - transform : rotate ( 2deg ) ;
- o - transform : rotate ( 2deg ) ;
transform : rotate ( 2deg ) ;
}
2019-04-24 23:26:26 +08:00
/*黑色*/
. token . function ,
. token . operator ,
. token . class - name {
color : # 2C3E50 ;
2019-03-08 09:34:55 +08:00
}
2019-04-24 23:26:26 +08:00
/*深蓝加粗*/
. token . keyword {
color : # 124363 ;
font - weight : bold ;
2019-03-08 09:34:55 +08:00
}
2019-04-24 23:26:26 +08:00
/*浅蓝*/
2019-03-08 09:34:55 +08:00
. token . property ,
. token . tag ,
. token . boolean ,
. token . number ,
. token . function - name ,
. token . constant ,
. token . symbol ,
. token . deleted {
2019-04-24 23:26:26 +08:00
color : # 2980B9 ;
2019-03-08 09:34:55 +08:00
}
2019-04-24 23:26:26 +08:00
. token . comment ,
. token . block - comment ,
. token . prolog ,
. token . doctype ,
. token . cdata {
color : # 7D8B99 ;
}
. token . punctuation {
color : # 5F6364 ;
}
2019-03-08 09:34:55 +08:00
. token . selector ,
. token . attr - name ,
. token . string ,
. token . char ,
. token . builtin ,
. token . inserted {
2019-04-24 23:26:26 +08:00
color : # 1ABC9C ;
font - weight : bold ;
2019-03-08 09:34:55 +08:00
}
. token . entity ,
. token . url ,
. token . variable {
color : # a67f59 ;
2019-04-20 23:54:29 +08:00
/*background: rgba(255, 255, 255, 0.5);*/
2019-03-08 09:34:55 +08:00
}
. token . atrule ,
2019-04-24 23:26:26 +08:00
. token . attr - value {
2019-03-08 09:34:55 +08:00
color : # 1990b8 ;
}
. token . regex ,
. token . important {
color : # e90 ;
}
. language - css . token . string ,
. style . token . string {
color : # a67f59 ;
background : rgba ( 255 , 255 , 255 , 0 . 5 ) ;
}
. token . important {
font - weight : normal ;
}
. token . bold {
font - weight : bold ;
}
. token . italic {
font - style : italic ;
}
. token . entity {
cursor : help ;
}
. namespace {
opacity : . 7 ;
}
@media screen and ( max - width : 767px ) {
pre [ class * = " language - " ]:before,
pre [ class * = " language - " ]:after {
bottom : 14px ;
box - shadow : none ;
}
}
/* Plugin styles */
. token . tab : not ( : empty ) : before ,
. token . cr : before ,
. token . lf : before {
color : # e0d7d1 ;
}
/* Plugin styles: Line Numbers */
pre [ class * = " language - " ].line-numbers.line-numbers {
padding - left : 0 ;
}
pre [ class * = " language - " ].line-numbers.line-numbers code {
padding - left : 3 . 8em ;
}
pre [ class * = " language - " ].line-numbers.line-numbers .line-numbers-rows {
left : 0 ;
}
/* Plugin styles: Line Highlight */
pre [ class * = " language - " ][data-line] {
padding - top : 0 ;
padding - bottom : 0 ;
padding - left : 0 ;
}
pre [ data - line ] code {
position : relative ;
padding - left : 4em ;
}
pre . line - highlight {
margin - top : 0 ;
}
< / style >
2018-12-18 21:02:11 +08:00
< / head >
< body >
< div id = " app " > < / div >
< script >
window . $docsify = {
2018-12-19 14:46:17 +08:00
maxAge : 100 ,
2018-12-18 21:02:11 +08:00
name : ' CS - Notes ' ,
2018-12-19 10:07:44 +08:00
repo : ' https : //github.com/CyC2018/CS-Notes',
2018-12-19 11:22:35 +08:00
search : {
2018-12-19 14:46:17 +08:00
paths : ' auto ' ,
2018-12-19 11:22:35 +08:00
placeholder : ' 🔍 Type to search ' ,
noData : ' 😞 No Results ! ' ,
2018-12-19 14:46:17 +08:00
depth : 6
} ,
// subMaxLevel: 2,
coverpage : true
2018-12-19 12:09:18 +08:00
}
2018-12-18 21:02:11 +08:00
< / script >
2019-03-08 16:58:10 +08:00
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify.min.js " > < / script >
2018-12-19 14:57:17 +08:00
< script src = " https://cdn.bootcss.com/docsify/4.5.9/plugins/search.min.js " > < / script >
2019-03-08 16:58:10 +08:00
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/docsify-copy-code.min.js " > < / script >
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-java.min.js " > < / script >
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-c.min.js " > < / script >
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-bash.min.js " > < / script >
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/prism-sql.min.js " > < / script >
< script src = " https://cyc-1256109796.cos.ap-guangzhou.myqcloud.com/zoom-image.min.js " > < / script >
2019-04-25 21:52:17 +08:00
< ! - - < script async src = " //busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js " > < / script > - - >
2018-12-18 21:02:11 +08:00
< / body >
2019-03-08 09:06:27 +08:00
< / html >