source: prototipo_portal_2018/prototipo/static/css/style.css @ 68a964b

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

Se modifico la firma pdf y se agrego el menu check

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