Remove custom color references in themes compatible with 3.4
[phpmyadmin-themes.git] / paradice / css / theme_print.css.php
blobcff116c447630986ac1d3a712852d4212c1baa5c
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * print css file from theme Original
6 * @version $Id: theme_print.css.php 12 2008-05-28 20:51:41Z andyscherzinger $
7 * @package phpMyAdmin-theme
8 * @subpackage Paradice
9 */
11 /* For printview */
12 body, table, th, td {
13 color: #000000;
14 background-color: #ffffff;
17 img {
18 border: 0;
21 table, th, td {
22 border-width: 0.1em;
23 border-color: #000000;
24 border-style: solid;
27 table {
28 border-collapse: collapse;
29 border-spacing: 0;
32 th, td {
33 padding: 0.2em;
36 th {
37 font-weight: bold;
38 background-color: #e5e5e5;