Commit 1975e94320c80a0f7c7f67b723c983b450e7b329
Committed by
Eduardo Vital
1 parent
fa7a7d91
Exists in
news_page_css
Pagination style
Showing
2 changed files
with
133 additions
and
29 deletions
Show diff stats
cadastro.css
... | ... | @@ -15,6 +15,10 @@ |
15 | 15 | width:90% !important; |
16 | 16 | } |
17 | 17 | |
18 | +body #content .main-block form .icon-add{ | |
19 | + background-color: #2C66CE; | |
20 | +} | |
21 | + | |
18 | 22 | #signup-form .formfieldline, |
19 | 23 | #signup-formfield-group { |
20 | 24 | /*background-color:#E7E7E7;*/ /*colorir linhas especificas*/ |
... | ... | @@ -602,7 +606,8 @@ body #content .main-block h1 { |
602 | 606 | |
603 | 607 | .main-block form { |
604 | 608 | font-size: 14px; |
605 | - color: #172738; | |
609 | + color: #231f20; | |
610 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
606 | 611 | } |
607 | 612 | |
608 | 613 | .main-block form p .required-field, |
... | ... | @@ -637,18 +642,19 @@ body #content .main-block h1 { |
637 | 642 | display: inline-block; |
638 | 643 | max-width: 100%; |
639 | 644 | margin-bottom: 5px; |
640 | - color: #172738; | |
645 | + color: #231f20; | |
641 | 646 | } |
642 | 647 | |
643 | 648 | .main-block form input[type="text"] { |
644 | 649 | display: block; |
645 | - height: 34px; | |
650 | + height: 19px; | |
646 | 651 | padding: 6px; |
647 | 652 | border: 1px solid #ccc; |
648 | 653 | border-radius: 4px; |
649 | - width: auto; | |
654 | + width: 384px; | |
650 | 655 | font-size: 15px; |
651 | 656 | font-family: arial, helvetica; |
657 | + color: #585858; | |
652 | 658 | } |
653 | 659 | |
654 | 660 | .main-block form .formfield input[type="file"] { |
... | ... | @@ -658,6 +664,11 @@ body #content .main-block h1 { |
658 | 664 | font-size: 14px; |
659 | 665 | } |
660 | 666 | |
667 | +#software_categories_fields label input{ | |
668 | + display: block; | |
669 | + padding-top: 10px; | |
670 | + vertical-align: middle; | |
671 | +} | |
661 | 672 | |
662 | 673 | .main-block form #community-join-before div, |
663 | 674 | .main-block form #community-join-after div { |
... | ... | @@ -685,6 +696,98 @@ body #content .main-block form .button-bar a.button{ |
685 | 696 | text-align: center; |
686 | 697 | } |
687 | 698 | |
699 | +body #content .main-block form .icon-add{ | |
700 | + background-image: none; | |
701 | + border: 0; | |
702 | + padding: 0 10px 0 20px; | |
703 | + display: inline-block; | |
704 | + text-align: center; | |
705 | + color: #fff; | |
706 | + position: relative; | |
707 | +} | |
708 | + | |
709 | +body #content .main-block form .icon-add:before { | |
710 | + left: 6px; | |
711 | + vertical-align: middle; | |
712 | + font-size: 12px; | |
713 | + content: "\f067"; | |
714 | + color: #fff; | |
715 | + width: 10px; | |
716 | + height: 10px; | |
717 | + text-align: center; | |
718 | +} | |
719 | + | |
720 | +.dynamic-table{ | |
721 | + border: none; | |
722 | + font-family: 'Open Sans', Arial, Helvetica, sans-serif; | |
723 | +} | |
724 | + | |
725 | +.dynamic-table td{ | |
726 | + padding: 10px 0 0 0; | |
727 | + vertical-align: middle; | |
728 | + font-size: 14px; | |
729 | +} | |
730 | + | |
731 | +#operating_system_fields{ | |
732 | + width: 50%; | |
733 | +} | |
734 | + | |
735 | +.formfieldline label:first-child{ | |
736 | + font-weight: 500; | |
737 | + padding-right: 10px; | |
738 | +} | |
739 | + | |
740 | +.formfield{ | |
741 | + font-weight: 500; | |
742 | + padding-right: 10px; | |
743 | +} | |
744 | + | |
745 | +.formlabel{ | |
746 | + padding: 10px 0 5px 0; | |
747 | +} | |
748 | + | |
749 | +.formfieldline .type-file .type-file .formlabel { | |
750 | + display: none; | |
751 | +} | |
752 | + | |
753 | +.formfieldline h4{ | |
754 | + font-weight: 500; | |
755 | +} | |
756 | + | |
757 | +.formfieldline .formfieldline textarea{ | |
758 | + border: 1px solid #ccc; | |
759 | + color: #585858; | |
760 | + font-family: arial, helvetica; | |
761 | + font-size: 15px; | |
762 | + padding: 6px; | |
763 | +} | |
764 | + | |
765 | +#libraries_fields{ | |
766 | + padding-top: 20px; | |
767 | +} | |
768 | + | |
769 | +#software_categories_fields{ | |
770 | + padding-top: 20px; | |
771 | +} | |
772 | + | |
773 | +#software_categories_fields label{ | |
774 | + line-height: 30px; | |
775 | + vertical-align: middle; | |
776 | + padding-left: 2px; | |
777 | +} | |
778 | + | |
779 | +#software_categories_fields input{ | |
780 | + vertical-align: middle; | |
781 | +} | |
782 | + | |
783 | +#database__database_description_id, | |
784 | +#language__programming_language_id, | |
785 | +#license_info_version, | |
786 | +#operating_system__operating_system_name_id{ | |
787 | + padding: 5px 5px 5px 5px; | |
788 | +} | |
789 | + | |
790 | + | |
688 | 791 | body #content .main-block form .button-bar .icon-back { |
689 | 792 | width: 150px !important; |
690 | 793 | } |
... | ... | @@ -696,6 +799,7 @@ body #content .main-block form .button-bar .icon-back { |
696 | 799 | background: #2C66CE; |
697 | 800 | } |
698 | 801 | |
802 | +body #content .main-block form .icon-add:hover, | |
699 | 803 | body #content .main-block form .button-bar input:hover { |
700 | 804 | background: #5E82C6; |
701 | 805 | } |
... | ... | @@ -740,7 +844,8 @@ body #content .main-block #delete-profile a { |
740 | 844 | color: #172738; |
741 | 845 | } |
742 | 846 | |
743 | -#content .main-block .errorExplanation:before { | |
847 | +#content .main-block .errorExplanation:before, | |
848 | +body #content .main-block form .icon-add:before { | |
744 | 849 | font-family: FontAwesome; |
745 | 850 | font-style: normal; |
746 | 851 | font-weight: normal; | ... | ... |
style.css
... | ... | @@ -978,37 +978,30 @@ p { |
978 | 978 | /*paginação*/ |
979 | 979 | |
980 | 980 | .pagination { |
981 | + border-top: 0 none; | |
981 | 982 | } |
982 | 983 | |
983 | 984 | #content .pagination a { |
984 | - background-image: url("images/bg-paginacao.png"); | |
985 | - background-repeat: no-repeat; | |
986 | - border-bottom: 0 none; | |
987 | - color: white; | |
988 | - display: inline-block; | |
989 | - font-size: 16px; | |
990 | - font-weight: bold; | |
991 | - height: 35px; | |
992 | - padding-top: 4px; | |
993 | - text-decoration: none; | |
994 | - width: 35px; | |
985 | + padding: 7px 11px 7px 11px; | |
986 | + border-radius: 4px; | |
987 | + margin-right: 4px; | |
988 | + letter-spacing: 0.6px; | |
989 | + color: #172738; | |
990 | + border: 1px solid #D3D6DE; | |
995 | 991 | } |
996 | 992 | |
997 | 993 | .pagination .current { |
998 | - background: url("images/bg-paginacao-preto.png") no-repeat center top transparent; | |
999 | - background-repeat: no-repeat; | |
1000 | - border-bottom: 0 none; | |
1001 | - color: white; | |
1002 | - display: inline-block; | |
994 | + background-color: #ECEDF1; | |
995 | + padding: 8px 11px 8px 11px; | |
996 | + border-radius: 4px; | |
997 | + margin-right: 4px; | |
998 | + font-family: Arial; | |
999 | + font-weight: 700; | |
1003 | 1000 | font-size: 16px; |
1004 | - font-weight: bold; | |
1005 | - height: 35px; | |
1006 | - padding-top: 4px; | |
1007 | - text-decoration: none; | |
1008 | - width: 35px; | |
1001 | + border: 1px solid #D3D6DE; | |
1009 | 1002 | } |
1010 | 1003 | |
1011 | -#content .pagination a.prev_page, | |
1004 | +#content .pagination a.previous_page, | |
1012 | 1005 | #content .pagination a.next_page{ |
1013 | 1006 | background-image: none; |
1014 | 1007 | color: #888888; |
... | ... | @@ -1018,7 +1011,7 @@ p { |
1018 | 1011 | |
1019 | 1012 | |
1020 | 1013 | #content #article .pagination .next_page, |
1021 | -#content #article .pagination .prev_page{ | |
1014 | +#content #article .pagination .previous_page{ | |
1022 | 1015 | background-image: none; |
1023 | 1016 | color: #ccc; |
1024 | 1017 | width: auto; |
... | ... | @@ -2890,10 +2883,16 @@ div.software-step-info div.current-step h3 { |
2890 | 2883 | font-size: 12px !important; |
2891 | 2884 | } |
2892 | 2885 | |
2886 | +<<<<<<< Updated upstream | |
2893 | 2887 | |
2894 | 2888 | /************************* MAIN PAGE REVIEW *******************************/ |
2895 | 2889 | |
2896 | 2890 | #content ul li.news-call .title { |
2897 | 2891 | font-weight: 700; |
2898 | 2892 | padding-right: 0px; |
2899 | -} | |
2900 | 2893 | \ No newline at end of file |
2894 | +} | |
2895 | +======= | |
2896 | +#search-header{ | |
2897 | + border: 1px solid red !important; | |
2898 | +} | |
2899 | +>>>>>>> Stashed changes | ... | ... |