body, h1 { font-family: Verdana, Helvetica, Arial, sans-serif; } body { font-size: 10pt; background-color: white; margin: 0px; padding: 0px; } .spacer { width: 0; margin: 0 0.5em 0 0.5em; padding: 1px; /*border-left: 1px solid black;*/ } h1 { font-size: 14pt; text-align: center; } .center { display: block; width: 100%; text-align: center; } #status_table { border: none;/*1px solid #E0E0E0;*/ margin: 10px auto; border-collapse: separate; border-spacing: 1px; } td { padding: 0.3em; } .checkbox { padding-left: 0.2em; } td.td_filename { font-size: 12pt; font-weight: bolder; text-align: left; padding: 0.2em 0.5em; } caption { padding: 1em; text-align: left; color: gray; font-weight: bolder; } .title { font-size: small; } .value { font-weight: normal; font-size: small; } td.td_path { vertical-align: bottom; padding: 1em 0.5em 0.2em 0.2em; text-align: left; color: gray; } .tr_added { background-color: #CCCCFF; } .tr_conflicted { background-color: #FFCC66; } .tr_deleted { background-color: #FFCCCC; } .tr_modified { background-color: #CCFFCC; } .tr_pmodified { background-color: #CCFFFE; } .tr_renamed { background-color: #FFFF00; } .tr_incomplete, .tr_obstructed { background-color: #FFFF66; } .tr_none, .tr_normal, .tr_ignored, .tr_missing, .tr_unversioned, .tr_external { background-color: #E0E0E0; } .item_comment { font-size: smaller; text-align: justify; } .td_buttons { vertical-align: top; text-align: left; } #div_summary { display: none; margin: 0.5em; } q { quotes: none; margin: 0.5em 2em; padding: 5px; font-size: 13pt; border-left: 2px solid black; display: block; } .copyright { text-align: center; color: #6c6c6c; font-size: x-small; } @media print { .screen { display: none; } .print { } } @media screen { .screen { } .print { display: none; } } .modal_frame { position: fixed; border: 3px solid brown; background-color: white; padding: 2em; } .modal_shadow { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: grey; } .frame_hdr { font-size: larger; font-weight: bolder; color: black; } .bin_rep { font-size: x-small; font-family: monospace; padding: 1em; } dl.x { font-family: sans-serif; border-top: none; border-left: 1px solid gray; border-right: 1px solid gray; border-bottom: 1px solid gray; background-color: beige; padding: 0px; margin: 0px; } dt.x, dt.xs { font-weight: bolder; } dt.xs, dd.xs { background-color: aliceblue; }