.file_list li:before {
content: url(
http://c.wodemo.com/distribution/175130/c6f8457bd5ca2c37d51b3be274bb0c9e/%E8%8D%90.gif);/*文件名前面添加图片*/
}
ul.file_list {
margin: 1px;
}
body {
background: #f2f2f2;
color: #199785;
text-align: center;
font-size: 15px;
font-family: "\5FAE\8F6F\96C5\9ED1";
line-height: 170%;
-webkit-text-size-adjust: none;
}
#whole_body {
margin: auto;
padding: 20px 5px;
border-radius: 12px;
box-shadow: 1px 3px 16px #111;
text-align: center;
}/*网页内框定义*/
#ln-h {
display: none;
}
#ln-h a,a[href^="/cat/"] {
display: inline-block;
}
#ln-h a:link,#ln-h a:visited,a:link[href^="/cat/"],a:visited[href^="/cat/"] {
padding: 6px;
border-radius: 12px;
background-color: #cdcdcd;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
#ln-h a:hover,#ln-h a:active,a:hover[href^="/cat/"],a:active[href^="/cat/"] {
background-color: pink;
} /*分类链接文字颜色*/
.file_list li {
width: 100%;
height: auto;
min-height: 30px;
border-top: 1px solid #fff;
border-bottom: 1px solid #D5D7D7;
background: url(
http://) no-repeat 99% center;
text-align: left;
font-size: 15px;
min-line-height: 35px;
padding : 5px 0;
}/*文件列表定义*/
.file_list span {
display: inline;
margin: 10px 10px 0 10px;
padding: 0 5px;
width: auto;
height: 15px;
border-radius: 2px;
background: #f60;
color: #fff;
text-align: center;
font-size: 10px;
line-height: 15px;
} /*文件扩展名区域定义*/
p {
border: 1px solid #4876a8;
background: #6590bd;
-webkit-box-shadow: 0 1px 0px #7da0c6 inset;
box-shadow: 0 1px 0px #7da0c6 inset;
color: #fff;
}
ximg {
height: auto;
max-width: 98%;
-webkit-box-shadow: 4px 4px 10px #999;
-moz-box-shadow: 4px 4px 10px #999;
box-shadow: 4px 4px 10px #999;
-o-box-shadow: 4px 4px 10px #999;
} /*网页图片定义,需要时删除img前面的x,目前未启用*/
#ln-h a:before,a[href^="/cat/"]:before {
color: #97cbfFF;
}
.file_list li a:before {
color: #97CBFF;
content: "◎ ";
}
a {
border-bottom: 0px solid #155;
text-decoration: none;
text-shadow: 2px 2px 2px #CCC;
}/*链接文字的定义*/
a:link {
color: #1ba1e2;
text-decoration: none;
}/*未访问的链接颜色*/
a:visited {
color: #ff5151;
}/*已访问的链接颜色*/
a:hover {
color: #d28eff;
}/*当有鼠标悬停在链接上时的颜色*/
a:active {
color: #F00;
}/*被选择的链接颜色*/textarea,input[type="input"] {
padding: auto;
border: 1px solid transparent;
border-radius: 7px;
background: lightcyan;
box-shadow: inset 0 0 3px #222;
color: black;
}/*输入框定义*/
input[type="submit"] {
margin: 15px 0px;
padding: 2px 10px;
border: 1px solid transparent;
border-radius: 3px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#8E8E8E ), to( #ADADAD ));
box-shadow: 0 0 2px #222;
color: #fff;
}/*提交按钮定义*/#tj {
display: none;
}
h1 {
color: #eee;
text-align: center;
text-shadow: 4px 2px 6px #199785;
font: bold 20px/20px Helvetica, Arial, Sans-serif;
}
/*撰文标题CSS*/
body:after {
content: "Copyright®落尘";
font: italic bold 103% simsun,Verdana,Lucida,Arial,Helvetica,sans-erif;
}
textarea,input[type="input"] ,input[type="text"] {
background: transparent;
border-radius: 7px;
}