Commit 33d2f6bb204d8949b067d22786c2fc38cfe3294e

Authored by Fabio Teixeira
1 parent 21eccd2b
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

New css files for agenda and social blocks.

Showing 2 changed files with 104 additions and 0 deletions   Show diff stats
agenda.css 0 → 100644
... ... @@ -0,0 +1,63 @@
  1 +.agenda-tile {
  2 +border: 1px solid #c1c1c1;
  3 +border-radius: 3px;
  4 +}
  5 +
  6 +
  7 +.agenda-tile .title {
  8 +margin: 0px;
  9 +padding: 1em 1em 1em 1em;
  10 +border-bottom: 1px solid #c1c1c1;
  11 +color: #444;
  12 +text-transform: uppercase;
  13 +letter-spacing: normal;
  14 +font-weight: 700;
  15 +font-size: 1.2em;
  16 +font-family: "open_sansbold", Arial, Helvetica, sans-serif;
  17 +}
  18 +
  19 +#content .agenda-tile .period {
  20 +margin-bottom: 0em;
  21 +}
  22 +
  23 +.agenda-tile .period {
  24 +padding: .6em 0px 0.0em 0.75em;
  25 +color: #162938;
  26 +font-size: 1.3em;
  27 +font-family: Arial, Helvetica, sans-serif;
  28 +}
  29 +
  30 +#content .no-events {
  31 +padding-top: 12.2em;
  32 +height: 12.2em;
  33 +text-align: center;
  34 +}
  35 +
  36 +.agenda-tile-footer {
  37 +padding: .9em .6em;
  38 +border-top: 1px solid #c1c1c1;
  39 +text-align: right;
  40 +}
  41 +
  42 +.agenda-tile-footer a {
  43 +margin: 0;
  44 +padding: 0;
  45 +padding-right: 0em;
  46 +text-transform: uppercase;
  47 +font-weight: normal;
  48 +font-size: .9em;
  49 +font-family: "open_sansregular", Arial, Helvetica, sans-serif;
  50 +}
  51 +
  52 +#content a:hover, dl.portlet a:hover {
  53 +color: #000 !important;
  54 +}
  55 +
  56 +#content .agenda-tile h2 {
  57 + font-size: 16px
  58 +}
  59 +
  60 +#content .agenda-tile .title {
  61 + font-weight: bold;
  62 + padding-right: 1em;
  63 +}
... ...
redes_sociais.css 0 → 100644
... ... @@ -0,0 +1,41 @@
  1 +.ui-widget-header
  2 +{
  3 + background: none;
  4 + border: 0px solid #aaaaaa;
  5 + color: none;
  6 + font-weight: bold;
  7 +}
  8 +.ui-tabs .ui-tabs-panel
  9 +{
  10 + background-color: #eeeff1;
  11 + border-width: 1px;
  12 + color: #777;
  13 + display: block;
  14 + font-size: 13px;
  15 + padding: 1em 1.4em;
  16 + text-decoration: none;
  17 +}
  18 +.ui-tabs .ui-tabs-nav
  19 +{
  20 + margin: 0;
  21 + padding: 0;
  22 +}
  23 +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
  24 +{
  25 + background: #d5d5d5 none;
  26 + border: 1px solid #d4d5d7;
  27 + color: #555555;
  28 + font-weight: normal;
  29 +}
  30 +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
  31 +{
  32 + background: #eeeff1 none;
  33 + background-color: #eeeff1;
  34 + border: 1px solid #aaaaaa;
  35 + color: #212121;
  36 + font-weight: normal;
  37 +}
  38 +.ui-widget-content
  39 +{
  40 + border: 0px solid #aaaaaa;
  41 +}
... ...