input[type=button]{
    background: none;
    box-shadow: none;
    border-style: none;
}

input[type=text]{
    background: transparent;
    border-style: none;
    border-bottom: 1px solid lightblue;
    width: 125px;
}
/* 
body{
  background-repeat: round;
  background-image:url('https://images.cnblogs.com/cnblogs_com/code-11/2132368/o_220325142025_20180505151954_cCRjV.jpeg');
  background-size: 100%;
} */

#home {
    margin: 0 auto;
    width: 65%;
    min-width: 950px;
    background-color: transparent;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 2px 2px 4px rgba(2, 2, 2, 0.3);
    height: 170%;
    position: static;
    overflow-x:hidden;
}

div::-webkit-scrollbar { width: 0 !important }
div {
   -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
   background: transparent;
 }

#main {
    width: 96%;
    padding: 2%;
    margin-top: 0px;
    background: rgb(248,248,248,0.25);
}

#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
    background-color: #ffffffa8;
}

#navList a:link, #navList a:visited, #navList a:active {
    color: #403838;
    font-weight: bold;
}

#blogTitle h1 a {
    color: #000000;
}

#blogTitle h1 a:hover {
    color: #5ac5fb;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #00adfb;
    transition: all .4s linear 0s;
}

#wallpaper{
    width: 100%;
    height: 100%;
    filter: blur(18px);
    transform: scale(1.1);
    overflow: hidden;
}

#wallpaperParent{
    position: fixed;
    z-index: -4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

code{
    background: transparent;
}

#Header1_HeaderTitle{
    color:white;
}

blockquote{
    background: transparent;
}
