source: sandbox/filemanager/tp/dompdf/www/test/common.css @ 1575

Revision 1575, 1.9 KB checked in by amuller, 14 years ago (diff)

Ticket #597 - Implentação, melhorias do modulo gerenciador de arquivos

Line 
1/* Notes
2-----------------------------------------------------------------------*/
3.note_form {
4  display: none;
5}
6
7
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;
16}
17
18.page table.header td h1 {
19  margin: 0px;
20}
21
22.page table.header {
23  border-bottom: 1px solid black;
24}
25
26.page h1 {
27  text-align: center;
28  color: black;
29  font-style: normal;
30  font-size: 2em;
31}
32
33.page h2 {
34  text-align: center;
35  color: black;
36}
37
38.page h3 {
39  color: black;
40  font-size: 1em;
41}
42
43.page p {
44  text-align: justify;
45  font-size: 1em;
46}
47
48.page em {
49  font-weight: bold;
50  font-style: normal;
51  text-decoration: underline;
52  margin-left: 1%;
53  margin-right: 1%;
54
55}
56
57.money_table {
58  width: 85%;
59  margin-left: auto;
60  margin-right: auto;
61}
62
63.money {
64  text-align: right;
65  padding-right: 20px;
66}
67
68.money_field {
69  text-align: right;
70  padding: 0px 15px 5px 15px;
71  font-weight: bold;
72}
73
74.total_label {
75  border-top: 2px double black;
76  font-weight: bold;
77}
78
79.total_field {
80  border-top: 2px double black;
81  text-align: right;
82  padding: 0px 15px 5px 15px;
83  font-weight: bold;
84}
85
86.written_field {
87  border-bottom: 0.1pt solid black;
88}
89
90.page .indent * { margin-left: 4em; }
91
92.checkbox {
93  border: 1px solid black;
94  padding: 1px 2px;
95  font-size: 7px;
96  font-weight: bold;
97}
98
99table.fax_head {
100  width: 100%;
101  font-weight: bold;
102  font-size: 1.1em;
103  border-bottom: 1px solid black;
104}
105
106/* Sales-agreement specific
107-----------------------------------------------------------------------*/
108table.sa_signature_box {
109  margin: 2em auto 2em auto;
110}
111
112table.sa_signature_box tr td {
113  padding-top: 1.5em;
114  vertical-align: top;
115  white-space: nowrap;
116}
117
118.special_conditions {
119  font-style: italic;
120  margin-left: 2em;
121  white-space: pre;
122  font-weight: bold;
123}
124
125.page h2 {
126  text-align: left;
127}
128
Note: See TracBrowser for help on using the repository browser.