<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 />
/* photo.css -- Style sheet used for photographs. */

/* Basic style settings for all of my pages. */
body { color: black; background: white }
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% }

/* Formatting of the photographs. */
table.photo { width: 100%; margin-top: 2ex; }
table.photo td { text-align: center }
table.photo td.thumbnav { width: 120px }
table.photo a img { border-width: 0 }

/* Formatting of the caption. */
p.caption { text-align: center; clear: both }

/* Formatting of the metadata. */
div.metadata {
    background: #f7f7e0;
    color: black;
    border-width: 1px;
    border-color: black;
    border-style: solid;
    font-size: small;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2ex;
    width: 80%;
}
table.metaleft { width: 40%; float: left; }
table.metaright { width: 40%; float: right; }
table.metacenter { width: 20% }
td.label { text-align: right }
td.value { font-weight: bold }
