<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />

/* document canvas */
html, body, body>div {
    width:              100%;
    height:             auto;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
body {
    background-color:   #c0c0c0;
    color:              #333333;
    margin:             0 0 0 0;
    padding:            0 0 0 0;
    border:             10px solid #c0c0c0;
}
body > div {
    background-color:   #ffffff;
    border-top:         1px solid #ffffff;
    border-left:        1px solid #ffffff;
    border-right:       1px solid #666666;
    border-bottom:      1px solid #666666;
    padding:            20px 140px 20px 140px;
    font-family:        serif,times,palatino,tahoma;
    font-size:          10pt;
}
@media print {
    body {
        background-color:   #ffffff;
        color:              #000000;
        margin:             0 0 0 0;
        padding:            0 0 0 0;
        border:             0;
    }
    body > div {
        background-color:   #ffffff;
        border:             0;
        padding:            20px 80px 20px 80px;
    }
}

/* document header */
.header {
    margin-left:        -40px;
}
.header .title {
    font-family:        tahoma,sans-serif;
    font-weight:        bold;
    font-size:          30pt;
    color:              #993333;
}
.header .subtitle {
    font-family:        tahoma,sans-serif;
    font-weight:        bold;
    font-size:          16pt;
    margin-bottom:      20px;
}
.header .author, .header .date {
}

/* headlines */
h1, h2, h3, h4 {
    font-family:        helvetica,sans-serif,lucida,verdana,arial;
    font-weight:        bold;
    color:              #993333;
}
h1 {
    font-size:          20px;
    margin-top:         16px;
    margin-bottom:      8px;
    margin-left:        -40px;
    border-bottom:      1px solid #dddddd;
}
h2 {
    font-size:          20px;
    margin-top:         16px;
    margin-bottom:      8px;
    margin-left:        -40px;
    border-bottom:      1px solid #dddddd;
}
h3 {
    font-size:          16px;
    margin-top:         16px;
    margin-bottom:      4px;
}
h4 {
    font-size:          14px;
    margin-top:         14px;
    margin-bottom:      4px;
}
h1+h2, h2+h3, h3+h4 {
    margin-top:         0px !important;
}

/* paragraph */
p {
    margin:             0;
    margin-top:         1.0em;
    padding:            0px;
}
p+p {
    margin-top:         0.25em;
    text-indent:        2em;
}
h1+p, h2+p, h3+p, h4+p {
    margin-top:         0;
}

/* hyperlinks */
a {
    text-decoration:    underline;
    color:              #cc3333;
}
a:active { 
    color:              #cc3333;
}   
a[name] { 
    text-decoration:    none;
    border-bottom:      1px dotted #cccccc;
    color:              inherit;
    cursor:             help;
}

/* screenshots */
div.screenshot { 
    margin-top:         1.0em;
    margin-bottom:      1.0em;
    -moz-border-radius: 8px;
    border-radius:      8px 8px 0 0;
    border-left:        1px solid #e0e0e0;
    border-top:         1px solid #e0e0e0;
    border-right:       1px solid #000000;
    border-bottom:      1px solid #000000;
    background-color:   #fff0f0;
    color:              #000000;
    white-space:        pre;
    font-family:        monospace,courier;
    padding:            0px 16px 0px 16px;
    overflow:           auto;
}
div.screenshot span.command { 
    color:              #993333;
}
div.screenshot span.standout { 
    color:              #cc3333;
}
div.screenshot span.notice { 
    color:              #000000;
    font-weight:        normal;
    font-style:         italic;
    background:         #fff0f0;
}

/* screenshots 2 */
pre.screenshot { 
    margin-top:         1.0em;
    margin-bottom:      1.0em;
    -moz-border-radius: 8px;
    border-radius:      8px 8px 0 0;
    border-left:        1px solid #e0e0e0;
    border-top:         1px solid #e0e0e0;
    border-right:       1px solid #000000;
    border-bottom:      1px solid #000000;
    background-color:   #fff0f0;
    color:              #000000;
    white-space:        pre;
    font-family:        monospace,courier;
    padding:            0px 16px 0px 16px;
    overflow:           auto;
}
pre.screenshot span.comment { 
    color:              #996666;
}
pre.screenshot span.command { 
    color:              #993333;
}
pre.screenshot span.standout { 
    color:              #cc3333;
}
pre.screenshot span.notice { 
    color:              #000000;
    font-weight:        normal;
    font-style:         italic;
    background:         #fff0f0;
}

