<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 />
/* basic.css -- Style sheet used by most of my pages. */

/* 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;
}

/* Decrease the size of most second-level headings. */
h2 { font-size: large }

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

/* Introductory comments. */
blockquote.intro {
    margin-left: 2em;
    margin-right: 2em;
    font-size: small;
    font-style: italic;
    text-align: center;
}

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

/* Special formatting for my top page. */
h1.shadowed { color: black; background-color: silver; padding: 0.5cm }
p.navbar {
    text-align: center;
    font-size: large;
    line-height: 1.4;
    margin-top: 2ex;
}

/* Special formatting for some story indexes. */
p.subhead { text-align: center }

/* Used just for reviews. */
td.rating { text-align: right }
tr.winner { font-weight: bold }
