Commit 3257e1705944213957460164db110216e1019c62
1 parent
4000a698
Exists in
master
and in
26 other branches
removing branch for revision
Showing
33 changed files
with
0 additions
and
120 deletions
Show diff stats
themes/participa-consulta/app/navbar.scss
@@ -1,26 +0,0 @@ | @@ -1,26 +0,0 @@ | ||
1 | -.navbar { | ||
2 | - min-height: 123px; | ||
3 | -/* background:url("../assets/images/redebrasil/bg-header.png") repeat-x;*/ | ||
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 | -} |
themes/participa-consulta/app/participa-consulta.scss
@@ -1,94 +0,0 @@ | @@ -1,94 +0,0 @@ | ||
1 | -body > .ng-scope { | ||
2 | - min-height: 100%; | ||
3 | -} | ||
4 | - | ||
5 | -html, body { | ||
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{ | ||
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
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