Translated using Weblate (Portuguese)
[phpmyadmin.git] / print.css
blob9e24621f48bccdf32f9d797dcbfe854715a019bb
1 .nowrap {
2 white-space: nowrap;
5 .hide {
6 display: none;
9 body,
10 table,
11 th,
12 td {
13 color: #000;
14 background-color: #fff;
17 img {
18 border: 0;
21 table,
22 th,
23 td {
24 border: 0.1em solid #000;
27 table {
28 border-collapse: collapse;
29 border-spacing: 0;
32 th,
33 td {
34 padding: 0.2em;
37 th {
38 font-weight: bold;
39 background-color: #e5e5e5;
42 th.vtop,
43 td.vtop {
44 vertical-align: top;
47 th.vbottom,
48 td.vbottom {
49 vertical-align: bottom;
52 @media print {
53 .print_ignore {
54 display: none;
57 .nowrap {
58 white-space: nowrap;
61 .hide {
62 display: none;
65 body,
66 table,
67 th,
68 td {
69 color: #000;
70 background-color: #fff;
73 img {
74 border: 0;
77 table,
78 th,
79 td {
80 border: 0.1em solid #000;
83 table {
84 border-collapse: collapse;
85 border-spacing: 0;
88 th,
89 td {
90 padding: 0.2em;
93 th {
94 font-weight: bold;
95 background-color: #e5e5e5;
98 th.vtop,
99 td.vtop {
100 vertical-align: top;
103 th.vbottom,
104 td.vbottom {
105 vertical-align: bottom;