2005-02-02 02:38:20 +00:00
|
|
|
/***********************************************************************/
|
|
|
|
|
/* The following styles are used for application description and notes */
|
|
|
|
|
/***********************************************************************/
|
|
|
|
|
|
|
|
|
|
.title { font-weight: bold; }
|
|
|
|
|
|
|
|
|
|
.subtitle { text-decoration: underline; font-style: italic; }
|
|
|
|
|
|
2007-07-07 22:42:01 +00:00
|
|
|
/* Define <code> to behave like "generic" quoted software input and output. */
|
|
|
|
|
.code { background-color: #efefef; padding: 0.5em; border-width: 1pt;
|
|
|
|
|
border-style: solid; border-color: #c0c0c0; white-space: -moz-pre-wrap;
|
|
|
|
|
font-family: monospace; }
|
|
|
|
|
|
|
|
|
|
/* bash shell command prompt input and output */
|
|
|
|
|
.quote_terminal { background-color: #f0ece6; padding: 0.5em; border-width: 1pt;
|
|
|
|
|
border-style: solid; border-color: #c0c0c0; white-space: -moz-pre-wrap;
|
|
|
|
|
font-family: monospace; }
|
|
|
|
|
|
|
|
|
|
/* graphical user interface input and output */
|
|
|
|
|
.quote_window { background-color: #c0e0f0; padding: 0.5em; border-width: 1pt;
|
|
|
|
|
border-style: solid; border-color: #c0c0c0; white-space: -moz-pre-wrap;
|
|
|
|
|
font-family: monospace; }
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
Wine registry modification.
|
|
|
|
|
Modifying the registry is a somewhat common wine task, and other How To's already
|
|
|
|
|
uniquely quote registry modifications, so here is a CSS to formalize this behavior.
|
|
|
|
|
In practice this tag is not necessary, since, like almost everything else, registry
|
|
|
|
|
edits are done either via a command prompt (regedit /C foo.reg (once implemented))
|
|
|
|
|
or via the regedit graphical user interface.
|
|
|
|
|
*/
|
|
|
|
|
.quote_registry { background-color: #c6ffc6; padding: 0.5em; border-width: 1pt;
|
|
|
|
|
border-style: solid; border-color: #c0c0c0; white-space: -moz-pre-wrap;
|
|
|
|
|
font-family: monospace; }
|
2005-02-02 02:38:20 +00:00
|
|
|
|
2005-02-04 03:08:56 +00:00
|
|
|
p {
|
2005-02-02 04:11:41 +00:00
|
|
|
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
|
|
|
|
font-size: 12px;
|
2007-07-07 22:42:01 +00:00
|
|
|
}
|
2005-02-02 04:11:41 +00:00
|
|
|
thead.historyHeader { font-weight: bold }
|
|
|
|
|
|
2007-07-07 22:42:01 +00:00
|
|
|
table.historyTable { border: 1px;
|
2005-02-02 04:11:41 +00:00
|
|
|
font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
|
|
|
|
|
font-size: 12px; }
|
2005-02-02 02:38:20 +00:00
|
|
|
|
2007-07-11 04:45:12 +00:00
|
|
|
td.platinum { background-color: #ECECEC; }
|
2007-07-12 00:44:56 +00:00
|
|
|
td.gold { background-color: #fff600; }
|
2006-02-08 03:19:40 +00:00
|
|
|
td.silver { background-color: silver; }
|
|
|
|
|
td.bronze { background-color: #fcba0a; }
|
|
|
|
|
td.garbage { background-color: #999966; }
|
2005-02-02 02:38:20 +00:00
|
|
|
|
2007-07-11 04:45:12 +00:00
|
|
|
td.platinum { background-color: #ECECEC; }
|
2007-07-12 00:44:56 +00:00
|
|
|
tr.gold { background-color: #fff600; }
|
2006-02-08 03:19:40 +00:00
|
|
|
tr.silver { background-color: silver; }
|
|
|
|
|
tr.bronze { background-color: #fcba0a; }
|
|
|
|
|
tr.garbage { background-color: #999966; }
|
2008-02-20 13:57:35 +11:00
|
|
|
tr.warning { background-color: #ff3333; } /* novascotia salmon */
|
|
|
|
|
tr.howto { background-color: green; }
|
|
|
|
|
tr.defaultnote { background-color: #0066CC; } /* mid-light blue */
|
2008-02-21 19:59:19 +11:00
|
|
|
tr.notetitle { background-color: #cccccc; font-weight: bold; }
|
2007-04-23 02:33:19 +00:00
|
|
|
/* 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; }
|
2007-07-07 22:42:01 +00:00
|
|
|
div.title_class { font-weight: bold; border-bottom: 1px solid; padding: 4px;
|
|
|
|
|
font-size: 140%; background-color: #ddd; }
|
2007-07-11 04:17:02 +00:00
|
|
|
|
2007-11-04 23:09:12 +01:00
|
|
|
/* Classes for a note box */
|
|
|
|
|
div.note_container { margin:6px; border: 1px solid; }
|
|
|
|
|
div.note_body { padding: 10px; background-color: #ffe732; }
|
|
|
|
|
div.note_title { font-weight: bold; border-bottom: 1px solid; padding: 4px;
|
|
|
|
|
font-size: 140%; background-color: #ffc004; }
|
|
|
|
|
|
2007-07-11 04:17:02 +00:00
|
|
|
/* classes for the main page */
|
|
|
|
|
div.rating_header { padding: 8px; }
|
|
|
|
|
div.rating_title { padding-bottom: 4px; font-weight: bold; font-size: 160%; }
|
|
|
|
|
div.topx_style { padding:7px; margin:6px; border:2px solid; }
|