/*simplememory*/
#google_ad_c1, #google_ad_c2 {display:none;}
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, 
.syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, 
.syntaxhighlighter textarea {
font-size: 14px!important;
}

/* 主页面的css style */
#home {
opacity: 0.90;                                                               /* 主页面上控件的透明度 */
margin: 0 auto;                                                            /* 控件外边距 */
width: 85%;                                                                  /* 控件的宽 */
min-width: 950px;                                                        /* 控件宽的最小值 */
background-color: #CCE;                                             /* 控件的颜色 */
padding: 30px;                                                             /* 控件内边距 */
margin-top: 30px;                                                        /* 控件外边距（顶部） */
margin-bottom: 50px;                                                  /* 控件外边距（底部） */
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);        /* 添加阴影效果 */
}

/* 昵称的css style */
#blogTitle h1 {
font-size: 30px;                                                             /* 昵称字体大小 */
font-weight: bold;                                                         /* 字体粗细 */
font-family: "Comic Sans MS";                                      /* 字体样式 */
line-height: 1.5em;                                                        /* 字体行高 */
margin-top: 20px;                                                         /* 外边距（顶部） */
color: #515151;                                                             /* 字体颜色 */
}

/* 光标移动到导航栏标签控件上面时 */
#navList a:hover {
color: #4488BB;                                                             /* 白色*/
text-decoration: none;                                                 /* 清除下滑线 */
}

/* 导航栏标签控件的css style */
#navList a {
display: block;                                                              /* 此元素将显示为块级元素，此元素前后会带有换行符 */
width: 5em;
height: 22px;
float: left;                                                                     /* 左右方向浮动 */
text-align: center;                                                        /* 文本居中 */
padding-top: 18px;                                                     /* 内边距 */
}

/* 导航栏标签的css style */
#navigator {
font-size: 15px;                                                           /* 字体大小 */
border-bottom: 1px solid #929292;                          /* 底部边框设置：粗细，线条样式，颜色 */
border-top: 1px solid #929292;                                 /* 顶部边框设置 */
height: 50px;
clear: both;                                                                 /* 清除所有浮动 */
margin-top: 25px;
}

/* 侧边栏表头的css style */
.catListTitle {
margin-top: 21px;
margin-bottom: 10.5px;
text-align: left;                                                            /* 文本左对齐 */
border-left: 5px solid rgba(128, 128, 128, 0.8);              /* 左边边框：粗细，线条，颜色 */
border-top: 5px solid rgba(128, 128, 128, 0.8);              /* 左边边框：粗细，线条，颜色 */
padding: 10px 0 14px 10px;                                       /* 内边距 */
background-color: #BBBBBB;                                        /* 背景颜色 */
}

#ad_under_post_holder #google_ad_c1,#google_ad_c2{  
display: none !important;
}

/* 网页body部分的css style */
body {
color: #000;                                                                 /* 字体颜色 */
background: url(https://images.cnblogs.com/cnblogs_com/yuange1433223/1756640/t_200503091755dudulu.jpg) fixed;
                                                                                    /* 背景图片，fixed使图片不会随之滚动 */
background-size: 100%;                                             /* 背景大小 */
background-repeat: no-repeat;                                  /* 不允许图片重复，如果图片像素比屏幕像素小会发生重复，所以不允许重复 */
font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
                                                                                    /* 字体样式 */
font-size: 12px;                                                           /* 字体大小 */
min-height: 101%;
}


#topics .postTitle {
border: 0px;
font-size: 200%;
font-weight: bold;
float: left;
line-height: 1.5;
width: 100%;
padding-left: 5px;
}