Mudanças entre as edições de "MediaWiki:Common.css"
De UniWiki
Linha 192: | Linha 192: | ||
-webkit-filter:grayscale(0%); | -webkit-filter:grayscale(0%); | ||
transition: 1s; | transition: 1s; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | /** código da versão de UX */ | ||
+ | |||
+ | #big_hosp, #big_email, #big_cloud, #big_cdc{ | ||
+ | width: 280px; | ||
+ | height: 335px; | ||
+ | border-width: 5px 1px 1px 1px; | ||
+ | border-style: solid; | ||
+ | display: inherit; | ||
+ | } | ||
+ | #container_banners{ | ||
+ | margin: 0 auto; | ||
+ | width: 1300px; | ||
+ | padding-top: 10px; | ||
+ | } | ||
+ | #big_hosp{ | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | border-color: #3b949c; | ||
+ | float:left; | ||
+ | } | ||
+ | #big_email{ | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | border-color: #00417b; | ||
+ | float:left; | ||
+ | } | ||
+ | #big_cloud{ | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | border-color: #0745ad; | ||
+ | float:left; | ||
+ | } | ||
+ | #big_cdc{ | ||
+ | margin-left: 10px; | ||
+ | border-color: #c00007; | ||
+ | } | ||
+ | /**icones */ | ||
+ | .hosp_ico { | ||
+ | display: inline-block; | ||
+ | margin: 10px auto -10px; | ||
+ | width: 283px; | ||
+ | height: 83px; | ||
+ | background: url('images/4/43/Logo_hosp_83x83.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | .email_ico { | ||
+ | display: inline-block; | ||
+ | margin: 10px auto -10px; | ||
+ | width: 283px; | ||
+ | height: 83px; | ||
+ | background: url('images/7/7b/Logo_email_83x83.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | .cloud_ico { | ||
+ | display: inline-block; | ||
+ | margin: 10px auto -10px; | ||
+ | width: 283px; | ||
+ | height: 83px; | ||
+ | background: url('images/4/40/Logo_cloud_83x83.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | .cdc_ico { | ||
+ | display: inline-block; | ||
+ | margin: 10px auto -10px; | ||
+ | width: 283px; | ||
+ | height: 83px; | ||
+ | background: url('images/1/11/Logo_cdc_83x83.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | #titulos{ | ||
+ | float: left; | ||
+ | width: 265px; | ||
+ | margin: 0px 9px 7px; | ||
+ | text-align: center; | ||
+ | } | ||
+ | #titulos .titbox{ | ||
+ | font-size: 14px; | ||
+ | display: block } | ||
+ | |||
+ | #titulos .titbox a{ | ||
+ | display:block; | ||
+ | font-weight: bold; | ||
+ | background: none; | ||
+ | color: #000000; | ||
+ | border-bottom-style: none } | ||
+ | |||
+ | #titulos .titbox a:hover{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #links_banner{ | ||
+ | float: left; | ||
+ | width: 273px; | ||
+ | margin: 0px 0px; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #links_banner .linksbox{ | ||
+ | font-size: 12px; | ||
+ | display:block } | ||
+ | |||
+ | #links_banner .linksbox a{ | ||
+ | display:block; | ||
+ | background: none; | ||
+ | color: #6f6f6f; | ||
+ | border-bottom-style: none } | ||
+ | |||
+ | #links_banner .linksbox a:hover{ | ||
+ | text-decoration: none; | ||
+ | color: #000000; | ||
+ | } | ||
+ | .set_hosp{ | ||
+ | background: url('images/7/70/Set_hosp.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | .set_links{ | ||
+ | background-position: 20px; | ||
+ | padding-left: 30px; | ||
+ | } | ||
+ | .seemore{ | ||
+ | display: inline-block; | ||
+ | margin: 14px 0px -1px; | ||
+ | width: 285px; | ||
+ | height: 30px; | ||
+ | } | ||
+ | .see_hosp{ | ||
+ | background: url('images/e/ee/Seemore_hosp.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | .see_email{ | ||
+ | background: url('images/b/b5/Seemore_email.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | .see_cloud{ | ||
+ | background: url('images/8/82/Seemore_cloud.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | .see_cdc{ | ||
+ | background: url('images/5/53/Seemore_cdc.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | #banner_principal{ | ||
+ | height: 65px; | ||
+ | margin: 0 auto 10px; | ||
+ | background: url('images/9/90/Banner_principal.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | /**Botões Pequenos */ | ||
+ | #botoes_tab01{ | ||
+ | width: 280px; | ||
+ | display: inline-block; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | float: left | ||
+ | } | ||
+ | #bot285px{ | ||
+ | width: 280px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display:inherit; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | .reg_ico{ | ||
+ | background: url('images/6/6a/Logo_reg_domin_50x50.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 100px; | ||
+ | height: 70px; | ||
+ | display: inline-block; | ||
+ | float: left; | ||
+ | } | ||
+ | .reg_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b7/Logo_reg_domin_50x50_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #title_prods{ | ||
+ | float: left; | ||
+ | width: 265px; | ||
+ | } | ||
+ | #title_prods .title_box{ | ||
+ | font-size: 12px; | ||
+ | display:block } | ||
+ | |||
+ | #title_prods .title_box a{ | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | background: none; | ||
+ | color: #6f6f6f; | ||
+ | text-align: center } | ||
+ | |||
+ | #title_prods .title_box a:hover{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | #title_prods .text_box{ | ||
+ | font-size: 12px; | ||
+ | display:block } | ||
+ | |||
+ | #title_prods .text_box a{ | ||
+ | display:block; | ||
+ | background: none; | ||
+ | color: #6f6f6f; | ||
+ | text-align: center } | ||
+ | #title_prods .text_box a:hover{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .title_box{ | ||
+ | width: 180px; | ||
+ | margin-top: 17px; | ||
+ | margin-left: 70px; | ||
+ | } | ||
+ | .text_box{ | ||
+ | width: 180px; | ||
+ | margin: 0 70px; | ||
+ | text_align | ||
+ | } | ||
+ | #criador_bot, #orago_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | #title_produtos{ | ||
+ | float: left; | ||
+ | width: 135px; | ||
+ | } | ||
+ | #title_produtos .title_box2{ | ||
+ | font-size: 11px; | ||
+ | display:block } | ||
+ | |||
+ | #title_produtos .title_box2 a{ | ||
+ | display:block; | ||
+ | font-weight:bold; | ||
+ | background: none; | ||
+ | color: #6f6f6f; | ||
+ | text-align: center } | ||
+ | |||
+ | #title_produtos .title_box2 a:hover{ | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | .title_gestatm{ | ||
+ | line-height: 11px; | ||
+ | } | ||
+ | .icos{ | ||
+ | margin-top: 8px; | ||
+ | margin-left: 35px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | .criador_ico{ | ||
+ | background: url('images/d/d6/Criador_sites_logoNovo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .criador_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/4/4e/Criador_sites_logoNovo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #orago_bot, #smtp_bot, #cpanel_bot, #jelastic_bot, #gestatm_bot, #pabx_bot, #gfw_bot{ | ||
+ | margin-left:5px; | ||
+ | } | ||
+ | .orago_ico{ | ||
+ | background: url('images/0/0d/Icone_revenda_email_marketing.png') 0 0 no-repeat; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 61px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .orago_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/5/52/Icone_revenda_email_marketing2.png') 0 0 no-repeat; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #botoes_tab02, #botoes_tab03 { | ||
+ | width: 280px; | ||
+ | display: inline-block; | ||
+ | margin-left: 10px; | ||
+ | margin-right: 10px; | ||
+ | margin-top: 10px; | ||
+ | float: left | ||
+ | } | ||
+ | |||
+ | #botoes_tab04 { | ||
+ | width: 280px; | ||
+ | display: inline-block; | ||
+ | margin-left: 10px; | ||
+ | margin-top: 10px; | ||
+ | float: left | ||
+ | } | ||
+ | |||
+ | #emkt_bot, #smtp_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | } | ||
+ | .emkt_ico{ | ||
+ | background: url('images/0/07/Email_mkt_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .emkt_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/a/ad/Email_mkt_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .smtp_ico{ | ||
+ | background: url('images/e/e5/Smtp_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .smtp_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/bb/Smtp_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #plesk_bot, #cpanel_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-top: 4px; | ||
+ | } | ||
+ | .plesk_ico{ | ||
+ | background: url('images/e/ed/Revenda_plesk_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .plesk_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/8/8c/Revenda_plesk_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .cpanel_ico{ | ||
+ | background: url('images/0/0f/Cpanel_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .cpanel_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b5/Cpanel_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #dedic_bot, #jelastic_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | } | ||
+ | .dedic_ico{ | ||
+ | background: url('images/b/b7/Servidores_dedicados_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .dedic_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b4/Servidores_dedicados_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .jelastic_ico{ | ||
+ | background: url('images/c/c1/Jelastic_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .jelastic_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/9/96/Jelastic_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #eventials_bot, #gestatm_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-top: 4px; | ||
+ | } | ||
+ | .eventials_ico{ | ||
+ | background: url('images/6/68/Eventials_novo_pb.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .eventials_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/c/c8/Eventials_novo.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .gestatm_ico{ | ||
+ | background: url('images/f/f3/BACKUP.PNG') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .gestatm_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/0/0b/IconeBackup.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #comeletro_bot, #pabx_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | } | ||
+ | .comeletro_ico{ | ||
+ | background: url('images/0/00/Logo_com_eletronico_65x50.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .comeletro_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/5/5c/Logo_com_eletronico_65x50_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .pabx_ico{ | ||
+ | background: url('images/5/57/Pabx_virtual_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .pabx_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/6/69/Pabx_virtual_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | #stream_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | } | ||
+ | |||
+ | .stream_ico{ | ||
+ | background: url('images/5/56/Streaming_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .stream_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/8/8a/Streaming_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | |||
+ | #marcadata_bot, #gfw_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-top: 4px; | ||
+ | margin-left: 6px; | ||
+ | } | ||
+ | .marcadata_ico{ | ||
+ | background: url('images/5/54/Logo_marcadata_65x50.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .marcadata_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/a/a8/Logo_marcadata_65x50_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .godrive_ico{ | ||
+ | background: url('images/7/75/Go_drive_logo_50px.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .godrive_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/bd/Go_drive_logo_50px_hover.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .gfw_ico{ | ||
+ | background: url('images/7/75/Gmailforwork_pb.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .gfw_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/d/d5/Gmailforwork.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | /**Alinhamento para nomes de produtos que contemplem duas linhas*/ | ||
+ | .gestatm_ico, .dedic_ico, .comeletro_ico, .reg_ico, .stream_ico { | ||
+ | line-height: 11px; | ||
+ | } | ||
+ | #guias{ | ||
+ | width: 100%; | ||
+ | height: 290px; | ||
+ | background-color: #f7f7f7; | ||
+ | margin-top: 40px; | ||
+ | } | ||
+ | #titulo_guias{ | ||
+ | color: #333333; | ||
+ | font-size: 26px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | width: 1300px; | ||
+ | margin: 0 auto; | ||
+ | padding-top: 40px; | ||
+ | } | ||
+ | #subtitulo_guias{ | ||
+ | font-size: 22px; | ||
+ | text-align: center; | ||
+ | margin-top: -25px; | ||
+ | font-weight: lighter; | ||
+ | color: #333333; | ||
+ | } | ||
+ | #botoes_guias{ | ||
+ | width: 1300px; | ||
+ | height: 73px; | ||
+ | float: left; | ||
+ | display: inline-block; | ||
+ | margin-top: 15px; | ||
+ | } | ||
+ | .guia_hosp{ | ||
+ | width: 363px; | ||
+ | height: 73px; | ||
+ | display: inline-block; | ||
+ | background: url('images/5/56/Guia_hosp.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | margin-right: 15px; | ||
+ | } | ||
+ | .guia_webmail{ | ||
+ | width: 363px; | ||
+ | height: 73px; | ||
+ | display: inline-block; | ||
+ | background: url('images/b/b4/Guia_webmail.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | margin-right: 15px; | ||
+ | } | ||
+ | .guia_criador{ | ||
+ | width: 363px; | ||
+ | height: 73px; | ||
+ | display: inline-block; | ||
+ | background: url('images/5/5e/Guia_criador.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #botoes_suporte{ | ||
+ | width: 1300px; | ||
+ | height: 109px; | ||
+ | float: left; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | .botao_webinars{ | ||
+ | width: 387px; | ||
+ | height: 109px; | ||
+ | display: inline-block; | ||
+ | background: url('images/2/2b/Banner_wiki_cursos.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | .botao_evento{ | ||
+ | width: 387px; | ||
+ | height: 109px; | ||
+ | display: inline-block; | ||
+ | background: url('images/8/85/Wiki_banner.jpg.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #maisprodutos{ | ||
+ | width: 100%; | ||
+ | height: 290px; | ||
+ | background-color: #ffffff; | ||
+ | } | ||
+ | #titulo_maisprod{ | ||
+ | color: #333333; | ||
+ | font-size: 26px; | ||
+ | font-weight: bold; | ||
+ | text-align: center; | ||
+ | width: 1300px; | ||
+ | margin:0 auto; | ||
+ | padding-top: 50px; | ||
+ | } | ||
+ | #bot_maisprod{ | ||
+ | width: 1300px; | ||
+ | height: 91px; | ||
+ | float: left; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | .bot_eventials{ | ||
+ | width: 137px; | ||
+ | height: 91px; | ||
+ | display: inline-block; | ||
+ | background: url('images/8/8e/Eventials.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .bot_superpay{ | ||
+ | width: 137px; | ||
+ | height: 91px; | ||
+ | display: inline-block; | ||
+ | background: url('images/b/bc/Botao_superpay.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .bot_traycomm{ | ||
+ | width: 137px; | ||
+ | height: 91px; | ||
+ | display: inline-block; | ||
+ | background: url('images/2/2d/Botao_tray_comm.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .bot_traycheck{ | ||
+ | width: 137px; | ||
+ | height: 91px; | ||
+ | display: inline-block; | ||
+ | background: url('images/5/58/Botao_traycheck.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | margin-right: 20px; | ||
+ | } | ||
+ | .bot_allin{ | ||
+ | width: 137px; | ||
+ | height: 91px; | ||
+ | display: inline-block; | ||
+ | background: url('images/1/19/Botao_allin.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | } | ||
+ | #botoes_principais { | ||
+ | margin-left: 42px; | ||
+ | display: inline-block; | ||
+ | } | ||
+ | |||
+ | /** botões - não apagar */ | ||
+ | |||
+ | /** Botao 2.0 | ||
+ | |||
+ | */ | ||
+ | |||
+ | .ppcloud_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('http://ajuda.locaweb.com.br/images/4/41/Cloud_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcloud_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/f/fd/Cloud_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppemail_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/b/b7/Email_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppemail_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b8/Email_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcriador_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/7/77/Criador_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcriador_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/5/51/Criador_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pphosp_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/2/29/Hospedagem_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pphosp_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/3/3e/Hospedagem_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcentral_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/f/f1/Central_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcentral_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/3/30/Central_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppemkt_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/3/36/Emkt_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppemkt_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b7/Emkt_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppgodrive_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/b/b4/Godrive_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppgodrive_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/1/19/Godrive_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebstore_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/f/f8/Webstore_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebstore_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/9/9b/Webstore_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppgateway_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/9/91/Gateway_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppgateway_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/0/06/Gateway_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcpanel_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/e/ee/Cpanel_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcpanel_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/3/38/Cpanel_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppplesk_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/1/13/Plesk_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppplesk_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/9/91/Plesk_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppsmtp_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/7/7c/Smtp_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppsmtp_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/e/e9/Smtp_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppexchange_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/c/cc/Exchange_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppexchange_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/9/93/Exchange_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppexchange2_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/9/96/Exchange_not_hover03.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppexchange2_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/2/24/Exchange_hover03.png') bottom; | ||
+ | } | ||
+ | |||
+ | .ppdedicados_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/7/72/Dedicados_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppdedicados_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/5/54/Dedicados_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppmarcadata_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/8/84/Marcadata_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppmarcadata_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/c/cf/Marcadata_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppsuperpay_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/4/40/Superpay_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppsuperpay_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/3/31/Superpay_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pptraycheckout_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/5/5d/Traycheckout_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pptraycheckout_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/9/93/Traycheckout_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pptraycommerce_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/0/03/Traycommerce_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pptraycommerce_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/e/e5/Traycommerce_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppeventials_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/c/c7/Eventials_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppeventials_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/1/13/Eventials_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcomeletronico_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/4/49/Comercio_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppcomeletronico_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/a/ad/Comercio_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppgestatendimento_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/a/a8/Gestaoatend_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppgestatendimento_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/f/f1/Gestaoatend_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppjelastic_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/9/96/Jelastic_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppjelastic_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/9/9d/Jelastic_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppservicosemail_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/b/b1/Emailserv_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppservicosemail_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/7/7c/Emailserv_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pppabx_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/1/15/Pabx_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .pppabx_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/a/a1/Pabx_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppregdominio_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/7/71/Registro_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppregdominio_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/7/76/Registro_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebdesk_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/0/07/Webdesk_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebdesk_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/2/28/Webdesk_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebchat_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/5/5c/Webchat_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebchat_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/d/dd/Webchat_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebmail_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/2/2f/Webmail_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppwebmail_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/7/72/Webmail_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppconfig_email_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/0/0c/Config_email_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppconfig_email_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/f/fe/Config_email_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppadmin_email_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/c/c2/Admin_email_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | |||
+ | } | ||
+ | |||
+ | .ppadmin_email_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/3/38/Admin_email_hover.png') bottom; | ||
+ | |||
+ | } | ||
+ | |||
+ | .smtp_outlook2010_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/9/94/Outlook_2010_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | |||
+ | .smtp_outlook2010_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/7/7b/Outlook_2010_hover.png') bottom; | ||
+ | } | ||
+ | |||
+ | .smtp_outlook2013_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/7/79/Outlook_2013_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | |||
+ | .smtp_outlook2013_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b4/Outlook_2013_hover.png') bottom; | ||
+ | } | ||
+ | |||
+ | .smtp_thunderbird_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/c/c2/Thunderbird_not_hover.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | |||
+ | .smtp_thunderbird_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/5/56/Thunderbird_hover.png') bottom; | ||
+ | } | ||
+ | .smtp_livemail_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/1/16/Icone_livemail.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | |||
+ | .smtp_livemail_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/b/b8/Icone_livemail2.png') bottom; | ||
+ | } | ||
+ | .smtp_applemail_icon { | ||
+ | display: inline-block; | ||
+ | margin: 5px 5px; | ||
+ | width: 120px; | ||
+ | height: 140px;background: url('images/1/18/Apple_mail_pb.png') bottom; | ||
+ | text-indent: -99999px; | ||
+ | } | ||
+ | |||
+ | .smtp_applemail_icon:hover { | ||
+ | background-position: 0 0; | ||
+ | background: url('images/c/cb/Apple_mail_hover.png') bottom; | ||
+ | } | ||
+ | #office365_bot, #gestatm_bot{ | ||
+ | width: 135px; | ||
+ | height: 92px; | ||
+ | background-color: #ffffff; | ||
+ | display: inline-block; | ||
+ | border-color: #8f8f8f; | ||
+ | border-style: solid; | ||
+ | border-width: 1px; | ||
+ | margin-top: 4px; | ||
+ | } | ||
+ | .office365_ico{ | ||
+ | background: url('images/1/1c/Office365_pb.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
+ | width: 65px; | ||
+ | height: 50px; | ||
+ | } | ||
+ | .office365_ico:hover{ | ||
+ | background-position: 0 0; | ||
+ | background: url('images/c/c3/Office365.png') bottom; | ||
+ | background-repeat: no-repeat; | ||
} | } |
Edição das 10h23min de 16 de julho de 2018
/** o código CSS colocado aqui será aplicado a todos os temas */
#ca-nstab-main { display:none!important; }
#ca-talk { display:none!important; }
#ca-edit { display:none!important; }
ca-history { display:none!important; }
#ca-view { display:none!important; }
.container { display: table; margin:0 auto;}
.interno { float: left; }
.assinatura_digital_link a {
display: inline-block;
margin: 5px 5px;
width: 68px;
height: 88px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/c/cb/Pfx.png")
}
.assinatura_digital_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.config_clientes_link a {
display: inline-block;
margin: 5px 5px;
width: 83px;
height: 85px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/f/f7/Configura%C3%A7%C3%B5es_Clientes.png")
}
.config_clientes_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.config_usuario_impressao_link a {
display: inline-block;
margin: 5px 5px;
width: 75px;
height: 89px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/7/75/TS.png")
}
.config_usuario_impressao_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.datacenter_info_link a {
display: inline-block;
margin: 5px 5px;
width: 85px;
height: 90px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/f/f5/DC.png")
}
.datacenter_info_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.depara_link a {
display: inline-block;
margin: 35px 5px;
width: 90px;
height: 56px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/9/93/DE-PARA.png")
}
.depara_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.documentos_link a {
display: inline-block;
margin: 7px 5px;
width: 90px;
height: 88px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/8/83/Unilab_laudos-doc-.png")
}
.documentos_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.email_link a {
display: inline-block;
margin: 17px 5px;
width: 86px;
height: 77px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/5/5c/Email.png")
}
.email_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.fila_atendimento_link a {
display: inline-block;
margin: 12px 5px;
width: 83px;
height: 80px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/5/5d/Fila_de_atendimento.png")
}
.fila_atendimento_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.faturamento_link a {
display: inline-block;
margin: 8px 5px;
width: 83px;
height: 83px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/f/f3/Faturamento.png")
}
.faturamento_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.interfaceamentos_unilab_link a {
display: inline-block;
margin: 6px 5px;
width: 82px;
height: 84px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/6/68/Interfaceamento_U2U.png")
}
.interfaceamentos_unilab_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.linux_link a {
float: left;
display: inline-block;
margin: 6px 5px;
width: 57px;
height: 84px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/8/87/LINUX.png")
}
.linux_link:hover a{
-webkit-filter:grayscale(0%);
transition: 1s;
}
.scripts_link a {
display: inline-block;
margin: 3px 5px;
width: 81px;
height: 87px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/a/a8/SCRIPTS.png")
}
.scripts_link:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
.datacenter_servidores a {
display: inline-block;
margin: 5px 5px;
width: 61px;
height: 93px;
text-indent: -99999px;
-webkit-filter:grayscale(100%);
background-image: url("http://svw-uniware2/wiki/images/9/90/Servidores.png")
}
.datacenter_servidores:hover a {
-webkit-filter:grayscale(0%);
transition: 1s;
}
/** código da versão de UX */
#big_hosp, #big_email, #big_cloud, #big_cdc{
width: 280px;
height: 335px;
border-width: 5px 1px 1px 1px;
border-style: solid;
display: inherit;
}
#container_banners{
margin: 0 auto;
width: 1300px;
padding-top: 10px;
}
#big_hosp{
margin-left: 10px;
margin-right: 10px;
border-color: #3b949c;
float:left;
}
#big_email{
margin-left: 10px;
margin-right: 10px;
border-color: #00417b;
float:left;
}
#big_cloud{
margin-left: 10px;
margin-right: 10px;
border-color: #0745ad;
float:left;
}
#big_cdc{
margin-left: 10px;
border-color: #c00007;
}
/**icones */
.hosp_ico {
display: inline-block;
margin: 10px auto -10px;
width: 283px;
height: 83px;
background: url('images/4/43/Logo_hosp_83x83.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
.email_ico {
display: inline-block;
margin: 10px auto -10px;
width: 283px;
height: 83px;
background: url('images/7/7b/Logo_email_83x83.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
.cloud_ico {
display: inline-block;
margin: 10px auto -10px;
width: 283px;
height: 83px;
background: url('images/4/40/Logo_cloud_83x83.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
.cdc_ico {
display: inline-block;
margin: 10px auto -10px;
width: 283px;
height: 83px;
background: url('images/1/11/Logo_cdc_83x83.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
#titulos{
float: left;
width: 265px;
margin: 0px 9px 7px;
text-align: center;
}
#titulos .titbox{
font-size: 14px;
display: block }
#titulos .titbox a{
display:block;
font-weight: bold;
background: none;
color: #000000;
border-bottom-style: none }
#titulos .titbox a:hover{
text-decoration: none;
}
#links_banner{
float: left;
width: 273px;
margin: 0px 0px;
text-decoration: none;
}
#links_banner .linksbox{
font-size: 12px;
display:block }
#links_banner .linksbox a{
display:block;
background: none;
color: #6f6f6f;
border-bottom-style: none }
#links_banner .linksbox a:hover{
text-decoration: none;
color: #000000;
}
.set_hosp{
background: url('images/7/70/Set_hosp.png') bottom;
background-repeat: no-repeat;
}
.set_links{
background-position: 20px;
padding-left: 30px;
}
.seemore{
display: inline-block;
margin: 14px 0px -1px;
width: 285px;
height: 30px;
}
.see_hosp{
background: url('images/e/ee/Seemore_hosp.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
.see_email{
background: url('images/b/b5/Seemore_email.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
.see_cloud{
background: url('images/8/82/Seemore_cloud.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
.see_cdc{
background: url('images/5/53/Seemore_cdc.png') bottom;
background-repeat: no-repeat;
text-indent: -99999px;
}
#banner_principal{
height: 65px;
margin: 0 auto 10px;
background: url('images/9/90/Banner_principal.png') bottom;
background-repeat: no-repeat;
}
/**Botões Pequenos */
#botoes_tab01{
width: 280px;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
float: left
}
#bot285px{
width: 280px;
height: 92px;
background-color: #ffffff;
display:inherit;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
margin-top: 10px;
}
.reg_ico{
background: url('images/6/6a/Logo_reg_domin_50x50.png') bottom;
background-repeat: no-repeat;
width: 100px;
height: 70px;
display: inline-block;
float: left;
}
.reg_ico:hover{
background-position: 0 0;
background: url('images/b/b7/Logo_reg_domin_50x50_hover.png') bottom;
background-repeat: no-repeat;
}
#title_prods{
float: left;
width: 265px;
}
#title_prods .title_box{
font-size: 12px;
display:block }
#title_prods .title_box a{
display:block;
font-weight:bold;
background: none;
color: #6f6f6f;
text-align: center }
#title_prods .title_box a:hover{
text-decoration: none;
}
#title_prods .text_box{
font-size: 12px;
display:block }
#title_prods .text_box a{
display:block;
background: none;
color: #6f6f6f;
text-align: center }
#title_prods .text_box a:hover{
text-decoration: none;
}
.title_box{
width: 180px;
margin-top: 17px;
margin-left: 70px;
}
.text_box{
width: 180px;
margin: 0 70px;
text_align
}
#criador_bot, #orago_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
margin-top: 10px;
}
#title_produtos{
float: left;
width: 135px;
}
#title_produtos .title_box2{
font-size: 11px;
display:block }
#title_produtos .title_box2 a{
display:block;
font-weight:bold;
background: none;
color: #6f6f6f;
text-align: center }
#title_produtos .title_box2 a:hover{
text-decoration: none;
}
.title_gestatm{
line-height: 11px;
}
.icos{
margin-top: 8px;
margin-left: 35px;
display: inline-block;
}
.criador_ico{
background: url('images/d/d6/Criador_sites_logoNovo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.criador_ico:hover{
background-position: 0 0;
background: url('images/4/4e/Criador_sites_logoNovo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
#orago_bot, #smtp_bot, #cpanel_bot, #jelastic_bot, #gestatm_bot, #pabx_bot, #gfw_bot{
margin-left:5px;
}
.orago_ico{
background: url('images/0/0d/Icone_revenda_email_marketing.png') 0 0 no-repeat;
background-repeat: no-repeat;
width: 61px;
height: 50px;
}
.orago_ico:hover{
background-position: 0 0;
background: url('images/5/52/Icone_revenda_email_marketing2.png') 0 0 no-repeat;
background-repeat: no-repeat;
}
#botoes_tab02, #botoes_tab03 {
width: 280px;
display: inline-block;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
float: left
}
#botoes_tab04 {
width: 280px;
display: inline-block;
margin-left: 10px;
margin-top: 10px;
float: left
}
#emkt_bot, #smtp_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
}
.emkt_ico{
background: url('images/0/07/Email_mkt_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.emkt_ico:hover{
background-position: 0 0;
background: url('images/a/ad/Email_mkt_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
.smtp_ico{
background: url('images/e/e5/Smtp_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.smtp_ico:hover{
background-position: 0 0;
background: url('images/b/bb/Smtp_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
#plesk_bot, #cpanel_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
margin-top: 4px;
}
.plesk_ico{
background: url('images/e/ed/Revenda_plesk_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.plesk_ico:hover{
background-position: 0 0;
background: url('images/8/8c/Revenda_plesk_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
.cpanel_ico{
background: url('images/0/0f/Cpanel_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.cpanel_ico:hover{
background-position: 0 0;
background: url('images/b/b5/Cpanel_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
#dedic_bot, #jelastic_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
}
.dedic_ico{
background: url('images/b/b7/Servidores_dedicados_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.dedic_ico:hover{
background-position: 0 0;
background: url('images/b/b4/Servidores_dedicados_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
.jelastic_ico{
background: url('images/c/c1/Jelastic_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.jelastic_ico:hover{
background-position: 0 0;
background: url('images/9/96/Jelastic_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
#eventials_bot, #gestatm_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
margin-top: 4px;
}
.eventials_ico{
background: url('images/6/68/Eventials_novo_pb.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.eventials_ico:hover{
background-position: 0 0;
background: url('images/c/c8/Eventials_novo.png') bottom;
background-repeat: no-repeat;
}
.gestatm_ico{
background: url('images/f/f3/BACKUP.PNG') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.gestatm_ico:hover{
background-position: 0 0;
background: url('images/0/0b/IconeBackup.png') bottom;
background-repeat: no-repeat;
}
#comeletro_bot, #pabx_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
}
.comeletro_ico{
background: url('images/0/00/Logo_com_eletronico_65x50.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.comeletro_ico:hover{
background-position: 0 0;
background: url('images/5/5c/Logo_com_eletronico_65x50_hover.png') bottom;
background-repeat: no-repeat;
}
.pabx_ico{
background: url('images/5/57/Pabx_virtual_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.pabx_ico:hover{
background-position: 0 0;
background: url('images/6/69/Pabx_virtual_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
#stream_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
}
.stream_ico{
background: url('images/5/56/Streaming_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.stream_ico:hover{
background-position: 0 0;
background: url('images/8/8a/Streaming_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
#marcadata_bot, #gfw_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
margin-top: 4px;
margin-left: 6px;
}
.marcadata_ico{
background: url('images/5/54/Logo_marcadata_65x50.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.marcadata_ico:hover{
background-position: 0 0;
background: url('images/a/a8/Logo_marcadata_65x50_hover.png') bottom;
background-repeat: no-repeat;
}
.godrive_ico{
background: url('images/7/75/Go_drive_logo_50px.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.godrive_ico:hover{
background-position: 0 0;
background: url('images/b/bd/Go_drive_logo_50px_hover.png') bottom;
background-repeat: no-repeat;
}
.gfw_ico{
background: url('images/7/75/Gmailforwork_pb.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.gfw_ico:hover{
background-position: 0 0;
background: url('images/d/d5/Gmailforwork.png') bottom;
background-repeat: no-repeat;
}
/**Alinhamento para nomes de produtos que contemplem duas linhas*/
.gestatm_ico, .dedic_ico, .comeletro_ico, .reg_ico, .stream_ico {
line-height: 11px;
}
#guias{
width: 100%;
height: 290px;
background-color: #f7f7f7;
margin-top: 40px;
}
#titulo_guias{
color: #333333;
font-size: 26px;
font-weight: bold;
text-align: center;
width: 1300px;
margin: 0 auto;
padding-top: 40px;
}
#subtitulo_guias{
font-size: 22px;
text-align: center;
margin-top: -25px;
font-weight: lighter;
color: #333333;
}
#botoes_guias{
width: 1300px;
height: 73px;
float: left;
display: inline-block;
margin-top: 15px;
}
.guia_hosp{
width: 363px;
height: 73px;
display: inline-block;
background: url('images/5/56/Guia_hosp.png') bottom;
background-repeat: no-repeat;
margin-right: 15px;
}
.guia_webmail{
width: 363px;
height: 73px;
display: inline-block;
background: url('images/b/b4/Guia_webmail.png') bottom;
background-repeat: no-repeat;
margin-right: 15px;
}
.guia_criador{
width: 363px;
height: 73px;
display: inline-block;
background: url('images/5/5e/Guia_criador.png') bottom;
background-repeat: no-repeat;
}
#botoes_suporte{
width: 1300px;
height: 109px;
float: left;
display: inline-block;
}
.botao_webinars{
width: 387px;
height: 109px;
display: inline-block;
background: url('images/2/2b/Banner_wiki_cursos.png') bottom;
background-repeat: no-repeat;
}
.botao_evento{
width: 387px;
height: 109px;
display: inline-block;
background: url('images/8/85/Wiki_banner.jpg.png') bottom;
background-repeat: no-repeat;
}
#maisprodutos{
width: 100%;
height: 290px;
background-color: #ffffff;
}
#titulo_maisprod{
color: #333333;
font-size: 26px;
font-weight: bold;
text-align: center;
width: 1300px;
margin:0 auto;
padding-top: 50px;
}
#bot_maisprod{
width: 1300px;
height: 91px;
float: left;
display: inline-block;
}
.bot_eventials{
width: 137px;
height: 91px;
display: inline-block;
background: url('images/8/8e/Eventials.png') bottom;
background-repeat: no-repeat;
margin-right: 20px;
}
.bot_superpay{
width: 137px;
height: 91px;
display: inline-block;
background: url('images/b/bc/Botao_superpay.png') bottom;
background-repeat: no-repeat;
margin-right: 20px;
}
.bot_traycomm{
width: 137px;
height: 91px;
display: inline-block;
background: url('images/2/2d/Botao_tray_comm.png') bottom;
background-repeat: no-repeat;
margin-right: 20px;
}
.bot_traycheck{
width: 137px;
height: 91px;
display: inline-block;
background: url('images/5/58/Botao_traycheck.png') bottom;
background-repeat: no-repeat;
margin-right: 20px;
}
.bot_allin{
width: 137px;
height: 91px;
display: inline-block;
background: url('images/1/19/Botao_allin.png') bottom;
background-repeat: no-repeat;
}
#botoes_principais {
margin-left: 42px;
display: inline-block;
}
/** botões - não apagar */
/** Botao 2.0
*/
.ppcloud_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('http://ajuda.locaweb.com.br/images/4/41/Cloud_not_hover.png') bottom;
text-indent: -99999px;
}
.ppcloud_icon:hover {
background-position: 0 0;
background: url('images/f/fd/Cloud_hover.png') bottom;
}
.ppemail_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/b/b7/Email_not_hover.png') bottom;
text-indent: -99999px;
}
.ppemail_icon:hover {
background-position: 0 0;
background: url('images/b/b8/Email_hover.png') bottom;
}
.ppcriador_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/7/77/Criador_not_hover.png') bottom;
text-indent: -99999px;
}
.ppcriador_icon:hover {
background-position: 0 0;
background: url('images/5/51/Criador_hover.png') bottom;
}
.pphosp_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/2/29/Hospedagem_not_hover.png') bottom;
text-indent: -99999px;
}
.pphosp_icon:hover {
background-position: 0 0;
background: url('images/3/3e/Hospedagem_hover.png') bottom;
}
.ppcentral_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/f/f1/Central_not_hover.png') bottom;
text-indent: -99999px;
}
.ppcentral_icon:hover {
background-position: 0 0;
background: url('images/3/30/Central_hover.png') bottom;
}
.ppemkt_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/3/36/Emkt_not_hover.png') bottom;
text-indent: -99999px;
}
.ppemkt_icon:hover {
background-position: 0 0;
background: url('images/b/b7/Emkt_hover.png') bottom;
}
.ppgodrive_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/b/b4/Godrive_not_hover.png') bottom;
text-indent: -99999px;
}
.ppgodrive_icon:hover {
background-position: 0 0;
background: url('images/1/19/Godrive_hover.png') bottom;
}
.ppwebstore_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/f/f8/Webstore_not_hover.png') bottom;
text-indent: -99999px;
}
.ppwebstore_icon:hover {
background-position: 0 0;
background: url('images/9/9b/Webstore_hover.png') bottom;
}
.ppgateway_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/9/91/Gateway_not_hover.png') bottom;
text-indent: -99999px;
}
.ppgateway_icon:hover {
background-position: 0 0;
background: url('images/0/06/Gateway_hover.png') bottom;
}
.ppcpanel_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/e/ee/Cpanel_not_hover.png') bottom;
text-indent: -99999px;
}
.ppcpanel_icon:hover {
background-position: 0 0;
background: url('images/3/38/Cpanel_hover.png') bottom;
}
.ppplesk_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/1/13/Plesk_not_hover.png') bottom;
text-indent: -99999px;
}
.ppplesk_icon:hover {
background-position: 0 0;
background: url('images/9/91/Plesk_hover.png') bottom;
}
.ppsmtp_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/7/7c/Smtp_not_hover.png') bottom;
text-indent: -99999px;
}
.ppsmtp_icon:hover {
background-position: 0 0;
background: url('images/e/e9/Smtp_hover.png') bottom;
}
.ppexchange_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/c/cc/Exchange_not_hover.png') bottom;
text-indent: -99999px;
}
.ppexchange_icon:hover {
background-position: 0 0;
background: url('images/9/93/Exchange_hover.png') bottom;
}
.ppexchange2_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/9/96/Exchange_not_hover03.png') bottom;
text-indent: -99999px;
}
.ppexchange2_icon:hover {
background-position: 0 0;
background: url('images/2/24/Exchange_hover03.png') bottom;
}
.ppdedicados_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/7/72/Dedicados_not_hover.png') bottom;
text-indent: -99999px;
}
.ppdedicados_icon:hover {
background-position: 0 0;
background: url('images/5/54/Dedicados_hover.png') bottom;
}
.ppmarcadata_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/8/84/Marcadata_not_hover.png') bottom;
text-indent: -99999px;
}
.ppmarcadata_icon:hover {
background-position: 0 0;
background: url('images/c/cf/Marcadata_hover.png') bottom;
}
.ppsuperpay_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/4/40/Superpay_not_hover.png') bottom;
text-indent: -99999px;
}
.ppsuperpay_icon:hover {
background-position: 0 0;
background: url('images/3/31/Superpay_hover.png') bottom;
}
.pptraycheckout_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/5/5d/Traycheckout_not_hover.png') bottom;
text-indent: -99999px;
}
.pptraycheckout_icon:hover {
background-position: 0 0;
background: url('images/9/93/Traycheckout_hover.png') bottom;
}
.pptraycommerce_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/0/03/Traycommerce_not_hover.png') bottom;
text-indent: -99999px;
}
.pptraycommerce_icon:hover {
background-position: 0 0;
background: url('images/e/e5/Traycommerce_hover.png') bottom;
}
.ppeventials_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/c/c7/Eventials_not_hover.png') bottom;
text-indent: -99999px;
}
.ppeventials_icon:hover {
background-position: 0 0;
background: url('images/1/13/Eventials_hover.png') bottom;
}
.ppcomeletronico_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/4/49/Comercio_not_hover.png') bottom;
text-indent: -99999px;
}
.ppcomeletronico_icon:hover {
background-position: 0 0;
background: url('images/a/ad/Comercio_hover.png') bottom;
}
.ppgestatendimento_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/a/a8/Gestaoatend_not_hover.png') bottom;
text-indent: -99999px;
}
.ppgestatendimento_icon:hover {
background-position: 0 0;
background: url('images/f/f1/Gestaoatend_hover.png') bottom;
}
.ppjelastic_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/9/96/Jelastic_not_hover.png') bottom;
text-indent: -99999px;
}
.ppjelastic_icon:hover {
background-position: 0 0;
background: url('images/9/9d/Jelastic_hover.png') bottom;
}
.ppservicosemail_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/b/b1/Emailserv_not_hover.png') bottom;
text-indent: -99999px;
}
.ppservicosemail_icon:hover {
background-position: 0 0;
background: url('images/7/7c/Emailserv_hover.png') bottom;
}
.pppabx_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/1/15/Pabx_not_hover.png') bottom;
text-indent: -99999px;
}
.pppabx_icon:hover {
background-position: 0 0;
background: url('images/a/a1/Pabx_hover.png') bottom;
}
.ppregdominio_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/7/71/Registro_not_hover.png') bottom;
text-indent: -99999px;
}
.ppregdominio_icon:hover {
background-position: 0 0;
background: url('images/7/76/Registro_hover.png') bottom;
}
.ppwebdesk_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/0/07/Webdesk_not_hover.png') bottom;
text-indent: -99999px;
}
.ppwebdesk_icon:hover {
background-position: 0 0;
background: url('images/2/28/Webdesk_hover.png') bottom;
}
.ppwebchat_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/5/5c/Webchat_not_hover.png') bottom;
text-indent: -99999px;
}
.ppwebchat_icon:hover {
background-position: 0 0;
background: url('images/d/dd/Webchat_hover.png') bottom;
}
.ppwebmail_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/2/2f/Webmail_not_hover.png') bottom;
text-indent: -99999px;
}
.ppwebmail_icon:hover {
background-position: 0 0;
background: url('images/7/72/Webmail_hover.png') bottom;
}
.ppconfig_email_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/0/0c/Config_email_not_hover.png') bottom;
text-indent: -99999px;
}
.ppconfig_email_icon:hover {
background-position: 0 0;
background: url('images/f/fe/Config_email_hover.png') bottom;
}
.ppadmin_email_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/c/c2/Admin_email_not_hover.png') bottom;
text-indent: -99999px;
}
.ppadmin_email_icon:hover {
background-position: 0 0;
background: url('images/3/38/Admin_email_hover.png') bottom;
}
.smtp_outlook2010_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/9/94/Outlook_2010_not_hover.png') bottom;
text-indent: -99999px;
}
.smtp_outlook2010_icon:hover {
background-position: 0 0;
background: url('images/7/7b/Outlook_2010_hover.png') bottom;
}
.smtp_outlook2013_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/7/79/Outlook_2013_not_hover.png') bottom;
text-indent: -99999px;
}
.smtp_outlook2013_icon:hover {
background-position: 0 0;
background: url('images/b/b4/Outlook_2013_hover.png') bottom;
}
.smtp_thunderbird_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/c/c2/Thunderbird_not_hover.png') bottom;
text-indent: -99999px;
}
.smtp_thunderbird_icon:hover {
background-position: 0 0;
background: url('images/5/56/Thunderbird_hover.png') bottom;
}
.smtp_livemail_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/1/16/Icone_livemail.png') bottom;
text-indent: -99999px;
}
.smtp_livemail_icon:hover {
background-position: 0 0;
background: url('images/b/b8/Icone_livemail2.png') bottom;
}
.smtp_applemail_icon {
display: inline-block;
margin: 5px 5px;
width: 120px;
height: 140px;background: url('images/1/18/Apple_mail_pb.png') bottom;
text-indent: -99999px;
}
.smtp_applemail_icon:hover {
background-position: 0 0;
background: url('images/c/cb/Apple_mail_hover.png') bottom;
}
#office365_bot, #gestatm_bot{
width: 135px;
height: 92px;
background-color: #ffffff;
display: inline-block;
border-color: #8f8f8f;
border-style: solid;
border-width: 1px;
margin-top: 4px;
}
.office365_ico{
background: url('images/1/1c/Office365_pb.png') bottom;
background-repeat: no-repeat;
width: 65px;
height: 50px;
}
.office365_ico:hover{
background-position: 0 0;
background: url('images/c/c3/Office365.png') bottom;
background-repeat: no-repeat;
}