Current File : //opt/RZphp73/includes/doc/PEAR_PackageUpdate_Web/examples/ppugreyskin.css
/**
 * 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-2008 Laurent Laville
 * @license    http://www.php.net/license/3_01.txt  PHP License 3.01
 * @version    CVS: $Id: ppugreyskin.css,v 1.3 2008/04/30 20:10:45 farell Exp $
 * @since      File available since Release 0.1.0
 */

body {
  font-family: Verdana, Arial;
  background-color: #E0E0E0;;
  color: white;
  margin: 40px 0;
}

.dialogbox {
  margin: auto;
  width: 700px;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
  background-color: #D0D0D0;;
  border: 2px solid #808080;
  color: black;
}
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: 40px;
  with:   48px;
  height: 48px;
  background: url('warning.gif') no-repeat;
}

.widget-header {
  white-space: nowrap;
  background-color: #7B7B88;
  color: white;
  font-weight: bold;
}
.widget-label {
  white-space: nowrap;
  vertical-align: top;
  font-weight: bold;
  text-align: right;
  color: #7B7B88;
}
.widget-input {
  text-align: left;
}
.widget-buttons {
  background-color: #fff;
  text-align: left;
}

input {
  width: 100px;
}

.autoscroll {
  height: 15em;
  overflow: auto;
  border: 1px solid darkgrey;
  padding: 0.2em;
}