Diferencia entre revisiones de «Usuario:Hasley/styles.css»

Sin resumen de edición
Sin resumen de edición
 
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 2: Línea 2:
width: 15em;
width: 15em;
border-top: .5em #32AFAF solid;
border-top: .5em #32AFAF solid;
background: #D0F0FF;
background: #eaecf0;
padding: 10px;
padding: 10px;
text-align: center;
text-align: center;
Línea 35: Línea 35:


#tab-Third_Tab_Title-0.tabber__tab--active {
#tab-Third_Tab_Title-0.tabber__tab--active {
background-color: #FBBF77;
background-color: #FFE8CC;
}
 
.tabber__tab--active {
box-shadow: inset 0 -2px 0 0 #fff;
}
 
.tabber__panel {
height: 100% !important;
}
}

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;
}