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


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


h2, h3 {
#tab-Third_Tab_Title-0 {
padding: .6rem;
width: 15em;
color: #fff;
border-top: .5em #f15348 solid;
background: linear-gradient(135deg, #2c001e 20%, #772953 100%);
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


body {
#tab-First_Tab_Title-0.tabber__tab--active {
  margin: 0;
background-color: #D0F0FF;
  padding: 0;
  background: #ccc;
}
}
 
.nav ul {
#tab-Second_Tab_Title-0.tabber__tab--active {
  list-style: none;
background-color: #eaecf0;
  background-color: #262626;
  text-align: center;
  padding: 0;
  margin: 0;
}
}
.nav li {
 
  font-family: 'Oswald', sans-serif;
#tab-Third_Tab_Title-0.tabber__tab--active {
  font-size: 1.2em;
background-color: #FFE8CC;
  line-height: 40px;
  height: 40px;
}
}
 
.nav a {
.tabber__tab--active {
  text-decoration: none;
box-shadow: inset 0 -2px 0 0 #fff;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
.nav a:hover {
  background-color: #5e2750;
}
}


.nav a.active {
.tabber__panel {
  background-color: #fff;
height: 100% !important;
  color: #444;
  cursor: default;
}
@media screen and (min-width: 600px) {
  .nav li {
    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;
}