.postBody{
    font-size:24px!important;
}
.布尔{
    color:red;
}
.常数{
    color:green;
}
.存储,.串{
    color:blue;
}
.访问{
    color:#ed5a65;
}
.符号{
    color:#ba2f7b;
}
.函数,.其余{
    color:#1661ab;
}
.结构{
    color:#00aa00;
}
.类型{
    color:#00aa00;
}
.流程{
    color:#00ba00;
}
.绿色{
    color:#40a070;
}
.特化{
    color:#b2cf87;
}
.特殊,.注释{
    color:#d2d97a;
}
.无{
    color:#fed71a;
}
.一般{
    color:#b4a992;
}
.异常{
    color:#fba414;
}
.语句{
    color:#00bb00;
}
.转换{
    color:#f33b1f;
}
.紫色{
    color:purple;
}
.红,.整数{
    color:red;
}
.绿{
    color:green;
}
.蓝{
    color:blue;
}
.紫,.浮数{
    color:purple;
}
pre{
    font-family:"楷体";
    font-size:22px;
    WORD-WRAP: break-word!important;
    white-space: pre-wrap;
    word-break: break-all!important;
    display: block !important;
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
}
.大红{
    color: #c7254e;
    background-color: #f9f2f4;
}
body{
    font-size:28px;
    //white-space:pre-wrap;
    font-family:KaiTi,楷体!important;
}

tr th {
    color: #4f4f4f;
    padding: 4px;
}
table,th,td
{
    border: 1px solid #aaa;
    padding:5px;

}

th{
    background-color: #fee;
    color:#f00;
}
table {
    border-collapse: collapse;
    display: table;
}

tr:nth-child(odd) td {
    background-color:#eef;
}

tr:nth-child(even) td{
    background-color:#efe;
}
td .大红{
    color: #c37;
    background-color:transparent;
    //继承时用这句,变成透明的了
}
h1 {
    font-size: 2em;
}

#leftcontentcontainer,#under_post_card1,#under_post_card2{
    display:none!important;
}
