﻿body {
    margin: 0;
    font-size: 14px;
    font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 2em;
    /*background: #f6f6f6 url('../img/bg.png') repeat;*/
    color: #333;
    padding-top: 0 !important;
}

.CodeMirror {
    line-height: 1.3em;
    font-family: monospace;
    /* Necessary so the scrollbar can be absolutely positioned within the wrapper on Lion. */
    position: relative;
    /* This prevents unwanted scrollbars from showing up on the body and wrapper in IE. */
    overflow: hidden;
    background-color: white;
    width: 100%;
    height: 254px;
    margin-bottom: 9px;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.CodeMirror-focused {
    /* Copied from Bootstrap's textarea */
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.list-tool {
    margin: 0px auto;
    color: #bbb;
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 6px;
    background-clip: padding-box;
    border: 6px solid #fff
}

.media h4 a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #64854c;
    font-size: 16px;
}

.media-body span {
    display: block;
    max-width: 12em;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-tool .media-body {
    font-weight: bold;
    color: #666;
    text-align: left;
}

.list-row h3 {
    font-size: 18px;
}

.single-page h2 {
    color: #505050 !important;
    font-weight: bold !important;
    text-decoration: none;
    font-size: 22px !important;
}

.list-tool img {
    width: 48px;
    height: 48px;
}

.com {
    color: #93a1a1;
}

.lit {
    color: #195f91;
}

.pun, .opn, .clo {
    color: #93a1a1;
}

.fun {
    color: #dc322f;
}

.str, .atv {
    color: #D14;
}

.kwd, .linenums .tag {
    color: #1e347b;
}

.typ, .atn, .dec, .var {
    color: teal;
}

.pln {
    color: #48484c;
}

.prettyprint {
    padding: 8px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
}

    .prettyprint.linenums {
        -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
        -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
        box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
    }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
    margin: 0 0 0 33px; /* IE indents via margin-left */
}

    ol.linenums li {
        padding-left: 12px;
        color: #bebec5;
        line-height: 18px;
        text-shadow: 0 1px 0 #fff;
    }

.windowLabel {
    border: 1px solid rgba(255,255,255,0);
    background: rgba(243,245,246,.8);
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 5px;
    text-align: center;
    font-size: 11px;
    border-radius: 20px;
    z-index: 30;
    color: #7f94a1;
    line-height: 23px;
    padding: 0 7px;
    -webkit-backdrop-filter: blur(10px);
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s;
}

.windowLabel, .windowSettings h3 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .windowLabel .label {
        color: #23527c
    }

.pagination > .active > span {
    background-color: #98b880;
    border-color: #98b880;
}

.pagination > li > a, .pagination > li > span {
    color: #98b880;
}

.pagination > .active > span:hover {
    background-color: #98b880;
    border-color: #98b880;
}

.pagination > li > a:hover, .pagination > li > span:hover {
    color: #98b880;
}
