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

Sin resumen de edición
Sin resumen de edición
Línea 24: Línea 24:
text-align: center;
text-align: center;
color: #32AFAF;
color: #32AFAF;
}
#tab-First_Tab_Title-0.tabber__tab--active {
background-color: #000;
}
#tab-Second_Tab_Title-0.tabber__tab--active {
background-color: #eaecf0;
}
#tab-Third_Tab_Title-0.tabber__tab--active {
background-color: #FBBF77;
}
}

Revisión del 20:54 17 oct 2022

#tab-First_Tab_Title-0 {
	width: 15em;
	border-top: .5em #32AFAF solid;
	background: #D0F0FF;
	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: #000;
}

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

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