Commit 9e7586a051098cc614fb8d5fccd4bb419d1c8a85

Authored by Melissa Wen
1 parent 1dbbb532
Exists in master and in 79 other branches add_sisp_to_chef, add_super_archives_plugin, api_for_colab, automates_core_packing, backup_not_prod, changes_in_buttons_on_content_panel, colab_automated_login, colab_spb_plugin_recipe, colab_widgets_settings, design_validation, dev_env_minimal, disable_email_dev, fix_breadcrumbs_position, fix_categories_software_link, fix_edit_institution, fix_edit_software_with_another_license, fix_get_license_info, fix_gitlab_assets_permission, fix_list_style_inside_article, fix_list_style_on_folder_elements, fix_members_pagination, fix_merge_request_url, fix_models_translations, fix_no_license, fix_software_api, fix_software_block_migration, fix_software_communities_translations, fix_software_communities_unit_test, fix_style_create_institution_admin_panel, fix_superarchives_imports, fix_sym_links_noosfero, focus_search_field_theme, gov-user-refactoring, gov-user-refactoring-rails4, header_fix, institution_modal_on_rating, kalibro-conf-refactoring, kalibro-processor-package, lxc_settings, margin_fix, mezuro_cookbook, prezento, refactor_download_block, refactor_software_communities, refactor_software_for_sisp, register_page, release-process, release-process-v2, remove-unused-images, remove_broken_theme, remove_secondary_email_from_user, remove_sisp_buttons, removing_super_archives_email, review_message, scope2method, signals_user_noosfero, sisp_catalog_header, sisp_colab_config, sisp_dev, sisp_dev_master, sisp_simple_version, software_as_organization, software_catalog_style_fix, software_communities_html_refactor, software_infos_api, spb_minimal_env, spb_to_rails4, spec_refactor, stable-4.1, stable-4.2, stable-4.x, temp_soft_comm_refactoring, theme_header, theme_javascript_refactory, thread_dropdown, thread_page, update_search_by_categories, update_software_api, update_softwares_boxes

adjust headers styles on general and specific cases

Showing 2 changed files with 31 additions and 24 deletions   Show diff stats
css/article-page.css
... ... @@ -9,7 +9,6 @@
9 9 font-variant: normal;
10 10 font-weight: bold;
11 11 line-height: 37px;
12   - text-transform: capitalize;
13 12 }
14 13  
15 14 #content .main-block #article-header .publishing-info span{
... ... @@ -24,10 +23,6 @@
24 23 line-height: 21px;
25 24 }
26 25  
27   -#content .main-block .article-body a {
28   - color: #2c66ce;
29   -}
30   -
31 26 /* For software internal pages */
32 27  
33 28 #content .main-block .article-body h2 {
... ... @@ -161,11 +156,18 @@
161 156 #content .main-block .article-header h1.help-page-title {
162 157 margin-top: 0px;
163 158 margin-bottom: 30px;
164   - padding-top: 0px;
  159 + padding: 0px;
  160 + color: #172738;
165 161 line-height: 30px;
166   - border-top: none;
  162 + border: none;
167 163 letter-spacing: -0.1px;
  164 + font-family: Arial;
168 165 font-size: 26px;
  166 + font-variant: normal;
  167 +}
  168 +
  169 +#content .main-block .article-body p a {
  170 + color: #2c66ce;
169 171 }
170 172  
171 173 /*** end of help page ***/
... ...
style.css
... ... @@ -10,11 +10,11 @@
10 10 @import url(css/software-catalog-page.css);
11 11 @import url(css/main-content.css);
12 12 @import url(css/article-page.css);
  13 +@import url(css/news-page.css);
13 14 /*
14 15 @import url(css/community-pages.css);
15 16 @import url(css/software-pages.css);
16 17 @import url(css/software-catalog-page.css);
17   -@import url(css/news-page.css);
18 18 @import url(css/use-report.css);
19 19 @import url(css/tooltips.css);
20 20 */
... ... @@ -130,33 +130,38 @@ body {
130 130 }
131 131  
132 132 #content h1, #content h2, #content h3, #content h4, #content h5, #content h6{
133   - color:inherit;
134   - font-family: arial;
135   - font-weight: 700;
136   - margin-top:20px;
137   - margin-bottom:10px
  133 + margin-top: 20px;
  134 + margin-bottom:10px
  135 + color: inherit;
  136 + font-family: Arial;
  137 + font-weight: 700;
138 138 }
  139 +
139 140 #content h1{
140   - font-size: 34px;
141   - line-height: 37px;
  141 + font-size: 34px;
  142 + line-height: 37px;
142 143 }
  144 +
143 145 #content h2{
144   - font-size:22px;
145   - line-height: 21px;
  146 + font-size: 22px;
  147 + line-height: 21px;
146 148 }
  149 +
147 150 #content h3{
148   - font-size:18px;
149   - line-height: 1.3em;
  151 + font-size: 18px;
  152 + line-height: 21px;
  153 + font-weight: 700;
150 154 }
  155 +
151 156 #content h4, content h5, #content h6 {
152   - font-size: 16px;
153   - line-height: 21px;
  157 + font-size: 16px;
  158 + line-height: 21px;
154 159 }
155 160  
156 161 p {
157   - font-size: 12px;
158   - line-height: 1.5em;
159   - margin: 0px 0px 10px 0px;
  162 + margin: 0px 0px 10px 0px;
  163 + line-height: 21px;
  164 + font-size: 15px;
160 165 }
161 166  
162 167  
... ...