Commit 503e05b7bd6c6bc1befb6574e2d48caebad1a231
1 parent
85c7a348
Exists in
master
and in
2 other branches
fix css
Showing
2 changed files
with
5 additions
and
475 deletions
Show diff stats
style.css
... | ... | @@ -383,16 +383,13 @@ html {background-image: none;background-color: #ddd;} |
383 | 383 | #content .box-2 {background-color: rgba(0, 0, 0, 0);} |
384 | 384 | |
385 | 385 | #content .box-2 .link-list-block { |
386 | -padding: 0 0 0px; | |
386 | +padding: 0px; | |
387 | 387 | } |
388 | 388 | |
389 | 389 | |
390 | 390 | .link-list-block, |
391 | 391 | .profile-image-block {background-color: #FFF;box-shadow: 2px 2px 4px #CCC;} |
392 | 392 | |
393 | -#content .box-2 .link-list-block { | |
394 | - padding: 0 0 10px; | |
395 | -} | |
396 | 393 | |
397 | 394 | #content .box-2 .link-list-block .block-inner-2 h3.block-title { |
398 | 395 | height: auto; |
... | ... | @@ -441,7 +438,6 @@ padding: 0 0 0px; |
441 | 438 | padding-left: 40px; |
442 | 439 | background-position: 15px 50%; |
443 | 440 | } |
444 | -#content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} | |
445 | 441 | |
446 | 442 | .main-content {border-width: 0;border-radius: 0;box-shadow: 2px 2px 4px #CCC;background-color: #FFF;} |
447 | 443 | |
... | ... | @@ -671,6 +667,7 @@ background-color: #EEE; |
671 | 667 | padding: 1em; |
672 | 668 | overflow: hidden; |
673 | 669 | border-top: 1px solid #9CC8EB; |
670 | +border-bottom: 0px solid #9CC8EB; | |
674 | 671 | } |
675 | 672 | |
676 | 673 | #pairwise_main ul.pairwise_menu li a { |
... | ... | @@ -720,7 +717,7 @@ background-color: #EEE; |
720 | 717 | padding: 1em; |
721 | 718 | overflow: hidden; |
722 | 719 | border-top: 1px solid #9CC8EB; |
723 | -border-bottom: 1px solid #9CC8EB; | |
720 | +border-bottom: 0px solid #9CC8EB; | |
724 | 721 | } |
725 | 722 | |
726 | 723 | #pairwise_main div.prompt { |
... | ... | @@ -854,6 +851,8 @@ span.p_e_btn_perspectivas:before { |
854 | 851 | font-weight: normal; |
855 | 852 | } |
856 | 853 | |
854 | +#content .link-list-block li a:hover {background-color: #9CC8EB;color: #333;} | |
855 | + | |
857 | 856 | /* |
858 | 857 | |
859 | 858 | #content .box .profile-image-block { | ... | ... |
style.css~
... | ... | @@ -1,469 +0,0 @@ |
1 | -@import url(../base/style.css); | |
2 | -@import url(profile_header.css); | |
3 | -@import url(user_bar.css); | |
4 | -@import url(navigation.css); | |
5 | - | |
6 | -@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,700,400); | |
7 | - | |
8 | -html { | |
9 | - background: url(images/background.png) repeat fixed left top transparent; | |
10 | -} | |
11 | - | |
12 | -body { | |
13 | - background-color: transparent; | |
14 | - font-family: 'Open Sans', sans-serif; | |
15 | -} | |
16 | - | |
17 | -#theme-header{ | |
18 | - background: url("images/topo.gif") no-repeat scroll left top transparent; | |
19 | - height: 40px | |
20 | -} | |
21 | - | |
22 | -#wrap-2{ | |
23 | - background: url("images/topo2.gif") no-repeat scroll left top #FEFEFE; | |
24 | -} | |
25 | - | |
26 | -#site-title { | |
27 | - left: 10px; | |
28 | - top: -31px; | |
29 | -} | |
30 | - | |
31 | -#site-title a{ | |
32 | - background-image: url("images/marca-consultapublica.png"); | |
33 | - background-repeat: no-repeat; | |
34 | - height: 90px; | |
35 | - left: 0; | |
36 | - top: 0; | |
37 | - | |
38 | -} | |
39 | - | |
40 | -#content { | |
41 | - margin-top: 150px; | |
42 | -} | |
43 | - | |
44 | -#content .box-2 #content .feed-reader-block, #content .recent-documents-block{ | |
45 | - overflow: visible; | |
46 | -} | |
47 | -#content .box-1{ | |
48 | - margin-left: 282px; | |
49 | -} | |
50 | -#content .box-2{ | |
51 | - width: 282px; | |
52 | - background-color: #EFEFEF; | |
53 | - margin-left: 15px; | |
54 | - width: 250px; | |
55 | -} | |
56 | - | |
57 | -#content .block { | |
58 | - margin: 0px; | |
59 | -} | |
60 | -#content .block ul{ | |
61 | - list-style: none; | |
62 | - text-align: justify; | |
63 | - padding-left: 20px; | |
64 | - padding-right: 5px; | |
65 | -} | |
66 | - | |
67 | -#content .box-2 .block-inner-1 .block-inner-2{ | |
68 | - background: url("images/textosemconsulta.gif") no-repeat scroll left top transparent; | |
69 | - margin-left: -14px; | |
70 | -} | |
71 | - | |
72 | -#content .box-2 .block-inner-2 .block-title{ | |
73 | - background: url("images/textosemconsulta-canto.gif") no-repeat scroll left 44px transparent; | |
74 | - height: 62px; | |
75 | - position: relative; | |
76 | - margin-bottom: 0; | |
77 | - border-bottom: 0 none; | |
78 | - z-index: 9; | |
79 | -} | |
80 | - | |
81 | - | |
82 | -#content .box-2 .block-inner-2 .block-title span { | |
83 | - color: white; | |
84 | - display: block; | |
85 | - font-family: 'Open Sans', sans-serif; | |
86 | - font-weight: lighter; | |
87 | - padding-left: 20px; | |
88 | - padding-top: 7px; | |
89 | - position: relative; | |
90 | -} | |
91 | - | |
92 | -#content .box-2 .block-inner-2 li{ | |
93 | - list-style: none; | |
94 | -} | |
95 | - | |
96 | -#content .box-2 .block a { | |
97 | - color: #004A9E; | |
98 | -} | |
99 | - | |
100 | -/* | |
101 | -#content .box-2 .feed-reader-block li, .recent-documents-block li{ | |
102 | - list-style: none; | |
103 | - text-indent: 10px; | |
104 | -} | |
105 | -*/ | |
106 | - | |
107 | -.box-1 .blocks { | |
108 | - background-color: #f7f7f7; | |
109 | - padding: 0px; | |
110 | - margin: 0px; | |
111 | -} | |
112 | - | |
113 | -#theme-footer { | |
114 | - background-color: #ffffff; | |
115 | -} | |
116 | - | |
117 | -#wrap-2 { | |
118 | - border: 0px; | |
119 | -} | |
120 | - | |
121 | -#footer-links, | |
122 | -#copyright, | |
123 | -#theme-footer #language-chooser { | |
124 | - padding: 5px 10px; | |
125 | -} | |
126 | - | |
127 | -#copyright p { | |
128 | - margin: 0; | |
129 | -} | |
130 | - | |
131 | - | |
132 | -/* | |
133 | - * Specific article style | |
134 | - */ | |
135 | - | |
136 | -#article-tags{ | |
137 | - text-align: left; | |
138 | - color: black; | |
139 | -} | |
140 | - | |
141 | -/* | |
142 | - * Specific blocks style | |
143 | - */ | |
144 | - | |
145 | -/*FIXME verificar se pode usar .block-footer-content diretamente*/ | |
146 | -#content .tags-block .block-footer-content, | |
147 | -#content .people-block .block-footer-content, | |
148 | -#content .profile-list-block .block-footer-content, | |
149 | -#content .enterprises-block .block-footer-content, | |
150 | -#content .members-block .block-footer-content, | |
151 | -#content .communities-block .block-footer-content, | |
152 | -#content .friends-block .block-footer-content{ | |
153 | - | |
154 | - position: relative; | |
155 | - bottom: 4px; | |
156 | - width: 70px; | |
157 | - right: 0px; | |
158 | - font-size: 11px; | |
159 | - color: #000; | |
160 | - z-index: 10; | |
161 | - text-decoration: none; | |
162 | - padding-right: 15px; | |
163 | - background-color: red; | |
164 | -/* background: url(imgs/arrow-right-p.png) 100% 50% no-repeat;*/ | |
165 | -} | |
166 | - | |
167 | -#content .tags-block .block-footer-content a, | |
168 | -#content .people-block .block-footer-content a, | |
169 | -#content .profile-list-block .block-footer-content a, | |
170 | -#content .enterprises-block .block-footer-content a, | |
171 | -#content .members-block .block-footer-content a, | |
172 | -#content .communities-block .block-footer-content a, | |
173 | -#content .friends-block .block-footer-content a { | |
174 | - font-size: 11px; | |
175 | - color: #000; | |
176 | - text-decoration: none; | |
177 | - padding-right: 15px; | |
178 | - background: url(imgs/arrow-right-p.png) 100% 50% no-repeat; | |
179 | -} | |
180 | - | |
181 | -/* Plugin para curtir artigos e comentários */ | |
182 | - | |
183 | -.action .dislike:before { | |
184 | - content: url(images/negative-hand.png); | |
185 | -} | |
186 | - | |
187 | -.action .like:before { | |
188 | - content: url(images/positive-hand.png); | |
189 | -} | |
190 | - | |
191 | -.vote-action .like-action-active .action-icon { | |
192 | - opacity: 1; | |
193 | -} | |
194 | - | |
195 | -.vote-action .action-icon { | |
196 | - opacity: 0.5; | |
197 | -} | |
198 | - | |
199 | -#article .action .action-icon { | |
200 | - top: 3px; | |
201 | -} | |
202 | - | |
203 | -#article .like-action .like-action-counter { | |
204 | - color: #2A8C32; | |
205 | -} | |
206 | - | |
207 | -#article .dislike-action .like-action-counter { | |
208 | - color: #CC0000; | |
209 | -} | |
210 | - | |
211 | -.vote-actions { | |
212 | - position: relative; | |
213 | - right: 0; | |
214 | - top: 0; | |
215 | -} | |
216 | - | |
217 | -/* PopUp Login*/ | |
218 | - | |
219 | -#colorbox { | |
220 | - left: -350px !important; | |
221 | - margin-left: 50% !important; | |
222 | - width: 700px !important; | |
223 | -} | |
224 | - | |
225 | -#cboxWrapper { | |
226 | - padding: 15px; | |
227 | - position: relative; | |
228 | - width: auto !important; | |
229 | - /* height: auto !important;*/ | |
230 | -} | |
231 | - | |
232 | -#cboxContent{ | |
233 | - float: none !important; | |
234 | - width: auto !important; | |
235 | - height: auto !important; | |
236 | - padding: 20px; | |
237 | -} | |
238 | - | |
239 | -#cboxLoadedContent{ | |
240 | - width: auto !important; | |
241 | - height: auto !important; | |
242 | -} | |
243 | - | |
244 | -#colorbox .login-box .button-bar a.icon-close{ | |
245 | - width: auto !important; | |
246 | -} | |
247 | - | |
248 | -#cboxMiddleLeft{ | |
249 | - float: none !important; | |
250 | - height: auto !important; | |
251 | -} | |
252 | - | |
253 | -#cboxTopCenter { | |
254 | - height: auto !important; | |
255 | -} | |
256 | - | |
257 | -#colorbox .login-box{ | |
258 | - width: 100%; | |
259 | - background: url("images/img_login_popUp.png") no-repeat scroll 90% 50% #FFFFFF; | |
260 | -} | |
261 | - | |
262 | -#colorbox .login-box h2{ | |
263 | - background: url("images/bg-titulo-login.png") no-repeat scroll 70px 7px #FFFFFF; | |
264 | - color: #757575; | |
265 | - font-size: 20px; | |
266 | - font-style: italic; | |
267 | - font-weight: normal; | |
268 | - width: 45%; | |
269 | -} | |
270 | - | |
271 | -#colorbox .login-box form { | |
272 | - margin: 0; | |
273 | - width: 45%; | |
274 | - /*background: url("images/img_login_popUp.png") no-repeat scroll 70% 30% #FFFFFF;*/ | |
275 | -} | |
276 | - | |
277 | -#colorbox .login-box .formfieldline input { | |
278 | - width: 95%; | |
279 | -} | |
280 | - | |
281 | -#colorbox .login-box .button-bar input.icon-login { | |
282 | - background: url("images/btn_entrar_login.png") no-repeat scroll 0 0 #FFFFFF; | |
283 | - border: 0px none; | |
284 | - font-family: 'Open Sans', sans-serif; | |
285 | - font-size: 16px; | |
286 | - font-weight: bold; | |
287 | - height: 50px !important; | |
288 | - max-height: 50px !important; | |
289 | - padding: 0; | |
290 | - text-transform: uppercase; | |
291 | - width: 145px; | |
292 | - cursor: pointer; | |
293 | -} | |
294 | - | |
295 | -#colorbox .login-box .button-bar input.icon-login:hover { | |
296 | - background-image: url("images/btn_entrar_login_hover.png"); | |
297 | -} | |
298 | - | |
299 | -#colorbox .login-box .button-bar a.icon-close { | |
300 | - /*background: url("images/btn_cancelar_login.png") repeat-x scroll 0 0 #FFFFFF;*/ | |
301 | - background-color: #FCE9E8; | |
302 | - background-image: none; | |
303 | - border: 0 none; | |
304 | - border-radius: 5px 5px 5px 5px; | |
305 | - color: #CE5E5E; | |
306 | - font-size: 16px; | |
307 | - font-weight: bold; | |
308 | - height: 35px; | |
309 | - padding: 14px 13px 0; | |
310 | - text-align: center; | |
311 | - text-transform: uppercase; | |
312 | - width: 115px; | |
313 | -} | |
314 | -#colorbox .login-box .button-bar a.icon-close:hover { | |
315 | - background-color: #FFD1CF; | |
316 | -} | |
317 | - | |
318 | -#colorbox .login-box .button-bar input.submit, | |
319 | -#colorbox .login-box .button-bar a.icon-close { | |
320 | - border: 0px none; | |
321 | -} | |
322 | - | |
323 | -#colorbox .login-box .button-bar { | |
324 | - float: none; | |
325 | - margin-bottom: 1em; | |
326 | - margin-top: 1em; | |
327 | - width: 100%; | |
328 | -} | |
329 | - | |
330 | -#colorbox .login-box .button-bar .icon-add{ | |
331 | - background-image: none; | |
332 | - color: #004B82; | |
333 | - float: right; | |
334 | - font-size: 16px; | |
335 | - font-weight: bold; | |
336 | - margin-right: 75px; | |
337 | - padding: 10px; | |
338 | - position: relative; | |
339 | - text-align: center; | |
340 | - top: -3em; | |
341 | - width: 30%; | |
342 | -} | |
343 | - | |
344 | -#colorbox .login-box .button-bar .icon-help{ | |
345 | - | |
346 | -} | |
347 | - | |
348 | -#colorbox .login-box form .button-bar { | |
349 | - float: none; | |
350 | - width: 100% | |
351 | -} | |
352 | - | |
353 | -#colorbox .login-box .button-bar a.button.icon-help, | |
354 | -#colorbox .login-box .button-bar a.button.icon-add { | |
355 | - display: none; | |
356 | -} | |
357 | - | |
358 | -/*Modificações*/ | |
359 | - | |
360 | -html {background-image: none;background-color: #EEE;} | |
361 | - | |
362 | -#navigation, | |
363 | -#profile-header, | |
364 | -#site-title {display: none;} | |
365 | - | |
366 | -#wrap-2 {background-image: none;background-color: #EEE;} | |
367 | - | |
368 | -#content {margin-top: 10px;} | |
369 | -#content .box-1 {margin-left: 262px;} | |
370 | -#content .box-2 {margin-left: 0px;} | |
371 | -#content .box-2 .block-inner-1 .block-inner-2 {background-image: none;margin-left: 0;} | |
372 | - | |
373 | -.link-list-block, | |
374 | -.profile-image-block {background-color: #FFF;box-shadow: 2px 2px 4px #CCC;} | |
375 | - | |
376 | -#content .link-list-block li a {background-color: rgba(0, 0, 0, 0);} | |
377 | -#content .link-list-block li a:hover {background-color: #eee;color: #333;} | |
378 | - | |
379 | -.main-content {border-width: 0;border-radius: 0;box-shadow: 2px 2px 4px #CCC;background-color: #FFF;} | |
380 | - | |
381 | -#content .box .profile-image-block { | |
382 | - background-color: #FFF; | |
383 | - box-shadow: 2px 2px 4px #CCC; | |
384 | - margin-bottom: 20px; | |
385 | - padding: 10px 0; | |
386 | -} | |
387 | -#theme-header { | |
388 | - background-image: none; | |
389 | - background-color: #0050A5; | |
390 | - color: #FFF; | |
391 | - font-size: 150%; | |
392 | - padding-left: 10px; | |
393 | - padding-top: 10px; | |
394 | - height: 30px; | |
395 | - font-family: 'Open Sans', sans-serif; | |
396 | -} | |
397 | -#theme-header:before { | |
398 | - content: ""; | |
399 | - display: inline-block; | |
400 | - width: 20px; | |
401 | - margin-right: 10px; | |
402 | - height: 2px; | |
403 | - background-color: #fff; | |
404 | - vertical-align: baseline; | |
405 | - border-top: 2px solid #fff; | |
406 | - border-bottom: 2px solid #fff; | |
407 | - padding: 4px 0; | |
408 | - background-clip: content-box; | |
409 | - margin-right: 20px; | |
410 | -} | |
411 | - | |
412 | -#theme-header:after { | |
413 | -content: "Planejamento Estratégico"; | |
414 | -color: #FFF; | |
415 | -} | |
416 | - | |
417 | -#user {top: -30px;} | |
418 | - | |
419 | -#content .link-list-block li a {border-radius: 0px;} | |
420 | - | |
421 | -#content .link-list-block li a.link-this-page { | |
422 | - background-color: rgba(0, 0, 0, 0); | |
423 | - border-right: 0px; | |
424 | - border-left: 2px solid #CCC; | |
425 | - width: auto; | |
426 | - border-radius: 0px; | |
427 | -} | |
428 | - | |
429 | -#content .link-list-block li a.link-this-page:hover { | |
430 | - border-left: 2px solid #eee; | |
431 | - border-right: 0px; | |
432 | - border-radius: 0px;} | |
433 | - | |
434 | -#content .link-list-block li a:hover { | |
435 | - background-color: #EEE; | |
436 | - color: #333; | |
437 | - border-left: 0px none; | |
438 | -} | |
439 | - | |
440 | -#content .link-list-block ul { | |
441 | -padding-left: 0px; | |
442 | -} | |
443 | - | |
444 | - | |
445 | -/*Dentro do Main Block*/ | |
446 | - | |
447 | -#content .main-block h1, #not-found h1, #access-denied h1 { | |
448 | - border-bottom: 0 solid #2E3436; | |
449 | - color: #0050A5; | |
450 | - font-variant: small-caps; | |
451 | - text-align: left; | |
452 | -} | |
453 | - | |
454 | -#article-header:before { | |
455 | - background-color: #0050A5; | |
456 | - content: ""; | |
457 | - display: inline-block; | |
458 | - height: 2px; | |
459 | - position: relative; | |
460 | - top: 40px; | |
461 | - width: 50px; | |
462 | -} | |
463 | - | |
464 | -#content .main-block .publishing-info, | |
465 | -#article-sub-header {display: none;} | |
466 | - | |
467 | -#article-toolbar {margin-bottom: 20px;} | |
468 | - | |
469 | - |