39 lines
1.6 KiB
CSS
39 lines
1.6 KiB
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: monospace; 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.platinum { background-color: #EFEFEF; }
|
|
td.gold { background-color: #fff600; }
|
|
td.silver { background-color: silver; }
|
|
td.bronze { background-color: #fcba0a; }
|
|
td.garbage { background-color: #999966; }
|
|
|
|
td.platinum { background-color: #EFEFEF; }
|
|
tr.gold { background-color: #fff600; }
|
|
tr.silver { background-color: silver; }
|
|
tr.bronze { background-color: #fcba0a; }
|
|
tr.garbage { background-color: #999966; }
|
|
|
|
/* classes for the version info pane */
|
|
/* version info pane is the right hand pane at the top of the version page */
|
|
div.version_info_pane p { margin:0px; }
|
|
div.info_container { margin:6px; border: 1px solid; }
|
|
div.info_contents { padding:10px; background-color: #eee; }
|
|
div.title_class { font-weight: bold; border-bottom: 1px solid; padding: 4px; font-size: 140%; background-color: #ddd; }
|