redes_sociais.css
1014 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
49
50
.ui-widget-header
{
background:#ECEDF1;
border-radius:0px;
border:none;
border-bottom: 3px solid #D3D6DE;
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;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
border: none;
background:#ECEDF1 ;
font-weight: normal;
/*color: #555555;*/
}