mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-02 07:29:28 +08:00
210 lines
2.8 KiB
CSS
210 lines
2.8 KiB
CSS
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6,
|
|
p,
|
|
blockquote {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
body {
|
|
font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
|
|
font-size: 13px;
|
|
line-height: 18px;
|
|
color: #fff;
|
|
background-color: #282a36;
|
|
margin: 10px 13px 10px 13px;
|
|
}
|
|
a {
|
|
color: #59acf3;
|
|
}
|
|
a:hover {
|
|
color: #a7d8ff;
|
|
text-decoration: none;
|
|
}
|
|
a img {
|
|
border: none;
|
|
}
|
|
p {
|
|
margin-bottom: 9px;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
color: #fff;
|
|
line-height: 36px;
|
|
}
|
|
h1 {
|
|
margin-bottom: 18px;
|
|
font-size: 30px;
|
|
}
|
|
h2 {
|
|
font-size: 24px;
|
|
}
|
|
h3 {
|
|
font-size: 18px;
|
|
}
|
|
h4 {
|
|
font-size: 16px;
|
|
}
|
|
h5 {
|
|
font-size: 14px;
|
|
}
|
|
h6 {
|
|
font-size: 13px;
|
|
}
|
|
hr {
|
|
margin: 0 0 19px;
|
|
border: 0;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
blockquote {
|
|
padding: 13px 13px 21px 15px;
|
|
margin-bottom: 18px;
|
|
font-family:georgia,serif;
|
|
font-style: italic;
|
|
}
|
|
blockquote:before {
|
|
content:"\201C";
|
|
font-size:40px;
|
|
margin-left:-10px;
|
|
font-family:georgia,serif;
|
|
color:#eee;
|
|
}
|
|
blockquote p {
|
|
font-size: 14px;
|
|
font-weight: 300;
|
|
line-height: 18px;
|
|
margin-bottom: 0;
|
|
font-style: italic;
|
|
}
|
|
code, pre {
|
|
font-family: Monaco, Andale Mono, Courier New, monospace;
|
|
}
|
|
code {
|
|
color: #ff4a14;
|
|
padding: 1px 3px;
|
|
font-size: 12px;
|
|
-webkit-border-radius: 3px;
|
|
-moz-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
pre {
|
|
display: block;
|
|
padding: 14px;
|
|
margin: 0 0 18px;
|
|
line-height: 16px;
|
|
font-size: 11px;
|
|
border: 1px solid #bf370f;
|
|
white-space: pre;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
}
|
|
pre code {
|
|
background-color: #282a36;
|
|
color: #ff4a14;
|
|
font-size: 11px;
|
|
padding: 0;
|
|
}
|
|
@media screen and (min-width: 768px) {
|
|
body {
|
|
width: 748px;
|
|
margin:10px auto;
|
|
}
|
|
}
|
|
|
|
/**
|
|
* obsidian.css
|
|
* Obsidian style
|
|
* ported by Alexander Marenin (http://github.com/ioncreature)
|
|
*/
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #282b2e;
|
|
}
|
|
|
|
.hljs-keyword,
|
|
.hljs-selector-tag,
|
|
.hljs-literal,
|
|
.hljs-selector-id {
|
|
color: #93c763;
|
|
}
|
|
|
|
.hljs-number {
|
|
color: #ffcd22;
|
|
}
|
|
|
|
.hljs {
|
|
color: #e0e2e4;
|
|
}
|
|
|
|
.hljs-attribute {
|
|
color: #668bb0;
|
|
}
|
|
|
|
.hljs-code,
|
|
.hljs-class .hljs-title,
|
|
.hljs-section {
|
|
color: white;
|
|
}
|
|
|
|
.hljs-regexp,
|
|
.hljs-link {
|
|
color: #d39745;
|
|
}
|
|
|
|
.hljs-meta {
|
|
color: #557182;
|
|
}
|
|
|
|
.hljs-tag,
|
|
.hljs-name,
|
|
.hljs-bullet,
|
|
.hljs-subst,
|
|
.hljs-emphasis,
|
|
.hljs-type,
|
|
.hljs-built_in,
|
|
.hljs-selector-attr,
|
|
.hljs-selector-pseudo,
|
|
.hljs-addition,
|
|
.hljs-variable,
|
|
.hljs-template-tag,
|
|
.hljs-template-variable {
|
|
color: #8cbbad;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-symbol {
|
|
color: #ec7600;
|
|
}
|
|
|
|
.hljs-comment,
|
|
.hljs-quote,
|
|
.hljs-deletion {
|
|
color: #818e96;
|
|
}
|
|
|
|
.hljs-selector-class {
|
|
color: #A082BD
|
|
}
|
|
|
|
.hljs-keyword,
|
|
.hljs-selector-tag,
|
|
.hljs-literal,
|
|
.hljs-doctag,
|
|
.hljs-title,
|
|
.hljs-section,
|
|
.hljs-type,
|
|
.hljs-name,
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|