-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
98 lines (93 loc) · 1.7 KB
/
estilo.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
87
88
89
90
91
92
93
94
95
96
97
98
body{
background-color: rgb(7, 124, 7);
font: normal 15pt Arial;
}
header{
color: white;
text-align: center;
}
h1:hover{
color: rgb(6, 171, 197);
text-shadow: 2px 2px 5px black ;
}
section{
background: rgb(6, 171, 197) ;
border-radius: 20px;
padding: 15px;
width: 500px;
margin: auto;
box-shadow: 3px 3px 10px rgb(0, 0, 0);
text-align: center;
}
#cont{
color: white;
font-size: 14pt;
text-shadow: 1px 1px 5px black ;
}
footer{
color: white;
text-align: center;
font-style: italic;
font-size: 12pt;
padding: 15px;
}
footer p:hover{
color: rgb(6, 171, 197);
text-shadow: 2px 2px 5px black ;
font-size: 14pt;
}
select#flista{
width: 265px;
font-size: 11pt;
text-align: center;
padding-left: 10px;
padding-right: 100px;
padding-top: 6px;
}
#botaoAd{
font-size: 25px;
border-radius: 55px;
width: 39px;
border-color: rgb(74, 74, 74);
}
#botaoAd:hover{
background-color: rgb(4, 219, 4);
color: white;
text-shadow: 2px 2px 5px black ;
cursor: pointer;
}
#botaoFin{
font-size: 17px;
border-radius: 15px;
width: 100px;
border-color: rgb(74, 74, 74);
}
#botaoFin:hover{
background-color: rgb(4, 219, 4);
color: white;
text-shadow: 2px 2px 5px black ;
cursor: pointer;
}
#botaoLimp{
font-size: 17px;
border-radius: 15px;
width: 150px;
border-color: rgb(74, 74, 74);
}
#botaoLimp:hover{
background-color: rgb(4, 219, 4);
color: white;
text-shadow: 2px 2px 5px black ;
cursor: pointer;
}
input{
text-align: center;
}
#fnum{
width: 255px;
}
#res{
font-size: 13pt;
color: white;
text-shadow: 2px 2px 5px black ;
}