-
Notifications
You must be signed in to change notification settings - Fork 0
/
estilo.css
130 lines (114 loc) · 1.8 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
body{
font-family:Verdana, sans-serif;
font-size:15px;
font-weight:300;
color:#000000;
background-color:#FFFFFF;
margin: 25px 50px;
}
header{
padding:30px;
background:#E3F7FF;
text-align:center;
color:#008080;
}
header h1{
font-size:50px;
font-style:oblique;
font-weight:800;
font-variant:small-caps;
color:#008080;
background:#E3F7FF;
}
header p{
text-align:center;
color:#AADDF2;
background:#E3F7FF;
font-size:20px;
}
h2,h3{
color:#48D1CC;
background-color:#FFFFFF;
}
p{
text-align: justify;
}
p img{
width:200px;
height:75px;
margin-right:15px;
}
ol{
list-style-type: square;
}
ol li{
list-style-type: square;
}
td,th{
border: 1px solid #ddd;
padding:12px;
border-color:#B0138A;
}
th{
background:#F394DC;
color:#F5F5F1
}
figure{
width:12.5%;
padding:15px;
margin:2px;
border:1px solid;
border-color:#D7DCDE;
}
figcaption{
background-color:black;
color:white;
font-style:italic;
padding:2px;
text-align:center;
}
footer{
text-align:center;
background-color:#E3F7FF;
color:white;
padding:10px;
border: solid;
border-color:#6497AC;
}
ul{
list-style-type: none;
margin: 0;
padding: 0;
background-color:#6497AC;
color:white;
}
ul li{
list-style-type:none;
}
.submenuContent{
position: absolute;
background-color:green;
min-width: 160px;
color: white;
}
div a:hover{
background-color:#E3F7FF;
color:black;
}
li a:hover{
background-color:#E3F7FF;
color:black;
}
.submenuContent a{
color: white;
background-color:#6497AC;
padding: 12px 16px;
text-decoration: none;
text-align:left;
}
ul li a, .submenu{
background-color:#6497AC;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;