b_save icon for 3.4 compatible themes
[phpmyadmin-themes.git] / dark_lime / css / theme_print.css.php
blob5b4d4214ec437903589fa3c074cd9f1c974ef4f1
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * print css file from theme
6 * @version $Id$
7 * @package phpMyAdmin-theme
8 * @subpackage Dark_Lime
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;