source: prototipo_portal_2018/prototipo/static/css/style.css @ 747e744

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

Creado directorio prototipo con fuentes de la modificación del portal para establecer la ubicación de la firma visible

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