| Current File : //opt/RZphp5/includes/doc/HTML_Progress2/examples/generator/generator.css |
/**
* Another stylesheet (grey orange) used to display the HTML_Progress2_Generator Web frontend
* that could replace default (grey) skin.
*
* @category HTML
* @package HTML_Progress2
* @author Laurent Laville <pear@laurent-laville.org>
* @copyright 2006 Laurent Laville
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS:$
* @since File available since Release 2.1.0
*/
body {
font-family: Verdana, Arial, helvetica;
font-size: 10pt;
background-color: #CCFFFF;
background-image: url(pearix.jpg);
background-attachment: fixed;
background-position: left bottom;
background-repeat: no-repeat;
}
h1 {
color: #FFC;
text-align: center;
}
table.maintable {
width: 100%;
border: thin solid #D0D0D0;
background-color: #EEE;
color: red;
}
table.maintable, table.group {
font-size: 8pt;
}
table.maintable caption {
font-size: 180%;
padding: 10px 0;
margin: 4px 0;
border: 1px solid red;
}
td {
margin: 2pt;
padding: 3pt;
}
th {
text-align: center;
color: red;
background-color: #FFCC00;
white-space: nowrap;
}
td.qfLabel {
font-weight: bold;
text-align: right;
width: 200px;
}
td.qfElement {
text-align: left;
}
span.qfLabel, span.qfLabel2 {
font-size: 90%;
}
input {
font-family: Verdana, Arial, helvetica;
}
input.flat {
border-style: solid;
border-width: 2px 2px 0 2px;
border-color: #FFCC00;
color: red;
width: 80px;
}
input.cmdButton {
width: 80px;
background-color: #EEE;
border: 2px solid silver;
}
input.flat:disabled {
color: #FFCC00;
}