style.css
857 Bytes
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
@import url(../profile-base/style.css);
/* Painel lateral de menus */
.box-1 {
margin: 0 0 0 170px;
}
.box-2 {
width: 160px;
}
#content .box-2 .block-title {
font-size: 14px;
text-align: left;
border-top: 4px solid #00510f;
background: #eeefff;
border-bottom: none;
color: #00510f;
padding: 8px 8px 24px 10px;
text-transform: uppercase;
margin: 0;
}
#content .box-2 .link-list-block li a.link-this-page {
width: auto;
border-right: none;
}
#content .box-2 .link-list-block li a {
font-size: 14px;
line-height: 1em;
color: #436976;
background-color: #FFF;
border-radius: none;
padding: 0.6em 1.5em;
}
#content .box-2 .link-list-block li a:hover {
background-color: #FFF;
color: #000;
}
.box-2 .link-list-block li {
border-bottom: 1px solid #ddd;
border-top: none;
padding: 0 !important;
margin: 0 !important;
}