Ver Mensaje Individual
  #6 (permalink)  
Antiguo 27/02/2015, 07:03
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Respuesta: Un solo estilo para varios Tootip

Hola Zeromm
mmm pero mira que lo que tengo que repetir por cada Tooltip es:

id="stay-target-1", id="stay-target-2"...etc

Código CSS:
Ver original
  1. #stay-content-1 {
  2.     width: 450px;
  3.     height: auto;
  4.     margin: 0 auto 0 auto;
  5.     border: none;
  6.     }
  7.    
  8. #stay-content-1 p {
  9.     font-family: 'Merriweather', serif;
  10.     font-size: 0.7em;
  11.     color: #023568;
  12.     line-height: 20px;
  13.     margin-top: 10px;
  14.     text-align: justify;
  15.     float: left;
  16.     }
  17.    
  18. #stay-content-1 h5 {
  19.     font-family: 'Merriweather', serif;
  20.     font-size: 0.8em;
  21.     color: #023568;
  22.     margin-bottom: 10px;
  23.     font-weight: normal;
  24.     line-height: 15px;
  25.     text-align: left;
  26.     }
  27.  
  28. #stay-content-2 {  
  29.     width: 450px;
  30.     height: auto;
  31.     margin: 0 auto 0 auto;  
  32.     border: none;  
  33.     }
  34.    
  35. #stay-content-2 p {
  36.     font-family: 'Merriweather', serif;
  37.     font-size: 0.7em;
  38.     color: #023568;
  39.     line-height: 20px;
  40.     margin-top: 10px;
  41.     text-align: justify;
  42.     float: left;
  43.     }
  44.    
  45. #stay-content-2 h5 {
  46.     font-family: 'Merriweather', serif;
  47.     font-size: 0.8em;
  48.     color: #023568;
  49.     margin-bottom: 10px;
  50.     font-weight: normal;
  51.     line-height: 15px;
  52.     text-align: left;
  53.     }
__________________
Diseñador Gráfico publicitario