-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
112 lines (94 loc) · 2.1 KB
/
styles.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
@font-face {
font-family: 'PTSansRegular';
src: url('fontes/pts55f.eot'); src: url('fontes/pts55f.eot') format('embedded-opentype'), url('fontes/pts55f.woff') format('woff'), url('fontes/pts55f.ttf') format('truetype'), url('fontes/pts55f.svg#PTSansRegular') format('svg');
}
@font-face {
font-family: 'PTSansBold';
src: url('fontes/pts75f.eot'); src: url('fontes/pts75f.eot') format('embedded-opentype'), url('fontes/pts75f.woff') format('woff'), url('fontes/pts75f.ttf') format('truetype'), url('fontes/pts75f.svg#PTSansBold') format('svg');
}
body {
margin: 0;
padding: 0;
font-family: 'PTSansRegular';
}
h1 {
background: url(img/logo_tramontina.png) no-repeat 0 0 transparent;
width: 177px;
height: 36px;
display:inline-block;
text-indent: -9999px;
margin-top: 10px;
}
h2 {
font-size: 36px;
text-align: center;
color: #8f8f8f;
font-weight: normal;
margin: 0;
}
#topo {
width: 100%;
height: 50px;
background-color: #747474;
position: absolute;
}
#titulo {
width: 100%;
height: 70px;
margin-top: 50px;
background-color: #F0F0F0;
position: absolute;
}
#container {
margin:0 auto;
width: 720px;
position: relative;
}
#cabecalho a {
float:right;
margin-top: 15px;
color: #F0F0F0;
text-decoration: none;
}
#texto-principal {
display:block;
text-align: center;
font-size: 14px;
color: #747474;
margin-top: 50px;
}
#titulo-download {
display:block;
font-family: "PTSansBold";
text-align: center;
font-size: 16px;
color: #747474;
margin: 50px 0 40px 0;
}
#lista-links {
list-style: none;
width: 702px;
margin: 0 auto;
padding:0;
}
#lista-links li {
float: left;
}
#lista-links li span {
display:block;
width:100%;
text-align: center;
color: #747474;
font-family: "PTSansBold";
margin-top: 15px;
}
#lista-links li a {
text-decoration: none;
margin: 10px 0;
background-color: #c7c7c7;
padding: 10px 0;
border-radius: 5px;
color: white;
display: block;
text-align: center;
}