mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-15 15:41:19 +00:00
Add github2 markdown css. Extract default markdown css.
This commit is contained in:
@@ -18,7 +18,9 @@
|
||||
<link href="public/css/zTreeStyle/zTreeStyle.css" rel="stylesheet" />
|
||||
|
||||
<!-- mdeditor -->
|
||||
<link href="public/md/themes/default.css" rel="stylesheet" />
|
||||
<link href="public/md/themes/mdeditor.css" rel="stylesheet" />
|
||||
<!-- markdown theme -->
|
||||
<link rel="stylesheet" href="public/md/themes/themes/default/theme.css" type="text/css" id="md-theme"/>
|
||||
|
||||
<!-- theme -->
|
||||
<link rel="stylesheet" href="public/themes/default.css" type="text/css"/>
|
||||
|
@@ -45,138 +45,11 @@
|
||||
.navbar-form * {
|
||||
float: none;
|
||||
}
|
||||
/** lifelife */
|
||||
/* Pretty printing styles. Used with prettify.js. */
|
||||
pre.prettyprint * {
|
||||
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', Hiragino Sans GB, "Microsoft YaHei", "微软雅黑";
|
||||
}
|
||||
pre.prettyprint {
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
code.prettyprint,
|
||||
pre.prettyprint {
|
||||
padding: 8px;
|
||||
/*background-color: #f7f7f9;*/
|
||||
background-color: #f0f0f0;
|
||||
border: 1px solid #e1e1e8;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
display: block;
|
||||
box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset, 40px 0 0 rgba(102, 128, 153, 0.05) inset, 0 1px 0 rgba(102, 128, 153, 0.05);
|
||||
}
|
||||
#preview-contents pre ol li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
/*行号*/
|
||||
code.prettyprint .linenums,
|
||||
pre.prettyprint .linenums {
|
||||
/*
|
||||
-webkit-box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0;
|
||||
-moz-box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0;
|
||||
box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0
|
||||
*/
|
||||
}
|
||||
code.prettyprint ol.linenums,
|
||||
pre.prettyprint ol.linenums {
|
||||
padding: 0 0 0 30px;
|
||||
margin: 0;
|
||||
}
|
||||
code.prettyprint ol.linenums li,
|
||||
pre.prettyprint ol.linenums li {
|
||||
padding-left: 0;
|
||||
color: #bebec5;
|
||||
line-height: 20px;
|
||||
}
|
||||
code.prettyprint .com,
|
||||
pre.prettyprint .com {
|
||||
color: #93a1a1;
|
||||
font-style: italic;
|
||||
}
|
||||
code.prettyprint .lit,
|
||||
pre.prettyprint .lit {
|
||||
color: #195f91;
|
||||
}
|
||||
code.prettyprint .pun,
|
||||
pre.prettyprint .pun {
|
||||
color: #93a1a1;
|
||||
}
|
||||
code.prettyprint .opn,
|
||||
pre.prettyprint .opn {
|
||||
color: #93a1a1;
|
||||
}
|
||||
code.prettyprint .clo,
|
||||
pre.prettyprint .clo {
|
||||
color: #93a1a1;
|
||||
}
|
||||
code.prettyprint .fun,
|
||||
pre.prettyprint .fun {
|
||||
color: #dc322f;
|
||||
}
|
||||
code.prettyprint .str,
|
||||
pre.prettyprint .str {
|
||||
color: #dd1144;
|
||||
}
|
||||
code.prettyprint .atv,
|
||||
pre.prettyprint .atv {
|
||||
color: #dd1144;
|
||||
}
|
||||
code.prettyprint .kwd,
|
||||
pre.prettyprint .kwd {
|
||||
color: #1e347b;
|
||||
}
|
||||
code.prettyprint .tag,
|
||||
pre.prettyprint .tag {
|
||||
color: #1e347b;
|
||||
}
|
||||
code.prettyprint .typ,
|
||||
pre.prettyprint .typ {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .atn,
|
||||
pre.prettyprint .atn {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .dec,
|
||||
pre.prettyprint .dec {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .var,
|
||||
pre.prettyprint .var {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .pln,
|
||||
pre.prettyprint .pln {
|
||||
color: #48484c;
|
||||
}
|
||||
|
||||
.container {
|
||||
margin-bottom: 180px;
|
||||
text-align: justify;
|
||||
}
|
||||
a code {
|
||||
color: inherit;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
}
|
||||
p,
|
||||
blockquote {
|
||||
margin: 0 0 0.3em;
|
||||
}
|
||||
hr {
|
||||
margin: 2em 0;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.sequence-diagram,
|
||||
.flow-chart {
|
||||
text-align: center;
|
||||
@@ -207,85 +80,7 @@ img {
|
||||
.flow-chart [fill="black"] {
|
||||
fill: #3f3f3f;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
code {
|
||||
white-space: normal;
|
||||
}
|
||||
pre {
|
||||
border-radius: 5px;
|
||||
}
|
||||
pre.prettyprint {
|
||||
text-align: start;
|
||||
border: 0;
|
||||
padding: 10px 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
pre.prettyprint code {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* Definition list */
|
||||
dt,
|
||||
dd {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
/* Table style */
|
||||
|
||||
#preview-contents table {
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
#preview-contents table th,
|
||||
#preview-contents table td {
|
||||
padding: 8px;
|
||||
line-height: 20px;
|
||||
vertical-align: top;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
#preview-contents table th {
|
||||
font-weight: bold;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#preview-contents table tbody>tr:nth-child(2n+1)>td,
|
||||
#preview-contents table tbody>tr:nth-child(2n+1)>th {
|
||||
background-color: rgba(102,128,153,.05);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left-width: 10px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
padding: 15px 20px;
|
||||
border-left: 10px solid #D6DBDF;
|
||||
background: none repeat scroll 0 0 rgba(102,128,153,.05);
|
||||
}
|
||||
blockquote p {
|
||||
margin-bottom: 0.3em;
|
||||
font-size: 1em;
|
||||
line-height: 1.45;
|
||||
}
|
||||
blockquote ul:last-child,
|
||||
blockquote ol:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
ul ul,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ol ol {
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
kbd {
|
||||
padding: 0.1em 0.6em;
|
||||
border: 1px solid rgba(63, 63, 63, 0.25);
|
||||
@@ -1321,7 +1116,6 @@ a.input-group-addon {
|
||||
overflow: hidden;
|
||||
-webkit-box-shadow: inset 1px 0 rgba(128, 128, 128, 0.06);
|
||||
box-shadow: inset 1px 0 rgba(128, 128, 128, 0.06);
|
||||
background-color: #f8f8f8;
|
||||
z-index: 10;
|
||||
font-size: 16px;
|
||||
}
|
212
public/md/themes/themes/default/theme.css
Normal file
212
public/md/themes/themes/default/theme.css
Normal file
@@ -0,0 +1,212 @@
|
||||
/* default markdown style */
|
||||
/** lifelife */
|
||||
/* Pretty printing styles. Used with prettify.js. */
|
||||
pre.prettyprint * {
|
||||
font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', Hiragino Sans GB, "Microsoft YaHei", "微软雅黑";
|
||||
}
|
||||
pre.prettyprint {
|
||||
white-space: pre-wrap;
|
||||
white-space: -moz-pre-wrap;
|
||||
white-space: -pre-wrap;
|
||||
white-space: -o-pre-wrap;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
code.prettyprint,
|
||||
pre.prettyprint {
|
||||
padding: 8px;
|
||||
/*background-color: #f7f7f9;*/
|
||||
background-color: #f0f0f0;
|
||||
border: 1px solid #e1e1e8;
|
||||
-moz-border-radius: 3px;
|
||||
-webkit-border-radius: 3px;
|
||||
-o-border-radius: 3px;
|
||||
-ms-border-radius: 3px;
|
||||
-khtml-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
display: block;
|
||||
box-shadow: 0 1px 2px rgba(255, 255, 255, 0.1) inset, 40px 0 0 rgba(102, 128, 153, 0.05) inset, 0 1px 0 rgba(102, 128, 153, 0.05);
|
||||
}
|
||||
#preview-contents pre ol li {
|
||||
padding-left: 10px;
|
||||
}
|
||||
/*行号*/
|
||||
code.prettyprint .linenums,
|
||||
pre.prettyprint .linenums {
|
||||
/*
|
||||
-webkit-box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0;
|
||||
-moz-box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0;
|
||||
box-shadow: inset 0px 0 0 #f7f7f9,inset 0px 0 0 #ececf0
|
||||
*/
|
||||
}
|
||||
code.prettyprint ol.linenums,
|
||||
pre.prettyprint ol.linenums {
|
||||
padding: 0 0 0 30px;
|
||||
margin: 0;
|
||||
}
|
||||
code.prettyprint ol.linenums li,
|
||||
pre.prettyprint ol.linenums li {
|
||||
padding-left: 0;
|
||||
color: #bebec5;
|
||||
line-height: 20px;
|
||||
}
|
||||
code.prettyprint .com,
|
||||
pre.prettyprint .com {
|
||||
color: #93a1a1;
|
||||
font-style: italic;
|
||||
}
|
||||
code.prettyprint .lit,
|
||||
pre.prettyprint .lit {
|
||||
color: #195f91;
|
||||
}
|
||||
code.prettyprint .pun,
|
||||
pre.prettyprint .pun {
|
||||
color: #93a1a1;
|
||||
}
|
||||
code.prettyprint .opn,
|
||||
pre.prettyprint .opn {
|
||||
color: #93a1a1;
|
||||
}
|
||||
code.prettyprint .clo,
|
||||
pre.prettyprint .clo {
|
||||
color: #93a1a1;
|
||||
}
|
||||
code.prettyprint .fun,
|
||||
pre.prettyprint .fun {
|
||||
color: #dc322f;
|
||||
}
|
||||
code.prettyprint .str,
|
||||
pre.prettyprint .str {
|
||||
color: #dd1144;
|
||||
}
|
||||
code.prettyprint .atv,
|
||||
pre.prettyprint .atv {
|
||||
color: #dd1144;
|
||||
}
|
||||
code.prettyprint .kwd,
|
||||
pre.prettyprint .kwd {
|
||||
color: #1e347b;
|
||||
}
|
||||
code.prettyprint .tag,
|
||||
pre.prettyprint .tag {
|
||||
color: #1e347b;
|
||||
}
|
||||
code.prettyprint .typ,
|
||||
pre.prettyprint .typ {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .atn,
|
||||
pre.prettyprint .atn {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .dec,
|
||||
pre.prettyprint .dec {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .var,
|
||||
pre.prettyprint .var {
|
||||
color: #008080;
|
||||
}
|
||||
code.prettyprint .pln,
|
||||
pre.prettyprint .pln {
|
||||
color: #48484c;
|
||||
}
|
||||
a code {
|
||||
color: inherit;
|
||||
}
|
||||
pre {
|
||||
word-break: break-word;
|
||||
}
|
||||
p,
|
||||
blockquote {
|
||||
margin: 0 0 0.3em;
|
||||
}
|
||||
hr {
|
||||
margin: 2em 0;
|
||||
}
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
code,
|
||||
pre {
|
||||
font-family: "Source Code Pro", monospace;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
code {
|
||||
white-space: normal;
|
||||
}
|
||||
pre {
|
||||
border-radius: 5px;
|
||||
}
|
||||
pre.prettyprint {
|
||||
text-align: start;
|
||||
border: 0;
|
||||
padding: 10px 20px;
|
||||
font-size: 12px;
|
||||
}
|
||||
pre.prettyprint code {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
/* Definition list */
|
||||
dt,
|
||||
dd {
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
dd {
|
||||
margin-left: 40px;
|
||||
}
|
||||
|
||||
/* Table style */
|
||||
|
||||
#preview-contents table {
|
||||
margin-bottom: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
#preview-contents table th,
|
||||
#preview-contents table td {
|
||||
padding: 8px;
|
||||
line-height: 20px;
|
||||
vertical-align: top;
|
||||
border: 1px solid #dddddd;
|
||||
}
|
||||
#preview-contents table th {
|
||||
font-weight: bold;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
#preview-contents table tbody>tr:nth-child(2n+1)>td,
|
||||
#preview-contents table tbody>tr:nth-child(2n+1)>th {
|
||||
background-color: rgba(102,128,153,.05);
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left-width: 10px;
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
padding: 15px 20px;
|
||||
border-left: 10px solid #D6DBDF;
|
||||
background: none repeat scroll 0 0 rgba(102,128,153,.05);
|
||||
}
|
||||
blockquote p {
|
||||
margin-bottom: 0.3em;
|
||||
font-size: 1em;
|
||||
line-height: 1.45;
|
||||
}
|
||||
blockquote ul:last-child,
|
||||
blockquote ol:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
ul,
|
||||
ol {
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
ul ul,
|
||||
ol ul,
|
||||
ul ol,
|
||||
ol ol {
|
||||
margin-bottom: 0.3em;
|
||||
}
|
||||
|
||||
/* Preview */
|
||||
.preview-panel {
|
||||
background-color: #f8f8f8;
|
||||
}
|
423
public/md/themes/themes/github2/theme.css
Normal file
423
public/md/themes/themes/github2/theme.css
Normal file
@@ -0,0 +1,423 @@
|
||||
/*github mardown style*/
|
||||
#preview-contents {
|
||||
font-family: Helvetica, arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 1.6;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#preview-contents > *:first-child {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
#preview-contents > *:last-child {
|
||||
margin-bottom: 0 !important;
|
||||
}
|
||||
|
||||
#preview-contents a {
|
||||
color: #4183C4;
|
||||
}
|
||||
#preview-contents a.absent {
|
||||
color: #cc0000;
|
||||
}
|
||||
#preview-contents a.anchor {
|
||||
display: block;
|
||||
padding-left: 30px;
|
||||
margin-left: -30px;
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
#preview-contents h1,
|
||||
#preview-contents h2,
|
||||
#preview-contents h3,
|
||||
#preview-contents h4,
|
||||
#preview-contents h5,
|
||||
#preview-contents h6 {
|
||||
margin: 20px 0 10px;
|
||||
padding: 0;
|
||||
font-weight: bold;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
cursor: text;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#preview-contents h1:hover a.anchor,
|
||||
#preview-contents h2:hover a.anchor,
|
||||
#preview-contents h3:hover a.anchor,
|
||||
#preview-contents h4:hover a.anchor,
|
||||
#preview-contents h5:hover a.anchor,
|
||||
#preview-contents h6:hover a.anchor {
|
||||
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA09pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoMTMuMCAyMDEyMDMwNS5tLjQxNSAyMDEyLzAzLzA1OjIxOjAwOjAwKSAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUM2NjlDQjI4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUM2NjlDQjM4ODBGMTFFMTg1ODlEODNERDJBRjUwQTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QzY2OUNCMDg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QzY2OUNCMTg4MEYxMUUxODU4OUQ4M0REMkFGNTBBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsQhXeAAAABfSURBVHjaYvz//z8DJYCRUgMYQAbAMBQIAvEqkBQWXI6sHqwHiwG70TTBxGaiWwjCTGgOUgJiF1J8wMRAIUA34B4Q76HUBelAfJYSA0CuMIEaRP8wGIkGMA54bgQIMACAmkXJi0hKJQAAAABJRU5ErkJggg==) no-repeat 10px center;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#preview-contents h1 tt,
|
||||
#preview-contents h1 code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#preview-contents h2 tt,
|
||||
#preview-contents h2 code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#preview-contents h3 tt,
|
||||
#preview-contents h3 code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#preview-contents h4 tt,
|
||||
#preview-contents h4 code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#preview-contents h5 tt,
|
||||
#preview-contents h5 code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#preview-contents h6 tt,
|
||||
#preview-contents h6 code {
|
||||
font-size: inherit;
|
||||
}
|
||||
|
||||
#preview-contents h1 {
|
||||
font-size: 28px;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#preview-contents h2 {
|
||||
font-size: 24px;
|
||||
border-bottom: 1px solid #cccccc;
|
||||
color: black;
|
||||
}
|
||||
|
||||
#preview-contents h3 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#preview-contents h4 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#preview-contents h5 {
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#preview-contents h6 {
|
||||
color: #777777;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#preview-contents p,
|
||||
#preview-contents blockquote,
|
||||
#preview-contents ul,
|
||||
#preview-contents ol,
|
||||
#preview-contents dl,
|
||||
#preview-contents li,
|
||||
#preview-contents table,
|
||||
#preview-contents pre {
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#preview-contents hr {
|
||||
background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OENDRjNBN0E2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OENDRjNBN0I2NTZBMTFFMEI3QjRBODM4NzJDMjlGNDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0NGM0E3ODY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0NGM0E3OTY1NkExMUUwQjdCNEE4Mzg3MkMyOUY0OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqqezsUAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;
|
||||
border: 0 none;
|
||||
color: #cccccc;
|
||||
height: 4px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#preview-contents > h2:first-child {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
#preview-contents > h1:first-child {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
#preview-contents > h1:first-child + h2 {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
#preview-contents > h3:first-child,
|
||||
#preview-contents > h4:first-child,
|
||||
#preview-contents > h5:first-child,
|
||||
#preview-contents > h6:first-child {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#preview-contents a:first-child h1,
|
||||
#preview-contents a:first-child h2,
|
||||
#preview-contents a:first-child h3,
|
||||
#preview-contents a:first-child h4,
|
||||
#preview-contents a:first-child h5,
|
||||
#preview-contents a:first-child h6 {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
#preview-contents h1 p,
|
||||
#preview-contents h2 p,
|
||||
#preview-contents h3 p,
|
||||
#preview-contents h4 p,
|
||||
#preview-contents h5 p,
|
||||
#preview-contents h6 p {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#preview-contents li p.first {
|
||||
display: inline-block;
|
||||
}
|
||||
#preview-contents li {
|
||||
margin: 0;
|
||||
}
|
||||
#preview-contents ul,
|
||||
#preview-contents ol {
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
#preview-contents ul :first-child,
|
||||
#preview-contents ol :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
#preview-contents dl {
|
||||
padding: 0;
|
||||
}
|
||||
#preview-contents dl dt {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
font-style: italic;
|
||||
padding: 0;
|
||||
margin: 15px 0 5px;
|
||||
}
|
||||
|
||||
#preview-contents dl dt:first-child {
|
||||
padding: 0;
|
||||
}
|
||||
#preview-contents dl dt > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
#preview-contents dl dt > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#preview-contents dl dd {
|
||||
margin: 0 0 15px;
|
||||
padding: 0 15px;
|
||||
}
|
||||
#preview-contents dl dd > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
#preview-contents dl dd > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#preview-contents blockquote {
|
||||
border-left: 4px solid #dddddd;
|
||||
padding: 0 15px;
|
||||
color: #777777;
|
||||
}
|
||||
#preview-contents blockquote > :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
#preview-contents blockquote > :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#preview-contents table {
|
||||
padding: 0;border-collapse: collapse;
|
||||
}
|
||||
#preview-contents table tr {
|
||||
border-top: 1px solid #cccccc;
|
||||
background-color: white;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#preview-contents table tr:nth-child(2n) {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
#preview-contents table tr th {
|
||||
font-weight: bold;
|
||||
border: 1px solid #cccccc;
|
||||
margin: 0;
|
||||
padding: 6px 13px;
|
||||
}
|
||||
#preview-contents table tr td {
|
||||
border: 1px solid #cccccc;
|
||||
margin: 0;
|
||||
padding: 6px 13px;
|
||||
}
|
||||
#preview-contents table tr th :first-child,
|
||||
#preview-contents table tr td :first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
#preview-contents table tr th :last-child,
|
||||
#preview-contents table tr td :last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#preview-contents img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#preview-contents span.frame {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
#preview-contents span.frame > span {
|
||||
border: 1px solid #dddddd;
|
||||
display: block;
|
||||
float: left;
|
||||
overflow: hidden;
|
||||
margin: 13px 0 0;
|
||||
padding: 7px;
|
||||
width: auto;
|
||||
}
|
||||
#preview-contents span.frame span img {
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
#preview-contents span.frame span span {
|
||||
clear: both;
|
||||
color: #333333;
|
||||
display: block;
|
||||
padding: 5px 0 0;
|
||||
}
|
||||
#preview-contents span.align-center {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
#preview-contents span.align-center > span {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: 13px auto 0;
|
||||
text-align: center;
|
||||
}
|
||||
#preview-contents span.align-center span img {
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
#preview-contents span.align-right {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
clear: both;
|
||||
}
|
||||
#preview-contents span.align-right > span {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: 13px 0 0;
|
||||
text-align: right;
|
||||
}
|
||||
#preview-contents span.align-right span img {
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
}
|
||||
#preview-contents span.float-left {
|
||||
display: block;
|
||||
margin-right: 13px;
|
||||
overflow: hidden;
|
||||
float: left;
|
||||
}
|
||||
#preview-contents span.float-left span {
|
||||
margin: 13px 0 0;
|
||||
}
|
||||
#preview-contents span.float-right {
|
||||
display: block;
|
||||
margin-left: 13px;
|
||||
overflow: hidden;
|
||||
float: right;
|
||||
}
|
||||
#preview-contents span.float-right > span {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
margin: 13px auto 0;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#preview-contents code,
|
||||
#preview-contents tt {
|
||||
margin: 0 2px;
|
||||
padding: 0 5px;
|
||||
white-space: nowrap;
|
||||
border: 1px solid #eaeaea;
|
||||
background-color: #f8f8f8;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#preview-contents pre code {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
white-space: pre;
|
||||
border: none;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
#preview-contents .highlight pre {
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #cccccc;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
overflow: auto;
|
||||
padding: 6px 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#preview-contents pre {
|
||||
background-color: #f8f8f8;
|
||||
border: 1px solid #cccccc;
|
||||
font-size: 13px;
|
||||
line-height: 19px;
|
||||
overflow: auto;
|
||||
padding: 6px 10px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
#preview-contents pre code, pre tt {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
}
|
||||
|
||||
/*correction for bootstrap*/
|
||||
#preview-contents pre,
|
||||
#preview-contents code {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#preview-contents ol {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#preview-contents code {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#preview-contents pre code {
|
||||
font-size: 100%;
|
||||
}
|
||||
|
||||
#preview-contents pre ol li code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-size: 100%;
|
||||
word-break: normal;
|
||||
white-space: pre;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#preview-contents h1,
|
||||
#preview-contents h2,
|
||||
#preview-contents h3,
|
||||
#preview-contents h4,
|
||||
#preview-contents h5,
|
||||
#preview-contents h6 {
|
||||
font-weight: 600 !important;
|
||||
}
|
Reference in New Issue
Block a user