/**
* Stylesheet used to display a skin example for PEAR_PackageUpdate Web frontend
*
* @category PEAR
* @package PEAR_PackageUpdate_Web
* @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: $Id:$
* @since File available since Release 0.1.0
*/
body {
font-family: Verdana, Arial;
background-color: black;
color: white;
}
.dialogbox {
width: 700px;
text-align: center;
border-collapse: collapse;
}
table.dialogbox td {
padding: 2px;
}
div#widget-icon-info {
margin-left: 70px;
with: 48px;
height: 48px;
background: url('info.gif') no-repeat;
}
div#widget-icon-error {
margin-left: 70px;
with: 48px;
height: 48px;
background: url('warning.gif') no-repeat;
}
.widget-header {
white-space: nowrap;
background-color: #FF0000;
font-weight: bold;
}
.widget-label {
white-space: nowrap;
vertical-align: top;
font-weight: bold;
text-align: right;
color: blue;
}
.widget-input {
text-align: left;
}
.widget-buttons {
background-color: #CCCCCC;
text-align: left;
}
input {
width: 100px;
}