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

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

SE agrego las firma multiples

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