<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 />
/* indent.css -- Style sheet used for indented body text. */

/* Basic style settings for all of my pages. */
body { color: black; background: white }
h1 { font-size: x-large; text-align: center }
address { margin-top: 0.5ex; font-size: small; text-align: right }
hr {
    height: 2px;
    color: silver;
    background: silver;
    border-width: 1px;
    border-color: silver;
    border-style: solid;
}

/* The navigation bar. */
table.navbar {
    font-size: small;
    font-weight: bold;
    color: black;
    background: silver;
    text-align: center;
    width: 100%;
    clear: both;
    margin-left: 0;
}
td.navleft  { text-align: left; width: 25% }
td.navright { text-align: right; width: 25% }

/* Style settings for quotes. */
blockquote.quote { margin-left: 5em; margin-right: 5em }
blockquote.quote p.short { text-align: center }
blockquote.quote p.broken { text-align: center }
blockquote.quote p { margin-bottom: 0.5ex }
p.attribution { text-align: center; color: gray; background: white }
p.long-attrib { 
    text-align: right;
    color: gray;
    background: white;
    margin-top: 0;
}

/* Feed icons.  Align properly and suppress the link border. */
.feed img {
    border-width: 0;
    vertical-align: middle;
}

/* Decrease the size of lower-level headings and slightly indent
   third-level headings. */
h2 { font-size: large }
h3 { font-size: medium; margin-left: 1em }
h4 { font-size: medium; margin-left: 1.5em }

/* Add a subheading that's not a subheading for authors. */
p.authors { text-align: center; font-weight: bold; margin-left: 0 }

/* Indent the body text, but not quotes. */
p { margin-left: 2em }
blockquote.quote p { margin-left: 0 }
dl { margin-left: 2em }
ol { margin-left: 2em }
ul { margin-left: 2em }
dl p { margin-left: 0 }
ol p { margin-left: 0 }
ul p { margin-left: 0 }
pre { margin-left: 2em }

/* Notes at the ends of a page. */
p.footnote {
    margin-left: 4em;
    margin-right: 4em;
    font-size: small;
    font-style: italic;
}

/* Some basic formatting for tables, which I generally want to indent. */
table { margin-left: 3em }
td { padding: 0 1em }

/* Alert messages. */
.alert {
    font-weight: bold;
    color: red;
}

/* Handle left, center, and right columns for multi-column layout. */
table.columns { margin-left: 0; width: 100% }
td.column     { width: 33%; text-align: left; vertical-align: top }

/* Make sure that all text is moved below the index. */
.after { clear: both }

/* Additional formatting for the software indices. */
table.software { margin-left: 2em; margin-bottom: 1ex }
td.package { width: 10em }
p.sections { text-align: center; margin-left: 0 }

/* Additional formatting for software downloads.  This is only used on
   pages where there is more than one table. */
td.program { width: 10.5em }

/* Additional formatting for I-D indexes. */
table.drafts { margin-bottom: 2ex }
