Commit 6a4a0a0fbc6c3384d85909434f45cf15150bb90e
1 parent
aee53c7e
Exists in
master
and in
2 other branches
Capa do ambiente
Showing
11 changed files
with
200 additions
and
0 deletions
Show diff stats
No preview for this file type
footer.rhtml
... | ... | @@ -4,9 +4,11 @@ |
4 | 4 | </div><!-- end id="footer-links" --> |
5 | 5 | <div id="footer-logos"> |
6 | 6 | <div class="parceiros"> |
7 | + <h2>Parceiros:</h2> | |
7 | 8 | <a href="http://www.serpro.gov.br" id="who-serpro" target="_blank"><span>SERPRO</span></a> |
8 | 9 | </div><!-- end class="parceiros" --> |
9 | 10 | <div class="realizacao"> |
11 | + <h2>Realização:</h2> | |
10 | 12 | <a href="#" id="who-ps" target="_blank"><span>Participação Social</span></a> |
11 | 13 | <a href="http://www.secretariageral.gov.br/" id="who-sgpr" target="_blank"><span>Secretaria-geral da Presidência da República</span></a> |
12 | 14 | <a href="http://www.brasil.gov.br/" id="who-governo" target="_blank"><span>Governo Federal - Brasil</span></a> | ... | ... |
... | ... | @@ -0,0 +1,9 @@ |
1 | +<div id="barra-brasil"> | |
2 | + <a title="Acesso à informação" class="ai" href="http://www.acessoainformacao.gov.br" target="_blank">www.sic.gov.br</a> | |
3 | + <a title="Portal de Estado do Brasil" class="brasilgov" href="http://www.brasil.gov.br">www.brasil.gov.br</a> | |
4 | +</div> | |
5 | +<div id="barra-social"> | |
6 | + <a href="#" class="twitter-bt" target="_blank"><span>Twitter</span></a> | |
7 | + <a href="#" class="fb-bt" target="_blank"><span>Facebook</span></a> | |
8 | + <a href="/portal/feed" class="feed-bt" target="_blank"><span>Feed</span></a> | |
9 | +</div> | ... | ... |
132 Bytes
744 Bytes
2.37 KB
5.91 KB
... | ... | @@ -0,0 +1,18 @@ |
1 | +<li> | |
2 | + <a href="/portal/sobre">Sobre</a> | |
3 | +</li> | |
4 | +<li> | |
5 | + <a href="/portal/consulta-de-compromisso">Consulta de compromisso</a> | |
6 | +</li> | |
7 | +<li> | |
8 | + <a href="/portal/consulta-de-politica">Consulta de política</a> | |
9 | +</li> | |
10 | +<li> | |
11 | + <a href="/portal/codigo-livre">Código Livre</a> | |
12 | +</li> | |
13 | +<li> | |
14 | + <a href="/portal/portal-da-participacao">Portal de participação</a> | |
15 | +</li> | |
16 | +<li> | |
17 | + <a href="/portal/ajuda">Ajuda</a> | |
18 | +</li> | ... | ... |
... | ... | @@ -0,0 +1 @@ |
1 | +<a href="/" id="logo-ambiente"><span>Consulta pública</span></a> | ... | ... |
... | ... | @@ -0,0 +1,167 @@ |
1 | +@import url(../base/style.css); | |
2 | + | |
3 | +body { | |
4 | + background: transparent url(images/bg.png) repeat; | |
5 | + color: #6F6F6F; | |
6 | +} | |
7 | + | |
8 | +#wrap-1 { | |
9 | + width: 100%; | |
10 | +} | |
11 | + | |
12 | +#wrap-2 { | |
13 | + border: none; | |
14 | + background-color: transparent; | |
15 | + width: 960px; | |
16 | + margin: auto; | |
17 | +} | |
18 | + | |
19 | +#main-content-wrapper-1, | |
20 | +#main-content-wrapper-2, | |
21 | +#main-content-wrapper-3, | |
22 | +#main-content-wrapper-4, | |
23 | +#main-content-wrapper-5, | |
24 | +#main-content-wrapper-6, | |
25 | +#main-content-wrapper-7, | |
26 | +#main-content-wrapper-8 { | |
27 | + background: none; | |
28 | +} | |
29 | + | |
30 | +#user #top-search { | |
31 | + display: none; | |
32 | +} | |
33 | + | |
34 | +/* * * * * Header * * * * */ | |
35 | + | |
36 | +#theme-header { | |
37 | + background: transparent url(images/bg-top.png) top center repeat-x; | |
38 | + height: 50px; | |
39 | +} | |
40 | + | |
41 | +#theme-header div { | |
42 | + margin: auto; | |
43 | + width: 960px; | |
44 | + text-align: right; | |
45 | +} | |
46 | + | |
47 | +#barra-brasil { | |
48 | + height: 28px; | |
49 | +} | |
50 | + | |
51 | +/* * * * * Navigation * * * * */ | |
52 | + | |
53 | +#navigation { | |
54 | + text-transform: uppercase; | |
55 | + background: none; | |
56 | +} | |
57 | + | |
58 | +#navigation-end { | |
59 | + background: none; | |
60 | +} | |
61 | + | |
62 | +#navigation li { | |
63 | + max-width: 125px; | |
64 | + width: auto; | |
65 | +} | |
66 | + | |
67 | +#navigation a { | |
68 | + font-size: 14px; | |
69 | + border-left: none; | |
70 | + color: #6F6F6F; | |
71 | + padding: 10px 5px; | |
72 | + line-height: inherit; | |
73 | +} | |
74 | + | |
75 | +#navigation a:hover { | |
76 | + background: #FFF; | |
77 | + color: #151515; | |
78 | +} | |
79 | + | |
80 | +/* * * * * Portal news * * * * */ | |
81 | + | |
82 | +.action-home-index #content h1 { | |
83 | + display: none; | |
84 | +} | |
85 | + | |
86 | +#portal-news ul { | |
87 | + border-top: none; | |
88 | +} | |
89 | + | |
90 | +/* * * * * Content * * * * */ | |
91 | + | |
92 | +#content { | |
93 | + border-top: 1px dashed #969696; | |
94 | +} | |
95 | + | |
96 | +/* * * * * Footer * * * * */ | |
97 | + | |
98 | +#theme-footer { | |
99 | + text-transform: uppercase; | |
100 | + position: relative; | |
101 | +} | |
102 | + | |
103 | +#theme-footer a { | |
104 | + color: #969695; | |
105 | +} | |
106 | + | |
107 | +#theme-footer a:hover { | |
108 | + box-shadow: 0px 0px 5px #888; | |
109 | +} | |
110 | + | |
111 | +#footer-links { | |
112 | + border-bottom: 1px dashed #969696; | |
113 | + padding-bottom: 10px; | |
114 | + float: none; | |
115 | +} | |
116 | + | |
117 | +#footer-links a { | |
118 | + padding-right: 30px; | |
119 | +} | |
120 | + | |
121 | +#footer-logos h2 { | |
122 | + font-size: 12px; | |
123 | + font-weight: normal; | |
124 | +} | |
125 | + | |
126 | +#footer-logos div { | |
127 | + display: inline-block; | |
128 | +} | |
129 | + | |
130 | +#footer-logos div.parceiros { | |
131 | + width: 35%; | |
132 | +} | |
133 | + | |
134 | +#footer-logos a { | |
135 | + display: block; | |
136 | + height: 70px; | |
137 | + float: left; | |
138 | +} | |
139 | + | |
140 | +#footer-logos #who-ps { | |
141 | + background: transparent url(images/logo-ps.png) center center no-repeat; | |
142 | + width: 140px; | |
143 | +} | |
144 | + | |
145 | +#footer-logos #who-ps span { | |
146 | + display: none; | |
147 | +} | |
148 | + | |
149 | +#footer-code { | |
150 | + position: absolute; | |
151 | + right: 0px; | |
152 | +} | |
153 | + | |
154 | +#footer-code a { | |
155 | + display: block; | |
156 | + height: 30px; | |
157 | + float: left; | |
158 | +} | |
159 | + | |
160 | +#footer-code #site-noosfero { | |
161 | + background: transparent url(images/logo-noosfero.png) center center no-repeat; | |
162 | + width: 29px; | |
163 | +} | |
164 | + | |
165 | +#footer-code #site-noosfero span { | |
166 | + display: none; | |
167 | +} | ... | ... |