Commit ead061d50eecdd12d8f02f3064f73da665ae9f5e
1 parent
3257e170
Exists in
master
and in
26 other branches
Created theme for participa consulta
Showing
33 changed files
with
120 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +.navbar { | ||
2 | + min-height: 123px; | ||
3 | +/* background:url("../assets/images/redebrasil/bg-header.png") repeat-x;*/ | ||
1 |
|
||
4 | + background-color: #f9c404; | ||
5 | + background-image: -moz-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | ||
6 | + background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #fcdd4e), color-stop(100%, #f9c404)); | ||
7 | + background-image: -webkit-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | ||
8 | + background-image: -o-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | ||
9 | + background-image: -ms-radial-gradient(center, ellipse cover, #fcdd4e 1%, #f9c404 100%); | ||
10 | + background-image: radial-gradient(ellipse at center, #fcdd4e 1%, #f9c404 100%); | ||
11 | + | ||
12 | + .container-fluid { | ||
13 | + .navbar-brand { | ||
14 | + .noosfero-logo { | ||
15 | + display: none; | ||
16 | + } | ||
17 | + .noosfero-name { | ||
18 | + color: #03316f; | ||
19 | + font-size: 40px; | ||
20 | + font-weight: 800; | ||
21 | + line-height: 1em; | ||
22 | + letter-spacing: -0.05em; | ||
23 | + } | ||
24 | + } | ||
25 | + } | ||
26 | +} |
@@ -0,0 +1,94 @@ | @@ -0,0 +1,94 @@ | ||
1 |
|
1 |
|
1 | +body > .ng-scope { | ||
1 |
|
||
2 | + min-height: 100%; | ||
3 | +} | ||
4 | + | ||
5 | +html, body { | ||
1 |
|
||
6 | + height:100%; | ||
7 | +} | ||
8 | + | ||
9 | +@font-face{ | ||
10 | + font-family: 'Ubuntu'; | ||
11 | + font-weight: 300; | ||
12 | + font-style: normal; | ||
13 | + src: url('../assets/fonts/participa-consulta/Ubuntu-R.ttf'); | ||
14 | +} | ||
15 | + | ||
16 | +@font-face{ | ||
17 | + font-family: 'Ubuntu Mediun'; | ||
18 | + font-weight: 300; | ||
19 | + font-style: normal; | ||
20 | + src: url('../assets/fonts/participa-consulta/Ubuntu-M.ttf'); | ||
21 | +} | ||
22 | + | ||
23 | +@font-face{ | ||
24 | + font-family: 'Ubuntu'; | ||
25 | + font-weight: 300; | ||
26 | + font-style: italic; | ||
27 | + src: url('../assets/fonts/participa-consulta/Ubuntu-RI.ttf'); | ||
28 | +} | ||
29 | + | ||
30 | +.box-default{ | ||
1 |
|
||
31 | + border: none; | ||
32 | + border-radius: 3px 3px 0 0; | ||
33 | + font-family: "Ubuntu Mediun"; | ||
34 | + font-size: 15px; | ||
35 | + font-variant: normal; | ||
36 | + font-weight: normal; | ||
37 | + line-height: 30px; | ||
38 | + padding: 15px 15px 15px 55px; | ||
39 | + text-transform: capitalize; | ||
40 | + background-size: 30px 30px; | ||
41 | +} | ||
42 | + | ||
43 | +.skin-whbl .panel-default > .panel-heading, .skin-whbl .notifications-list .item-footer { | ||
44 | + background: #DAE1C4; | ||
45 | + color: #4F9CAC; | ||
46 | +} | ||
47 | + | ||
48 | +.panel-body.linklistblock{ | ||
49 | + padding: 0px; | ||
50 | +} | ||
51 | + | ||
52 | +.skin-whbl .membersblock > .panel-heading{ | ||
53 | + @extend .box-default; | ||
54 | + background: #DAE1C4 url("../assets/icons/participa-consulta/pessoas.png") no-repeat 15px center; | ||
55 | + color: #4F9CAC; | ||
56 | +} | ||
57 | + | ||
58 | +.skin-whbl .statisticsblock > .panel-heading{ | ||
59 | + @extend .box-default; | ||
60 | + background: #69677C url("../assets/icons/participa-consulta/indicadores.png") no-repeat 15px center; | ||
61 | + color: #DAE1C4; | ||
62 | +} | ||
63 | + | ||
64 | +.link-list-block{ | ||
65 | + font-family: "Ubuntu"; | ||
66 | + font-size: 12px; | ||
67 | + background: #69677C; | ||
68 | + border-radius: 0 0 3px 3px; | ||
69 | + padding: 20px; | ||
70 | + position: relative; | ||
71 | +} | ||
72 | + | ||
73 | +.link-list-block div, .link-list-block a{ | ||
74 | + display: inline-block; | ||
75 | + background: #69677C; | ||
76 | + border-radius: 0; | ||
77 | + color: #FFF; | ||
78 | + font-family: "Ubuntu Mediun"; | ||
79 | + font-size: 16px; | ||
80 | + margin: 0; | ||
81 | + padding-right: 15px; | ||
82 | + font-weight: bold; | ||
83 | +} | ||
84 | + | ||
85 | +.link-list-block div:first-child{ | ||
86 | + padding: 15px 15px 15px 55px; | ||
87 | + background: #69677C url("../assets/icons/participa-consulta/home.png") no-repeat 15px center; | ||
88 | + color: #FFF; | ||
89 | + background-size: 30px 30px; | ||
90 | +} | ||
91 | + | ||
92 | +.profile-header{ | ||
93 | + text-align: center; | ||
94 | +} |
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-B.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-BI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-C.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-L.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-LI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-M.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-MI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-R.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/Ubuntu-RI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-B.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-BI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-R.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/fonts/participa-consulta/UbuntuMono-RI.ttf
0 → 100644
No preview for this file type
themes/participa-consulta/assets/icons/participa-consulta/agenda-contagem.png
0 → 100644
921 Bytes
528 Bytes
themes/participa-consulta/assets/icons/participa-consulta/balao_claro.png
0 → 100644
517 Bytes
577 Bytes
themes/participa-consulta/assets/icons/participa-consulta/como-participar.png
0 → 100644
1.14 KB
777 Bytes
themes/participa-consulta/assets/icons/participa-consulta/icon-attend.png
0 → 100644
1.32 KB
themes/participa-consulta/assets/icons/participa-consulta/indicadores.png
0 → 100644
1004 Bytes
142 Bytes
1.06 KB
528 Bytes
themes/participa-consulta/assets/icons/participa-consulta/more_two.png
0 → 100644
488 Bytes
651 Bytes
1.27 KB
1.79 KB
512 Bytes
themes/participa-consulta/assets/icons/participa-consulta/visualizacao.png
0 → 100644
502 Bytes
themes/participa-consulta/assets/icons/participa-consulta/visualizacao_claro.png
0 → 100644
425 Bytes