Commit 7997d332701ee14e23e3b85a4ef2d4c4b5c8b764
1 parent
48747c23
Exists in
master
and in
2 other branches
ajustes na página
Showing
1 changed file
with
30 additions
and
0 deletions
Show diff stats
style.css
@@ -378,9 +378,39 @@ html {background-image: none;background-color: #EEE;} | @@ -378,9 +378,39 @@ html {background-image: none;background-color: #EEE;} | ||
378 | 378 | ||
379 | #content .main-block h1, #not-found h1, #access-denied h1{font-variant: normal;} | 379 | #content .main-block h1, #not-found h1, #access-denied h1{font-variant: normal;} |
380 | 380 | ||
381 | +#content .block-title {font-variant: normal;} | ||
382 | + | ||
381 | .link-list-block, | 383 | .link-list-block, |
382 | .profile-image-block {background-color: #FFF;box-shadow: 2px 2px 4px #CCC;} | 384 | .profile-image-block {background-color: #FFF;box-shadow: 2px 2px 4px #CCC;} |
383 | 385 | ||
386 | +#content .box-2 .link-list-block { | ||
387 | + padding: 0 0 10px; | ||
388 | +} | ||
389 | + | ||
390 | +#content .box-2 .link-list-block .block-inner-2 h3.block-title { | ||
391 | + height: auto; | ||
392 | + line-height: 10px; | ||
393 | + padding: 20px 0 25px; | ||
394 | + border-bottom: 1px solid #CCC; | ||
395 | + font-size: 14px; | ||
396 | +} | ||
397 | + | ||
398 | +#content .box-2 .link-list-block h3.block-title span { | ||
399 | +} | ||
400 | + | ||
401 | +#content .link-list-block ul { | ||
402 | + border-top: 0px solid #F00; | ||
403 | + padding-right: 0px; | ||
404 | +} | ||
405 | + | ||
406 | +#content .link-list-block li { | ||
407 | + background: #EEE; | ||
408 | + padding: 20px 0; | ||
409 | + border: 1px solid #FFF; | ||
410 | + border-width: 0px 1px 1px 1px; | ||
411 | + padding-left: 10px; | ||
412 | +} | ||
413 | + | ||
384 | #content .link-list-block li a {background-color: rgba(0, 0, 0, 0);} | 414 | #content .link-list-block li a {background-color: rgba(0, 0, 0, 0);} |
385 | #content .link-list-block li a:hover {background-color: #eee;color: #333;} | 415 | #content .link-list-block li a:hover {background-color: #eee;color: #333;} |
386 | 416 |