redes_sociais.css
2.42 KB
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
.ui-widget-header
{
background: none;
border: 0px solid #aaaaaa;
color: none;
font-weight: bold;
}
.ui-tabs .ui-tabs-panel
{
background-color: #eeeff1;
border-width: 1px;
color: #777;
display: block;
font-size: 13px;
padding: 1em 1.4em;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav
{
margin: 0;
padding: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
background: #d5d5d5 none;
border: 1px solid #d4d5d7;
color: #555555;
font-weight: normal;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
background: #eeeff1 none;
background-color: #eeeff1;
border: 1px solid #aaaaaa;
color: #212121;
font-weight: normal;
}
.ui-widget-content
{
border: 0px solid #aaaaaa;
}
/********Novas abas - pagina de comunidade*********/
#block-community-tabs{
font-family:arial;
}
#block-community-tabs .ui-widget-header{
background:#ECEDF1;
border-radius:0px;
border:none;
border-bottom: 3px solid #D3D6DE;
color: none;
font-weight: bold;
}
#block-community-tabs .ui-tabs .ui-tabs-panel{
background-color: #ffffff;
/*border-width: 1px;*/
color: #777;
display: block;
font-size: 13px;
padding: 1em 1.4em;
text-decoration: none;
}
#block-community-tabs .ui-tabs .ui-tabs-nav{
margin: 0;
padding: 0;
}
#block-community-tabs .ui-state-default,#block-community-tabs .ui-widget-content .ui-state-default,#block-community-tabs .ui-widget-header .ui-state-default{
/*background: #d5d5d5 none;
border: 1px solid #d4d5d7;
color: #555555;*/
font-weight: normal;
}
#block-community-tabs .ui-state-active,#block-community-tabs .ui-widget-content .ui-state-active,#block-community-tabs .ui-widget-header .ui-state-active{
/*background: #eeeff1 none;
background-color: #eeeff1;
border: 1px solid #aaaaaa;
color: #212121;*/
font-weight: normal;
}
#block-community-tabs .ui-widget-content{
border: 0px solid #aaaaaa;
}
#block-community-tabs .ui-state-default,#block-community-tabs .ui-widget-content .ui-state-default,#block-community-tabs .ui-widget-header .ui-state-default {
border: none;
background:#ECEDF1 ;
font-weight: normal;
color: #172738;
}
#block-community-tabs .ui-state-default a:hover,
#block-community-tabs .ui-state-default a:link,
#block-community-tabs .ui-state-default a:active{
color:#172738;
}
#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active {
margin-bottom: -3px;
padding-bottom: 1px;
border-bottom: 3px solid #FF0366;
}