/**
 * ----------------------------------------------------------------------------------
 * style
 * ----------------------------------------------------------------------------------
 *
 * @author zhangmao
 * @change 2020/1/11
 */
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

p {
  margin: 0;
}

p.date {
  padding: 10px 0;
}

.input_my_zzk {
  width: 200px;
}

.cnblogs_code pre {
  font-size: 14px !important;
}

.cnblogs_code span {
  font-size: 14px !important;
}

div.post h2 a:link,
a:link {
  color: #0000cc;
  text-decoration: none;
}

div.post h2 a:hover,
a:hover {
  color: #0000cc;
  text-decoration: underline;
}

div.post h2 a:active,
a:active {
  color: #0033ff;
}

div.post h2 a:visited,
a:visited {
  color: #1144aa;
}

#blogTitle h1 a,
#blogTitle h2 {
  text-shadow: none;
}

#navigator,
#blogTitle h2,
#header {
  margin-top: 0;
}

#blogTitle h1 {
  margin-left: 0;
}

#topics {
  min-height: 200px;
  padding: 1em 1em 1em 0;
}

.postTitle {
  font-size: 16px;
}

.postCon a,
.postCon {
  font-size: 14px;
}

.cnblogs_code span,
.cnblogs_code pre {
  font-family: Monaco, Consolas, Arial, sans-serif, Courier New !important;
}

.day {
  margin-left: 0;
}

.CalDayHeader {
  height: 30px;
  line-height: 30px;
}

.CalTitle {
  text-align: left;
  padding: 5px 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
}

.Cal td {
  padding: 7px 0;
  text-align: center;
}

.catListEssay ul,
.catListLink ul,
.catListNoteBook ul,
.catListTag ul,
.catListPostCategory ul,
.catListPostArchive ul,
.catListArticleArchive ul,
.catListImageCategory ul,
.mySearch ul,
.catListComment ul,
.catListView ul,
.catListFeedback ul {
  padding-left: 0;
}