Commit 1f0e63a62bab240a420abd68658c748f682f578c
1 parent
71d5e3f7
Exists in
master
and in
10 other branches
Adjustments tabs- wiki, blog and title block community page
Showing
3 changed files
with
54 additions
and
6 deletions
Show diff stats
pagina_comunidade.css
... | ... | @@ -5,10 +5,23 @@ |
5 | 5 | margin:0px 20px 0px 0px; |
6 | 6 | |
7 | 7 | } |
8 | + | |
8 | 9 | #infor-community-geral h1{ |
9 | 10 | text-align: left; |
11 | + font-size: 23px; | |
10 | 12 | } |
13 | + | |
11 | 14 | #infor-community-geral p{ |
15 | + /*font-size: 12px;*/ | |
16 | +} | |
17 | + | |
18 | +#buttons-infor-community input{ | |
19 | + border:1px solid #D3D6DE; | |
20 | + border-radius:4px; | |
21 | + background:none; | |
22 | + color: #5E82C6; | |
23 | + margin:2px; | |
24 | + padding:3px 10px; | |
12 | 25 | |
13 | 26 | } |
14 | 27 | |
... | ... | @@ -229,14 +242,14 @@ top: 2px; |
229 | 242 | /* |
230 | 243 | #itens-legend-grafic{ |
231 | 244 | text-align: :left; |
232 | - /*float:right; | |
233 | - margin:0px;*/ | |
245 | + float:right; | |
246 | + margin:0px; | |
234 | 247 | }*/ |
235 | 248 | |
236 | 249 | ul#itens-legend-grafic{ |
237 | 250 | text-align: left; |
238 | 251 | margin: 0px; |
239 | - padding: 10px; | |
252 | + /*padding: 50px;*/ | |
240 | 253 | } |
241 | 254 | |
242 | 255 | #itens-legend-grafic li{ |
... | ... | @@ -333,13 +346,48 @@ text-align: right; |
333 | 346 | } |
334 | 347 | |
335 | 348 | /********************** ABA03 - BLOG ********************************/ |
349 | +#block-news-community{ | |
350 | + padding-top:20px; | |
351 | +} | |
352 | + | |
353 | +#block-news-community .news_principal_title{ | |
354 | + color:#172738; | |
355 | + font-size: 22px; | |
356 | + line-height: 23px; | |
357 | + font-weight: 700; | |
358 | +} | |
359 | +#block-news-community .news_principal_date{ | |
360 | + text-transform: uppercase; | |
361 | +} | |
362 | + | |
363 | +#block-news-community .news_principal_text{ | |
364 | + color:#172738; | |
365 | + margin-top:10px; | |
366 | +} | |
367 | + | |
368 | +#block-news-community .published-at{ | |
369 | + margin:0px 125px; | |
370 | + text-transform: uppercase; | |
371 | +} | |
372 | + | |
373 | +#content #block-news-community .read-more{ | |
374 | + background: none; | |
375 | + border-top: none; | |
376 | +} | |
377 | + | |
378 | +#content .box #block-news-community .read-more a::after{ | |
379 | + background:#3E67B1; | |
380 | +} | |
381 | +#content #block-news-community .read-more a:hover{ | |
382 | + background: none; | |
383 | +} | |
336 | 384 | |
337 | 385 | |
338 | 386 | /********************** ABA04 - Wiki ********************************/ |
339 | 387 | #aba4 h3{ |
340 | 388 | color:#172738; |
341 | 389 | border-bottom: 2px solid #ECEDF1; |
342 | - padding:10px; | |
390 | + padding:10px 0px; | |
343 | 391 | } |
344 | 392 | |
345 | 393 | #aba4 span{ | ... | ... |
redes_sociais.css
style.css
... | ... | @@ -26,7 +26,7 @@ |
26 | 26 | @import url(pagina_software.css); |
27 | 27 | /****************** Pagina comunidade ********************/ |
28 | 28 | @import url(pagina_comunidade.css); |
29 | - | |
29 | +/*********************************************/ | |
30 | 30 | @import url(page-inicial.css); |
31 | 31 | @import url(page-catalog-software.css); |
32 | 32 | ... | ... |