Commit ddeef1052e4ecd221501932ac9df63ac8abb8113
1 parent
b0d53d8d
Exists in
master
and in
10 other branches
Move user menu on header.
Showing
1 changed file
with
80 additions
and
76 deletions
Show diff stats
style.css
... | ... | @@ -28,6 +28,10 @@ |
28 | 28 | height: auto; |
29 | 29 | } |
30 | 30 | |
31 | +#user #homepage-link { | |
32 | + top: -11px; | |
33 | +} | |
34 | + | |
31 | 35 | #wrap-2 { |
32 | 36 | margin-top: 0; |
33 | 37 | } |
... | ... | @@ -52,7 +56,7 @@ div#wrapper-barra-brasil { |
52 | 56 | /****************** Estilos basicos ******************/ |
53 | 57 | |
54 | 58 | /******* itens do gov-plone.css *******/ |
55 | -/* | |
59 | +/* | |
56 | 60 | * { margin: 0; padding: 0; }*/ |
57 | 61 | * :link,:visited { text-decoration:none } |
58 | 62 | * ul,ol { list-style:none; } |
... | ... | @@ -295,11 +299,11 @@ p { |
295 | 299 | } |
296 | 300 | |
297 | 301 | #TB_window .login-box .button-bar .icon-help{ |
298 | - | |
302 | + | |
299 | 303 | } |
300 | 304 | |
301 | 305 | #TB_window .login-box form .button-bar { |
302 | - float: none; | |
306 | + float: none; | |
303 | 307 | width: 100% |
304 | 308 | } |
305 | 309 | |
... | ... | @@ -307,10 +311,10 @@ p { |
307 | 311 | width: 375px; |
308 | 312 | } |
309 | 313 | |
310 | -#signup-form small#signup-balloon, | |
311 | -#signup-form small#password-balloon, | |
312 | -#signup-form small#password-confirmation-balloon, | |
313 | -#signup-form small#email-balloon, | |
314 | +#signup-form small#signup-balloon, | |
315 | +#signup-form small#password-balloon, | |
316 | +#signup-form small#password-confirmation-balloon, | |
317 | +#signup-form small#email-balloon, | |
314 | 318 | #signup-form small#name-balloon { |
315 | 319 | right: 0; |
316 | 320 | } |
... | ... | @@ -431,7 +435,7 @@ p { |
431 | 435 | width: auto; |
432 | 436 | font-size: 12px; |
433 | 437 | padding-left: 30px; |
434 | - padding-right: 5px; | |
438 | + padding-right: 5px; | |
435 | 439 | background-position: 7px 50%; |
436 | 440 | } |
437 | 441 | |
... | ... | @@ -500,7 +504,7 @@ p { |
500 | 504 | margin-left: 0px; |
501 | 505 | } |
502 | 506 | |
503 | -#content .profile-info-options input.button.with-text, | |
507 | +#content .profile-info-options input.button.with-text, | |
504 | 508 | #content .profile-info-options a.button.with-text { |
505 | 509 | background-color: #fff; |
506 | 510 | border-radius: 0 0 0 0; |
... | ... | @@ -508,14 +512,14 @@ p { |
508 | 512 | padding-bottom: 5px; |
509 | 513 | padding-left: 30px; |
510 | 514 | padding-top: 5px; |
511 | - text-align: left; | |
515 | + text-align: left; | |
512 | 516 | } |
513 | 517 | #content .profile-info-options a.button.with-text{ |
514 | 518 | border: 0px solid #CCCCCC; |
515 | 519 | border-bottom: 2px solid #CCCCCC !important; |
516 | 520 | } |
517 | 521 | |
518 | -#content .profile-info-options input.button:hover, | |
522 | +#content .profile-info-options input.button:hover, | |
519 | 523 | #content .profile-info-options a.button:hover { |
520 | 524 | background-color: #ccc; |
521 | 525 | border: 1pxpx solid #CCC; |
... | ... | @@ -576,7 +580,7 @@ p { |
576 | 580 | } |
577 | 581 | |
578 | 582 | .display-content-block .image { |
579 | - | |
583 | + | |
580 | 584 | } |
581 | 585 | |
582 | 586 | .block.display-content-block .tags span { |
... | ... | @@ -597,10 +601,10 @@ p { |
597 | 601 | color: #000; |
598 | 602 | } |
599 | 603 | |
600 | -#content .main-block h1, | |
601 | -#not-found h1, | |
604 | +#content .main-block h1, | |
605 | +#not-found h1, | |
602 | 606 | #access-denied h1 { |
603 | - | |
607 | + | |
604 | 608 | } |
605 | 609 | |
606 | 610 | /*tamanho da fonte dentro dos artigos*/ |
... | ... | @@ -626,8 +630,8 @@ p { |
626 | 630 | padding: 14px; |
627 | 631 | color: #999; |
628 | 632 | } |
629 | -#article .article-comments-list, | |
630 | -#article .article-comments-list ul, | |
633 | +#article .article-comments-list, | |
634 | +#article .article-comments-list ul, | |
631 | 635 | #article .article-comments-list li { |
632 | 636 | list-style: none outside none; |
633 | 637 | margin: 5px 0 10px; |
... | ... | @@ -676,7 +680,7 @@ p { |
676 | 680 | } |
677 | 681 | |
678 | 682 | #content .comment-picture { |
679 | - max-width: 50px; | |
683 | + max-width: 50px; | |
680 | 684 | word-wrap: break-word; |
681 | 685 | } |
682 | 686 | |
... | ... | @@ -800,13 +804,13 @@ p { |
800 | 804 | |
801 | 805 | /*borda dos wrappers*/ |
802 | 806 | /**/ |
803 | -#main-content-wrapper-1, | |
804 | -#main-content-wrapper-2, | |
805 | -#main-content-wrapper-3, | |
806 | -#main-content-wrapper-4, | |
807 | -#main-content-wrapper-5, | |
808 | -#main-content-wrapper-6, | |
809 | -#main-content-wrapper-7, | |
807 | +#main-content-wrapper-1, | |
808 | +#main-content-wrapper-2, | |
809 | +#main-content-wrapper-3, | |
810 | +#main-content-wrapper-4, | |
811 | +#main-content-wrapper-5, | |
812 | +#main-content-wrapper-6, | |
813 | +#main-content-wrapper-7, | |
810 | 814 | #main-content-wrapper-8 { |
811 | 815 | background: none repeat scroll 0 0 transparent; |
812 | 816 | } |
... | ... | @@ -857,7 +861,7 @@ ul.profile-list .common-profile-list-block { |
857 | 861 | width: 100%; |
858 | 862 | } |
859 | 863 | |
860 | -/*.box-2 .common-profile-list-block .vcard a.profile_link, | |
864 | +/*.box-2 .common-profile-list-block .vcard a.profile_link, | |
861 | 865 | .box-3 .common-profile-list-block .vcard a.profile_link,*/ |
862 | 866 | .common-profile-list-block .vcard a.profile_link { |
863 | 867 | margin-bottom: 5px; |
... | ... | @@ -865,7 +869,7 @@ ul.profile-list .common-profile-list-block { |
865 | 869 | } |
866 | 870 | |
867 | 871 | |
868 | -.box-2 .common-profile-list-block .vcard a.profile_link, | |
872 | +.box-2 .common-profile-list-block .vcard a.profile_link, | |
869 | 873 | .box-3 .common-profile-list-block .vcard a.profile_link { |
870 | 874 | height: auto; |
871 | 875 | max-height: 100%; |
... | ... | @@ -916,7 +920,7 @@ ul.profile-list .common-profile-list-block { |
916 | 920 | |
917 | 921 | li.event-dates { |
918 | 922 | background: url("/images/icons-mime/event.png") no-repeat scroll 100% 50% white; |
919 | - | |
923 | + | |
920 | 924 | float: none; |
921 | 925 | padding: 5px 32px 5px 5px; |
922 | 926 | text-align: right; |
... | ... | @@ -1005,7 +1009,7 @@ div#article-parent { |
1005 | 1009 | /*paginação*/ |
1006 | 1010 | |
1007 | 1011 | .pagination { |
1008 | - | |
1012 | + | |
1009 | 1013 | } |
1010 | 1014 | .pagination { |
1011 | 1015 | font-size: 120%; |
... | ... | @@ -1071,7 +1075,7 @@ input.button.with-text { |
1071 | 1075 | max-height: 28px; |
1072 | 1076 | } |
1073 | 1077 | |
1074 | -#content a.button.with-text, | |
1078 | +#content a.button.with-text, | |
1075 | 1079 | #content a.button.with-text { |
1076 | 1080 | height: 28px; |
1077 | 1081 | max-height: 28px; |
... | ... | @@ -1087,13 +1091,13 @@ input.button.with-text { |
1087 | 1091 | text-decoration: none; |
1088 | 1092 | } |
1089 | 1093 | |
1090 | -#content #article-actions input.button, | |
1094 | +#content #article-actions input.button, | |
1091 | 1095 | #content #article-actions a.button, |
1092 | 1096 | #content a.button, |
1093 | 1097 | #content input.button { |
1094 | 1098 | background-color: transparent; |
1095 | 1099 | border: 1px solid #CCCCCC; |
1096 | - vertical-align: middle; | |
1100 | + vertical-align: middle; | |
1097 | 1101 | } |
1098 | 1102 | |
1099 | 1103 | #content a.button.with-text { |
... | ... | @@ -1107,7 +1111,7 @@ input.button.with-text { |
1107 | 1111 | margin-right: 5px; |
1108 | 1112 | } |
1109 | 1113 | |
1110 | -#content #article-actions input.button:hover, | |
1114 | +#content #article-actions input.button:hover, | |
1111 | 1115 | #content #article-actions a.button:hover { |
1112 | 1116 | background-color: #ccc; |
1113 | 1117 | border: 1px solid #CCCCCC; |
... | ... | @@ -1170,7 +1174,7 @@ input.button.with-text { |
1170 | 1174 | } |
1171 | 1175 | |
1172 | 1176 | #search-page .map-or-list-search-results list { |
1173 | - | |
1177 | + | |
1174 | 1178 | } |
1175 | 1179 | |
1176 | 1180 | .search-results-innerbox { |
... | ... | @@ -1181,8 +1185,8 @@ input.button.with-text { |
1181 | 1185 | height: 100%; |
1182 | 1186 | } |
1183 | 1187 | |
1184 | -.search-results-type-article li.article-item, | |
1185 | -.search-tagged-items li.article-item, | |
1188 | +.search-results-type-article li.article-item, | |
1189 | +.search-tagged-items li.article-item, | |
1186 | 1190 | .only-one-result-box li.search-product-item { |
1187 | 1191 | border-bottom: 0px solid #fff; |
1188 | 1192 | } |
... | ... | @@ -1400,7 +1404,7 @@ input.button.with-text { |
1400 | 1404 | background: url("images/comentarios.png") no-repeat left center #fffafa; |
1401 | 1405 | } |
1402 | 1406 | .track_list .item_card .track_stats .hits .counter { |
1403 | - background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
1407 | + background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
1404 | 1408 | } |
1405 | 1409 | |
1406 | 1410 | .track_list .item_card .track_stats { |
... | ... | @@ -1455,7 +1459,7 @@ input.button.with-text { |
1455 | 1459 | |
1456 | 1460 | .track_list .item .track_content .steps h3{ |
1457 | 1461 | font-size: 13px !important; |
1458 | - text-transform: uppercase; | |
1462 | + text-transform: uppercase; | |
1459 | 1463 | font-weight: normal; |
1460 | 1464 | } |
1461 | 1465 | |
... | ... | @@ -1483,7 +1487,7 @@ input.button.with-text { |
1483 | 1487 | |
1484 | 1488 | .step a:link, #content .step a:link, dl.portlet .step a:link { |
1485 | 1489 | color: #999; /*cinza escuro*/ |
1486 | - /*teste*/ | |
1490 | + /*teste*/ | |
1487 | 1491 | display: inline-block; |
1488 | 1492 | max-width: 80%; |
1489 | 1493 | vertical-align: middle; |
... | ... | @@ -1515,7 +1519,7 @@ input.button.with-text { |
1515 | 1519 | |
1516 | 1520 | #track .step_list .step .content .name {} |
1517 | 1521 | |
1518 | -#track .step .name, | |
1522 | +#track .step .name, | |
1519 | 1523 | #track .step .name a { |
1520 | 1524 | color: #999; |
1521 | 1525 | } |
... | ... | @@ -1706,7 +1710,7 @@ input.button.with-text { |
1706 | 1710 | /* margin-top: 5px;*/ |
1707 | 1711 | } |
1708 | 1712 | |
1709 | -.box-2 .common-profile-list-block .profile-image, | |
1713 | +.box-2 .common-profile-list-block .profile-image, | |
1710 | 1714 | .box-3 .common-profile-list-block .profile-image{ |
1711 | 1715 | height: 56px; |
1712 | 1716 | /* border: 1px solid #CCCCCC; |
... | ... | @@ -1859,18 +1863,18 @@ input.button.with-text { |
1859 | 1863 | } |
1860 | 1864 | |
1861 | 1865 | #pairwise_main .skip_vote a { |
1862 | - background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
1866 | + background: url("images/btn_duvida_pairwise.png") no-repeat center center #fff !important; | |
1863 | 1867 | color: transparent !important; |
1864 | 1868 | display: inline-block; |
1865 | 1869 | height: 1px; |
1866 | 1870 | line-height: 0; |
1867 | 1871 | padding: 1em 0; |
1868 | 1872 | text-decoration: none; |
1869 | - width: 200px; | |
1873 | + width: 200px; | |
1870 | 1874 | } |
1871 | 1875 | |
1872 | 1876 | #pairwise_main .skip_vote a:hover { |
1873 | - background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; | |
1877 | + background: url("images/btn_duvida_pairwise_hover.png") no-repeat center center #fff !important; | |
1874 | 1878 | } |
1875 | 1879 | |
1876 | 1880 | #pairwise_main .skip_vote_reasons {background-color: #7D8874;padding-top: 0 !important;} |
... | ... | @@ -1909,7 +1913,7 @@ input.button.with-text { |
1909 | 1913 | width: 80%; |
1910 | 1914 | } |
1911 | 1915 | |
1912 | -#pairwise_main .div_text_input_container .div_text_input textarea { | |
1916 | +#pairwise_main .div_text_input_container .div_text_input textarea { | |
1913 | 1917 | border: 1px solid #CCCCCC; |
1914 | 1918 | border-radius: 0 0 0 0 !important; |
1915 | 1919 | } |
... | ... | @@ -1979,16 +1983,16 @@ body.contraste #user a strong{ |
1979 | 1983 | color: #ffff00; |
1980 | 1984 | } |
1981 | 1985 | |
1982 | -body.contraste #content .box-2 .tags-block .block-footer-content a, | |
1983 | -body.contraste #content .box-2 .people-block .block-footer-content a, | |
1984 | -body.contraste #content .box-2 .profile-list-block .block-footer-content a, | |
1985 | -body.contraste #content .box-2 .enterprises-block .block-footer-content a, | |
1986 | -body.contraste #content .box-2 .members-block .block-footer-content a, | |
1987 | -body.contraste #content .box-2 .communities-block .block-footer-content a, | |
1986 | +body.contraste #content .box-2 .tags-block .block-footer-content a, | |
1987 | +body.contraste #content .box-2 .people-block .block-footer-content a, | |
1988 | +body.contraste #content .box-2 .profile-list-block .block-footer-content a, | |
1989 | +body.contraste #content .box-2 .enterprises-block .block-footer-content a, | |
1990 | +body.contraste #content .box-2 .members-block .block-footer-content a, | |
1991 | +body.contraste #content .box-2 .communities-block .block-footer-content a, | |
1988 | 1992 | body.contraste #content .box-2 .friends-block .block-footer-content a, |
1989 | -body.contraste #content .more_button .view_all a, | |
1993 | +body.contraste #content .more_button .view_all a, | |
1990 | 1994 | body.contraste #content .read_more a, |
1991 | -body.contraste .more_button .view_all a, | |
1995 | +body.contraste .more_button .view_all a, | |
1992 | 1996 | body.contraste .read_more a |
1993 | 1997 | { |
1994 | 1998 | background-image: none; |
... | ... | @@ -1997,16 +2001,16 @@ body.contraste .read_more a |
1997 | 2001 | } |
1998 | 2002 | |
1999 | 2003 | body.contraste.action-home-index #content .article-block .short-post .read-more a, |
2000 | -body.contraste #content .box-1 .tags-block .block-footer-content a, | |
2001 | -body.contraste #content .box-1 .people-block .block-footer-content a, | |
2002 | -body.contraste #content .box-1 .profile-list-block .block-footer-content a, | |
2003 | -body.contraste #content .box-1 .enterprises-block .block-footer-content a, | |
2004 | -body.contraste #content .box-1 .members-block .block-footer-content a, | |
2005 | -body.contraste #content .box-1 .communities-block .block-footer-content a, | |
2004 | +body.contraste #content .box-1 .tags-block .block-footer-content a, | |
2005 | +body.contraste #content .box-1 .people-block .block-footer-content a, | |
2006 | +body.contraste #content .box-1 .profile-list-block .block-footer-content a, | |
2007 | +body.contraste #content .box-1 .enterprises-block .block-footer-content a, | |
2008 | +body.contraste #content .box-1 .members-block .block-footer-content a, | |
2009 | +body.contraste #content .box-1 .communities-block .block-footer-content a, | |
2006 | 2010 | body.contraste #content .box-1 .friends-block .block-footer-content a, |
2007 | -body.contraste #content .more_button .view_all a, | |
2011 | +body.contraste #content .more_button .view_all a, | |
2008 | 2012 | body.contraste #content .read_more a, |
2009 | -body.contraste .more_button .view_all a, | |
2013 | +body.contraste .more_button .view_all a, | |
2010 | 2014 | body.contraste .read_more a |
2011 | 2015 | { |
2012 | 2016 | background: url("images/button-read-more-vazio-contraste.png") no-repeat scroll left 50% #333; |
... | ... | @@ -2018,7 +2022,7 @@ body.contraste .read_more a |
2018 | 2022 | body.contraste a, |
2019 | 2023 | body.contraste #accessibility a, |
2020 | 2024 | body.contraste #portal-siteactions a, |
2021 | -body.contraste #logo a, | |
2025 | +body.contraste #logo a, | |
2022 | 2026 | body.contraste #logo #portal-title, |
2023 | 2027 | body.contraste #sobre a, |
2024 | 2028 | body.contraste h1, |
... | ... | @@ -2033,18 +2037,18 @@ body.contraste #content .documentDescription, |
2033 | 2037 | body.contraste #content #description, |
2034 | 2038 | body.contraste .nitfByline, |
2035 | 2039 | body.contraste p.section, |
2036 | -body.contraste .track_list .item_card .track_stats .hits .label, | |
2040 | +body.contraste .track_list .item_card .track_stats .hits .label, | |
2037 | 2041 | body.contraste .track_list .item_card .track_stats .comments .label, |
2038 | 2042 | body.contraste.action-home-index #content .display-content-block .lead p, |
2039 | 2043 | body.contraste.action-environment_design-index #content .display-content-block .lead p, |
2040 | -body.contraste.action-home-index #content .display-content-block .published-at, | |
2044 | +body.contraste.action-home-index #content .display-content-block .published-at, | |
2041 | 2045 | body.contraste.action-environment_design-index #content .display-content-block .published-at { |
2042 | 2046 | color: #fff; |
2043 | 2047 | } |
2044 | 2048 | |
2045 | -body.contraste #content .breadcrumbs-plugin_content-breadcrumbs-block a, | |
2049 | +body.contraste #content .breadcrumbs-plugin_content-breadcrumbs-block a, | |
2046 | 2050 | body.contraste #content .breadcrumbs-plugin_content-breadcrumbs-block a:visited, |
2047 | -body.contraste #content a:link, | |
2051 | +body.contraste #content a:link, | |
2048 | 2052 | body.contraste #content a:link, |
2049 | 2053 | body.contraste #content a:visited, |
2050 | 2054 | body.contraste #content a { |
... | ... | @@ -2052,7 +2056,7 @@ body.contraste #content a { |
2052 | 2056 | } |
2053 | 2057 | |
2054 | 2058 | |
2055 | -body.contraste.action-home-index #content .container-block-plugin_container-block .display-content-block .title a, | |
2059 | +body.contraste.action-home-index #content .container-block-plugin_container-block .display-content-block .title a, | |
2056 | 2060 | body.contraste.action-environment_design-index #content .container-block-plugin_container-block .display-content-block .title a, |
2057 | 2061 | |
2058 | 2062 | body.contraste #content .display-content-block .title a, |
... | ... | @@ -2069,9 +2073,9 @@ body.contraste.action-environment_design-index #wrap-2 { |
2069 | 2073 | background-image: none; |
2070 | 2074 | } |
2071 | 2075 | |
2072 | -body.contraste.action-home-index .block .block-inner-2, | |
2076 | +body.contraste.action-home-index .block .block-inner-2, | |
2073 | 2077 | body.contraste.action-environment_design-index .block .block-inner-2, |
2074 | -body.contraste.action-home-index #content .tags-block .block-inner-2, | |
2078 | +body.contraste.action-home-index #content .tags-block .block-inner-2, | |
2075 | 2079 | body.contraste.action-environment_design-index #content .tags-block .block-inner-2 { |
2076 | 2080 | background-color: #333; |
2077 | 2081 | } |
... | ... | @@ -2100,7 +2104,7 @@ body.contraste #content .box .block-title { |
2100 | 2104 | background-color: #333; |
2101 | 2105 | } |
2102 | 2106 | |
2103 | -body.contraste.action-home-index .container-block-plugin_container-block .container-block-plugin_container-block, | |
2107 | +body.contraste.action-home-index .container-block-plugin_container-block .container-block-plugin_container-block, | |
2104 | 2108 | body.contraste.action-environment_design-index .container-block-plugin_container-block .container-block-plugin_container-block, |
2105 | 2109 | body.contraste.action-home-index #content .box .block-title, |
2106 | 2110 | body.contraste.action-environment_design-index #content .box .block-title, |
... | ... | @@ -2121,7 +2125,7 @@ body.contraste #content .link-list-block li a:hover { |
2121 | 2125 | color: #ffff00; |
2122 | 2126 | } |
2123 | 2127 | |
2124 | -body.contraste #content .profile-info-options input.button.with-text, | |
2128 | +body.contraste #content .profile-info-options input.button.with-text, | |
2125 | 2129 | body.contraste #content .profile-info-options a.button.with-text{ |
2126 | 2130 | background-color: #333; |
2127 | 2131 | color: #ffff00; |
... | ... | @@ -2136,7 +2140,7 @@ body.contraste #content .article-comment { |
2136 | 2140 | background: none repeat scroll 0 0 #000; |
2137 | 2141 | } |
2138 | 2142 | |
2139 | -body.contraste #comments_list .comment-info, | |
2143 | +body.contraste #comments_list .comment-info, | |
2140 | 2144 | body.contraste #comments_list .comment-created-at, |
2141 | 2145 | body.contraste #footer-license a, |
2142 | 2146 | body.contraste #footer-license p{ |
... | ... | @@ -2173,8 +2177,8 @@ body.contraste .ui-widget-content { |
2173 | 2177 | color: #fff; |
2174 | 2178 | } |
2175 | 2179 | |
2176 | -body.contraste .ui-state-active, | |
2177 | -body.contraste .ui-widget-content .ui-state-active, | |
2180 | +body.contraste .ui-state-active, | |
2181 | +body.contraste .ui-widget-content .ui-state-active, | |
2178 | 2182 | body.contraste .ui-widget-header .ui-state-active { |
2179 | 2183 | background-image: none; |
2180 | 2184 | background-color: #000; |
... | ... | @@ -2320,7 +2324,7 @@ body.action-embed-index { |
2320 | 2324 | |
2321 | 2325 | .action-embed-index #boxes, |
2322 | 2326 | .action-embed-index .box-1 .blocks, |
2323 | -.action-embed-index .block-outer, | |
2327 | +.action-embed-index .block-outer, | |
2324 | 2328 | .action-embed-index #content .block { |
2325 | 2329 | margin: 0px; |
2326 | 2330 | } |
... | ... | @@ -2465,7 +2469,7 @@ body.action-embed-index { |
2465 | 2469 | height: auto; |
2466 | 2470 | } |
2467 | 2471 | |
2468 | -.hub ul.settings li.twitter label{ | |
2472 | +.hub ul.settings li.twitter label{ | |
2469 | 2473 | color: white; |
2470 | 2474 | display: block; |
2471 | 2475 | font-style: oblique; | ... | ... |