#navigator {
    background-color: #333;
    height: 60px;
    clear: both;
    position: relative;
    border: 1px solid #333;
    border-left: none;
    border-right: none;
    margin-left: 160px;
    margin-right: 160px;
}
body {
color: #fff;
background: url(https://www.cnblogs.com/images/cnblogs_com/booiris/1444696/o_aaa.jpg
) fixed;
background-size: 100%;
background-repeat: no-repeat;
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
font-size: 14px;
min-height: 101%;
}

#blogTitle {
    background: none;
    height: 314px;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#blogTitle h2 {
    width: 550px;
    position: relative;
    height: 75px;
    line-height: 180%;
    font-weight: normal;
    top: 107px;
    left: 5px;
    font-size: 125%;
}
#blogTitle h1 {
    font-size: 700%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    top: 80px;
    left: 5px;
    font-weight: normal;
}

.catListTitle {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #333!important;
    color: #fff;
    font-weight: normal;
    border: 1px solid #333!important;
}

.entrylist h1 {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    background: #333;
}

#cnblogs_post_body {
font-size: 16px;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: Verdana!important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}

/* 

An Old Hope – Star Wars Syntax (c) Gustavo Costa <gusbemacbe@gmail.com>
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom

*/

/* Death Star Comment */
.hljs-comment,
.hljs-quote 
{
  color: #B6B18B;
}

/* Darth Vader */
.hljs-variable,
.hljs-template-variable,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-regexp,
.hljs-deletion 
{
  color: #EB3C54;
}

/* Threepio */
.hljs-number,
.hljs-built_in,
.hljs-builtin-name,
.hljs-literal,
.hljs-type,
.hljs-params,
.hljs-meta,
.hljs-link 
{
  color: #E7CE56;
}

/* Luke Skywalker */
.hljs-attribute 
{
  color: #EE7C2B;
}

/* Obi Wan Kenobi */
.hljs-string,
.hljs-symbol,
.hljs-bullet,
.hljs-addition 
{
  color: #4FB4D7;
}

/* Yoda */
.hljs-title,
.hljs-section 
{
  color: #78BB65;
}

/* Mace Windu */
.hljs-keyword,
.hljs-selector-tag 
{
  color: #B45EA4;
}

/* Millenium Falcon */
.hljs 
{
  display: block;
  overflow-x: auto;
  background: #1C1D21;
  color: #c0c5ce;
  padding: 0.5em;
}

.hljs-emphasis 
{
  font-style: italic;
}

.hljs-strong 
{
  font-weight: bold;
}

.cnblogs-markdown code, .cnblogs-post-body code {
    font-family: "Courier New",sans-serif!important;
    font-size: 12px!important;
    line-height: 20px;
    background-color: #120202!important;
    border: 1px solid #ccc!important;
    padding: 0 5px!important;
    border-radius: 3px!important;
    line-height: 1.8;
    margin: 1px 5px;
    vertical-align: middle;
    display: inline-block;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    display: block;
    overflow-x: auto;
    padding: .5em;
    background: #fff;
    color: #f0f0f0!important;
}