Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.88 KB | None | 0 0
  1. <!-- ||||||||||||||||||||||||||||| COMIENZO DIAPOSITIVA 9 BUENAS PRACTICAS ||||||||||||||||||||||||||||| -->
  2. <?php
  3.   $N++;
  4. ?>
  5. <style>
  6. .gray_horizontal_line_izquierda{
  7.   background: lightgray;
  8.   width: 66%;
  9.   height: 1px !important;
  10.   left:0;
  11.   z-index:1;
  12.  
  13. }
  14. @media screen and (max-width: 767px) {
  15.   .borde_derecha {
  16.     border-style: none !important;
  17.     border-width: 0px !important;
  18.   }
  19.   .gray_horizontal_line_izquierda {
  20.     height: 0px !important;
  21.   }
  22. }
  23. </style></style>
  24. <div class="diapositive" id="diapositive_<?php echo $N;?>">
  25.   <div class="gray_horizontal_line_izquierda" style="position: absolute; top: 46%; left: 2%; transform: translateY(-50%); width: 64%;">
  26.   </div>
  27.   <div class="borde_derecha column col-lg-4 col-md-4 col-sm-4 col-xs-12"style="padding:2%;border-right-style:solid;border-width: 1px; border-color: lightgray;">
  28.     <div class="row" style="height: 10%;overflow-y: auto;">
  29.       <p class="base_font space_between_lines font_size_text_default text_align_center font_weight_bold" style="padding:2%">
  30.         EVITAR EL USO DE IMÁGENES EN LA FIRMA
  31.       </p>
  32.    </div>
  33.    <div class="row" style="height: 35%;overflow-y: auto;">
  34.       <p class="base_font space_between_lines font_size_text_default text_align_justify"style="padding:2%">
  35.         Evitar el uso de imágenes o información
  36.         irrelevante en la firma automática que
  37.         podemos añadir siempre al final de
  38.         nuestros mensajes.
  39.       </p>
  40.     </div>
  41.     <div class="row" style="height: 10%;overflow-y: auto; margin-top: 4%;">
  42.       <p class="base_font space_between_lines font_size_text_default text_align_center font_weight_bold" style="padding:2%">
  43.         NO RESPONDER AL SPAM
  44.       </p>
  45.    </div>
  46.    <div class="row" style="height: 35%;overflow-y: auto;">
  47.       <p class="base_font space_between_lines font_size_text_default text_align_justify"style="padding:2%">
  48.         No responder al correo no solicitado
  49.         (spam). Confirmar la recepción y lectura
  50.         del correo basura a su remitente es la vía
  51.         más rápida de aumentar la cantidad de
  52.         correo basura recibida.
  53.       </p>
  54.     </div>
  55.   </div>
  56.   <div class="column col-lg-4 col-md-4 col-sm-4 col-xs-12" style="padding:2%">
  57.     <div class="row" style="height: 10%;overflow-y: auto;">
  58.       <p class="base_font space_between_lines font_size_text_default text_align_center font_weight_bold" style="padding:2%">
  59.         NO COMPARTIR DATOS
  60.       </p>
  61.    </div>
  62.    <div class="row" style="height: 35%;overflow-y: auto;">
  63.       <p class="base_font space_between_lines font_size_text_default text_align_justify" style="padding:2%">
  64.         No facilitar ni compartir datos personales o
  65.         financieros a personas desconocidas.
  66.       </p>
  67.     </div>
  68.     <div class="row" style="height: 10%;overflow-y: auto; margin-top: 4%;">
  69.       <p class="base_font space_between_lines font_size_text_default text_align_center font_weight_bold" style="padding:2%">
  70.         NO ENVIAR PUBLICIDAD
  71.       </p>
  72.    </div>
  73.    <div class="row" style="height: 35%;overflow-y: auto;">
  74.       <p class="base_font space_between_lines font_size_text_default text_align_justify" style="padding:2%">
  75.         No enviar publicidad, salvo que el receptor
  76.         esté de acuerdo en recibirla.
  77.       </p>
  78.     </div>
  79.   </div>
  80.   <div class="col-xs-12  text_align_right visible-xs" style="width: 100% !important;height: auto;">
  81.     <img class="lazyload" data-src="<?php echo $RUTA_REMOTA; ?>resources/images/modulo6_leccion0/img_diapo9.jpg" style="height: auto; width: 100%;">
  82.   </div>
  83.   <div class="column col-lg-4 col-md-4 col-sm-4 col-xs-12 hidden-xs">
  84.     <img class="lazyload" data-src="<?php echo $RUTA_REMOTA; ?>resources/images/modulo6_leccion0/img_diapo9.jpg" style="height: 90%; padding-left: 0px !important;">
  85.   </div>
  86. </div>
  87. <!-- ||||||||||||||||||||||||||||| FINAL DIAPOSITIVA 9 BUENAS PRACTICAS ||||||||||||||||||||||||||||| -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement