-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbottom.css
85 lines (70 loc) · 1.33 KB
/
bottom.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
/* bottom stuff */
#bottom {
background-image: url("img/pixel_cinzaescuro.png");
background-repeat: repeat-x;
height: 180px;
}
#bottom_menu {
margin-top: 32px;
float: right;
}
#bottom_menu th {
font-family: "LatoBlack";
font-size: 16px;
text-transform: uppercase;
color: #98989b;
border-left: 1px solid #69696F;
text-align: left;
margin: 0;
padding: 0px 16px 10px 16px;
}
#bottom_menu th.firstcol {
border-left: none;
}
#bottom_menu ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#bottom_menu li {
font-family: "LatoLight";
font-size: 16px;
color: #98989b;
padding-left: 1px;
margin: 0px 16px 4px 16px;
}
#bottom_menu li a {
font-family: "LatoLight";
color: #98989b;
text-decoration: none;
}
#bottom_menu li a:hover {
color: #eeeeef;
text-decoration: underline;
}
#bottom_menu th a {
font-family: "LatoBlack";
font-size: 16px;
color: #98989b;
text-decoration: none;
}
#bottom_menu th a:hover {
text-decoration: underline;
}
#bottom .beloponto {
font-family: "LatoBlack";
color: #98989b;
padding-right: 4px;
}
#logo_indt, #logo_qt {
margin-top: 28px;
padding-right: 10px;
}
#logo_qt {
padding-left: 10px;
margin-top: 32px;
}
.itsme {
color: #eeeeef;
font-family: "LatoBlack";
}