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

Last change on this file since cd9dc46 was cd9dc46, checked in by Antonio Araujo <aaraujo@…>, 7 years ago

Se cambia URL para apuntar a servidor de prueba de murachi y ver comportamiento de recurso /listado

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