Commit 71d5e3f7a621dacf3226d14332876c980cbfa32a
1 parent
62348814
Exists in
master
and in
12 other branches
Organization tabs page community software
Showing
2 changed files
with
66 additions
and
41 deletions
Show diff stats
redes_sociais-arquivado.css
@@ -1,41 +0,0 @@ | @@ -1,41 +0,0 @@ | ||
1 | -.ui-widget-header | ||
2 | -{ | ||
3 | - background: none; | ||
4 | - border: 0px solid #aaaaaa; | ||
5 | - color: none; | ||
6 | - font-weight: bold; | ||
7 | -} | ||
8 | -.ui-tabs .ui-tabs-panel | ||
9 | -{ | ||
10 | - background-color: #eeeff1; | ||
11 | - border-width: 1px; | ||
12 | - color: #777; | ||
13 | - display: block; | ||
14 | - font-size: 13px; | ||
15 | - padding: 1em 1.4em; | ||
16 | - text-decoration: none; | ||
17 | -} | ||
18 | -.ui-tabs .ui-tabs-nav | ||
19 | -{ | ||
20 | - margin: 0; | ||
21 | - padding: 0; | ||
22 | -} | ||
23 | -.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default | ||
24 | -{ | ||
25 | - background: #d5d5d5 none; | ||
26 | - border: 1px solid #d4d5d7; | ||
27 | - color: #555555; | ||
28 | - font-weight: normal; | ||
29 | -} | ||
30 | -.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active | ||
31 | -{ | ||
32 | - background: #eeeff1 none; | ||
33 | - background-color: #eeeff1; | ||
34 | - border: 1px solid #aaaaaa; | ||
35 | - color: #212121; | ||
36 | - font-weight: normal; | ||
37 | -} | ||
38 | -.ui-widget-content | ||
39 | -{ | ||
40 | - border: 0px solid #aaaaaa; | ||
41 | -} |
redes_sociais.css
@@ -39,3 +39,69 @@ | @@ -39,3 +39,69 @@ | ||
39 | { | 39 | { |
40 | border: 0px solid #aaaaaa; | 40 | border: 0px solid #aaaaaa; |
41 | } | 41 | } |
42 | + | ||
43 | +/********Novas abas - pagina de comunidade*********/ | ||
44 | +#block-community-tabs{ | ||
45 | + font-family:arial; | ||
46 | +} | ||
47 | + | ||
48 | +#block-community-tabs .ui-widget-header{ | ||
49 | + background:#ECEDF1; | ||
50 | + border-radius:0px; | ||
51 | + border:none; | ||
52 | + border-bottom: 3px solid #D3D6DE; | ||
53 | + color: none; | ||
54 | + font-weight: bold; | ||
55 | +} | ||
56 | + | ||
57 | + | ||
58 | +#block-community-tabs .ui-tabs .ui-tabs-panel{ | ||
59 | + background-color: #ffffff; | ||
60 | + /*border-width: 1px;*/ | ||
61 | + color: #777; | ||
62 | + display: block; | ||
63 | + font-size: 13px; | ||
64 | + padding: 1em 1.4em; | ||
65 | + text-decoration: none; | ||
66 | +} | ||
67 | +#block-community-tabs .ui-tabs .ui-tabs-nav{ | ||
68 | + margin: 0; | ||
69 | + padding: 0; | ||
70 | +} | ||
71 | + | ||
72 | +#block-community-tabs .ui-state-default,#block-community-tabs .ui-widget-content .ui-state-default,#block-community-tabs .ui-widget-header .ui-state-default{ | ||
73 | + /*background: #d5d5d5 none; | ||
74 | + border: 1px solid #d4d5d7; | ||
75 | + color: #555555;*/ | ||
76 | + font-weight: normal; | ||
77 | +} | ||
78 | +#block-community-tabs .ui-state-active,#block-community-tabs .ui-widget-content .ui-state-active,#block-community-tabs .ui-widget-header .ui-state-active{ | ||
79 | + /*background: #eeeff1 none; | ||
80 | + background-color: #eeeff1; | ||
81 | + border: 1px solid #aaaaaa; | ||
82 | + color: #212121;*/ | ||
83 | + font-weight: normal; | ||
84 | +} | ||
85 | + | ||
86 | +#block-community-tabs .ui-widget-content{ | ||
87 | + border: 0px solid #aaaaaa; | ||
88 | +} | ||
89 | + | ||
90 | +#block-community-tabs .ui-state-default,#block-community-tabs .ui-widget-content .ui-state-default,#block-community-tabs .ui-widget-header .ui-state-default { | ||
91 | + border: none; | ||
92 | + background:#ECEDF1 ; | ||
93 | + font-weight: normal; | ||
94 | + color: #172738; | ||
95 | +} | ||
96 | + | ||
97 | +#block-community-tabs .ui-state-default a:hover, | ||
98 | +#block-community-tabs .ui-state-default a:link, | ||
99 | +#block-community-tabs .ui-state-default a:active{ | ||
100 | + color:#172738; | ||
101 | +} | ||
102 | + | ||
103 | +#block-community-tabs .ui-tabs .ui-tabs-nav li.ui-tabs-active { | ||
104 | +margin-bottom: -3px; | ||
105 | +padding-bottom: 1px; | ||
106 | +border-bottom: 3px solid #FF0366; | ||
107 | +} |