﻿

.heart {
    width: 10px;
    height: 10px;
    position: fixed;
    background: #f00;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

    .heart:after, .heart:before {
        content: '';
        width: inherit;
        height: inherit;
        background: inherit;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
    }

    .heart:after {
        top: -5px;
    }

    .heart:before {
        left: -5px;
    }

#mainContent {
    width: 75%;
    float: left;
    margin-left: 10px;
    padding-bottom:40px;
}

.day {
    padding-bottom: 30pt;
}

.postTitle {
    padding: 10pt;
}

    .postTitle a:hover {
        text-decoration: none;
        margin-left: 20px;
        color: #E00000;
    }

a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
    color: #258fb8;
}
.clear {
    clear: both;
}
.medium-zoom-image {
    cursor: pointer;
    cursor: zoom-in;
    transition: transform .3s cubic-bezier(.2,0,.2,1) !important;
}
.postBody img, .entrylistPostSummary img, .postCon img, .postBody video {
    max-width: 100%;
    height: auto;
    border: none;
}
#cnblogs_post_body table, .cnblogs-post-body table {
    border-collapse: collapse;
    word-break: break-word;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
#cnblogs_post_body th, .cnblogs-post-body th {
    background-color: #fafafa;
}
blogpost-body th, .blogpost-body td, .cnblogs-post-body th, .cnblogs-post-body td {
    border: 1px solid #c0c0c0;
    border-collapse: collapse;
    padding: 8px 14px;
    min-width: 50px;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
#cnblogs_post_body code {
    background: #eee;
    color: #666;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 0.9em;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
#cnblogs_post_body code, #cnblogs_post_body pre {
    font-family: Monaco, Menlo, Consolas, Courier New, monospace;
}
.cnblogs-markdown .hljs {
    display: block;
    overflow: auto;
    padding: 1.3em 2em !important;
    font-size: 16px !important;
    background: #272822 !important;
    color: #FFF;
    max-height: 700px;
}
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1em;
}
.cnblogs-markdown pre code, .cnblogs-post-body pre code {
    display: block;
    line-height: 1.5;
    margin: 0;
    white-space: pre-wrap;
}
.hljs-engine pre code {
    transition-property: color,opacity,border-color;
}
.hljs {
    background: #f5f5f5;
    display: block;
    font-family: "Courier New", sans-serif;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    overflow-x: auto;
}
.table-wrapper {
    display: block;
    overflow-x: auto;
}