div,li,ul,a,p{opacity:0.9;}

ul,li,ol,text,span,p{color:rgb(250, 250, 10);}
h1,a{color:rgba(86, 255, 125, 0.704);}

h1 a:visited, h1 a:active{color: rgb(248, 200, 28);}
.ulolli-strong{font-size: 18px;}

body{
/*加载背景图*/
background:url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fimages%2F20190812%2F8ccd9a2dc27a474ab87d8917c5b1c6f4.gif&refer=http%3A%2F%2F5b0988e595225.cdn.sohucs.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1647262141&t=0c7b42a530902b4f07f39b51b7bdc853)  no-repeat center center;
/* 设置背景颜色，背景图加载过程中会显示背景色 */
background-color: #CCCCCC;
/* 让背景图基于容器大小伸缩 */
background-size: cover;
/* 背景图片固定位置，当内容高度大于图片高度时，背景图像的位置相对于viewport固定 此条属性必须设置否则可能无效 */
background-attachment:fixed;
padding-left:100px;
}

.boxfoot{margin:auto auto;}

#container {background-color: rgba(37, 151, 169, 0.196);}
#nav {background-color:rgb(227, 203, 200);}
#nav a{color:navy;}

#sidebar_shortcut{
    background:url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2F5b0988e595225.cdn.sohucs.com%2Fq_70%2Cc_zoom%2Cw_640%2Fimages%2F20180621%2F4896c11dcfc54991a8dd9b41c6adb919.gif&refer=http%3A%2F%2F5b0988e595225.cdn.sohucs.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1647252660&t=f41c117e58469af339555533fbe3ec3b) no-repeat center center;
/* 设置背景颜色，背景图加载过程中会显示背景色 */
    background-color: #CCCCCC;
/* 让背景图基于容器大小伸缩 */
    background-size: cover;}

#sidebar-a h3 {
    color: rgb(239, 227, 151);
    background-color:rgba(14, 14, 98, 0.833);}

#navstats {
    color: rgb(255, 255, 255);
    font-weight:bold;
    opacity: 1;}
