我的排版v190803

.output_wrapper/*此属性为全局*/
{
     font-size: 16px;/*字号,16其实还是蛮合适的,但是我就是想用一用17*/
     color: #3f3f3f;/*字体颜色*/
     line-height: 1.85em;/*行高*/
     word-spacing:0.5px; /*字间距*/
     letter-spacing:0.5px;/*字符间距*/
     font-family:"Microsoft YaHei UI","Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;/*字体库*/   
}

.output_wrapper *
{
  font-size: inherit;/* inherit=继承*/
  color: inherit; /*同上*/
  line-height: inherit;/*同上*/
  margin:0px; /*外边距,margin:10px 5px=上外边距和下外边距是 10px,右外边距和左外边距是 5px*/
  padding:0px;/*内边距*/
}

h1,h2,h3,h4,h5,h6
 {
  color:#009688;/*改变了其默认的标题颜色*/
  /*text-align: center;改变了其默认值,使其标题居中*/
  margin: 15px  25px;
  font-weight:bold; /*文本的粗细,normal默认值,标准的字符。bold定义粗体字符。bolder定义更粗的字符。lighter定义更细的字符。*/
}

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

p /*段落*/
{
  margin: 15px  25px;
}

strong  /*强调*/
{
font-weight:normal;/*normal_bold_bolder_lighter*/
color:#4f4f4f;/*字体颜色*/
background: #ffff99;
}

blockquote /*引用块*/
 {
  display: block;
  padding:0em 1em; 
  font-size: 14px;
  padding-right: 15px;
  margin: 15px  25px;
  color:#5f5f5f;
  border-left: 2px solid #009688;
  background:/*就让它空着吧*/;
  overflow: auto;
  overflow-scrolling: touch; 
  word-wrap: normal;
  word-break: normal;  
}

blockquote p {margin:0px;}

ul, ol {padding-left: 32px;}

ul /*无序列表*/
{
    list-style-type: disc;
}

ol  /*有序列表*/
{
  list-style-type: decimal;
}

li *  {/* color: #3e3e3e;*/} 

li /*在公众号下,改变不了li符号的属性(如颜色),并会影响其子元素的属性;而在其它博客平台中,则能正常使用*/ 
{ 
    margin-bottom: 0.5em;
/*  color:#159957; */    
}

a { /*超链接*/
  text-decoration: none;
  color: #1e6bb8;
  word-wrap:break-word;
}

em /*斜体*/
{
 font-style:italic;
}
del /*删除线*/
{
 font-style:italic;
}
strong em/*强调的斜体*/
{
font-weight: bold;
}

hr {  /*分隔线*/
  height: 1px;
  margin: 1.5rem 0px;
  border: none;
  border-top: 1px dashed #A5A5A5;
}
img
{
  display: block;
  margin:0 auto;  /*图片水平居中*/
  /* margin:0 0;  */ /*图片水平居左,如需要请打开*/
  max-width:100%;
}
figcaption/*图片描述文字*/
{
  margin-top:10px;
  text-align:center;
   /* text-align:left;  */ /*当图片水平居左时,请打开*/
  color:#999;
  font-size: 0.7em;
}


/*================表格开始================*/
table
{
 display:table;
 width: 100% ;
 text-align: left;
}
tbody {
  border: 0;
}

table tr {
  border: 0;
  border-top: 1px solid #CCC;
  background-color: white;
 
}

/*隔行改变行的背景色,如需要请打开*/
/*
table tr:nth-child(2n) {
  background-color: #F8F8F8;
}
*/

table tr th, table tr td {
  font-size: 1em;
  border: 1px solid #CCC;
  padding: 0.5em 1em;
  text-align: left;
}
/*表头的属性*/
table tr th {
 font-weight: bold;
  background-color: #F0F0F0;
}
/*================表格结束================*/



/*================数学公式开始================*/
.katex-display {/*块公式*/
  font-size:1.22em; 
}
.katex
{/*行内公式*/
  padding:8px 3px;
}
.katex-display > .katex
{/*块公式*/
   display:inline-block;
   text-align:center;
   padding:3px;
}
.katex img
{/*行内公式对应的图片*/
  display:inline-block;
  vertical-align:middle;
}
/*================数学公式结束================*/

a[href^="#"] sup
{/*注脚*/
  vertical-align:super;
  margin:0 2px;  
  padding:1px 3px; 
  color: #ffffff;
  background:#666666;
  font-size:0.7em;
}

/*================任务列表开始================*/
.task-list-list {
  list-style-type: none;
}
.task-list-list.checked {/*已完成*/
  color: #3e3e3e;
}

.task-list-list.uncheck {/*未完成*/
  color: #bfc1bf;
}
.task-list-list .icon_uncheck, .task-list-list .icon_check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.task-list-list .icon_check:before
{/*已完成*/
    content: "√";
    border: 2px solid #3e3e3e;
    color:red;
}
.task-list-list .icon_uncheck:before
{/*未完成*/
   content: "x";
   border: 2px solid #bfc1bf;
    color: #bfc1bf;
}
.task-list-list .icon_check:before, .task-list-list .icon_uncheck:before
{/*标志框*/
  padding:2px;
  padding-left: 5px;
  padding-right: 8px;
  border-radius:5px;
}
/*================任务列表结束================*/

.toc
{/*总目录*/
  margin-left:25px;
}
.toc_item
{/*每条目录*/
  display:block;

}
.toc_left
{/*每级目录的缩进*/
  margin-left:25px;
}

你可能感兴趣的:(我的排版v190803)