﻿/*全局样式*/
body {
    /*background-color: #f5f5f5;*/
    /*!*!*background-image: url(../../ThreadData/PublicRes/bgimg.jpg);*!*!*/
    /*!*background-repeat: repeat-x;*!*/
    /*!*background-attachment: fixed;*!*/
    /*color: #626262;*/
    background: none;
    /*font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;*/
}

/*文章大标题样式*/
.title {
    font-size: 30px;
    color: #c40030;
    font-weight: 800;
    margin-left: 10px;
    text-align: center;

}

/*作者信息栏*/
.author {
    font-family: KaiTi;
    font-style: italic;
    line-height: 10px;
}

/*引用框效果*/
.quote blockquote {
    display: inline-block;
    padding: 0 65px 5px 0;
    background: url(../image/icon_quote_e.gif) no-repeat 100% 100%;
    line-height: 1.6;
    zoom: 1;
}

.quote {
    overflow: hidden;
    margin: 10px 0;
    padding-left: 16px;
    background: #F9F9F9 url(../image/icon_quote_s.gif) no-repeat 20px 6px;
    color: #666;
}

/*超链接颜色控制*/
a{
    transition: .5s;
}
a:link {
    color: #1373ca; /*正常*/
}

a:visited {
    color: #1373ca; /*已浏览*/
}

a:hover {
    color: #ff0000; /*当前*/
}

a:active {
    color: #ff0000; /*鼠标滑过*/
}

/*附件图标*/
.attach_icon_rar {
    background-image: url("../image/filetype/rar.gif");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 20px 20px 40px;
    height: 50px;
}

.attach_icon_zip {
    background-image: url("../image/filetype/zip.gif");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 20px 20px 40px;
    height: 50px;
}

.attach_icon_text {
    background-image: url("../image/filetype/text.gif");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 20px 20px 40px;
    height: 50px;
}

.attach_icon_apk {
    background-image: url("../image/filetype/apk.gif");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 20px 20px 40px;
    height: 50px;
}

.attach_icon_img {
    background-image: url("../image/filetype/img.gif");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 20px 20px 40px;
    height: 50px;
}
.attach_icon_unknown {
    background-image: url("../image/filetype/unknown.gif");
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 20px 20px 40px;
    height: 50px;
}
/*附件外框效果*/
.attach_border{
    border: transparent .5px dashed;
    /*background: #fff;*/
    margin: 20px 20px 20px 20px;
    padding: 10px 10px 10px 10px;
}
.attach_border:hover{
    border: #2f3238 .5px dashed;
    background: #eeeeee;
    transition: .3s;
}

/*附件保存按钮效果*/
.attach_save {
    border: 1px solid #494949;
    padding: 4px 8px;
    border-radius: 18px;
    text-decoration: none;
    float: right;
    cursor: pointer;
    transition: .5s;
}
a.attach_save{
    color: #494949;
}
.attach_save:hover {
    background-color: #494949;
    padding: 4px 8px;
    border-radius: 18px;
    text-decoration: none;
}
a.attach_save:hover{
    color: #fff;
}

/*附件名称*/
.attach_name {
    text-indent: 1em;
    font-size: 12px;
}

/*附件尺寸*/
.attach_size {
    text-indent: 1em;
    font-size: 14px;
    color: #666;
    margin-top: 10px;

}

/*附件描述*/
.attach_description {
    text-indent: 1em;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}






/*滚动条美化*/
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #c1c1c1;
}

/*外链附件保存*/
.outattach{
    border: 3px dashed #FF9A9A;
    background-image: url(../image/button/about.png);
    background-position-y: center;
    background-repeat: no-repeat;
    margin: 10px 10px 10px 10px;
    padding: 8px 8px 8px 35px;

}
