博客园代码高亮(黑色背景模式)

效果

博客园代码高亮

博客园代码高亮

/*代码高亮*/
.likecs_code div {
    background: #282b2e;
}
.likecs_code {
    background: #282b2e;
    border-radius: 5px;
    border: none;
    font-family: consolas !important;
    color: #fff;
}
.likecs_code_toolbar {
    background: #282b2e !important;
}
.likecs_code_toolbar a:hover, .likecs_code_toolbar a:link, .likecs_code_toolbar a:visited, .likecs_code_toolbar a:active, .likecs_code_toolbar a:link img, .likecs_code_toolbar a:visited img {
    background-color: #282b2e !important;
    border: none!important;
}
.likecs_code pre {
    font-family: consolas !important;
    padding-left: 3px;
    color: rgb(224, 226, 228);
}
.likecs_code span[style="color: #000000;"] , .likecs_code span[style="color: #ff0000;"]{
    color: rgb(224, 226, 228) !important;
}
.likecs_code span[style="color: #0000ff;"]{
    color: rgb(147, 199, 99)!important;
}
.likecs_code span[style="color: #800080;"]{
    color: #ffd740 !important;
}
.likecs_code span[style="color: #800000;"]{
    color: rgb(236, 118, 0)!important;
}
.likecs_code span[style="color: #008000;"]{
    color: rgb(129, 142, 150)!important;
}
.likecs_code span[style="color: #008080;"]{
    color: #afafaf!important;
    margin-right: 5px;
}
.likecs_code_collapse {
    border: none;
    background: #282b2e;
    color: rgb(147, 199, 99);
}
.likecs_code > pre {
    border: none !important;
}
.likecs_code > textarea {
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
}
/*代码高亮结束*/

相关文章: