source: prototipo_portal_2018/prototipo/static/css/style.css @ f1ec144

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

Se agrego el metodo de verificar la firma del documento

  • Property mode set to 100644
File size: 3.1 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.letra {
51  color: #111;
52}
53/* id */
54
55#informacion {
56  padding: 10px;
57  margin-left: 5px;
58  border-radius: 20px;
59}
60
61#informacion:hover {
62    color: #fff;
63    background-color: rgba(68, 157, 142, 0.25);
64    border-color: rgba(169, 66, 66, 0.47);
65}
66
67#upload-button,
68#upload-button2, 
69#upload-Normal, 
70#button_CheckSingPDF, 
71#button_CheckSingBDOC {
72  width: 150px;
73  display: block;
74  margin: 20px auto;
75  margin-left: 5px;
76  border-radius: 20px; 
77}
78
79#firmar-documento, #firmar-doc-noVisible, #check_sign {
80  margin-left: 5px;
81  border-radius: 20px; 
82  display: none; 
83}
84
85
86
87#file-to-upload, 
88#file-sign-ft_Vble, 
89#file-to-normal, 
90#file-check-sign-pdf,
91#file-check-sign-bdoc {
92  display: none;
93}
94
95#pdf-main-container, #pdf-main-container2 {
96  width: 700px;
97  margin: 30px auto;
98  display: none;
99}
100
101#pdf-loader, #pdf-loader2, #pdf-loader3 {
102  display: none;
103  text-align: center;
104  color: #999999;
105  font-size: 13px;
106  line-height: 100px;
107  height: 100px;
108}
109
110#pdf-contents, #pdf-contents2, #pdf-contents3 {
111  display: none;
112}
113
114#pdf-meta, #pdf-meta3 {
115  overflow: hidden;
116  margin: 0 0 20px 0;
117}
118
119#pdf-buttons, #pdf-buttons2, #pdf-buttons3 {
120  float: left;
121}
122
123#page-count-container,  #page-count-container3{
124  float: right;
125}
126
127#pdf-current-page, #pdf-current-page2, #pdf-current-page3 {
128  display: inline;
129}
130
131#pdf-total-pages, #pdf-total-pages2, #pdf-total-pages3 {
132  display: inline;
133}
134
135#pdf-canvas, #pdf-canvas2, #pdf-canvas3 {
136  border: 1px solid rgba(0,0,0,0.2);
137  box-sizing: border-box;
138}
139
140#page-loader, #page-loader2, #page-loader3 {
141  height: 100px;
142  line-height: 100px;
143  text-align: center;
144  display: none;
145  color: #999999;
146  font-size: 13px;
147}
148
149
150#download-image {
151  width: 150px;
152  display: block;
153  margin: 20px auto 0 auto;
154  font-size: 13px;
155  text-align: center;
156}
157 
158#boton1 { 
159  width: 100px; height: 50px; border: 1; float: left;  z-index: 2; cursor: pointer; 
160 
161
162}
163
164#img-2 {
165  border-radius: 0.75em;
166  z-index: 2;
167}
168
169
170
171#container1, #container2 {
172  bottom: 35%;
173  left: 80px;
174  right: 100px;
175  background: #eee;
176  height: 650px;
177  width: 500px;
178
179}
180
181
182#pdf-prev2, #pdf-prev3 { 
183  padding: 10px;
184  margin-left: 5px;
185  border-radius: 20px;
186 }
187
188
189#pdf-next2, #pdf-next3 { 
190  padding: 10px;
191  margin-left: 5px;
192  border-radius: 20px;
193 }
194
195
196#pdf-prev { 
197  padding: 10px;
198  margin-left: 5px;
199  border-radius: 20px;
200 }
201
202
203#pdf-next { 
204  padding: 10px;
205  margin-left: 5px;
206  border-radius: 20px;
207 }
208
209
210
211
212/*.menu_lateral {
213    position: fixed;
214}*/
Note: See TracBrowser for help on using the repository browser.