auto commit
This commit is contained in:
parent
d3cdc91c6e
commit
c235005ff8
|
@ -10,10 +10,93 @@
|
||||||
<link rel="icon" href="_media/logomakr-3sxxzw-128x128.png">
|
<link rel="icon" href="_media/logomakr-3sxxzw-128x128.png">
|
||||||
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
|
||||||
<!-- <link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css"> -->
|
<!-- <link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css"> -->
|
||||||
<link rel="stylesheet" href="_style/style.css">
|
<!-- <link rel="stylesheet" href="_style/style.css"> -->
|
||||||
<!--solarizedlight tomorrow coy-->
|
<!--solarizedlight tomorrow coy-->
|
||||||
<!-- <link rel="stylesheet" href="_style/prism-master/themes/prism-coy.css"> -->
|
<!-- <link rel="stylesheet" href="_style/prism-master/themes/prism-coy.css"> -->
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
|
/*隐藏头部的目录*/
|
||||||
|
#main>ul:nth-child(1) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main>ul:nth-child(2) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section h1 {
|
||||||
|
margin: 3rem 0 2rem 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section h2 {
|
||||||
|
margin: 2rem 0 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content,
|
||||||
|
.sidebar,
|
||||||
|
.markdown-section,
|
||||||
|
body,
|
||||||
|
.search input,
|
||||||
|
.sidebar-toggle {
|
||||||
|
background-color: rgba(243, 242, 238, 1) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
font-size: .9rem !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
/*.anchor span {
|
||||||
|
color: rgb(66, 185, 131);
|
||||||
|
}*/
|
||||||
|
|
||||||
|
section.cover h1 {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
body>section>div.cover-main>ul>li>a {
|
||||||
|
color: #42b983;
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section img {
|
||||||
|
box-shadow: 7px 9px 10px #aaa !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
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 {
|
||||||
|
padding-left: 0px !important;
|
||||||
|
padding-right: 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.markdown-section pre {
|
||||||
|
padding-left: 0 !important;
|
||||||
|
padding-right: 0px !important;
|
||||||
|
box-shadow: 2px 1px 20px 2px #aaa;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<style type="text/css">
|
||||||
/**
|
/**
|
||||||
* prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
|
* 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);
|
* 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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user