玛氪宕·梦魔(Markdown Memo),使用Markdown的云端备忘录,百度IFE的RIA启航班的不合格的作业,才……才没有什么阴谋呢!
源gitee链接https://gitee.com/arathi/MarkdownMemo?_from=gitee_search
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
122 lines
2.3 KiB
122 lines
2.3 KiB
10 years ago
|
@charset "UTF-8";
|
||
|
|
||
|
@import "lib/variables";
|
||
10 years ago
|
@import "lib/prefixes";
|
||
10 years ago
|
|
||
|
// github-markdown.css
|
||
|
@import "github-markdown";
|
||
|
|
||
|
#{$prefix}preview-container, #{$prefix}html-preview {
|
||
10 years ago
|
text-align: left;
|
||
|
font-size: 14px;
|
||
|
line-height: 1.6;
|
||
10 years ago
|
padding: 20px;
|
||
|
|
||
|
blockquote {
|
||
10 years ago
|
color: $color;
|
||
|
border-left: 4px solid $borderColor;
|
||
10 years ago
|
padding-left: 20px;
|
||
|
margin-left: 0;
|
||
|
font-size: 14px;
|
||
|
font-style: italic;
|
||
|
}
|
||
|
|
||
|
p > code {
|
||
|
margin-left: 5px;
|
||
|
}
|
||
10 years ago
|
|
||
|
abbr {
|
||
|
background: #ffffdd;
|
||
|
}
|
||
10 years ago
|
|
||
10 years ago
|
hr {
|
||
|
height: 1px;
|
||
|
border: none;
|
||
|
border-top: 1px solid $borderColor;
|
||
|
background: none;
|
||
|
}
|
||
10 years ago
|
|
||
10 years ago
|
code {
|
||
|
border: 1px solid $borderColor;
|
||
|
background: #f6f6f6;
|
||
|
padding: 3px;
|
||
|
border-radius: 3px;
|
||
|
font-size: 13px;
|
||
|
font-family: Consolas, 'Monaco', courier, monospace;
|
||
|
}
|
||
10 years ago
|
|
||
10 years ago
|
pre {
|
||
|
border: 1px solid $borderColor;
|
||
|
background: #f6f6f6;
|
||
|
padding: 10px;
|
||
|
@include border-radius(3px);
|
||
10 years ago
|
|
||
10 years ago
|
code {
|
||
|
padding: 0;
|
||
10 years ago
|
}
|
||
10 years ago
|
}
|
||
10 years ago
|
|
||
10 years ago
|
table thead tr {
|
||
|
background-color: #F8F8F8;
|
||
10 years ago
|
}
|
||
10 years ago
|
|
||
|
.markdown-toc {
|
||
|
}
|
||
|
|
||
|
.markdown-toc-list {
|
||
|
}
|
||
10 years ago
|
|
||
|
p#{$prefix}tex {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
span#{$prefix}tex {
|
||
|
margin: 0 5px;
|
||
|
}
|
||
10 years ago
|
|
||
|
.emoji {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
10 years ago
|
|
||
|
.sequence-diagram, .flowchart {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.sequence-diagram text, .flowchart text {
|
||
10 years ago
|
font-size : 15px !important;
|
||
10 years ago
|
font-family: Arial !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
//Pretty printing styles. Used with prettify.js.
|
||
|
|
||
|
@import "prettify";
|
||
|
|
||
|
#{$prefix}preview-container, #{$prefix}html-preview {
|
||
|
pre.prettyprint {
|
||
|
padding: 10px;
|
||
10 years ago
|
border: 1px solid $borderColor;
|
||
10 years ago
|
}
|
||
|
|
||
|
ol.linenums {
|
||
|
color: #999;
|
||
|
padding-left: 2.5em;
|
||
|
|
||
|
code {
|
||
|
border: none;
|
||
|
background:none;
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
|
||
|
list-style-type: decimal;
|
||
|
}
|
||
10 years ago
|
}
|
||
|
|
||
|
#{$prefix}html-preview {
|
||
|
textarea {
|
||
|
display : none;
|
||
|
}
|
||
10 years ago
|
}
|