-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathestilo.css
More file actions
243 lines (201 loc) · 5.35 KB
/
Copy pathestilo.css
File metadata and controls
243 lines (201 loc) · 5.35 KB
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
@CHARSET "UTF-8";
/*
Daniel Dias dos Santos
*/
@import url(http://fonts.googleapis.com/css?family=Titillium+Web);
/*importado da google*/
body {
font-family: Arial, sans-serif;
background-color:#414141;
/* background-image:
url("../imagens/JavaAtRio.jpeg");
background-repeat:round; */
}
/*formatação da interface*/
div#interface {
width: 1150px;
/* background-image:
url("../imagens/background-interface.jpg"); */
margin: -20px auto 0px auto;
/*order: cima. direita, baixo e esquerda - para centralizar*/
box-shadow: 0px 0px 45px rgba(233, 233, 233, 0.5);
padding: 25px;
position: relative;
background-color:white;
/*arrendondamento da bordas*/
border-top-left-radius: 5em;
border-top-right-radius: 5em;
border-bottom-left-radius: 5em;
border-bottom-right-radius: 5em;
}
P {
text-align: center;
font-size: medium;
}
ul#valores {
text-align: center;
list-style: none;
}
li {
font-style: italic;
list-style: none;
}
/* h2 e h3*/
h2, h3 {
font-family: 'Titillium Web' sans-serif; /*importado da google*/
font-size: 15pt;
padding: 0px;
text-align: center;
text-indent: 15px;
text-shadow: 1px 1px black;
}
hgroup h2 {
color: yellow;
}
div.grupo p {
width: 1000px;
margin-left: 100px;
text-align: center;
}
/*formatação da imagem com legendas*/
figure.foto-legenda {
/* background-color: rgb(255, 255, 255); */
box-shadow: 0px 0px 30px #C46262;
width: 860px;
margin-left: 210px;
background: white 50%,#78D2FF 50%; /* For browsers that do not support gradients */
background: -webkit-linear-gradient(white 50%,#78D2FF 50%); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(white 50%,#78D2FF 50%); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(white 50%,#78D2FF 50%); /* For Firefox 3.6 to 15 */
background: linear-gradient(white 50%,#78D2FF 50%); /* Standard syntax */
/*arrendondamento da bordas*/
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
}
img#foto-logo {
width: 310px;
margin: 20px;
margin-left: 20px;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
box-shadow: 0px 0px 10px #0A0A0A;
/* background-color:rgba(85,86,52,0.6); */
}
img#foto-contato {
width: 1140px;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
box-shadow: 0px 0px 10px rgba(233,233,233,1);
background-color:rgba(85,86,52,0.6);
}
/*formatação da imagem contato*/
/*menu*/
header#cabecalho nav#menu {
display: block; /* faz flutuar*/
}
/*para lista nao ordenada*/
header#cabecalho nav#menu ul {
list-style: none;
text-transform: uppercase; /* deixa a letras maiusculas*/
position: absolute;
top: 95px;
left: 530px;
}
/*para lista do menu*/
header#cabecalho nav#menu li {
font-family: "Arial";
font-weight: bold;
display: inline-block; /*itens do menu em reta*/
background-color: #dddddd; /*cor de fundo*/
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
padding: 10px;
/*preenchimento CSS definir o espaço entre a borda do elemento e o conteúdo do elemento*/
margin: 1px; /*espaçamento entre os itens*/
/*para navegadores antigos*/
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-o-transition: background-color 1s;
-ms-transition: background-color 1s;
transition: background-color 1s;
/*arrendondamento da bordas*/
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
}
/*configurando a section*/
section#corpo p {
color: black;
font-size: medium;
font-style: italic;
font-weight: bold;
}
section#corpo {
width: 490px;
float: left;
padding: 25px;
background-color: #dddddd;
box-shadow: 0px 0px 50px rgba(255, 0, 0, .5);
margin: 12px;
/*arrendondamento*/
border-top-right-radius: 9em;
border-bottom-left-radius: 9em;
}
/*configuração do Aside*/
aside#lateral {
width: 490px;
float: right;
background-color: #dddddd;
padding: 25px;
box-shadow: 0px 0px 50px rgba(255, 0, 0, .5);
margin: 10px;
/*arrendondamento*/
border-top-left-radius: 12em;
border-bottom-right-radius: 12em;
}
/*formatnado article*/
article {
font-style: italic;
text-align: center;
}
/*efeito par o menu quando passar o mouse por cima*/
header#cabecalho nav#menu li:hover {
background-color: #606060;
}
/*ancora do menu*/
header#cabecalho nav#menu a {
color: black;
text-decoration: none;
}
/*Mudando a cor quando passa o mouse*/
header#cabecalho nav#menu a:hover {
color: #ffffff;
}
/*Configurando o rodape*/
footer#rodape {
clear: both; /*limpa a configuração*/
background-color: #ffffff;
box-shadow: 0px 0px 30px rgba(233,233,233,1);
width: 860px;
margin-left: 210px;
/* height:60px; */
/*arrendondamento*/
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
}
footer#rodape p {
text-align: center;
font-size: medium;
font-style: italic;
font-weight: bold;
color: black;
font-family: 'Titillium Web' 'Arial'; /*importado da google*/
}