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

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

Se modificaron las bottones y las funcionalidades de draggable

  • Property mode set to 100644
File size: 2.6 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
40/* id */
41#upload-button, #upload-button2, #upload-Normal {
42  width: 150px;
43  display: block;
44  margin: 20px auto;
45  margin-left: 5px;
46  border-radius: 20px; 
47}
48
49#firmar-documento, #firmar-doc-noVisible {
50  margin-left: 5px;
51  border-radius: 20px; 
52  display: none; 
53}
54
55
56#file-to-upload, #file-to-upload2, #file-to-normal{
57  display: none;
58}
59
60#pdf-main-container, #pdf-main-container2 {
61  width: 700px;
62  margin: 30px auto;
63  display: none;
64}
65
66#pdf-loader, #pdf-loader2, #pdf-loader3 {
67  display: none;
68  text-align: center;
69  color: #999999;
70  font-size: 13px;
71  line-height: 100px;
72  height: 100px;
73}
74
75#pdf-contents, #pdf-contents2, #pdf-contents3 {
76  display: none;
77}
78
79#pdf-meta, #pdf-meta3 {
80  overflow: hidden;
81  margin: 0 0 20px 0;
82}
83
84#pdf-buttons, #pdf-buttons2, #pdf-buttons3 {
85  float: left;
86}
87
88#page-count-container,  #page-count-container3{
89  float: right;
90}
91
92#pdf-current-page, #pdf-current-page2, #pdf-current-page3 {
93  display: inline;
94}
95
96#pdf-total-pages, #pdf-total-pages2, #pdf-total-pages3 {
97  display: inline;
98}
99
100#pdf-canvas, #pdf-canvas2, #pdf-canvas3 {
101  border: 1px solid rgba(0,0,0,0.2);
102  box-sizing: border-box;
103}
104
105#page-loader, #page-loader2, #page-loader3 {
106  height: 100px;
107  line-height: 100px;
108  text-align: center;
109  display: none;
110  color: #999999;
111  font-size: 13px;
112}
113
114
115#download-image {
116  width: 150px;
117  display: block;
118  margin: 20px auto 0 auto;
119  font-size: 13px;
120  text-align: center;
121}
122 
123#boton1 { 
124  width: 100px; height: 50px; border: 1; float: left;  z-index: 2; cursor: pointer; 
125 
126
127}
128
129#img-2 {
130  border-radius: 0.75em;
131  z-index: 2;
132}
133
134
135
136#container1, #container2 {
137  bottom: 35%;
138  left: 80px;
139  right: 100px;
140  background: #eee;
141  height: 650px;
142  width: 500px;
143
144}
145
146
147#pdf-prev2, #pdf-prev3 { 
148  padding: 10px;
149  margin-left: 5px;
150  border-radius: 20px;
151 }
152
153
154#pdf-next2, #pdf-next3 { 
155  padding: 10px;
156  margin-left: 5px;
157  border-radius: 20px;
158 }
159
160
161#pdf-prev { 
162  padding: 10px;
163  margin-left: 5px;
164  border-radius: 20px;
165 }
166
167
168#pdf-next { 
169  padding: 10px;
170  margin-left: 5px;
171  border-radius: 20px;
172 }
173
174
175
176
177/*.menu_lateral {
178    position: fixed;
179}*/
Note: See TracBrowser for help on using the repository browser.