-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
172 lines (158 loc) · 3.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
.fundo {
background-image: url('https://drive.google.com/uc?id=1WPxakcuTHT-iwF9AOC0LCc5C56WrdgzF');
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.topBox {
background-color: #181823;
width: 99.7%;
height: 10%;
border: 2px solid #181823;
}
/*contato: paulo luciano*/
.topBox h4{
color: #E9F8F9;
text-transform: uppercase;
font-weight: bold;
letter-spacing: -1px;
font-size: 15px;
}
.cecal {
text-transform: uppercase;
font-weight: bold;
font-size: 40px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
letter-spacing: 2px;
color: #E9F8F9;
padding: 0px;
margin-top: 5px;
margin-bottom: 50px;
margin-left: 80px;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}
/*cecal 2023 bem vindo ao...*/
.caixa_selecao1{
width: 50%;
text-transform: uppercase;
font-weight: bold;
font-size: 40px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
letter-spacing: 2px;
color: #E9F8F9;
padding: 10px;
margin-left: 70px;
}
.caixa_selecao1 h1{
margin-bottom: 20px;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}
.mensagem{
display: inline-block;
float: right;
}
.mensagem h1{
max-width: 600px;
margin-top: 50px;
font-weight: bold;
font-size: 20px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
letter-spacing: 2px;
color: #E9F8F9;
padding: 10px;
margin-left: 70px;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}
.menus{
float: right;
width: 50%;
}
/*alinhar a direita da página*/
.menus ul {
max-height: 20px;
list-style: none;
margin: 10;
margin-left:0px;
padding: 0;
text-align:center;
letter-spacing: 1px;
margin-top: 10px;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.menus li {
display: inline-block;
margin-right: 20px;
text-transform: uppercase;
}
.menus a {
text-decoration: none;
padding: 0px;
color: #E9F8F9;
font-weight: bold;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}
.missao {
float: left;
width: 20%;
height: 200px;
background-color: rgba(83, 127, 231, 0.3);
border: 2px solid #181823;
border-radius: 30px;
margin: 80px 10px 40px 20px;
padding: 5px;
}
.valores {
float:right;
width: 20%;
height: 200px;
background-color: rgba(83, 127, 231, 0.3);
border: 2px solid #181823;
border-radius: 30px;
margin: 80px 10px 20px 20px;
padding: 5px;
}
.compromisso {
float:center;
width: 20%;
height: 200px;
background-color: rgba(83, 127, 231, 0.3);
border: 2px solid #181823;
border-radius: 30px;
margin: 80px 10px 20px 20px;
padding: 5px;
}
.conteudo h2{
letter-spacing: 2px;
}
.conteudo {
width: 70%;
float: left;
}
.missao h1{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #E9F8F9;
font-size: 400%;
text-align: center;
margin-top: 60px;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}
.valores h1{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #E9F8F9;
font-size: 400%;
text-align: center;
margin-top: 60px;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}
.compromisso h1{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #E9F8F9;
font-size: 400%;
text-align: center;
margin-top: 60px;
text-shadow: 6px 6px 4px rgba(0, 0, 0, 0.3)
}