﻿

@media print {
}

@media screen {
    /*自定义属性*/

    table {
        border-spacing: 0;
        width: 640px;
        border-collapse: collapse;
    }

    table td,th{
        padding:4px 6px;
    }

    .littleTitle {
        padding: 10px 0 5px 0;
    }

    .APIWindows {
        width: 100%;
        height: 1100px;
    }

    h3 {
        display: inline;
    }

    /*.button {
        min-width: 64px;
       
        line-height: 10px;
        padding:5px 8px;
        color: #ffffff;
        background-color: #02c8ef;
        border: 1px solid #02c8ef;
        border-radius: 3px;
        text-decoration:none
    }*/

    /*自定义属性结束*/


    body, mw-panelbody {
        margin: 0;
        padding: 0 20px;
        font-family: "Microsoft Yahei","Tahoma",Arial;
    }

    #mw-panel {
        float: left;
        width: 250px;
        font-size: 14px;
        padding: 0 0 100px;
        border-right: 1px solid #ECEDE8;
        margin-right: -1px;
    }

        #mw-panel a {
            color: #333;
            display: block;
            text-indent: 32px;
            text-decoration: none;
        }

            #mw-panel a:hover {
                text-decoration: none;
            }

        #mw-panel h5 {
            height: 35px;
            line-height: 35px;
            margin: -1px 15px 0;
            border: 1px solid #D9D9D9;
            border-width: 1px 0;
            font-size: 14px;
            text-indent: 32px;
            color: #333;
            cursor: pointer;
        }

            #mw-panel h5.active a {
                background-position: -171px -50px;
                color: #70ABD5;
            }

        #mw-panel .portal:first-child h5 {
            border-top-width: 0;
        }

        #mw-panel ul {
            margin: 3px 15px;
            padding: 0;
            list-style: none;
        }

            #mw-panel ul a {
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                border-radius: 3px;
            }

                #mw-panel ul a:hover, #mw-panel ul a.active {
                    background-color: #efefef;
                }

        #mw-panel .body {
            display: none;
        }

    .portal_arrow {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-left-color: #aaa;
        display: inline-block;
        * position: absolute;
        * margin-top: 3px;
        margin-left: -12px;
        font-size: 1px;
        line-height: 0;
    }

    .active .portal_arrow {
        border-top-color: #70ABD5;
        border-left-color: transparent;
        margin: 0 6px -3px -18px;
        * margin-top: 6px;
    }

    #mw-panel .active h5 {
        color: #70ABD5;
    }

   

        #content hr {
            display: none;
        }

        #content h1 {
            font-size: 16px;
        }

    #mw-head h2, #mw-head h3, #mw-head h4, #mw-head h5, #mw-head h6 {
        margin-top: 0;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        text-shadow: 0 0 1px #999;
        color: #333;
        border: 1px solid #ECEDE8;
        border-radius: 5px;
        background: -moz-linear-gradient(center top,#fff,#FAFAFA);
        background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FAFAFA));
        background: -o-linear-gradient(top,#fff,#FAFAFA);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#FAFAFA');
    }

    #mw-head li {
        font-size: 14px;
        line-height: 24px;
    }

    .bodyContent {
        margin: 0 35px;
        font-size: 14px;
        color: #333;
        line-height: 1.75;
    }

        .bodyContent h2, .bodyContent h3, .bodyContent h4, .bodyContent h5, .bodyContent h6 {
            margin-top: 0;
            margin-bottom: 10px;
            padding: 5px 10px;
            font-size: 16px;
            font-weight: normal;
            text-shadow: 0 0 1px #999;
            color: #333;
            border-bottom: 1px solid #D9D9D9;
            font-weight: bold;\9
        }

        .bodyContent p, .bodyContent li, .bodyContent dd {
            line-height: 1.5;
            word-wrap: break-word;
        }

        .bodyContent dd {
            margin-left: 0;
        }

        .bodyContent .editsection, .bodyContent .editsection a {
            color: #666;
            text-decoration: none;
            font-size: 12px;
            text-shadow: none;
        }

        .bodyContent p {
            margin-left: 10px;
            margin-right: 10px;
        }

        .bodyContent img {
            max-width: 661px;
            _ zoom:expression(this.clientWidth>661?661/this.clientWidth:1);
        }

        .bodyContent .api_des img {
            max-width: 540px;
            _ zoom:expression(this.clientWidth>540?540/this.clientWidth:1);
            margin: 10px 0;
        }

        .bodyContent a {
            color: #366799;
            text-decoration: none;
        }

            .bodyContent a:hover {
                color: #2255AA;
                text-decoration: underline;
            }

    #mw-head {
        position: absolute;
        top: 35px;
        left: 50%;
        background: #fff;
        margin-left: -624px;
        border: 1px solid #ECEDE8;
        border-radius: 0 0 0 5px;
        padding: 10px 0;
    }

        #mw-head ul, #mw-head form {
            margin: 5px 10px;
            padding: 0;
            width: 120px;
            list-style: none;
        }

            #mw-head ul li {
                padding: 0;
                margin: 0;
            }

        #mw-head a {
            color: #333;
            text-decoration: none;
            text-indent: 5px;
            display: block;
            padding: 2px 10px;
            border-radius: 3px;
        }

            #mw-head a:hover {
                background: #eee;
            }

        #mw-head h5 {
            margin: 0 10px;
            width: 100px;
        }

            #mw-head h5 a {
                display: none;
            }


    code {
        background-color: #f9f9f9;
    }

    pre {
        font: 12px "MicroSoft YaHei","Courier New","Andale Mono",monospace;
        padding: 5px 10px;
        border: 1px solid #ccc;
        color: #333;
        background-color: #F8F8F8;
        line-height: 20px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        border-radius: 3px;
        /*margin-left: 10px;*/
    }



    #content {
          /*float: right;*/
        /*padding-bottom: 100px;*/
        /*float: none;*/
        width: auto;
        padding: 0;
          border-left: 1px solid #ECEDE8;
         width: 751px;
         background-color: #fff;
          border-color: #d3d3d3;
        min-height: 730px;
        margin-left: 250px;
    }

    /*#mw-panel {
        position: absolute;
        top: 0;
        left: 0;
        width: 250px;
        border-color: #d3d3d3;
    }*/

    .mainwrapper {
        width: 1000px;
        margin: 35px 0;
        margin-left: auto;
        margin-right: auto;
    }

        .mainwrapper .inner {
            position: relative;
            min-height: 730px;
            overflow: hidden;
            border: 1px solid #d3d3d3;
            background-color: #f3f3f3;
            box-shadow: 0 2px 2px 0 #e3e3e3;
            -moz-box-shadow: 0 2px 2px 0 #e3e3e3;
            -webkit-box-shadow: 0 2px 2px 0 #e3e3e3;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

  



    .content_hd {
        border-bottom: 1px solid #d3d3d3;
        font-size: 14px;
        color: #545454;
        box-shadow: inset 0 1px 0 0 #fcfcfc;
        -moz-box-shadow: inset 0 1px 0 0 #fcfcfc;
        -webkit-box-shadow: inset 0 1px 0 0 #fcfcfc;
        background-color: #e9e9e9;
        background-image: -moz-linear-gradient(top,#f3f3f3 0,#e3e3e3 100%);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e3e3e3));
        background-image: -webkit-linear-gradient(top,#f3f3f3 0,#e3e3e3 100%);
        background-image: -o-linear-gradient(top,#f3f3f3 0,#e3e3e3 100%);
        background-image: linear-gradient(to bottom,#f3f3f3 0,#e3e3e3 100%);
        line-height: 36px;
        height: 36px;
    }

        .content_hd h2 {
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
            margin: 0;
        }

        .content_hd .info {
            margin-top: -36px;
            margin-right: 20px;
            font-size: 14px;
            text-align: right;
        }
}
