generated from github/welcome-to-github-and-desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparamodificaromenudebaixo.css
124 lines (90 loc) · 1.86 KB
/
paramodificaromenudebaixo.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
#pagamento {
background-color: #CDCDB4;
width: 900px;
height: 260px;
position: relative;
left: -100px;
top: 150px;
}
h1#idformas{ /*modifica a posição de alinhamento do titulo formas de pagamento*/
padding-top: 15px;
padding-left: 60px;
}
img.formaspg{ /*altera a formatação da imagem de pagamento*/
width: 600px;
height: 200px;
padding: 15px;
}
img#siteseguro{
width: 200px;
height: 200px;
padding: 14px;
}
.footer {
background-color: #D3D3D3; /*background-color: #f1f1f1;*/
width: 900px;
height: 80px;
margin-bottom: auto;
text-align: center;
position: relative;
left: -100px;
top: 150px;
}
#niveis{
text-align: left;
line-height: 25px;
padding-left: 10%;
}
ul.menufooter{
padding-top: 38px;
padding-left: 40px;
padding-right: 40px;
display: inline-block;
vertical-align: top;
margin-top: -10px;
list-style: none;
}
#container_footer {
background-color: #838B8B; /*muda o fundo dos menus footer*/
width: 900px;
height: 250px;
margin-top: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
position: relative;
left: -100px;
top: 150px;
}
ul.menufooter a{
color: solid black;
}
ul.menufooter a:hover{
color: hotpink;
}
.rede{ /*modifica os icones de redes sociais*/
width: 24px;
height: 24px;
margin-left: 3px;
margin-bottom: 5px;
padding-top: 6px;
padding-left: 10px;
padding-right: 40px;
padding-bottom: 6px;
margin-top: auto;
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
}
.icone{
margin: 0px auto;
width: 30px;
border-radius: 26%;
float: right;
position: absolute;
margin-left: 0px auto;
}
img.icone{
left: 64%;
margin-left: 20px auto;
}