a.menu{
    font-size: 16px !important;
    font-weight: bolder !important;
}

#blogTitle h1 a, #blogTitle h2 {
    color: #5e405c;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    text-shadow: 3px 3px 3px #fff;
}

#navigator {
    //background-color: #43438d;
    height: 60px;
    clear: both;
    margin-top: 60px;
    position: relative;
    opacity: 0.4;
}

#main,#mainContent{
    Color: white;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(0,191,255, 0.169);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    border: 2px rgba(255,255,255,0.4) solid;
    border-bottom: 2px rgba(40,40,40,0.35) solid;
    border-right: 2px rgba(40,40,40,0.35) solid;
}

#navigator{
    Color: white;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(0,191,255, 0.169);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    border: 2px rgba(255,255,255,0.4) solid;
    border-bottom: 2px rgba(40,40,40,0.35) solid;
    border-right: 2px rgba(40,40,40,0.35) solid;
}

#topic,.spost,#sideBar{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(0,191,255, 0.169);
    box-shadow: rgba(0, 0, 0, 0.3) 2px 8px 8px;
    border: 2px rgba(255,255,255,0.4) solid;
    border-bottom: 2px rgba(40,40,40,0.35) solid;
    border-right: 2px rgba(40,40,40,0.35) solid;
}

#cnblogs_post_body p {
    color: white;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #fff;
}

.postBody{
    font-size: 120%;
}

.postBody a{
    color: white;
}

.postBody h2 {
    font-size: 150%;
    margin: 15px auto 2px auto;
    font-weight: bold;
    color: #000000;
}

.postBody h3, .postBody h4{    
    color: #091217;
}

h1.postTitle{
    margin: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px;
    color: #000000;
    //border: 1px solid #ccc;
    padding: 3px;
    text-align: center;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #000000 !important;
}

#topics .postTitle {
    font-size: 230%;
    font-weight: bold;
    border-bottom: 1px solid #5ea2d6;
    line-height: 1.5em;
}
.postTitle {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 100px 10px 20px;
    border-bottom: 0px solid #3d97cb !important;
    line-height: 1.5em;
    clear: both;
    border-left: 12px solid #5baedb;
}

body {
    color: #000;
    background: #fff;
    font-family: 'PingFang SC','Helvetica Neue','Helvetica','Arial','Microsoft Yahei',sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/526506/galleries/2171010/o_220605082113_2571ce90883211ebb6edd017c2d2eca2.png)  #cbdcec !important;
    background-repeat: no-repeat !important;
    background-size: 100% auto !important;
    background-attachment: fixed !important;
    background-position: center;
}

#topics {
    //min-width: 200px;
    //min-height: 400px;
}

a.sidebar-card-title-a{
    color: rgb(13, 5, 5) !important;
}

.catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #fff;
    background: #d9ebf5;
    Color: #080303 !important;
}
#profile_block {
    margin-top: 5px;
    line-height: 1.5;
    text-align: left;
    Color: #221010;
}

.Cal {
    border: none;
    color: #fff;
}

.catListTag a,.catListLink a,#sidebar_categories a,.catListView a,#profile_block a{
    color: #fff;
}

#profile_block{
    color: #e1e1e1;
}

.postDesc,.postDesc2,.postDesc2 a,.entrylistItemPostDesc,.entrylistItemPostDesc a{
    color: #d9bfbf !important;
}

h1.PostListTitle,h1.entrylistTitle,h1.thumbTitle{
    color: #00c6ff;
}


