-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (88 loc) · 1.62 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
#topo {
background: url(img/Background/bandeira2.jpg);
height: 210px;
margin-bottom: 10px;
}
body {
background-color: rgb(177, 145, 145);
}
.container {
text-align: center;
}
#conteudo {
background-color: #ffffff;
}
.texto {
margin: 50px;
color: #000000;
text-align: justify;
font-size: 25px;
margin-top: 15px;
font-style: italic;
text-shadow: 1px 1px 2px #888
}
h2 {
color: #050505;
text-transform: uppercase;
font-size: 28px;
margin-top: 30px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
text-shadow: 1px 1px 2px #888;
}
h3 {
color: #000000;
text-transform: uppercase;
font-size: 18px;
}
#rodape {
background-color: #d9e0bf;
font-family: 'Times New Roman', Times, serif;
font-style: italic;
text-align: center;
padding: 1px;
}
h4 {
font-size: 14px;
color: #131313;
font-style: italic;
}
.img-thumbnail {
margin-top: 30px;
border: #e2d878;
text-align: center;
color: #000000;
/* margin-left: 10px;
margin-right: 10px;*/
}
p {
text-align: justify;
color: #000000;
padding: 10px;
font-size: 16px;
margin-bottom: 0;
text-indent: 2.0em;
margin-left: 15px;
margin-right: 15px;
}
h6 {
text-align: left;
font-size: 10px;
color: #131313;
font-style: italic;
}
.table-striped{
font-size: 16px;
}
.img-thumbnailE{
margin-left: 30px;
}
ul{
text-align: justify;
color: #000000;
padding: 10px;
font-size: 16px;
margin-bottom: 0;
text-indent: 2.0em;
margin-left: 35px;
margin-right: 1px;
}