Ver Mensaje Individual
  #7 (permalink)  
Antiguo 27/02/2015, 08:32
Zeromm
 
Fecha de Ingreso: julio-2010
Ubicación: A Coruña
Mensajes: 505
Antigüedad: 13 años, 9 meses
Puntos: 60
Respuesta: Un solo estilo para varios Tootip

Pues si no quieres añadir una nueva clase simplemente pones los estilos css separados por comas, por ejemplo:

Código CSS:
Ver original
  1. #stay-content-1, #stay-content-2 {
  2.     width: 450px;
  3.     height: auto;
  4.     margin: 0 auto 0 auto;
  5.     border: none;
  6.     }
  7.    
  8. #stay-content-1 p, #stay-content-2 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, #stay-content-2 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.     }
__________________
http://zeromm.es/
Diseñador Web | Experto en Responsive Design, CSS3 y Optimización Web.