Menú alternativo
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
Sin resumen de edición
Sin resumen de edición
 
(No se muestran 51 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
body {
#tab-First_Tab_Title-0 {
  margin: 0;
width: 15em;
  padding: 0;
border-top: .5em #32AFAF solid;
  background: #ccc;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}
 
.nav ul {
#tab-Second_Tab_Title-0 {
  list-style: none;
width: 15em;
  background-color: #262626;
border-top: .5em #616161 solid;
  text-align: center;
background: #eaecf0;
  padding: 0;
padding: 10px;
  margin: 0;
text-align: center;
color: #32AFAF;
}
}
.nav li {
 
  font-family: 'Oswald', sans-serif;
#tab-Third_Tab_Title-0 {
  font-size: 1.2em;
width: 15em;
  line-height: 40px;
border-top: .5em #f15348 solid;
  height: 40px;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}
 
.nav a {
#tab-First_Tab_Title-0.tabber__tab--active {
  text-decoration: none;
background-color: #D0F0FF;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
}
 
.nav a:hover {
#tab-Second_Tab_Title-0.tabber__tab--active {
  background-color: #5e2750;
background-color: #eaecf0;
}
}
 
.nav a.active {
#tab-Third_Tab_Title-0.tabber__tab--active {
  background-color: #fff;
background-color: #FFE8CC;
  color: #444;
  cursor: default;
}
}
 
@media screen and (min-width: 600px) {
.tabber__tab--active {
  .nav li {
box-shadow: inset 0 -2px 0 0 #fff;
    width: 120px;
}
    border-bottom: none;
 
    height: 50px;
.tabber__panel {
    line-height: 50px;
height: 100% !important;
    font-size: 1.4em;
  }
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}
}

Revisión actual - 22:15 17 oct 2022

#tab-First_Tab_Title-0 {
	width: 15em;
	border-top: .5em #32AFAF solid;
	background: #eaecf0;
	padding: 10px;
	text-align: center;
	color: #32AFAF;
}

#tab-Second_Tab_Title-0 {
	width: 15em;
	border-top: .5em #616161 solid;
	background: #eaecf0;
	padding: 10px;
	text-align: center;
	color: #32AFAF;
}

#tab-Third_Tab_Title-0 {
	width: 15em;
	border-top: .5em #f15348 solid;
	background: #eaecf0;
	padding: 10px;
	text-align: center;
	color: #32AFAF;
}

#tab-First_Tab_Title-0.tabber__tab--active {
	background-color: #D0F0FF;
}

#tab-Second_Tab_Title-0.tabber__tab--active {
	background-color: #eaecf0;
}

#tab-Third_Tab_Title-0.tabber__tab--active {
	background-color: #FFE8CC;
}

.tabber__tab--active {
	box-shadow: inset 0 -2px 0 0 #fff;
}

.tabber__panel {
	height: 100% !important;
}