-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
105 lines (104 loc) · 1.7 KB
/
style.css
File metadata and controls
105 lines (104 loc) · 1.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
body{
background: #E8F0F3;
font-family: 'Anton', sans-serif;
width: 100%;
height: 100%;
}
#tablero-izquierdo{
width: 25%;
height: 80%;
position: absolute;
left: 0px;
padding: 10px;
}
.contenedor {
position: relative;
height: 6%;
}
#tablero-derecho{
height: 80%;
width: 25%;
position: absolute;
padding: 10px;
right: 0px;
}
.contenedor2 {
position: relative;
height: 18%;
left: -10px;
}
.reducido {
height: 4%;
}
.componente {
position: absolute;
max-width: 100%;
max-height: 150%;
z-index: 3;
}
.producto {
position: absolute;
max-width: 150%;
max-height: 100%;
z-index: 2;
}
.layout{
width: 45%;
height: 80%;
position: absolute;
border: 2px solid #3a241d;
border-radius: 1rem;
opacity: 0.5;
z-index: 1;
margin: auto;
left: 0px;
right: 0px;
background-color: #FFF;
box-shadow: 2px 2px 5px #295691, -2px -2px 5px #295691, 2px -2px 5px #295691, -2px 2px 5px #295691;
}
.rotulo {
width: 45%;
height: 5%;
background: #295691;
position: absolute;
opacity: 0.7;
z-index: 2;
margin: auto;
left: 0px;
right: 0px;
border-radius: 1em 1rem 0px 0px;
text-align: center;
color: #FFF;
}
.titulo {
position: relative;
display: inline;
top: 0.5rem;
}
.titulo1{
margin: auto;
text-align: center;
color: #5599D0;
}
.componente9{
position: relative;
float: left;
width: 10%;
}
.componente12{
position: relative;
float: left;
width: 10%;
}
.componente15{
width: 45%;
height: 100px;
position: relative;
float: left;
}
.componente16{
width: 45%;
height: 100px;
position: relative;
float: left;
}