Commit 29e1a9123ccb0784446fea3e04319c71c05c92a2
1 parent
ba6cc91c
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
45 additions
and
4 deletions
Show diff stats
style.css
| @@ -391,9 +391,9 @@ background-image: url(images/icone-flickr.png); | @@ -391,9 +391,9 @@ background-image: url(images/icone-flickr.png); | ||
| 391 | min-height: 48px; | 391 | min-height: 48px; |
| 392 | } | 392 | } |
| 393 | 393 | ||
| 394 | -#content .main-block h4 { | 394 | +#content .main-block #article-cat h4 { |
| 395 | font-size: 1.3em !important; | 395 | font-size: 1.3em !important; |
| 396 | - min-height: 48px; | 396 | + min-height: 0px; |
| 397 | } | 397 | } |
| 398 | 398 | ||
| 399 | div#article-parent { | 399 | div#article-parent { |
| @@ -1326,8 +1326,9 @@ _software,_cultura_e_conhecimentos_livres*/ | @@ -1326,8 +1326,9 @@ _software,_cultura_e_conhecimentos_livres*/ | ||
| 1326 | color: #444; | 1326 | color: #444; |
| 1327 | } | 1327 | } |
| 1328 | 1328 | ||
| 1329 | -.track_list .item .track_content .lead h3 { | 1329 | +#content .track_list .item .track_content .lead a { |
| 1330 | font-weight: bold; | 1330 | font-weight: bold; |
| 1331 | + color: #444; | ||
| 1331 | } | 1332 | } |
| 1332 | 1333 | ||
| 1333 | .track_list .item .track_content .steps { | 1334 | .track_list .item .track_content .steps { |
| @@ -1341,7 +1342,8 @@ _software,_cultura_e_conhecimentos_livres*/ | @@ -1341,7 +1342,8 @@ _software,_cultura_e_conhecimentos_livres*/ | ||
| 1341 | font-weight: normal; | 1342 | font-weight: normal; |
| 1342 | } | 1343 | } |
| 1343 | 1344 | ||
| 1344 | -.track_list .item .track_content .steps .position { | 1345 | +.track_list .item .track_content .steps .position, |
| 1346 | +#track .step_list .step .position { | ||
| 1345 | border-radius: 50% 50% 50% 50%; | 1347 | border-radius: 50% 50% 50% 50%; |
| 1346 | color: white; | 1348 | color: white; |
| 1347 | display: inline-block; | 1349 | display: inline-block; |
| @@ -1380,6 +1382,41 @@ _software,_cultura_e_conhecimentos_livres*/ | @@ -1380,6 +1382,41 @@ _software,_cultura_e_conhecimentos_livres*/ | ||
| 1380 | color: #c6a142; | 1382 | color: #c6a142; |
| 1381 | } | 1383 | } |
| 1382 | 1384 | ||
| 1385 | + | ||
| 1386 | +/*** step list ***/ | ||
| 1387 | + | ||
| 1388 | +#track .step_list .step { | ||
| 1389 | + /*background-color: #ddd;*/ | ||
| 1390 | + background: url("images/steps_bg.png") repeat-x center top #fff; | ||
| 1391 | +} | ||
| 1392 | + | ||
| 1393 | +#track .step_list .step .position { | ||
| 1394 | + background: #666666; | ||
| 1395 | + display: inline-block; | ||
| 1396 | + margin: 5px 10px; | ||
| 1397 | +} | ||
| 1398 | + | ||
| 1399 | +#track .step_list .step .content { | ||
| 1400 | + display: inline-block; | ||
| 1401 | + margin-left: 5px; | ||
| 1402 | + vertical-align: middle; | ||
| 1403 | + border-bottom: 0 none; | ||
| 1404 | +} | ||
| 1405 | + | ||
| 1406 | +#track .step_list .step .content .date { | ||
| 1407 | + display: none; | ||
| 1408 | +} | ||
| 1409 | + | ||
| 1410 | +#track .step_list .step .content .name {} | ||
| 1411 | + | ||
| 1412 | +#track .step_list .step .content .lead { | ||
| 1413 | + font-weight: normal; | ||
| 1414 | +} | ||
| 1415 | +#track .step_list .step .content .lead p{ | ||
| 1416 | + margin-bottom: 0px; | ||
| 1417 | +} | ||
| 1418 | + | ||
| 1419 | + | ||
| 1383 | /*Artigos em Destaque*/ | 1420 | /*Artigos em Destaque*/ |
| 1384 | 1421 | ||
| 1385 | /*Posicionamento dos artigos e pessoas ao centro*/ | 1422 | /*Posicionamento dos artigos e pessoas ao centro*/ |
| @@ -1694,6 +1731,10 @@ _software,_cultura_e_conhecimentos_livres*/ | @@ -1694,6 +1731,10 @@ _software,_cultura_e_conhecimentos_livres*/ | ||
| 1694 | margin-right: 0; | 1731 | margin-right: 0; |
| 1695 | } | 1732 | } |
| 1696 | 1733 | ||
| 1734 | +#article-tags a { | ||
| 1735 | + background-color: transparent; | ||
| 1736 | +} | ||
| 1737 | + | ||
| 1697 | /*.community-track-plugin-track*/ /**/ | 1738 | /*.community-track-plugin-track*/ /**/ |
| 1698 | 1739 | ||
| 1699 | /*action-content_viewer-view_page*/ | 1740 | /*action-content_viewer-view_page*/ |