This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
170 lines (170 loc) · 3.28 KB
/
css.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
*{outline:none}
body{
margin:0;
width:100%; height:100%;
color:#444;
background:#E2E2E2;
overflow-x:hidden}
/* Topo */
header{width:100%; height:210px}
.bg-logo-softech{
width:100%; height:150px;
padding:0px;
background:linear-gradient(#BBB -30%,#FFF 40%,#FFF 60%,#BBB 130%);
background:-webkit-linear-gradient(#BBB -30%,#FFF 40%,#FFF 60%,#BBB 130%)}
.bg-logo-softech img{
top:13px; left:50%;
margin-left:-62px;
position:absolute}/* Fim do Topo */
/* Menu */
nav{
width:100%; height:60px;
background:#5071F4 !important}
nav ul{
margin:0; padding:0;
list-style:none;
position:relative;
float:left;
left:50%}
.item{
padding:13px 20px;
position:relative;
cursor:pointer;
float:left;
font-size:22pt;
color:#BDCBF9;
background:#5071F4;
right:50%;
transition:.3s}
.item:hover{
transition:.3s;
color:#5071F4;
background:#BDCBF9}/* Fim do Menu */
/* Corpo */
.corpo{
margin:0; padding:0px;
top:210px}
.corpo .esquerda{
width:29%;
margin-left:0;
margin-top:50px;
float:left;
text-align:center}
.corpo .meio{
width:40%;
margin-top:50px;
float:left;
transition:.3s}
.corpo .direita{
width:29%;
margin-right:0;
margin-top:50px;
float:left;
text-align:center}
.texto{
text-align:justify;
font-size:14pt;
border-radius:20px;
margin:0 auto;
cursor:default;
width:80%}
.meio .texto p:first-letter{margin-left:40px}
.texto h1,.texto h2,.texto h3{text-align:center}
/* Formas de Contato*/
.texto ul li{margin-bottom:10px}
.linkintext{
color:#0000CD;
font-weight:bold;
text-decoration:none;
transition:.3s}
.linkintext:hover{
color:#9400D3;
transition:.3s;
cursor:pointer}/* Fim de Formas de Contato*//* Fim do Corpo */
/* Rodapé */
footer{
margin-top:50px;
text-align:center;
width:100%; height:100px;
font-size:24pt;
color:#BDCBF9;
background:#5071F4;
cursor:default;
float:left;
overflow:hidden}
footer span{
padding:5px;
vertical-align:-33px;
transition:.3s;
border-radius:5px}
footer span:hover{
transition:.3s;
color:#5071F4;
background:#BDCBF9}/* Fim do Rodapé */
/**** Classes e divs em geral ****/
.imgProf{
border-radius:10px;
width:50%}
.imgDoeSangue{
width:70%;
padding:10px;
border-radius:5px;
background:#fff;
cursor:pointer;
transition:.3s}
.imgDoeSangue:hover{
box-shadow:0 0 20px #fff;
transition:.3s}
.far{margin-top:50px}
/* Formulário de E-mail*/
.field,textarea,select{
border-radius:5px;
border:none;
padding-left:5px;
margin-top:5px;
cursor:pointer;
background:#CCC;
transition:.3s}
textarea,#habla_wcsend_input{
resize:none;
width:98%;
margin-bottom:0}
select{height:30px; width:98%}
.field{
height:25px; width:98%}
.field:hover,textarea:hover{
box-shadow:0 0 20px #5071F4;
background:#DDD;
transition:.3s}
.field:focus,textarea:focus{
box-shadow:0 0 20px #5071F4;
background:#FFF;
cursor:default;
transition:.3s}
.buttonSender{
font-size:22pt;
padding:20px; width:99%;
border-radius:20px;
cursor:pointer;
color:#BDCBF9;
background:#5071F4;
transition:.3s;
border:none}
.buttonSender:hover{
color:#5071F4;
box-shadow:0 0 40px #5071F4;
background:#BDCBF9;
transition:.3s}
.entrelinha{
font-size:8pt;
color:red;
float:left}
.incorrect{
box-shadow:0 0 20px #f00 !important;}/* Fim de Formulário de E-mail*/
h3{
text-align:center;
border-radius:20px;
padding:10px;
background:#5071F4;
color:#BCDBF4;
box-shadow:0 0 10px #5071F4}