Commit 85cde999886fa59567e18155f14ad751be3fbda2
1 parent
fdd73777
Exists in
master
and in
2 other branches
removed specific style from theme.
Showing
1 changed file
with
14 additions
and
19 deletions
Show diff stats
style.css
... | ... | @@ -57,7 +57,7 @@ body { |
57 | 57 | background-image: -o-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); |
58 | 58 | background-image: -moz-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); |
59 | 59 | background-image: -webkit-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); |
60 | - background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
60 | + background-image: -ms-linear-gradient(bottom, #E8E8E8 20%, #FEFEFE 80%); | |
61 | 61 | background-image: -webkit-gradient( |
62 | 62 | linear, |
63 | 63 | left bottom, |
... | ... | @@ -689,7 +689,7 @@ div#article-parent { |
689 | 689 | |
690 | 690 | .formfield input, .formfield textarea { |
691 | 691 | border: 1px solid #DFDFDF !important; |
692 | - background-image: none !important; | |
692 | + background-image: none !important; | |
693 | 693 | background-color: #fff !important; |
694 | 694 | line-height: 1.8em !important; |
695 | 695 | color: #333 !important; |
... | ... | @@ -784,12 +784,12 @@ div#article-parent { |
784 | 784 | |
785 | 785 | |
786 | 786 | .author, |
787 | -.header-content, | |
788 | -#box-35330 h3 { display: none; } | |
789 | -#block-51740 .track_list .item_card { | |
790 | -margin: 0px; | |
791 | -margin-left: -1px; | |
792 | -margin-top: 5px; | |
787 | +.header-content { display: none; } | |
788 | + | |
789 | +.track_list .item_card { | |
790 | + margin: 0px; | |
791 | + margin-left: -1px; | |
792 | + margin-top: 5px; | |
793 | 793 | } |
794 | 794 | |
795 | 795 | .profile-homepage .box-1 .recent-documents-block ul { |
... | ... | @@ -803,7 +803,7 @@ overflow: auto; |
803 | 803 | background: url("images/comentarios.png") no-repeat left center #fffafa; |
804 | 804 | } |
805 | 805 | .track_list .item_card .track_stats .hits .counter { |
806 | - background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
806 | + background: url("images/visualizacoes.png") no-repeat left center #fffafa; | |
807 | 807 | } |
808 | 808 | .track_list .item_card .track_stats .counter { |
809 | 809 | margin-top: 1px; |
... | ... | @@ -864,7 +864,7 @@ all_tracks .track_list { |
864 | 864 | padding: 10px 20px 10px 50px; |
865 | 865 | text-align: left; |
866 | 866 | margin-right: 50px; |
867 | - | |
867 | + | |
868 | 868 | } |
869 | 869 | |
870 | 870 | .track_list .item_card { |
... | ... | @@ -891,7 +891,7 @@ all_tracks .track_list { |
891 | 891 | display: inline-block; |
892 | 892 | } |
893 | 893 | |
894 | -.common-profile-list-block .vcard a, | |
894 | +.common-profile-list-block .vcard a, | |
895 | 895 | .track_list .item_card:hover { |
896 | 896 | background-color: white; |
897 | 897 | } |
... | ... | @@ -1110,7 +1110,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
1110 | 1110 | |
1111 | 1111 | .track_list .item .track_content .steps h3{ |
1112 | 1112 | font-size: 13px !important; |
1113 | - text-transform: uppercase; | |
1113 | + text-transform: uppercase; | |
1114 | 1114 | font-weight: normal; |
1115 | 1115 | } |
1116 | 1116 | |
... | ... | @@ -1148,7 +1148,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
1148 | 1148 | |
1149 | 1149 | .step a:link, #content .step a:link, dl.portlet .step a:link { |
1150 | 1150 | color: #999; /*cinza escuro*/ |
1151 | - /*teste*/ | |
1151 | + /*teste*/ | |
1152 | 1152 | display: inline-block; |
1153 | 1153 | max-width: 80%; |
1154 | 1154 | vertical-align: middle; |
... | ... | @@ -1180,7 +1180,7 @@ _software,_cultura_e_conhecimentos_livres*/ |
1180 | 1180 | |
1181 | 1181 | #track .step_list .step .content .name {} |
1182 | 1182 | |
1183 | -#track .step .name, | |
1183 | +#track .step .name, | |
1184 | 1184 | #track .step .name a { |
1185 | 1185 | color: #999; |
1186 | 1186 | } |
... | ... | @@ -1280,8 +1280,3 @@ width: auto; |
1280 | 1280 | |
1281 | 1281 | .controller-sub_organizations_plugin_profile .box-1 .common-profile-list-block .profile_link { width: 150px; } |
1282 | 1282 | |
1283 | -/* related organizations */ | |
1284 | - | |
1285 | -#block-34417 ul { | |
1286 | - width:100%; | |
1287 | -} | ... | ... |