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

Sin resumen de edición
Sin resumen de edición
 
(No se muestran 20 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
* {
#tab-First_Tab_Title-0 {
font-family: Ubuntu;
width: 15em;
border-top: .5em #32AFAF solid;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


/* https://stackoverflow.com/a/63699803 */
#tab-Second_Tab_Title-0 {
ul {
width: 15em;
list-style-type:none;
border-top: .5em #616161 solid;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


ul li {
#tab-Third_Tab_Title-0 {
display: inline-block;
width: 15em;
border:1px solid grey;
border-top: .5em #f15348 solid;
padding: 5px;
background: #eaecf0;
color:blue;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


@media only screen and (max-width: 767px){
#tab-First_Tab_Title-0.tabber__tab--active {
ul {
background-color: #D0F0FF;
width: 400px;
}
ul li {
color: red;
display: block;
}
}
}


/* https://stackoverflow.com/a/51053501 */
#tab-Second_Tab_Title-0.tabber__tab--active {
.showcase-container {
background-color: #eaecf0;
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}
}


.showcase-container img {
#tab-Third_Tab_Title-0.tabber__tab--active {
display: block;
background-color: #FFE8CC;
width: 100%;
height: auto;
margin: 0 auto;
max-width: 1200px;
}
}


.main-centered {
.tabber__tab--active {
position: absolute;
box-shadow: inset 0 -2px 0 0 #fff;
top: 30%;
left: 40%;
transform: translate(-50%, -50%);
font-size: 229%;
font-weight: bold;
padding: 10px 20px;
color: #fff;
}
}


h2.main-centered {
.tabber__panel {
border: none;
height: 100% !important;
}
 
@media (max-width: 1000px) {
.mega-header-title {
font-size: 115%;
width: 75%;
}
.bi-buttons span {
display: inline-block;
}
.main-centered {
top: 40%;
left: 50%;
}
}
}

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