Commit 2814eff24a4ebde5d6e89712ea26ea33ac4f8bf9
1 parent
47d12117
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
69 additions
and
35 deletions
Show diff stats
style.css
| @@ -1158,9 +1158,8 @@ div#article-parent { | @@ -1158,9 +1158,8 @@ div#article-parent { | ||
| 1158 | font-style: normal; | 1158 | font-style: normal; |
| 1159 | font-weight: bold; | 1159 | font-weight: bold; |
| 1160 | line-height: 1em; | 1160 | line-height: 1em; |
| 1161 | - | ||
| 1162 | - | ||
| 1163 | } | 1161 | } |
| 1162 | + | ||
| 1164 | .action-home-index #wrap-2 .block-outer div.display-content-block .read-more { | 1163 | .action-home-index #wrap-2 .block-outer div.display-content-block .read-more { |
| 1165 | float: none; | 1164 | float: none; |
| 1166 | margin-top: 4px; | 1165 | margin-top: 4px; |
| @@ -1236,34 +1235,45 @@ div#article-parent { | @@ -1236,34 +1235,45 @@ div#article-parent { | ||
| 1236 | display: none; | 1235 | display: none; |
| 1237 | } | 1236 | } |
| 1238 | 1237 | ||
| 1239 | -/*.action-home-index #content .box-1 .display-content-block { | ||
| 1240 | - display: inline-block; | ||
| 1241 | - margin-right: 5px; | ||
| 1242 | - margin-left: 25px; | ||
| 1243 | - text-align: left; | ||
| 1244 | - width: 250px !important; | 1238 | +/**/ |
| 1239 | + | ||
| 1240 | + | ||
| 1241 | +/*conteudo com vídeo em destaque display content*/ | ||
| 1242 | + | ||
| 1243 | +.action-home-index #content .box-1 .container-block .container-block { | ||
| 1244 | + margin-left: 0; | ||
| 1245 | + width: 600px !important; | ||
| 1246 | + left:0px; | ||
| 1245 | } | 1247 | } |
| 1246 | 1248 | ||
| 1247 | -.action-home-index #content .box-1 .display-content-block ul { | ||
| 1248 | - margin-left: 0px; | ||
| 1249 | -}*/ | 1249 | +/*dois destaques pequenos*//*.container-block .container-block */ |
| 1250 | 1250 | ||
| 1251 | -/*dois destaques pequenos*/ | ||
| 1252 | .action-home-index #wrap-2 .block-outer .container-block div.display-content-block { | 1251 | .action-home-index #wrap-2 .block-outer .container-block div.display-content-block { |
| 1253 | left: 0; | 1252 | left: 0; |
| 1253 | + margin-left: 40px; | ||
| 1254 | + margin-bottom: 0; | ||
| 1255 | + width: 440px !important; | ||
| 1256 | +} | ||
| 1257 | + | ||
| 1258 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block { | ||
| 1259 | + left: 0; | ||
| 1254 | margin-left: 0; | 1260 | margin-left: 0; |
| 1255 | - width: auto; | 1261 | + margin-right: 25px; |
| 1262 | + width: 275px !important; | ||
| 1263 | +} | ||
| 1256 | 1264 | ||
| 1265 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block ul li { | ||
| 1266 | + display: block; | ||
| 1257 | } | 1267 | } |
| 1258 | 1268 | ||
| 1259 | -.action-home-index #wrap-2 .block-outer .container-block div.display-content-block .image{ | ||
| 1260 | - width: 230px; | 1269 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .image{ |
| 1270 | + width: 275px; | ||
| 1261 | height: 150px; | 1271 | height: 150px; |
| 1262 | margin-right: 0em; | 1272 | margin-right: 0em; |
| 1263 | float: none; | 1273 | float: none; |
| 1264 | } | 1274 | } |
| 1265 | 1275 | ||
| 1266 | -.action-home-index #wrap-2 .block-outer .container-block div.display-content-block .title { | 1276 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .title { |
| 1267 | border-bottom: 0px solid #ccc; | 1277 | border-bottom: 0px solid #ccc; |
| 1268 | display: block; | 1278 | display: block; |
| 1269 | margin-bottom: 0em; | 1279 | margin-bottom: 0em; |
| @@ -1273,8 +1283,8 @@ div#article-parent { | @@ -1273,8 +1283,8 @@ div#article-parent { | ||
| 1273 | overflow: hidden; | 1283 | overflow: hidden; |
| 1274 | } | 1284 | } |
| 1275 | 1285 | ||
| 1276 | -.action-home-index #wrap-2 .block-outer .container-block div.display-content-block .title, | ||
| 1277 | -.action-home-index #wrap-2 .block-outer .container-block div.display-content-block .title a { | 1286 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .title, |
| 1287 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .title a { | ||
| 1278 | background-color: transparent; | 1288 | background-color: transparent; |
| 1279 | font-size: 120%; | 1289 | font-size: 120%; |
| 1280 | font-style: normal; | 1290 | font-style: normal; |
| @@ -1283,21 +1293,15 @@ div#article-parent { | @@ -1283,21 +1293,15 @@ div#article-parent { | ||
| 1283 | padding: 0; | 1293 | padding: 0; |
| 1284 | } | 1294 | } |
| 1285 | 1295 | ||
| 1286 | -.action-home-index #wrap-2 .block-outer .container-block div.display-content-block .lead { | 1296 | +.action-home-index #wrap-2 .block-outer .container-block .container-block div.display-content-block .lead { |
| 1287 | display: inline-block; | 1297 | display: inline-block; |
| 1288 | width: auto; | 1298 | width: auto; |
| 1289 | height: 55px; | 1299 | height: 55px; |
| 1290 | overflow: hidden; | 1300 | overflow: hidden; |
| 1291 | } | 1301 | } |
| 1292 | 1302 | ||
| 1293 | -.action-home-index .container-block .display-content-block .read_more { | ||
| 1294 | - /*margin-top: 4px;*/ | ||
| 1295 | -} | ||
| 1296 | -/* | ||
| 1297 | -.action-home-index #wrap-2 .block-outer .container-block div.display-content-block .read_more a {} | ||
| 1298 | -*/ | ||
| 1299 | 1303 | ||
| 1300 | -.action-home-index .container-block .display-content-block .read_more a{ | 1304 | +.action-home-index .container-block .container-block .display-content-block .read_more a{ |
| 1301 | background: url("images/no-imege.gif") no-repeat scroll 0 0 transparent; | 1305 | background: url("images/no-imege.gif") no-repeat scroll 0 0 transparent; |
| 1302 | display: block; | 1306 | display: block; |
| 1303 | height: auto; | 1307 | height: auto; |
| @@ -1310,6 +1314,7 @@ div#article-parent { | @@ -1310,6 +1314,7 @@ div#article-parent { | ||
| 1310 | } | 1314 | } |
| 1311 | 1315 | ||
| 1312 | 1316 | ||
| 1317 | + | ||
| 1313 | /* Block My Network style */ | 1318 | /* Block My Network style */ |
| 1314 | 1319 | ||
| 1315 | .action-home-index #content .my-network-block { | 1320 | .action-home-index #content .my-network-block { |
| @@ -1419,6 +1424,37 @@ div#article-parent { | @@ -1419,6 +1424,37 @@ div#article-parent { | ||
| 1419 | /* height: 70px; | 1424 | /* height: 70px; |
| 1420 | width: 139px;*/ | 1425 | width: 139px;*/ |
| 1421 | } | 1426 | } |
| 1427 | + | ||
| 1428 | +/*comentário*/ | ||
| 1429 | + | ||
| 1430 | +.comment-info { | ||
| 1431 | + line-height: 1em; | ||
| 1432 | + margin-top: 5px; | ||
| 1433 | +} | ||
| 1434 | + | ||
| 1435 | +#article .article-comments-list li { | ||
| 1436 | + display: block; | ||
| 1437 | + list-style: none outside none; | ||
| 1438 | + margin: 10px 0 0; | ||
| 1439 | + padding: 0; | ||
| 1440 | +} | ||
| 1441 | + | ||
| 1442 | +#article .comment-replies .article-comment { | ||
| 1443 | + background: url("/images/black-alpha-pixel-5.png") repeat scroll left top transparent; | ||
| 1444 | + border: 1px solid #808080; | ||
| 1445 | + border-radius: 5px 5px 5px 5px; | ||
| 1446 | + margin-top: 0px; | ||
| 1447 | + padding: 0; | ||
| 1448 | +} | ||
| 1449 | + | ||
| 1450 | +.comment-replies .comment-picture { | ||
| 1451 | + height: auto; | ||
| 1452 | + max-width: 40px; | ||
| 1453 | + overflow: visible; | ||
| 1454 | +} | ||
| 1455 | + | ||
| 1456 | +/* fim de comentário*/ | ||
| 1457 | + | ||
| 1422 | /*imagem*/ | 1458 | /*imagem*/ |
| 1423 | .common-profile-list-block .vcard a, .comment-actions .vcard a { | 1459 | .common-profile-list-block .vcard a, .comment-actions .vcard a { |
| 1424 | border: 1px solid transparent; | 1460 | border: 1px solid transparent; |
| @@ -1698,12 +1734,9 @@ div#article-parent { | @@ -1698,12 +1734,9 @@ div#article-parent { | ||
| 1698 | 1734 | ||
| 1699 | /*video*/ | 1735 | /*video*/ |
| 1700 | 1736 | ||
| 1701 | -.action-home-index #content .box-1 .video-block { | ||
| 1702 | -/* width: 960px; | ||
| 1703 | - position: relative; | ||
| 1704 | - left:-480px; | ||
| 1705 | - margin-left: 50%; | ||
| 1706 | -*/ | 1737 | +.action-home-index #content .box-1 .container-block .video-block { |
| 1738 | + width: 480px !important; | ||
| 1739 | + text-align: center; | ||
| 1707 | } | 1740 | } |
| 1708 | 1741 | ||
| 1709 | /*bloco participação*/ | 1742 | /*bloco participação*/ |
| @@ -2299,12 +2332,13 @@ _software,_cultura_e_conhecimentos_livres*/ | @@ -2299,12 +2332,13 @@ _software,_cultura_e_conhecimentos_livres*/ | ||
| 2299 | } | 2332 | } |
| 2300 | 2333 | ||
| 2301 | .action-home-index .people-block { | 2334 | .action-home-index .people-block { |
| 2302 | - width: 390px !important; | 2335 | + width: 360px !important; |
| 2336 | + overflow: hidden; | ||
| 2303 | } | 2337 | } |
| 2304 | 2338 | ||
| 2305 | .action-home-index .people-block .block-inner-1{ | 2339 | .action-home-index .people-block .block-inner-1{ |
| 2306 | - /*width: 100%;*/ | ||
| 2307 | - width: 355px !important; | 2340 | + /*float: right;*/ |
| 2341 | + /*width: 355px !important;*/ | ||
| 2308 | } | 2342 | } |
| 2309 | 2343 | ||
| 2310 | 2344 |