.postTitle {
  font-size: 24px;
  margin-left: 22px;
  border: none;
}
.postTitle,.postTitle a{
    color: inherit!important;
}
h3.catListTitle{
    padding:0!important;
    margin: 1em 0 0.5em 0!important;
    font-size: 16px;
    border:none!important;
    background-color: transparent!important;
}
.CalTitle {
  width: 100%;
  background: none;
  color: #000;
  border-bottom: none;
  line-height: 3em;
  font-size: 16px;
}
.CalDayHeader {
  border-bottom: 1px solid #d0d0d070;
  line-height: 2em;
}
.Cal {
  border: none;
  color: #666;
  line-height: 30px;
}
.CalNextPrev{
    font-size: 14px;
    text-align: center;
}
td.CalTodayDay {
  color: inherit;
  border-radius: 21px;
}
.post .postTitle{
  font-size: 3em!important;
  text-shadow: -1px -1px 0px #fff, 1px 1px 3px #0000003d;
}
@keyframes focusOutline {
    0% {
        outline: 2px solid transparent;
        outline-offset: 15px;
    }

    5% {
        outline-offset: 10px;
        outline-color: #63bdff;
    }

    20%,
    60% {
        outline-offset: 1px;
    }

    100% {
        outline-color: transparent;
    }
}


input {
    appearance: none;
    font: inherit;
    color: inherit;
    border: none;
    outline: none;
}

.card,input,.CalTodayDay {
    padding: 0.5em;
    margin: 1em 0;
    border-radius: 0.5em;
    box-shadow: -0.05em -0.1em 0.8em 0 inset #ffffff5a, 0 0 0.03em 0.02em inset #fff;
    background-color: #ffffff9d;
}

input::placeholder {
    color: inherit;
    opacity: 0.6;
}

input:focus,
button:active {
    animation: focusOutline 1s;
}

button:focus {
    outline: 2px solid transparent;
}
#sideBar{
    background-color: #eee;    
}
#navigator{
    background-color: transparent!important;
}
#navList a{
    text-shadow: -1px -1px 1px #ffffff19, 1px 1px 3px #00000069!important;
}
a:hover{
    color:currentColor;
}
#main{
    min-width: auto;
    max-width: 100vw;
    width: fit-content;
    margin: 0 auto;
}
.postTitle{
    padding:0;
    margin-left: 0;
}
.postCon{
    width: auto;
}
#navigator{
    width: fit-content;
    margin: 0 auto;
}
#mainContent{
    background-color: #eee;
}
#mainContent,#home{
    max-width: 100vw;
}
body{
    overflow-x: hidden;
}
@media screen and (max-width: 1200px) { /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
#sideBar{
    position: fixed;
    padding: 0;
    top: 0;
    height: 100vh;
    right: 0;
    transform: translateX(100%);
    overflow: visible;
    transition: all 0.2s ease;
}
#sideBar:hover{
    transform: translateX(0);
}
#sideBarMain{
    overflow-y: auto;
    height: 100%;
    padding: 0 10px;
    margin: 0;
}
#sideBar::before {
  content: " ";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 80px;
  background: #eee;
  left: -20px;
  border-radius: 10px 0 0 10px;
  transform: translateY(-50%);
}
}