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

Sin resumen de edición
Sin resumen de edición
 
(No se muestran 32 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;
}
}


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


.bi-buttons span {
#tab-Third_Tab_Title-0 {
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
width: 15em;
display: block;
border-top: .5em #f15348 solid;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


.mega-header-title {
#tab-First_Tab_Title-0.tabber__tab--active {
font-size: 229%;
background-color: #D0F0FF;
width: 100%;
}
}


@media (max-width: 1000px) {
#tab-Second_Tab_Title-0.tabber__tab--active {
.mega-header-title {
background-color: #eaecf0;
font-size: 115%;
}
width: 75%;
 
}
#tab-Third_Tab_Title-0.tabber__tab--active {
.bi-buttons span {
background-color: #FFE8CC;
display: inline-block;
}
}
 
.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;
}