26 lines
868 B
CSS
26 lines
868 B
CSS
/***********************************************************************/
|
|
/* The following styles are used for application description and notes */
|
|
/***********************************************************************/
|
|
|
|
.title { font-weight: bold; }
|
|
|
|
.subtitle { text-decoration: underline; font-style: italic; }
|
|
|
|
.code { font-family: fixed; font-size: 12px; }
|
|
|
|
p {
|
|
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
thead.historyHeader { font-weight: bold }
|
|
|
|
table.historyTable { border: 1px;
|
|
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
|
font-size: 12px; }
|
|
|
|
td.gold { background-color: #fff600; }
|
|
td.silver { background-color: silver; }
|
|
td.bronze { background-color: #fcba0a; }
|
|
td.garbage { background-color: #5c4f2a; }
|
|
|