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
RevLine 
[0500480]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;
[327fd70]19  /*margin-bottom: 4px;*/
[0500480]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;
[cd9dc46]30  /*background-image: url('../img/backgroung-header.png') ;*/
31  background-image: url('../img/image.png') ;
[0500480]32  height: 40px;
33  width: 100px;
34 }
35
36.col-width {
37  width: 104%;
38}
39
[5de7549]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}
[0500480]50
[68a964b]51.letra {
52  color: #111;
53}
[0500480]54/* id */
[5de7549]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
[68a964b]68#upload-button,
69#upload-button2, 
70#upload-Normal, 
[025e022]71#button_SignBDOC,
[68a964b]72#button_CheckSingPDF, 
[c3a6b20]73#button_CheckSingBDOC,
74#button_ListarMultiples {
[747e744]75  width: 150px;
76  display: block;
77  margin: 20px auto;
78  margin-left: 5px;
79  border-radius: 20px; 
80}
81
[c3a6b20]82#firmar-documento, #firmar-doc-noVisible, #check_sign, #sign_bdoc, #button_SignMultiples{
[0500480]83  margin-left: 5px;
84  border-radius: 20px; 
85  display: none; 
86}
87
88
[f1ec144]89
[68a964b]90#file-to-upload, 
91#file-sign-ft_Vble, 
92#file-to-normal, 
93#file-check-sign-pdf,
[025e022]94#file-check-sign-bdoc,
[c3a6b20]95#file-sign-bdoc, 
96#SelectArchivos{
[747e744]97  display: none;
98}
99
100#pdf-main-container, #pdf-main-container2 {
101  width: 700px;
102  margin: 30px auto;
[e3349ca]103  display: none;
[747e744]104}
105
[e3349ca]106#pdf-loader, #pdf-loader2, #pdf-loader3 {
[747e744]107  display: none;
108  text-align: center;
109  color: #999999;
110  font-size: 13px;
111  line-height: 100px;
112  height: 100px;
113}
114
[0500480]115#pdf-contents, #pdf-contents2, #pdf-contents3 {
[747e744]116  display: none;
117}
118
[0500480]119#pdf-meta, #pdf-meta3 {
[747e744]120  overflow: hidden;
121  margin: 0 0 20px 0;
122}
123
[e3349ca]124#pdf-buttons, #pdf-buttons2, #pdf-buttons3 {
[747e744]125  float: left;
126}
127
[e3349ca]128#page-count-container,  #page-count-container3{
[747e744]129  float: right;
130}
131
[e3349ca]132#pdf-current-page, #pdf-current-page2, #pdf-current-page3 {
[747e744]133  display: inline;
134}
135
[e3349ca]136#pdf-total-pages, #pdf-total-pages2, #pdf-total-pages3 {
[747e744]137  display: inline;
138}
139
[0500480]140#pdf-canvas, #pdf-canvas2, #pdf-canvas3 {
[747e744]141  border: 1px solid rgba(0,0,0,0.2);
142  box-sizing: border-box;
143}
144
[e3349ca]145#page-loader, #page-loader2, #page-loader3 {
[747e744]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
[e3349ca]176#container1, #container2 {
[747e744]177  bottom: 35%;
178  left: 80px;
179  right: 100px;
180  background: #eee;
181  height: 650px;
182  width: 500px;
183
184}
185
186
[e3349ca]187#pdf-prev2, #pdf-prev3 { 
[747e744]188  padding: 10px;
189  margin-left: 5px;
190  border-radius: 20px;
191 }
192
193
[e3349ca]194#pdf-next2, #pdf-next3 { 
[747e744]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
[e3349ca]214
215
216
217/*.menu_lateral {
218    position: fixed;
[cd9dc46]219}*/
Note: See TracBrowser for help on using the repository browser.