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

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

Realizando la mezcla

  • Property mode set to 100644
File size: 2.2 KB
Line 
1#upload-button, #upload-button2, #upload-Normal {
2  width: 150px;
3  display: block;
4  margin: 20px auto;
5  margin-left: 5px;
6  border-radius: 20px; 
7}
8
9#file-to-upload, #file-to-upload2, #file-to-normal{
10  display: none;
11}
12
13#pdf-main-container, #pdf-main-container2 {
14  width: 700px;
15  margin: 30px auto;
16  display: none;
17}
18
19#pdf-loader, #pdf-loader2, #pdf-loader3 {
20  display: none;
21  text-align: center;
22  color: #999999;
23  font-size: 13px;
24  line-height: 100px;
25  height: 100px;
26}
27
28#pdf-contents, #pdf-contents2 {
29  display: none;
30}
31
32#pdf-meta #pdf-meta3 {
33  overflow: hidden;
34  margin: 0 0 20px 0;
35}
36
37#pdf-buttons, #pdf-buttons2, #pdf-buttons3 {
38  float: left;
39}
40
41#page-count-container,  #page-count-container3{
42  float: right;
43}
44
45#pdf-current-page, #pdf-current-page2, #pdf-current-page3 {
46  display: inline;
47}
48
49#pdf-total-pages, #pdf-total-pages2, #pdf-total-pages3 {
50  display: inline;
51}
52
53#pdf-canvas, #pdf-canvas2 #pdf-canvas3 {
54  border: 1px solid rgba(0,0,0,0.2);
55  box-sizing: border-box;
56}
57
58#page-loader, #page-loader2, #page-loader3 {
59  height: 100px;
60  line-height: 100px;
61  text-align: center;
62  display: none;
63  color: #999999;
64  font-size: 13px;
65}
66
67
68#download-image {
69  width: 150px;
70  display: block;
71  margin: 20px auto 0 auto;
72  font-size: 13px;
73  text-align: center;
74}
75 
76#boton1 { 
77  width: 100px; height: 50px; border: 1; float: left;  z-index: 2; cursor: pointer; 
78 
79
80}
81
82#img-2 {
83  border-radius: 0.75em;
84  z-index: 2;
85}
86
87
88
89#container1, #container2 {
90  bottom: 35%;
91  left: 80px;
92  right: 100px;
93  background: #eee;
94  height: 650px;
95  width: 500px;
96
97}
98
99.text {
100  border-radius: 0px;
101  color: rgba(255, 255, 255, .5);
102  display: inline-block;
103  font: bold 40px/100px Arial;
104  height: 80px;
105  width: 130px;
106  border: 1px solid #eee;
107  z-index: 2;
108 
109}
110
111
112.imagen { 
113  background-size: cover;
114  background-image: url('../img/backgroung-header.png') ;
115  height: 40px;
116  width: 100px;
117 }
118
119
120#pdf-prev2, #pdf-prev3 { 
121  padding: 10px;
122  margin-left: 5px;
123  border-radius: 20px;
124 }
125
126
127#pdf-next2, #pdf-next3 { 
128  padding: 10px;
129  margin-left: 5px;
130  border-radius: 20px;
131 }
132
133
134#pdf-prev { 
135  padding: 10px;
136  margin-left: 5px;
137  border-radius: 20px;
138 }
139
140
141#pdf-next { 
142  padding: 10px;
143  margin-left: 5px;
144  border-radius: 20px;
145 }
146
147
148
149
150
151/*.menu_lateral {
152    position: fixed;
153}*/
Note: See TracBrowser for help on using the repository browser.