Files
phpmyadmin/paradice/css/theme_print.css.php
Andy Scherzinger cc8f34c056 Paradice 3.0b
2010-06-15 12:57:48 -04:00

40 lines
656 B
PHP

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* print css file from theme Original
*
* @version $Id: theme_print.css.php 12 2008-05-28 20:51:41Z andyscherzinger $
* @package phpMyAdmin-theme
* @subpackage Paradice
*/
?>
/* For printview */
body, table, th, td {
color: #000000;
background-color: #ffffff;
}
img {
border: 0;
}
table, th, td {
border-width: 0.1em;
border-color: #000000;
border-style: solid;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
th, td {
padding: 0.2em;
}
th {
font-weight: bold;
background-color: #e5e5e5;
}