Commit 61da814e3dbb5faf36735b085fb8542c5199e50c

Authored by Sidney Ricardo
1 parent 867bbf37
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

News page css.

Showing 1 changed file with 173 additions and 0 deletions   Show diff stats
pagina-artigos.css
... ... @@ -153,3 +153,176 @@ ol li {
153 153 }
154 154  
155 155  
  156 +#article-hits {
  157 + display:none !important;
  158 +
  159 +}
  160 +
  161 +.main-block #article-header H1.title{
  162 + font-size: 34px !important;
  163 + line-height: 37px !important;
  164 + margin-bottom: 10px !important;
  165 +}
  166 +
  167 +.article-body {
  168 + line-height: 21px;
  169 + font-family: arial;
  170 + font-size: 15px;
  171 +}
  172 +
  173 +#content .main-block h2, #content .main-block h3 {
  174 + min-height: 0 !important;
  175 +}
  176 +
  177 +#content .main-block .article-body h2 {
  178 + font-size: 16px !important;
  179 + font-weight: bold;
  180 + line-height: 21px;
  181 + margin-bottom: 20px;
  182 + font-family: arial;
  183 +}
  184 +
  185 +#content .main-block .article-body h3 {
  186 + font-size: 15px !important;;
  187 + line-height: 21px;
  188 + font-weight: bold;
  189 + margin-bottom: 20px;
  190 + font-family: arial;
  191 +}
  192 +
  193 +#content .main-block .article-body P {
  194 + margin-bottom: 20px;
  195 + font-family: arial;
  196 +}
  197 +
  198 +#content .main-block .article-body .zoomable-image {
  199 + overflow: auto;
  200 + display: block;
  201 + margin-bottom: 10px;
  202 +}
  203 +
  204 +.article-body ul.lista-ajuda {
  205 + padding-top: 20px;
  206 + margin-top: 45px;
  207 + margin-bottom: 20px;
  208 + border-top: 1px solid #ddd;
  209 + font-size: 15px;
  210 +}
  211 +
  212 +.article-body ul.lista-ajuda li {
  213 + list-style-position: inside;
  214 + margin-bottom: 2px;
  215 +}
  216 +
  217 +.article-body ul.etapas-publicacao {
  218 + margin-bottom: 20px;
  219 +}
  220 +
  221 +.article-body ul.etapas-publicacao li {
  222 + list-style: none;
  223 + list-style-position: inside;
  224 + margin-bottom: 10px;
  225 +}
  226 +
  227 +.article-body ul.etapas-publicacao li strong {
  228 + background: #333;
  229 + padding: 2px 8px;
  230 + border-radius: 50%;
  231 + color: #fff;
  232 + float: left;
  233 + margin-right: 6px;
  234 +}
  235 +
  236 +#content .main-block .created-at {
  237 + font-family: arial !important;
  238 +}
  239 +
  240 +/* Pagina Ultimas noticias */
  241 +
  242 +.title_top {
  243 + color: #F91461;
  244 + text-transform: uppercase;
  245 + font-size: 15px;
  246 + padding-bottom: 25px;
  247 +}
  248 +
  249 +.news_principal_block {
  250 + padding-bottom: 5px;
  251 +}
  252 +
  253 +.news_principal_date {
  254 + padding-bottom: 5px;
  255 +}
  256 +
  257 +.news_principal_title {
  258 + font-size: 32px;
  259 + font-weight: bold;
  260 + padding-bottom: 15px;
  261 +}
  262 +
  263 +.news_principal_image {
  264 + padding-bottom: 10px;
  265 +}
  266 +
  267 +.news_principal_image img {
  268 + width: 750px;
  269 + max-width: 750px;
  270 + max-height: 320px;
  271 + border: 0px solid #c0c1c1;
  272 + border-radius: 8px;
  273 +}
  274 +
  275 +.news_principal_text {
  276 + font-size: 15px;
  277 + /* padding-bottom: 30px; */
  278 +}
  279 +.news_small_block {
  280 + /*height: 300px;*/
  281 + width: 750px;
  282 +}
  283 +.news_small_item {
  284 + width: 230px;
  285 + border: 0px solid #c0c1c1;
  286 + float: left;
  287 + position: relative;
  288 + padding-bottom: 20px;
  289 + padding-right: 30px;
  290 +}
  291 +
  292 +.news_small_block .news_small_item:last-child {
  293 + padding-right: 0px;
  294 +}
  295 +
  296 +.news_small_image {
  297 + padding-bottom: 15px;
  298 +}
  299 +
  300 +
  301 +.news_small_image img {
  302 + width: 230px;
  303 + max-width: 230px;
  304 + max-height: 136px;
  305 + border: 0px solid #c0c1c1;
  306 + border-radius: 5px;
  307 +}
  308 +
  309 +.news_small_date {
  310 + padding-bottom: 10px;
  311 +}
  312 +.news_small_title {
  313 + font-size: 15px;
  314 + font-weight: bold;
  315 + padding-bottom: 5px;
  316 +}
  317 +.news_small_text {
  318 + font-size: 14px;
  319 + padding-bottom: 15px;
  320 +}
  321 +
  322 +.profile-homepage #content .block.display-content-block .block-title {
  323 +border-top: 0px solid #643C67;
  324 +border-bottom: 1px solid gray;
  325 +background: transparent;
  326 +color: #F91461;
  327 +}
  328 +
... ...