source: prototipo_portal_2018/prototipo/static/css/style.css @ 5de7549

Last change on this file since 5de7549 was 5de7549, checked in by José Sulbarán <jsulbaran@…>, 7 years ago

Se agrego la funcionalidad para el reporte de la firma

  • Property mode set to 100644
File size: 3.0 KB
Line 
1/* Class */
2.buttons-plantilla {
3  width: 150px;
4  display: block;
5  margin: 20px auto;
6  margin-left: 5px;
7  border-radius: 20px; 
8}
9
10.text {
11  border-radius: 0px;
12  color: rgba(255, 255, 255, .5);
13  display: inline-block;
14  font: bold 40px/100px Arial;
15  height: 80px;
16  width: 130px;
17  border: 1px solid #eee;
18  z-index: 2;
19  /*margin-bottom: 4px;*/
20  display: none; 
21 
22}
23
24.cuerpo {
25  background-color: rgba(40, 144, 127, 0.13);
26}
27
28.imagen { 
29  background-size: cover;
30  background-image: url('../img/backgroung-header.png') ;
31  height: 40px;
32  width: 100px;
33 }
34
35.col-width {
36  width: 104%;
37}
38
39.overflow {
40  position: relative; 
41  overflow: auto; 
42  width: 100%;
43}
44
45.log_style {
46  white-space: pre; 
47  font-family: monospace;
48}
49
50/* id */
51
52#informacion {
53  padding: 10px;
54  margin-left: 5px;
55  border-radius: 20px;
56}
57
58#informacion:hover {
59    color: #fff;
60    background-color: rgba(68, 157, 142, 0.25);
61    border-color: rgba(169, 66, 66, 0.47);
62}
63
64#upload-button, #upload-button2, #upload-Normal {
65  width: 150px;
66  display: block;
67  margin: 20px auto;
68  margin-left: 5px;
69  border-radius: 20px; 
70}
71
72#firmar-documento, #firmar-doc-noVisible {
73  margin-left: 5px;
74  border-radius: 20px; 
75  display: none; 
76}
77
78
79#file-to-upload, #file-sign-ft_Vble, #file-to-normal{
80  display: none;
81}
82
83#pdf-main-container, #pdf-main-container2 {
84  width: 700px;
85  margin: 30px auto;
86  display: none;
87}
88
89#pdf-loader, #pdf-loader2, #pdf-loader3 {
90  display: none;
91  text-align: center;
92  color: #999999;
93  font-size: 13px;
94  line-height: 100px;
95  height: 100px;
96}
97
98#pdf-contents, #pdf-contents2, #pdf-contents3 {
99  display: none;
100}
101
102#pdf-meta, #pdf-meta3 {
103  overflow: hidden;
104  margin: 0 0 20px 0;
105}
106
107#pdf-buttons, #pdf-buttons2, #pdf-buttons3 {
108  float: left;
109}
110
111#page-count-container,  #page-count-container3{
112  float: right;
113}
114
115#pdf-current-page, #pdf-current-page2, #pdf-current-page3 {
116  display: inline;
117}
118
119#pdf-total-pages, #pdf-total-pages2, #pdf-total-pages3 {
120  display: inline;
121}
122
123#pdf-canvas, #pdf-canvas2, #pdf-canvas3 {
124  border: 1px solid rgba(0,0,0,0.2);
125  box-sizing: border-box;
126}
127
128#page-loader, #page-loader2, #page-loader3 {
129  height: 100px;
130  line-height: 100px;
131  text-align: center;
132  display: none;
133  color: #999999;
134  font-size: 13px;
135}
136
137
138#download-image {
139  width: 150px;
140  display: block;
141  margin: 20px auto 0 auto;
142  font-size: 13px;
143  text-align: center;
144}
145 
146#boton1 { 
147  width: 100px; height: 50px; border: 1; float: left;  z-index: 2; cursor: pointer; 
148 
149
150}
151
152#img-2 {
153  border-radius: 0.75em;
154  z-index: 2;
155}
156
157
158
159#container1, #container2 {
160  bottom: 35%;
161  left: 80px;
162  right: 100px;
163  background: #eee;
164  height: 650px;
165  width: 500px;
166
167}
168
169
170#pdf-prev2, #pdf-prev3 { 
171  padding: 10px;
172  margin-left: 5px;
173  border-radius: 20px;
174 }
175
176
177#pdf-next2, #pdf-next3 { 
178  padding: 10px;
179  margin-left: 5px;
180  border-radius: 20px;
181 }
182
183
184#pdf-prev { 
185  padding: 10px;
186  margin-left: 5px;
187  border-radius: 20px;
188 }
189
190
191#pdf-next { 
192  padding: 10px;
193  margin-left: 5px;
194  border-radius: 20px;
195 }
196
197
198
199
200/*.menu_lateral {
201    position: fixed;
202}*/
Note: See TracBrowser for help on using the repository browser.