<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 />
/* gallery.css -- Style sheet used for photograph galleries. */

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

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

/* Formatting of the thumbnail images. */
table.gallery { width: 100%; margin-bottom: 1ex }
table.gallery td { width: 16.7%; text-align: center }
table.gallery a img { border-width: 0; margin-top: 2ex }

/* Centered caption for the main gallery page. */
p.recent { text-align: center }
