source: prototipo_portal_2018/prototipo/static/css/style.css @ 9be8a48

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

Se agrego la firma bdoc y se mejoro la firma pdf

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