Commit 45120939e8b28025b4d29272a38b6599796050bf
1 parent
7c50ccd8
Exists in
master
and in
26 other branches
rename participa consulta theme
Showing
68 changed files
with
130 additions
and
130 deletions
Show diff stats
... | ... | @@ -0,0 +1,70 @@ |
1 | +.block-head-with-icon { | |
2 | + padding: 15px 15px 15px 55px; | |
3 | +} | |
4 | + | |
5 | +.content-wrapper .block { | |
6 | + .panel-heading { | |
7 | + border: none; | |
8 | + border-radius: 3px 3px 0 0; | |
9 | + font-family: "Ubuntu Medium"; | |
10 | + font-size: 15px; | |
11 | + font-variant: normal; | |
12 | + font-weight: normal; | |
13 | + line-height: 30px; | |
14 | + padding: 15px 15px 15px 15px; | |
15 | + text-transform: capitalize; | |
16 | + background-size: 30px 30px; | |
17 | + background: #DAE1C4; | |
18 | + color: #4F9CAC; | |
19 | + } | |
20 | + | |
21 | + &.membersblock { | |
22 | + .panel-heading { | |
23 | + @extend .block-head-with-icon; | |
24 | + background: #DAE1C4 url("../assets/icons/participa-consulta/pessoas.png") no-repeat 15px center; | |
25 | + color: #4F9CAC; | |
26 | + } | |
27 | + } | |
28 | + | |
29 | + &.statisticsblock { | |
30 | + .panel-heading { | |
31 | + @extend .block-head-with-icon; | |
32 | + background: #69677C url("../assets/icons/participa-consulta/indicadores.png") no-repeat 15px center; | |
33 | + color: #DAE1C4; | |
34 | + } | |
35 | + } | |
36 | +} | |
37 | + | |
38 | +.col-md-7 { | |
39 | + .panel-body.linklistblock { | |
40 | + padding: 0px; | |
41 | + } | |
42 | + | |
43 | + .link-list-block { | |
44 | + font-family: "Ubuntu"; | |
45 | + font-size: 12px; | |
46 | + background: #69677C; | |
47 | + border-radius: 0 0 3px 3px; | |
48 | + padding: 4px 10px; | |
49 | + position: relative; | |
50 | + | |
51 | + div, a { | |
52 | + display: inline-block; | |
53 | + background: #69677C; | |
54 | + border-radius: 0; | |
55 | + color: #FFF; | |
56 | + font-family: "Ubuntu Medium"; | |
57 | + font-size: 16px; | |
58 | + margin: 0; | |
59 | + padding-right: 15px; | |
60 | + font-weight: bold; | |
61 | + } | |
62 | + | |
63 | + div:first-child { | |
64 | + padding: 15px 5px 15px 50px; | |
65 | + background: #69677C url("../assets/icons/participa-consulta/home.png") no-repeat 7px center; | |
66 | + color: #FFF; | |
67 | + background-size: 30px 30px; | |
68 | + } | |
69 | + } | |
70 | +} | ... | ... |
... | ... | @@ -0,0 +1,25 @@ |
1 | +.navbar { | |
2 | + min-height: 123px; | |
3 | + background-color: #f9c404; | |
4 | + background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
5 | + background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #fcdd4e), color-stop(100%, #f9c404)); | |
6 | + background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
7 | + background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
8 | + background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
9 | + background-image: radial-gradient(ellipse at center, #fcdd4e 1%, #f9c404 100%); | |
10 | + | |
11 | + .container-fluid { | |
12 | + .navbar-brand { | |
13 | + .noosfero-logo { | |
14 | + display: none; | |
15 | + } | |
16 | + .noosfero-name { | |
17 | + color: #03316f; | |
18 | + font-size: 40px; | |
19 | + font-weight: 800; | |
20 | + line-height: 1em; | |
21 | + letter-spacing: -0.05em; | |
22 | + } | |
23 | + } | |
24 | + } | |
25 | +} | ... | ... |
themes/angular-participa-consulta/app/participa-consulta.scss
0 → 100644
... | ... | @@ -0,0 +1,35 @@ |
1 | +@font-face { | |
2 | + font-family: 'Ubuntu'; | |
3 | + font-weight: 300; | |
4 | + font-style: normal; | |
5 | + src: url('../assets/fonts/participa-consulta/Ubuntu-R.ttf'); | |
6 | +} | |
7 | + | |
8 | +@font-face { | |
9 | + font-family: 'Ubuntu Medium'; | |
10 | + font-weight: 300; | |
11 | + font-style: normal; | |
12 | + src: url('../assets/fonts/participa-consulta/Ubuntu-M.ttf'); | |
13 | +} | |
14 | + | |
15 | +@font-face { | |
16 | + font-family: 'Ubuntu'; | |
17 | + font-weight: 300; | |
18 | + font-style: italic; | |
19 | + src: url('../assets/fonts/participa-consulta/Ubuntu-RI.ttf'); | |
20 | +} | |
21 | + | |
22 | +.skin-whbl .notifications-list .item-footer { | |
23 | + background: #DAE1C4; | |
24 | + color: #4F9CAC; | |
25 | +} | |
26 | + | |
27 | +.profile-header, .profile-footer{ | |
28 | + text-align: center; | |
29 | +} | |
30 | + | |
31 | +.container-fluid .navbar-header .navbar-toggle{ | |
32 | + &:hover, &:focus { | |
33 | + background-color: #7E7E7E; | |
34 | + } | |
35 | +} | ... | ... |
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-B.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-BI.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-C.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-L.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-LI.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-M.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-MI.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-R.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/Ubuntu-RI.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/UbuntuMono-B.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/UbuntuMono-BI.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/UbuntuMono-R.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/fonts/participa-consulta/UbuntuMono-RI.ttf
0 → 100644
No preview for this file type
themes/angular-participa-consulta/assets/icons/participa-consulta/agenda-contagem.png
0 → 100644
921 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/balao.png
0 → 100644
528 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/balao_claro.png
0 → 100644
517 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/closed.png
0 → 100644
577 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/como-participar.png
0 → 100644
1.14 KB
themes/angular-participa-consulta/assets/icons/participa-consulta/home.png
0 → 100644
777 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/icon-attend.png
0 → 100644
1.32 KB
themes/angular-participa-consulta/assets/icons/participa-consulta/indicadores.png
0 → 100644
1004 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/line.png
0 → 100644
142 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/login.png
0 → 100644
1.06 KB
themes/angular-participa-consulta/assets/icons/participa-consulta/more.png
0 → 100644
528 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/more_two.png
0 → 100644
488 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/open.png
0 → 100644
651 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/pessoas.png
0 → 100644
1.27 KB
themes/angular-participa-consulta/assets/icons/participa-consulta/trilhas.png
0 → 100644
1.79 KB
themes/angular-participa-consulta/assets/icons/participa-consulta/user.png
0 → 100644
512 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/visualizacao.png
0 → 100644
502 Bytes
themes/angular-participa-consulta/assets/icons/participa-consulta/visualizacao_claro.png
0 → 100644
425 Bytes
themes/participa-consulta/app/blocks.scss
... | ... | @@ -1,70 +0,0 @@ |
1 | -.block-head-with-icon { | |
2 | - padding: 15px 15px 15px 55px; | |
3 | -} | |
4 | - | |
5 | -.content-wrapper .block { | |
6 | - .panel-heading { | |
7 | - border: none; | |
8 | - border-radius: 3px 3px 0 0; | |
9 | - font-family: "Ubuntu Medium"; | |
10 | - font-size: 15px; | |
11 | - font-variant: normal; | |
12 | - font-weight: normal; | |
13 | - line-height: 30px; | |
14 | - padding: 15px 15px 15px 15px; | |
15 | - text-transform: capitalize; | |
16 | - background-size: 30px 30px; | |
17 | - background: #DAE1C4; | |
18 | - color: #4F9CAC; | |
19 | - } | |
20 | - | |
21 | - &.membersblock { | |
22 | - .panel-heading { | |
23 | - @extend .block-head-with-icon; | |
24 | - background: #DAE1C4 url("../assets/icons/participa-consulta/pessoas.png") no-repeat 15px center; | |
25 | - color: #4F9CAC; | |
26 | - } | |
27 | - } | |
28 | - | |
29 | - &.statisticsblock { | |
30 | - .panel-heading { | |
31 | - @extend .block-head-with-icon; | |
32 | - background: #69677C url("../assets/icons/participa-consulta/indicadores.png") no-repeat 15px center; | |
33 | - color: #DAE1C4; | |
34 | - } | |
35 | - } | |
36 | -} | |
37 | - | |
38 | -.col-md-7 { | |
39 | - .panel-body.linklistblock { | |
40 | - padding: 0px; | |
41 | - } | |
42 | - | |
43 | - .link-list-block { | |
44 | - font-family: "Ubuntu"; | |
45 | - font-size: 12px; | |
46 | - background: #69677C; | |
47 | - border-radius: 0 0 3px 3px; | |
48 | - padding: 4px 10px; | |
49 | - position: relative; | |
50 | - | |
51 | - div, a { | |
52 | - display: inline-block; | |
53 | - background: #69677C; | |
54 | - border-radius: 0; | |
55 | - color: #FFF; | |
56 | - font-family: "Ubuntu Medium"; | |
57 | - font-size: 16px; | |
58 | - margin: 0; | |
59 | - padding-right: 15px; | |
60 | - font-weight: bold; | |
61 | - } | |
62 | - | |
63 | - div:first-child { | |
64 | - padding: 15px 5px 15px 50px; | |
65 | - background: #69677C url("../assets/icons/participa-consulta/home.png") no-repeat 7px center; | |
66 | - color: #FFF; | |
67 | - background-size: 30px 30px; | |
68 | - } | |
69 | - } | |
70 | -} |
themes/participa-consulta/app/navbar.scss
... | ... | @@ -1,25 +0,0 @@ |
1 | -.navbar { | |
2 | - min-height: 123px; | |
3 | - background-color: #f9c404; | |
4 | - background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
5 | - background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #fcdd4e), color-stop(100%, #f9c404)); | |
6 | - background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
7 | - background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
8 | - background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | |
9 | - background-image: radial-gradient(ellipse at center, #fcdd4e 1%, #f9c404 100%); | |
10 | - | |
11 | - .container-fluid { | |
12 | - .navbar-brand { | |
13 | - .noosfero-logo { | |
14 | - display: none; | |
15 | - } | |
16 | - .noosfero-name { | |
17 | - color: #03316f; | |
18 | - font-size: 40px; | |
19 | - font-weight: 800; | |
20 | - line-height: 1em; | |
21 | - letter-spacing: -0.05em; | |
22 | - } | |
23 | - } | |
24 | - } | |
25 | -} |
themes/participa-consulta/app/participa-consulta.scss
... | ... | @@ -1,35 +0,0 @@ |
1 | -@font-face { | |
2 | - font-family: 'Ubuntu'; | |
3 | - font-weight: 300; | |
4 | - font-style: normal; | |
5 | - src: url('../assets/fonts/participa-consulta/Ubuntu-R.ttf'); | |
6 | -} | |
7 | - | |
8 | -@font-face { | |
9 | - font-family: 'Ubuntu Medium'; | |
10 | - font-weight: 300; | |
11 | - font-style: normal; | |
12 | - src: url('../assets/fonts/participa-consulta/Ubuntu-M.ttf'); | |
13 | -} | |
14 | - | |
15 | -@font-face { | |
16 | - font-family: 'Ubuntu'; | |
17 | - font-weight: 300; | |
18 | - font-style: italic; | |
19 | - src: url('../assets/fonts/participa-consulta/Ubuntu-RI.ttf'); | |
20 | -} | |
21 | - | |
22 | -.skin-whbl .notifications-list .item-footer { | |
23 | - background: #DAE1C4; | |
24 | - color: #4F9CAC; | |
25 | -} | |
26 | - | |
27 | -.profile-header, .profile-footer{ | |
28 | - text-align: center; | |
29 | -} | |
30 | - | |
31 | -.container-fluid .navbar-header .navbar-toggle{ | |
32 | - &:hover, &:focus { | |
33 | - background-color: #7E7E7E; | |
34 | - } | |
35 | -} |
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-B.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-BI.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-C.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-L.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-LI.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-M.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-MI.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-R.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-RI.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-B.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-BI.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-R.ttf
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-RI.ttf
No preview for this file type
themes/participa-consulta/assets/icons/participa-consulta/agenda-contagem.png
921 Bytes
themes/participa-consulta/assets/icons/participa-consulta/balao.png
528 Bytes
themes/participa-consulta/assets/icons/participa-consulta/balao_claro.png
517 Bytes
themes/participa-consulta/assets/icons/participa-consulta/closed.png
577 Bytes
themes/participa-consulta/assets/icons/participa-consulta/como-participar.png
1.14 KB
themes/participa-consulta/assets/icons/participa-consulta/home.png
777 Bytes
themes/participa-consulta/assets/icons/participa-consulta/icon-attend.png
1.32 KB
themes/participa-consulta/assets/icons/participa-consulta/indicadores.png
1004 Bytes
themes/participa-consulta/assets/icons/participa-consulta/line.png
142 Bytes
themes/participa-consulta/assets/icons/participa-consulta/login.png
1.06 KB
themes/participa-consulta/assets/icons/participa-consulta/more.png
528 Bytes
themes/participa-consulta/assets/icons/participa-consulta/more_two.png
488 Bytes
themes/participa-consulta/assets/icons/participa-consulta/open.png
651 Bytes
themes/participa-consulta/assets/icons/participa-consulta/pessoas.png
1.27 KB
themes/participa-consulta/assets/icons/participa-consulta/trilhas.png
1.79 KB
themes/participa-consulta/assets/icons/participa-consulta/user.png
512 Bytes
themes/participa-consulta/assets/icons/participa-consulta/visualizacao.png
502 Bytes
themes/participa-consulta/assets/icons/participa-consulta/visualizacao_claro.png
425 Bytes