Commit e810a9d3e20129935ea49e4300fe46ca4d9c984b
Exists in
master
and in
79 other branches
Merge branch 'tabs' of gitlab.com:softwarepublico/noosfero-spb-theme into v2_members_page_and_block
Showing
2 changed files
with
72 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,71 @@ |
1 | +.profile-members-tabs-container{ | |
2 | + font-family: Arial; | |
3 | +} | |
4 | + | |
5 | +.profile-members-tabs-container .ui-corner-all{ | |
6 | + overflow: visible; | |
7 | +} | |
8 | + | |
9 | +.profile-members-tabs-container .ui-widget-header{ | |
10 | + background:#ECEDF1; | |
11 | + border:none; | |
12 | + border-bottom: 3px solid #D3D6DE; | |
13 | +} | |
14 | + | |
15 | +.profile-members-tabs-container .ui-widget-content{ | |
16 | + border:none; | |
17 | + background:none; | |
18 | +} | |
19 | + | |
20 | +.profile-members-tabs-container .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, | |
21 | +.profile-members-tabs-container .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, | |
22 | +.profile-members-tabs-container .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl{ | |
23 | + border-radius:0px; | |
24 | +} | |
25 | + | |
26 | +.profile-members-tabs-container .ui-state-default, | |
27 | +.profile-members-tabs-container .ui-widget-content .ui-state-default, | |
28 | +.profile-members-tabs-container .ui-widget-header .ui-state-default{ | |
29 | + border:none; | |
30 | + background:#ECEDF1; | |
31 | + font-weight: normal; | |
32 | + color:#172738; | |
33 | +} | |
34 | + | |
35 | +.profile-members-tabs-container .ui-tabs .ui-tabs-nav { | |
36 | + font-size: 15px; | |
37 | +} | |
38 | + | |
39 | +/*.profile-members-tabs-container .ui-tabs .ui-tabs-nav{ | |
40 | + margin: 0px; | |
41 | + padding: 0px; | |
42 | +} | |
43 | + | |
44 | +.profile-members-tabs-container .ui-tabs .ui-tabs-panel { | |
45 | + padding: 0px; | |
46 | +}*/ | |
47 | + | |
48 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li{ | |
49 | + padding-right: 3px; | |
50 | +} | |
51 | + | |
52 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active { | |
53 | + margin-bottom: -3px !important; | |
54 | + padding-bottom: 1px; | |
55 | + border-bottom: 3px solid #FF0366; | |
56 | +} | |
57 | + | |
58 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active.ui-state-active:before{ | |
59 | + content:"\f0dd"; | |
60 | + font-family: FontAwesome; | |
61 | + font-size: 16px; | |
62 | + position:absolute; | |
63 | + top:26px; | |
64 | + margin:0px 45%; | |
65 | + color:#FF0366; | |
66 | +} | |
67 | + | |
68 | +#content .profile-members-tabs-container .ui-tabs .ui-tabs-nav li.ui-tabs-active a { | |
69 | + color: #FF0366; | |
70 | + font-weight: 700; | |
71 | +} | ... | ... |
style.css