Commit c20b0f62967455f6205e897e7e24c638aa427b3c
1 parent
15cad485
Exists in
master
and in
5 other branches
updating theme
Showing
1 changed file
with
126 additions
and
41 deletions
Show diff stats
style.css
| ... | ... | @@ -212,6 +212,78 @@ background-size: 100% 100%; |
| 212 | 212 | |
| 213 | 213 | #search-button span { display: none; } |
| 214 | 214 | |
| 215 | +/**** BUSCA ****/ | |
| 216 | + | |
| 217 | +#public-profile-search, #profile-search-results form, .profile-search-block form { | |
| 218 | + background-color: transparent; | |
| 219 | +} | |
| 220 | + | |
| 221 | +.formfield input, .formfield textarea{ | |
| 222 | + /*background: url("../images/input-bg.gif") no-repeat scroll left top transparent;*/ | |
| 223 | + background-image: none; | |
| 224 | + border: 1px solid #DDDDDD; | |
| 225 | + color: #585858; | |
| 226 | + font-size: 16px; | |
| 227 | + max-height: 19px; | |
| 228 | +} | |
| 229 | + | |
| 230 | +.formfield.type-file input { | |
| 231 | + height: 28px; | |
| 232 | + max-height: 30px; | |
| 233 | +} | |
| 234 | + | |
| 235 | +.formfield input { | |
| 236 | + padding: 5px 0; | |
| 237 | +} | |
| 238 | + | |
| 239 | +.icon-search { | |
| 240 | + background-image: url("Tango/16x16/actions/search.png"); | |
| 241 | +} | |
| 242 | + | |
| 243 | + | |
| 244 | +input.button.with-text { | |
| 245 | + background-position: 3px 50%; | |
| 246 | + font-size: 12px; | |
| 247 | + padding: 0 2px 2px 20px; | |
| 248 | +} | |
| 249 | + | |
| 250 | + | |
| 251 | +input.button.with-text { | |
| 252 | + max-height: 31px; | |
| 253 | +} | |
| 254 | + | |
| 255 | +#content input.button, #content a.button { | |
| 256 | + background-color: #EEEEEE; | |
| 257 | + background-repeat: no-repeat; | |
| 258 | + border: 1px solid #CCCCCC; | |
| 259 | + color: #555555; | |
| 260 | + | |
| 261 | + line-height: 16px; | |
| 262 | + text-decoration: none; | |
| 263 | +} | |
| 264 | + | |
| 265 | +/*label dos radio buttons da busca*/ | |
| 266 | +#content .search-field label { | |
| 267 | + display: inline-block; | |
| 268 | + font-size: 12px; | |
| 269 | + vertical-align: middle; | |
| 270 | + margin-left: 5px; | |
| 271 | +} | |
| 272 | + | |
| 273 | +#public-profile-search .formfield, #public-profile-search .submit { | |
| 274 | + margin-bottom: 5px; | |
| 275 | +} | |
| 276 | + | |
| 277 | +#content form input.button.submit { | |
| 278 | + height: 31px; | |
| 279 | +} | |
| 280 | + | |
| 281 | +#content .profile ul{ | |
| 282 | + margin-left: 1em; | |
| 283 | +} | |
| 284 | + | |
| 285 | +/**** FIM DE BUSCA ****/ | |
| 286 | + | |
| 215 | 287 | /* Social Buttons */ |
| 216 | 288 | #social-buttons a { |
| 217 | 289 | width: 18px; |
| ... | ... | @@ -348,38 +420,59 @@ div#article-parent { |
| 348 | 420 | padding: 8px; |
| 349 | 421 | } |
| 350 | 422 | |
| 351 | -#content .box-2 .link-list-block li a.link-this-page { | |
| 352 | - width: auto; | |
| 353 | - border-right: none; | |
| 354 | - font-weight: bold; | |
| 355 | - color: #436976 !important; | |
| 356 | - border-top: 2px solid #64946e !important; | |
| 357 | - border-bottom: 2px solid #64946e !important; | |
| 358 | - background-color: #eeefff; | |
| 359 | - border-radius: 0px; | |
| 423 | +#content .box-2 .link-list-block li { | |
| 424 | + border-bottom: 1px solid #ddd; | |
| 425 | + border-top: none; | |
| 426 | + padding: 0; | |
| 427 | + margin: 0; | |
| 360 | 428 | } |
| 361 | 429 | |
| 362 | -#content .box-2 .link-list-block li a { | |
| 430 | +/*#content .box-2 .link-list-block li a { | |
| 363 | 431 | font-size: 14px; |
| 364 | 432 | line-height: 1em; |
| 365 | 433 | color: #436976; |
| 366 | 434 | background-color: #FFF; |
| 367 | 435 | border-radius: none; |
| 368 | 436 | padding: 0.6em 1.5em; |
| 437 | +}*/ | |
| 438 | + | |
| 439 | +#content .box-2 .link-list-block li a { | |
| 440 | + background-color: #fff; | |
| 441 | + border-bottom: 1px solid #64946E !important; | |
| 442 | + border-radius: 0 0 0 0; | |
| 443 | + border-right: medium none; | |
| 444 | + border-top: 0px solid #64946E !important; | |
| 445 | + color: #436976 !important; | |
| 446 | + font-weight: normal; | |
| 447 | + width: auto; | |
| 448 | + font-size: 12px; | |
| 449 | + padding-left: 30px; | |
| 450 | + padding-right: 5px; | |
| 451 | + background-position: 7px 50%; | |
| 369 | 452 | } |
| 370 | 453 | |
| 371 | 454 | #content .box-2 .link-list-block li a:hover { |
| 372 | - background-color: #FFF; | |
| 455 | + background-color: #eee; | |
| 373 | 456 | color: #000; |
| 374 | 457 | } |
| 375 | 458 | |
| 376 | -#content .box-2 .link-list-block li { | |
| 377 | - border-bottom: 1px solid #ddd; | |
| 378 | - border-top: none; | |
| 379 | - padding: 0; | |
| 380 | - margin: 0; | |
| 459 | +#content .box-2 .link-list-block li a.link-this-page { | |
| 460 | + width: auto; | |
| 461 | + border-right: none; | |
| 462 | + font-weight: bold; | |
| 463 | + color: #436976 !important; | |
| 464 | + border-top: 2px solid #64946e !important; | |
| 465 | + border-bottom: 2px solid #64946e !important; | |
| 466 | + background-color: #eeefff; | |
| 467 | + border-radius: 0px; | |
| 381 | 468 | } |
| 382 | 469 | |
| 470 | +#content .box-2 .link-list-block li a.link-this-page { | |
| 471 | + font-size: 14px; | |
| 472 | +} | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 383 | 476 | /* Blocks main on home */ |
| 384 | 477 | |
| 385 | 478 | .action-home-index .main-block { |
| ... | ... | @@ -612,8 +705,6 @@ div#article-parent { |
| 612 | 705 | font-weight: normal; |
| 613 | 706 | } |
| 614 | 707 | |
| 615 | - | |
| 616 | - | |
| 617 | 708 | .box-1 .display-people-block .banner-span, |
| 618 | 709 | .common-profile-list-block .vcard a { |
| 619 | 710 | /*width: 108px; |
| ... | ... | @@ -651,6 +742,14 @@ div#article-parent { |
| 651 | 742 | position: relative; |
| 652 | 743 | } |
| 653 | 744 | |
| 745 | +/*people block - blocos laterais*/ | |
| 746 | + | |
| 747 | +#content .box-2 .common-profile-list-block li, | |
| 748 | +#content .box-3 .common-profile-list-block li { | |
| 749 | + margin: 0.5em !important; | |
| 750 | +} | |
| 751 | + | |
| 752 | + | |
| 654 | 753 | /* Blocks tags */ |
| 655 | 754 | .action-home-index #theme-footer .block.tags-block { |
| 656 | 755 | background: #034811; |
| ... | ... | @@ -773,7 +872,7 @@ div#article-parent { |
| 773 | 872 | |
| 774 | 873 | #content .profile-info-options input.button.with-text, |
| 775 | 874 | #content .profile-info-options a.button.with-text { |
| 776 | - background-color: #EEEFFF; | |
| 875 | + background-color: #fff; | |
| 777 | 876 | border-radius: 0 0 0 0; |
| 778 | 877 | display: block; |
| 779 | 878 | padding-bottom: 5px; |
| ... | ... | @@ -784,7 +883,7 @@ div#article-parent { |
| 784 | 883 | |
| 785 | 884 | #content .profile-info-options input.button:hover, |
| 786 | 885 | #content .profile-info-options a.button:hover { |
| 787 | - background-color: #DFE1FF; | |
| 886 | + background-color: #dfdfdf; | |
| 788 | 887 | border: 1px solid #CCC; |
| 789 | 888 | } |
| 790 | 889 | |
| ... | ... | @@ -822,24 +921,7 @@ div#article-parent { |
| 822 | 921 | margin-left: 0px; |
| 823 | 922 | } |
| 824 | 923 | |
| 825 | -#content .box-2 .link-list-block li a { | |
| 826 | - background-color: #EEEFFF; | |
| 827 | - border-bottom: 1px solid #64946E !important; | |
| 828 | - border-radius: 0 0 0 0; | |
| 829 | - border-right: medium none; | |
| 830 | - border-top: 0px solid #64946E !important; | |
| 831 | - color: #436976 !important; | |
| 832 | - font-weight: normal; | |
| 833 | - width: auto; | |
| 834 | - font-size: 12px; | |
| 835 | - padding-left: 30px; | |
| 836 | - padding-right: 5px; | |
| 837 | - | |
| 838 | - background-position: 7px 50%; | |
| 839 | -} | |
| 840 | -#content .box-2 .link-list-block li a.link-this-page { | |
| 841 | - font-size: 14px; | |
| 842 | -} | |
| 924 | + | |
| 843 | 925 | /* Footer */ |
| 844 | 926 | |
| 845 | 927 | #theme-footer { |
| ... | ... | @@ -1241,12 +1323,16 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1241 | 1323 | /*float: left;*/ |
| 1242 | 1324 | } |
| 1243 | 1325 | |
| 1244 | -.people-block .block-inner-1{ | |
| 1326 | +.people-block .block-inner-1 { | |
| 1327 | + margin-left: 0px; | |
| 1328 | +} | |
| 1329 | + | |
| 1330 | +.action-home-index .people-block .block-inner-1{ | |
| 1245 | 1331 | /*width: 100%;*/ |
| 1246 | 1332 | width: 355px !important; |
| 1247 | - margin-left: 35px; | |
| 1248 | 1333 | } |
| 1249 | 1334 | |
| 1335 | + | |
| 1250 | 1336 | .people-block .block-title { |
| 1251 | 1337 | display: none; |
| 1252 | 1338 | } |
| ... | ... | @@ -1568,7 +1654,6 @@ _software,_cultura_e_conhecimentos_livres*/ |
| 1568 | 1654 | padding: 1px 20px; |
| 1569 | 1655 | } |
| 1570 | 1656 | |
| 1571 | - | |
| 1572 | 1657 | /*Nuvem de tags rodapé*/ |
| 1573 | 1658 | #content .tags-block { |
| 1574 | 1659 | background: url("images/bg_tags.png") repeat-x scroll center center transparent; | ... | ... |