Commit e1151f152fcf592bbeaf250f96540089c8248c6e

Authored by Sidney Ricardo
1 parent 32d65881
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

Css for news pages.

Showing 1 changed file with 73 additions and 10 deletions   Show diff stats
pagina-artigos.css
... ... @@ -191,10 +191,15 @@ ol li {
191 191 }
192 192  
193 193 #content .main-block .article-body P {
194   - margin-bottom: 20px;
  194 + margin-bottom: 22px;
195 195 font-family: arial;
196 196 }
197 197  
  198 +#content .main-block .article-body P strong {
  199 + font-size: 16px;
  200 +}
  201 +
  202 +
198 203 #content .main-block .article-body .zoomable-image {
199 204 overflow: auto;
200 205 display: block;
... ... @@ -242,22 +247,31 @@ ol li {
242 247 .title_top {
243 248 color: #F91461;
244 249 text-transform: uppercase;
245   - font-size: 15px;
  250 + font-size: 16px;
246 251 padding-bottom: 25px;
  252 + padding-left: 1px;
  253 + font-family:"open_sansregular", Arial;
  254 +
247 255 }
248 256  
249 257 .news_principal_block {
250 258 padding-bottom: 5px;
251 259 }
252 260  
  261 +.news_principal_block hr {
  262 + margin: 23px 0 23px 0;
  263 +}
  264 +
253 265 .news_principal_date {
254 266 padding-bottom: 5px;
255 267 }
256 268  
257 269 .news_principal_title {
258   - font-size: 32px;
  270 + font-size: 33px;
259 271 font-weight: bold;
260   - padding-bottom: 15px;
  272 + padding-bottom: 14px;
  273 + line-height: 39px;
  274 + font-family: Arial, Helvetica, sans-serif;
261 275 }
262 276  
263 277 .news_principal_image {
... ... @@ -265,7 +279,7 @@ ol li {
265 279 }
266 280  
267 281 .news_principal_image img {
268   - width: 750px;
  282 + /*width: 750px;*/
269 283 max-width: 750px;
270 284 max-height: 320px;
271 285 border: 0px solid #c0c1c1;
... ... @@ -273,8 +287,10 @@ ol li {
273 287 }
274 288  
275 289 .news_principal_text {
276   - font-size: 15px;
277   - /* padding-bottom: 30px; */
  290 + font-size: 14px;
  291 + line-height: 21px;
  292 + font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  293 + padding-bottom: 3px;
278 294 }
279 295 .news_small_block {
280 296 /*height: 300px;*/
... ... @@ -294,14 +310,13 @@ ol li {
294 310 }
295 311  
296 312 .news_small_image {
297   - padding-bottom: 15px;
  313 + padding-bottom: 13px;
298 314 }
299 315  
300 316  
301 317 .news_small_image img {
302   - width: 230px;
303 318 max-width: 230px;
304   - max-height: 136px;
  319 + height: 136px;
305 320 border: 0px solid #c0c1c1;
306 321 border-radius: 5px;
307 322 }
... ... @@ -326,3 +341,51 @@ background: transparent;
326 341 color: #F91461;
327 342 }
328 343  
  344 +
  345 +/* Pagina de visualizar noticia */
  346 +
  347 +#content .view_news {
  348 + margin-right: 36px;
  349 + margin-left: 0px;
  350 +}
  351 +
  352 +#content .view_news .published-at {
  353 + font-family: open_sansregular, Arial, Helvetica, sans-serif;
  354 + font-size: 12px;
  355 + margin-bottom: 22px;
  356 +}
  357 +
  358 +#content .view_news hr {
  359 + margin: 25px 0 15px 0;
  360 +}
  361 +
  362 +#content .view_news .image {
  363 + float: left;
  364 + height: 194px;
  365 + width: 230px;
  366 + margin: 3px 29px 0 0;
  367 +}
  368 +
  369 +#content .view_news .image img {
  370 + max-width: 230px;
  371 +}
  372 +
  373 +#content .main-block .article-body .view_news .zoomable-image {
  374 + overflow: hidden;
  375 + margin-bottom: 5px;
  376 +}
  377 +
  378 +#content .main-block .article-body .view_news P {
  379 + line-height: 22px;
  380 + margin-left: 2px;
  381 +}
  382 +
  383 +#content .main-block .article-body .view_news .img-credit {
  384 + margin: 0 0 0 2px;
  385 +}
  386 +
  387 +#content .main-block .view_news .txt-credit a {
  388 + font-size: 12px;
  389 + color: #172938;
  390 + text-decoration: none;
  391 +}
... ...