MENÚ DE PÁGINAS CON LÍNEA ARRIBA Y PUNTITOS ABAJO:


.PageList {
text-align:center !important;
}
.PageList li {
display:inline !important; 
float:none !important;
}
.tabs-inner .section:first-child {
margin: -10px 0px 30px 0px; /*posición*/

}

.tabs-inner .section:first-child ul {
border-top: 2px solid #8fb59e;/*bordes del menú*/
border-bottom: 2px dotted #8fb59e;/*bordes del menú*/

}

.tabs-inner .widget ul {

  height: 50px;
margin-bottom: 0;
  margin-top: 0;
  margin-left: -30px;
  margin-right: -30px;
}

.tabs-inner .widget li a {
  display: inline-block;

padding: 20px;/*espacio entre pestañas*/

  font:normal bold 12px Arial;
text-transform: uppercase;
letter-spacing: 3px;
  color: #8fb59e;

  border-$startSide: 0px solid #fff;
  border-$endSide: 0px solid #fff;
}

.tabs-inner .widget li:first-child a {
  border-$startSide: none;
}

.tabs-inner .widget li.selected a, .tabs-inner .widget li a:hover {
  color: #666;
  background-color: transparent;
  text-decoration: none;
}

Comentarios

Entradas más populares de este blog

Cómo diseñar una cabecera o logotipo.