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 48 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
* {
#tab-First_Tab_Title-0 {
font-family: Arial;
width: 15em;
border-top: .5em #32AFAF solid;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


body {
#tab-Second_Tab_Title-0 {
  margin: 0;
width: 15em;
  padding: 0;
border-top: .5em #616161 solid;
  background: #ccc;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}
 
.nav ul {
#tab-Third_Tab_Title-0 {
  list-style: none;
width: 15em;
  background-color: #262626;
border-top: .5em #f15348 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-First_Tab_Title-0.tabber__tab--active {
  font-size: 1.2em;
background-color: #D0F0FF;
  line-height: 40px;
  height: 40px;
}
}
 
.nav a {
#tab-Second_Tab_Title-0.tabber__tab--active {
  text-decoration: none;
background-color: #eaecf0;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
}
 
.nav a:hover {
#tab-Third_Tab_Title-0.tabber__tab--active {
  background-color: #5e2750;
background-color: #FFE8CC;
}
}


.nav a.active {
.tabber__tab--active {
  background-color: #fff;
box-shadow: inset 0 -2px 0 0 #fff;
  color: #444;
  cursor: default;
}
}
 
@media screen and (min-width: 600px) {
.tabber__panel {
  .nav li {
height: 100% !important;
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    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;
}