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 | 1158 | font-style: normal; |
| 1159 | 1159 | font-weight: bold; |
| 1160 | 1160 | line-height: 1em; |
| 1161 | - | |
| 1162 | - | |
| 1163 | 1161 | } |
| 1162 | + | |
| 1164 | 1163 | .action-home-index #wrap-2 .block-outer div.display-content-block .read-more { |
| 1165 | 1164 | float: none; |
| 1166 | 1165 | margin-top: 4px; |
| ... | ... | @@ -1236,34 +1235,45 @@ div#article-parent { |
| 1236 | 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 | 1251 | .action-home-index #wrap-2 .block-outer .container-block div.display-content-block { |
| 1253 | 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 | 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 | 1271 | height: 150px; |
| 1262 | 1272 | margin-right: 0em; |
| 1263 | 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 | 1277 | border-bottom: 0px solid #ccc; |
| 1268 | 1278 | display: block; |
| 1269 | 1279 | margin-bottom: 0em; |
| ... | ... | @@ -1273,8 +1283,8 @@ div#article-parent { |
| 1273 | 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 | 1288 | background-color: transparent; |
| 1279 | 1289 | font-size: 120%; |
| 1280 | 1290 | font-style: normal; |
| ... | ... | @@ -1283,21 +1293,15 @@ div#article-parent { |
| 1283 | 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 | 1297 | display: inline-block; |
| 1288 | 1298 | width: auto; |
| 1289 | 1299 | height: 55px; |
| 1290 | 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 | 1305 | background: url("images/no-imege.gif") no-repeat scroll 0 0 transparent; |
| 1302 | 1306 | display: block; |
| 1303 | 1307 | height: auto; |
| ... | ... | @@ -1310,6 +1314,7 @@ div#article-parent { |
| 1310 | 1314 | } |
| 1311 | 1315 | |
| 1312 | 1316 | |
| 1317 | + | |
| 1313 | 1318 | /* Block My Network style */ |
| 1314 | 1319 | |
| 1315 | 1320 | .action-home-index #content .my-network-block { |
| ... | ... | @@ -1419,6 +1424,37 @@ div#article-parent { |
| 1419 | 1424 | /* height: 70px; |
| 1420 | 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 | 1458 | /*imagem*/ |
| 1423 | 1459 | .common-profile-list-block .vcard a, .comment-actions .vcard a { |
| 1424 | 1460 | border: 1px solid transparent; |
| ... | ... | @@ -1698,12 +1734,9 @@ div#article-parent { |
| 1698 | 1734 | |
| 1699 | 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 | 1742 | /*bloco participação*/ |
| ... | ... | @@ -2299,12 +2332,13 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 2299 | 2332 | } |
| 2300 | 2333 | |
| 2301 | 2334 | .action-home-index .people-block { |
| 2302 | - width: 390px !important; | |
| 2335 | + width: 360px !important; | |
| 2336 | + overflow: hidden; | |
| 2303 | 2337 | } |
| 2304 | 2338 | |
| 2305 | 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 | ... | ... |