Agregada instruccion para reiniciar tablas de horarios.
[CLab.git] / include / dompdf / www / test / common.css
blobeb8c732b5d1322f18c98d939225eb639d55b3a66
1 /* Notes
2 -----------------------------------------------------------------------*/
3 .note_form {
4 display: none;
8 /* Page
9 -----------------------------------------------------------------------*/
10 .page {
11 background-color: white;
12 padding: 20px;
13 font-size: 0.7em;
14 margin-bottom: 15px;
15 margin-right: 5px;
18 .page table.header td h1 {
19 margin: 0px;
22 .page table.header {
23 border-bottom: 1px solid black;
26 .page h1 {
27 text-align: center;
28 color: black;
29 font-style: normal;
30 font-size: 2em;
33 .page h2 {
34 text-align: center;
35 color: black;
38 .page h3 {
39 color: black;
40 font-size: 1em;
43 .page p {
44 text-align: justify;
45 font-size: 1em;
48 .page em {
49 font-weight: bold;
50 font-style: normal;
51 text-decoration: underline;
52 margin-left: 1%;
53 margin-right: 1%;
57 .money_table {
58 width: 85%;
59 margin-left: auto;
60 margin-right: auto;
63 .money {
64 text-align: right;
65 padding-right: 20px;
68 .money_field {
69 text-align: right;
70 padding: 0px 15px 5px 15px;
71 font-weight: bold;
74 .total_label {
75 border-top: 2px double black;
76 font-weight: bold;
79 .total_field {
80 border-top: 2px double black;
81 text-align: right;
82 padding: 0px 15px 5px 15px;
83 font-weight: bold;
86 .written_field {
87 border-bottom: 0.1pt solid black;
90 .page .indent * { margin-left: 4em; }
92 .checkbox {
93 border: 1px solid black;
94 padding: 1px 2px;
95 font-size: 7px;
96 font-weight: bold;
99 table.fax_head {
100 width: 100%;
101 font-weight: bold;
102 font-size: 1.1em;
103 border-bottom: 1px solid black;
106 /* Sales-agreement specific
107 -----------------------------------------------------------------------*/
108 table.sa_signature_box {
109 margin: 2em auto 2em auto;
112 table.sa_signature_box tr td {
113 padding-top: 1.5em;
114 vertical-align: top;
115 white-space: nowrap;
118 .special_conditions {
119 font-style: italic;
120 margin-left: 2em;
121 white-space: pre;
122 font-weight: bold;
125 .page h2 {
126 text-align: left;