Commit 34f023c15f64d327ea8a2f4b1038cf46e4ab1fd6

Authored by Melissa Wen
1 parent e6ebae3e
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

software home page release

Showing 1 changed file with 195 additions and 0 deletions   Show diff stats
css/software-pages.css 0 → 100644
... ... @@ -0,0 +1,195 @@
  1 +/*** Software Header ***/
  2 +#content .software-information-block{
  3 + margin-bottom: 60px;
  4 +}
  5 +
  6 +#content #software-information-block-table{
  7 + width: auto;
  8 + margin: 0px 15px;
  9 +}
  10 +
  11 +#content #software-information-block-table td{
  12 + display: table-cell;
  13 +}
  14 +
  15 +#content #software-information-block-table #col-software-name {
  16 + font-style: normal;
  17 + vertical-align: top;
  18 +}
  19 +
  20 +#content #software-information-block-table #col-software-name h1{
  21 + line-height: 37px;
  22 + font-size: 34px;
  23 + font-family: Arial, open_sansbold, Helvetica, sans-serif;
  24 + font-weight: 700;
  25 + text-align: left;
  26 +}
  27 +
  28 +#content #software-information-block-table #col-software-name b{
  29 + line-height: 21px;
  30 + font-weight: normal;
  31 + font-family: Arial, open_sansregular, Helvetica, sans-serif;
  32 + font-size: 15px;
  33 +}
  34 +
  35 +/*** end of Software Header ***/
  36 +
  37 +/*** Software Homepage ***/
  38 +
  39 +/* Software Download Block*/
  40 +
  41 +#content .download-block #download-block-2{
  42 + margin: 0px 15px;
  43 + border:1px solid #D3D6DE;
  44 + border-radius: 10px;
  45 +}
  46 +
  47 +#content .download-block #download-block-2 #download_spb-2{
  48 + padding: 5px 10px;
  49 + background-color: #D3D6DE;
  50 + border-top-left-radius: 8px;
  51 + border-top-right-radius: 8px;
  52 + font-family: Arial;
  53 +}
  54 +
  55 +#content .download-block #download-block-2 #download_spb-2 h3{
  56 + margin: 6px 0px 2px 10px;
  57 + font-size: 18px;
  58 +}
  59 +
  60 +#content .download-block #download-block-2 #download-info-1,
  61 +#content .download-block #download-block-2 #download-info-2,
  62 +#content .download-block #download-block-2 #download-info-3{
  63 + padding: 30px 10px 30px 10px;
  64 + clear: both;
  65 + border-top: 1px solid #D3D6DE;
  66 +}
  67 +
  68 +#content .download-block #download-block-2 #download-info-2{
  69 + background: #ECEDF1;
  70 +}
  71 +
  72 +#content .download-block #download-block-2 #version01{
  73 + width: 80px;
  74 + float: left;
  75 + margin-right: 20px;
  76 + margin-left: 15px;
  77 + clear: both;
  78 +}
  79 +
  80 +#content .download-block #download-block-2 #version01 #image-download{
  81 + display: block;
  82 + height: 18px; /*fix when display file size*/
  83 + padding: 50px 0px 8px 0px;
  84 + background-color: #2c66ce;
  85 + background-image: url("../images/download-icon.png");
  86 + background-repeat: no-repeat;
  87 + background-position: center;
  88 + border: 1px solid #2c66ce;
  89 + border-radius: 8px; /*fix when display file size*/
  90 +}
  91 +
  92 +#content .download-block #download-block-2 #version01 #size-download{
  93 + display: none; /*fix when display file size*/
  94 + color: #ffffff;
  95 + background-color: #1a397d;
  96 + border: 1px solid #1a397d;
  97 + border-bottom-right-radius: 8px;
  98 + border-bottom-left-radius: 8px;
  99 + font-size: 12px;
  100 + text-align: center;
  101 +}
  102 +
  103 +#content .download-block #download-block-2 #info-software-download{
  104 + position: relative;
  105 + margin: 5px 0px 0px 100px;
  106 + font-size: 16px;
  107 +}
  108 +
  109 +#content .download-block #download-block-2 #info-software-download .download-name{
  110 + display: block;
  111 + font-weight: bold;
  112 +}
  113 +
  114 +#content .download-block #download-block-2 #info-software-download .download-system{
  115 + display: block;
  116 + font-size: 14px;
  117 +}
  118 +
  119 +#content .download-block #download-block-2 #info-software-download .req_min_spb{
  120 + font-size: 12px;
  121 +}
  122 +
  123 +#content .download-block #download-block-2 #info-software-download .req_min_spb a{
  124 + color: #3E67B1;
  125 + line-height: 40px;
  126 + text-decoration: underline;
  127 +}
  128 +
  129 +#content .download-block #download-block-2 #licensed-software{
  130 + padding:14px;
  131 + background-color: #D3D6DE;
  132 + border-top: 1px solid #D3D6DE;
  133 + border-bottom-right-radius: 8px;
  134 + border-bottom-left-radius: 8px;
  135 + font-size: 12px;
  136 + text-align: right;
  137 +}
  138 +
  139 +#content .download-block #download-block-2 #licensed-software a{
  140 + color: #3e67b1;
  141 + text-decoration: underline;
  142 +}
  143 +
  144 +/* About Software - Article on homepage */
  145 +
  146 +.profile-homepage #article h1{
  147 + padding: 0;
  148 + margin: 0 0 10px;
  149 + color: #172738;
  150 + font-family: Arial, open_sansbold, Helvetica, sans-serif;
  151 + font-variant: normal;
  152 + font-weight: bold;
  153 + font-size: 22px;
  154 + line-height: 1.3em;
  155 +}
  156 +
  157 +.profile-homepage #article #article-header h1.title{
  158 + border: none;
  159 +}
  160 +
  161 +.profile-homepage #article #article-header .publishing-info{
  162 + display: none;
  163 +}
  164 +
  165 +.profile-homepage #article .article-body h1{
  166 + padding-top: 25px;
  167 + border-top: 1px solid #ECEDF1;
  168 + border-bottom: none;
  169 +}
  170 +
  171 +.profile-homepage #article .article-body p{
  172 + text-align: left;
  173 + font-size: 15px;
  174 + line-height: 21px;
  175 + margin-bottom: 20px;
  176 +}
  177 +
  178 +.profile-homepage #article .article-body hr{
  179 + display: none;
  180 +}
  181 +
  182 +.profile-homepage #article .article-body ul {
  183 + list-style-position: inside;
  184 + list-style-type: disc;
  185 + background-repeat: no-repeat;
  186 +}
  187 +
  188 +.profile-homepage #article .article-body ul li{
  189 + list-style: inherit;
  190 + text-align: left;
  191 + font-size: 15px;
  192 + line-height: 21px;
  193 +}
  194 +
  195 +/*** end of Software Homepage ***/
... ...