背景

找到了一款Markdown 笔记本软件MyBase,7.1版本支持markdown,所以我非常喜欢,修改了自己博客的css到软件里面,瞬间变得好看了。

效果图

设置方法

“工具 - 编辑markdown样式表.. ” 复制下面的内容粘贴即可。

也可用下载本人用的配置: myBase-Pro-7.1配置.zip

* {
margin: 0;
padding: 0;
} html {
height: 100%;
} body {
color: #000;
background: #FFF;
font-family: "verdana","Arial","微软雅黑", "Helvetica", "sans-serif";
font-size: 9pt;
min-height: 101%;
} table {
border-collapse: collapse;
border-spacing: 0;
} fieldset, img {
border: 0;
}
ul {
word-break: break-all;
}
li {
list-style: none;
}
h1, h2, h3, h4, h5, h6 {
font-size: 110%;
font-weight: normal;
} a:link {
color: black;
text-decoration: none;
}
a:visited {
color: black;
text-decoration: none;
}
a:hover {
color: #F60;
/*
下划线
text-decoration: underline;
*/ }
a:active {
color: black;
text-decoration: none;
}
.clear { clear: both;
} h3:before{
content: "##";
color: #2175bc;
position: relative;
top: 0;
left: -2px;
} h4:before{
content: "###";
color: #5bc;
position: relative;
top: 0;
left: -2px;
} /** MarkDown样式调整 */ {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
color: #333;
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
font-size: 16px;
line-height: 1.6;
word-wrap: break-word;
} a {
background: transparent;
} a:active,
a:hover {
outline: 0;
} strong {
font-weight: bold;
} h1 {
font-size: 2em;
margin: 0.67em 0;
} img {
border: 0;
} hr {
box-sizing: content-box;
height: 0;
} pre {
overflow: auto;
} code,
kbd,
pre {
font-family: Consolas, "微软雅黑", Menlo, Courier, monospace !important
font-size: 1em;
} input {
color: inherit;
font: inherit;
margin: 0;
} html input[disabled] {
cursor: default;
} input {
line-height: normal;
} input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
font-size: 16px;
} table {
border-collapse: collapse;
border-spacing: 0;
} /* 控制 表格 没有框线*/
#cnblogs_post_body table, .cnblogs-post-body table { border: 0px solid #c0c0c0;
border-collapse: collapse;
word-break: break-word; } td,
th {
padding: 0;
} * {
box-sizing: border-box;
/*! font-size: 16px; */
} input {
font: 13px/1.4 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
} a {
color: #4183c4;
text-decoration: none;
} a:hover,
a:active {
text-decoration: underline;
} hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
} hr:before {
display: table;
content: "";
} hr:after {
display: table;
clear: both;
content: "";
} h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 15px;
margin-bottom: 10px;
line-height: 1.1;
} blockquote {
margin: 0;
line-height: 1.7 !important;
} ul,
ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
} ol ol,
ul ol {
list-style-type: lower-roman;
} ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
list-style-type: lower-alpha;
} dd {
margin-left: 0;
} pre {
margin-top: 0;
margin-bottom: 0;
font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
} .octicon {
font: normal normal normal 16px/1 octicons-anchor;
display: inline-block;
text-decoration: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .octicon-link:before {
content: '\f05c';
} >*:first-child {
margin-top: 0 !important;
} >*:last-child {
margin-bottom: 0 !important;
} a:not(:link):not(:visited) {
color: inherit;
text-decoration: none;
} .anchor {
position: absolute;
top: 0;
left: 0;
display: block;
padding-right: 6px;
padding-left: 30px;
margin-left: -30px;
} .anchor:focus {
outline: none;
} h1,
h2,
h3,
h4,
h5,
h6 {
position: relative;
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
} h1 .octicon-link,
h2 .octicon-link,
h3 .octicon-link,
h4 .octicon-link,
h5 .octicon-link,
h6 .octicon-link {
display: none;
color: #000;
vertical-align: middle;
} h1:hover .anchor,
h2:hover .anchor,
h3:hover .anchor,
h4:hover .anchor,
h5:hover .anchor,
h6:hover .anchor {
padding-left: 8px;
margin-left: -30px;
text-decoration: none;
} h1:hover .anchor .octicon-link,
h2:hover .anchor .octicon-link,
h3:hover .anchor .octicon-link,
h4:hover .anchor .octicon-link,
h5:hover .anchor .octicon-link,
h6:hover .anchor .octicon-link {
display: inline-block;
} h1 {
padding-bottom: 0.3em;
font-size: 2.25em !important;
line-height: 1.2;
border-bottom: 1px solid #eee;
} h1 .anchor {
line-height: 1;
} h2 {
padding-bottom: 0.3em;
font-size: 1.75em !important;
line-height: 1.225;
/*! border-bottom: 1px solid #eee; */
} h2 .anchor {
line-height: 1;
} h3 {
font-size: 1.5em!important;
line-height: 1.43;
} h3 .anchor {
line-height: 1.2;
} h4 {
font-size: 1.25em !important;
} h4 .anchor {
line-height: 1.2;
} h5 {
font-size: 1em !important;
} h5 .anchor {
line-height: 1.1;
} h6 {
font-size: 1em !important;
color: #777;
} h6 .anchor {
line-height: 1.1;
} p,
blockquote,
ul,
ol,
dl,
table,
pre {
margin-top: 0;
margin-bottom: 16px;
} hr {
height: 4px;
padding: 0;
margin: 16px 0;
background-color: #e7e7e7;
border: 0 none;
} ul,
ol {
padding-left: 2em;
font-size: 14px;
} ul ul,
ul ol,
ol ol,
ol ul {
margin-top: 0;
margin-bottom: 0;
} li>p {
margin-top: 16px;
} dl {
padding: 0;
} dl dt {
padding: 0;
margin-top: 16px;
font-size: 1em;
font-style: italic;
font-weight: bold;
} dl dd {
padding: 0 16px;
margin-bottom: 16px;
} blockquote {
color: #333;
padding: 2px 10px;
border: none; border-left: 5px solid #D6DBDF;
line-height: 1.6;
} blockquote>:first-child {
margin-top: 0;
} blockquote>:last-child {
margin-bottom: 0;
} table {
display: block;
width: 100%;
overflow: auto;
word-break: normal;
word-break: keep-all;
} table th {
font-weight: bold;
} table th,
table td {
padding: 6px 13px;
border: 1px solid #ddd;
} table tr {
background-color: #fff;
border-top: 1px solid #ccc;
} table tr:nth-child(2n) {
background-color: #f8f8f8;
} img {
max-width: 100%;
box-sizing: border-box;
} code {
font-family: Consolas, "微软雅黑", Menlo, Courier, monospace !important;
font-size: 12px;
padding: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
/*! margin: 0; */
font-size: 85%;
background-color: rgba(0,0,0,0.04);
border-radius: 3px;
/*! border: none !important; */
display: inline-block;
} code:before,
code:after {
letter-spacing: -0.2em;
content: "\00a0";
} /*only for syntaxhighlighter */
/*--start--*/
.syntaxhighlighter table td.code {
width:95% !important;
} .syntaxhighlighter code {
font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace!important;
padding: 0 !important;
border-radius: 0 !important;
background-color: transparent !important;
} .syntaxhighlighter code:before,
.syntaxhighlighter code:before {
letter-spacing: -0.5em;
}
/*--end--*/ pre>code {
padding: 0;
margin: 0;
font-size: 100%;
word-break: normal;
white-space: pre;
background: transparent;
border: 0;
} .highlight {
margin-bottom: 16px;
} .highlight pre,
pre { overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;
} .highlight pre {
margin-bottom: 0;
word-break: normal;
} pre {
word-wrap: normal;
} pre code {
display: inline;
max-width: initial;
padding: 0;
margin: 0;
overflow: initial;
line-height: inherit;
word-wrap: normal;
background-color: transparent;
border: 0;
} pre code:before,
pre code:after {
content: normal;
} kbd {
display: inline-block;
padding: 3px 5px;
font-size: 11px;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
} .pl-c {
color: #969896;
} .pl-c1,
.pl-mdh,
.pl-mm,
.pl-mp,
.pl-mr,
.pl-s1 .pl-v,
.pl-s3,
.pl-sc,
.pl-sv {
color: #0086b3;
} .pl-e,
.pl-en {
color: #795da3;
} .pl-s1 .pl-s2,
.pl-smi,
.pl-smp,
.pl-stj,
.pl-vo,
.pl-vpf {
color: #333;
} .pl-ent {
color: #63a35c;
} .pl-k,
.pl-s,
.pl-st {
color: #a71d5d;
} .pl-pds,
.pl-s1,
.pl-s1 .pl-pse .pl-s2,
.pl-sr,
.pl-sr .pl-cce,
.pl-sr .pl-sra,
.pl-sr .pl-sre,
.pl-src {
color: #183691;
} .pl-v {
color: #ed6a43;
} .pl-id {
color: #b52a1d;
} .pl-ii {
background-color: #b52a1d;
color: #f8f8f8;
} .pl-sr .pl-cce {
color: #63a35c;
font-weight: bold;
} .pl-ml {
color: #693a17;
} .pl-mh,
.pl-mh .pl-en,
.pl-ms {
color: #1d3e81;
font-weight: bold;
} .pl-mq {
color: #008080;
} .pl-mi {
color: #333;
font-style: italic;
} .pl-mb {
color: #333;
font-weight: bold;
} .pl-md,
.pl-mdhf {
background-color: #ffecec;
color: #bd2c00;
} .pl-mdht,
.pl-mi1 {
background-color: #eaffea;
color: #55a532;
} .pl-mdr {
color: #795da3;
font-weight: bold;
} .pl-mo {
color: #1d3e81;
} kbd {
display: inline-block;
padding: 3px 5px;
font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
line-height: 10px;
color: #555;
vertical-align: middle;
background-color: #fcfcfc;
border: solid 1px #ccc;
border-bottom-color: #bbb;
border-radius: 3px;
box-shadow: inset 0 -1px 0 #bbb;
padding-top: 20px;
} .task-list-item {
list-style-type: none;
} .task-list-item+.task-list-item {
margin-top: 3px;
} .task-list-item input {
margin: 0 0.35em 0.25em -1.6em;
vertical-align: middle;
} :checked+.radio-label {
z-index: 1;
position: relative;
border-color: #4183c4;
} /*
Monokai Sublime style. Derived from Monokai by noformnocontent https://nn.mit-license.org/
*/ pre {
/*控制代码不换行*/
white-space: pre;
word-wrap: normal;
}
.hljs {
font-size: 16px!important;
font-family: consolas,monospace !important;
display: block;
overflow-x: auto;
padding: 0.5em;
background: #23241f !important;
color: #FFF;
white-space: pre;
word-break: normal;
padding: 10px 15px !important;
} .hljs,
.hljs-tag,
.hljs-subst {
color: #f8f8f2;
} .hljs-strong,
.hljs-emphasis {
color: #a8a8a2;
} .hljs-bullet,
.hljs-quote,
.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-link {
color: #ae81ff;
} .hljs-code,
.hljs-title,
.hljs-section,
.hljs-selector-class {
color: #a6e22e;
} .hljs-strong {
font-weight: bold;
} .hljs-emphasis {
font-style: italic;
} .hljs-keyword,
.hljs-selector-tag,
.hljs-name,
.hljs-attr {
color: #f92672;
} .hljs-symbol,
.hljs-attribute {
color: #66d9ef;
} .hljs-params,
.hljs-class .hljs-title {
color: #f8f8f2;
} .hljs-string,
.hljs-type,
.hljs-built_in,
.hljs-builtin-name,
.hljs-selector-id,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-addition,
.hljs-variable,
.hljs-template-variable {
color: #e6db74;
} .hljs-comment,
.hljs-deletion,
.hljs-meta {
color: #75715e;
}

MyBase 7.1 可用的 Markdown 配置表的更多相关文章

  1. OpenStack高可用方案及配置

    1  OpenStack高可用介绍 1.1  无状态和有状态服务 无状态服务指的是该服务接收的请求前后之间没有相关关系,接收并处理完该请求后不保存任何状态,在OpenStack的服务中常见的无状态服务 ...

  2. MongoDB高可用集群配置方案

    原文链接:https://www.jianshu.com/p/e7e70ca7c7e5 高可用性即HA(High Availability)指的是通过尽量缩短因日常维护操作(计划)和突发的系统崩溃(非 ...

  3. MongoDB高可用集群配置的方案

    >>高可用集群的解决方案 高可用性即HA(High Availability)指的是通过尽量缩短因日常维护操作(计划)和突发的系统崩溃(非计划)所导致的停机时间,以提高系统和应用的可用性. ...

  4. Txt格式配置表无法解析的问题——BOM

    今天再次遇到同一个问题:策划给来一个Txt格式配置表,我用解析类去读取,返回的结果为空.解析类参数是:主键key,文件名fileName,错误提示errorTip. 写读取语句的时候,主键key我是直 ...

  5. 国内可用maven repository 配置

    国内可用maven repository 配置 发表于2016/1/4 23:08:04  10235人阅读 分类: maven 鉴于一些原因,从maven中央仓库download依赖包时,被各种折磨 ...

  6. KSFramework配置表:扩展表格解析类型

    解析和扩展表格 配置表示例 配置表模块在编译时,把Excel转化成TSV,并根据Excel的头部信息,生成对应的代码: 比如源码库中的Test.xlsx Excel文件,两个列头,Id和Value,其 ...

  7. ODI中通过配置表和自定义逆向工程获取数据库信息

    自定义逆向工程RKM 从配置表meta_db, meta_table, meta_column, meta_key中获取生产库的元数据信息.

  8. SpringCloud-day04-Eureka高可用集群配置

    5.4Eureka高可用集群配置 在高并发的情况下一个注册中心难以满足,因此一般需要集群配置多台. 我们再新建两个module  microservice-eureka-server-2002,  m ...

  9. 重写TreeMap的compare方法处理配置表

    需要处理的配置表如下: 接上一篇的优化,接着优化,优化代码如下:  这段代码的关键在于重写TreeMap的compare方法. 关于如何重写TreeMap的compare方法,以及返回值代表的意义,可 ...

  10. Spring配置表友好性优化思路

    Spring配置表需要尽量保证对程序员的友好性,一下提供一种优化思路. 中途未保存,心态炸了,只贴图了,fuuuuuuuuuuuuuck 第一种(最烂,最不友好):以Json的格式保存在配置表中,程序 ...

随机推荐

  1. 推荐一款轻量级堡垒机系统让你防护“rm -rf 删库跑路”

    大家好,我是 Java陈序员. 我们在开发工作中,会经常与服务器打交道,而服务器的资源又是十分宝贵,特别是服务器里面的数据资源. 但是,偶尔会经常因为疏忽而导致服务器数据资源丢失,给自己和公司带来巨大 ...

  2. 二:大数据架构回顾-Kappa架构

    Kappa 架构是由 LinkedIn 的前首席工程师杰伊·克雷普斯(Jay Kreps)提出的一种架构思想.克雷普斯是几个著名开源项目(包括 Apache Kafka 和 Apache Samza ...

  3. WEB服务与NGINX(8)-NGINX的长连接功能

    1. 长连接配置 keepalive_timeout; 定义客户端保持连接超时时长,0表示禁止长连接,默认为65s,建议使用15s即可. 在ngx_http_upstream_module中也有此项设 ...

  4. leaflet利用hotline实现河流差值渲染热力图

    实现效果(这里做了1条主河道和5个支流): 核心代码使用了Leaflet.hotline插件,github下载地址链接 详情见我之前整理的一篇文章介绍河流热力图 核心代码逻辑: // 处理河流数据以及 ...

  5. Gradle常用功能拾掇

    介绍 Gradle 是一个基于groovy动态语言的java项目管理工具,灵活性和速度好于java,他的build脚本完全可以以写groovy代码的方式来实现,所以灵活性很高,当然也就比maven的x ...

  6. 用 C 语言开发一门编程语言 — 字符串与文件加载

    目录 文章目录 目录 前文列表 字符串 读取字符串 注释 文件加载函数 命令行参数 打印函数 报错函数 源代码 前文列表 <用 C 语言开发一门编程语言 - 交互式解析器> <用 C ...

  7. 解锁高效创新:IPD策略如何重塑产品开发流程

    IPD(集成产品开发)涵盖了产品从创意提出到研发.生产.运营等,包含了产品开发到营销运营的整个过程.围绕产品(或项目)生命周期的过程的管理模式,是一套生产流程,更是时下国际先进的管理体系.IPD(集成 ...

  8. 如何使用 JS 判断用户是否处于活跃状态

    有时候,我们需要在网页判断用户是否处与非活跃状态,如果用户长时间没有在页面上进行任何操作,我们则判定该用户是非活跃的. 在 javascript 中我们可以通过监听某些鼠标或键盘相关的事件来判定用户是 ...

  9. 2024-05-22:用go语言,你有一个包含 n 个整数的数组 nums。 每个数组的代价是指该数组中的第一个元素的值。 你的目标是将这个数组划分为三个连续且互不重叠的子数组。 然后,计算这三个子数

    2024-05-22:用go语言,你有一个包含 n 个整数的数组 nums. 每个数组的代价是指该数组中的第一个元素的值. 你的目标是将这个数组划分为三个连续且互不重叠的子数组. 然后,计算这三个子数 ...

  10. MySQL查询某个字段含有字母数字的值

    1.正则表达式(REGEXP) 查询MySQL表中某个字段含有字母和数字的值,可以使用正则表达式(REGEXP)来匹配这样的模式.在MySQL中,正则表达式是一个强大的工具,可以用来搜索和匹配字符串中 ...