-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
86 lines (86 loc) · 1.95 KB
/
style.css
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
#enviar{
position: absolute;
width: 10%;
height: 100%;
top: 0px;
left:90%;
cursor: pointer;
background-image: url('imagem/lupa.png');
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 0 5px 5px 0;
background-color: rgba(0, 107, 247, 0.87);}
#procura{
position: absolute;
width: 90%;
height: 100%;
left: 0px;
top:0px;
background-color: rgba(34, 36, 37, 0.726);
border:1px rgba(3, 8, 14, 0.87) solid;
color:aliceblue;}
#capsula{
position: fixed;
width: 15%;
height: 3%;
left: 40%;
top:10%;
background-color: rgb(78, 8, 8);
border:1px rgba(3, 8, 14, 0.87) solid;
color:aliceblue;
overflow: hidden;
border-radius: 6px 5px 5px 0;
box-shadow: 2px 5px 9px rgba(8, 8, 8, 0.849);
}
#tela{
position: fixed;
width: 43%;
height: 50%;
left: 25%;
top:18%;
background-color: rgb(255, 252, 252);
border:1px hsla(216, 63%, 3%, 0.774) solid;
color:aliceblue;
overflow: hidden;
border-radius: 6px 6px 6px 6px;
box-shadow: 1px 1px 10px 3px rgba(8, 8, 8, 0.849);
}
#Bandeira{
position: absolute;
width: 39%;
height:40%;
top:10%;
left:6%;
border: 1px hsla(216, 63%, 3%, 0.774) solid;
border-radius: 3px 3px 3px 3px;
}
table{
position: absolute;
width: 27%;
height:80%;
top:3%;
right:13%;
color: black;
}
#table2{
position: absolute;
width: 26%;
height:20%;
top:61%;
left:15%;
color: black;
}
tr{
position: relative;
height: 2%;
}
.info{
position: relative;
left: 0px;
border-bottom: 2px hsla(0, 33%, 3%, 0.884) solid;
}
h2{
position:absolute;
left: 16%;
color: black;
}