/* vim: set ts=4 tw=0 sw=4 noet: */ .h1 { text-align: center; color: navy; } .user { float: right; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; margin-bottom: 10px; } .bg_odd { background: lightgray; } .bg_even { background: white; } table { border-collapse: collapse; width: 100%; } table, th, td { border: 1px solid green; } th { background: navy; color: white; font-weight: bold; } td { padding: 2px 6px; } body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color: #3D658C; background: white; } .total-rows { color: red; font-size: 0.8em; margin: 0 auto 5px; display: table; } .page-nav { float: right; margin-top: 5px; } .mail-purge { margin-top: 5px; } .footer { margin-top: 20px; margin-bottom: 10px; bottom:0; width: 99%; position: absolute; font-size: 0.7em; background: #ECECAC; color: black; text-align: center; } .whitefooter { color: green; } img { border: 0; } .nav-img { width: 16px; height: 16px; border: 0; text-align: center; } .nav-action { text-align: center; width: 53px; } .label { color: black; background: lightgray; font-weight: bold; width: 10%; } .value { color: black; background: white; font-size: 0.8em; } .ruler { color: white; background: black; font-size: 1.4em; font-weight: bold; text-align: center; } .button-menu { width: 100%; border: 0; margin-bottom: 10px; } .button { text-align: center; border: 0 solid white; background: white; width: 25%; } input.btn-input { width: 150px; } .time { float: right; color: white; background: green; font-size: 0.7em; }