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

Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
* {
#tab-First_Tab_Title-0 {
font-family: Ubuntu;
width: 15em;
border-top: .5em #32AFAF solid;
background: #D0F0FF;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


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


.main-button:hover a {
#tab-Third_Tab_Title-0 {
color: #3666cc;
width: 15em;
}
border-top: .5em #f15348 solid;
 
background: #eaecf0;
.main-button:active a {
padding: 10px;
color: #fff;
text-align: center;
}
color: #32AFAF;
 
/* https://stackoverflow.com/a/51053501 */
.showcase-container {
width: 100%;
margin: 0 auto;
padding: 0;
position: relative;
}
 
.showcase-container img {
display: block;
width: 100%;
height: auto;
margin: 0 auto;
max-width: 1200px;
}
 
.main-centered {
position: absolute;
top: 30%;
left: 40%;
transform: translate(-50%, -50%);
font-size: 229%;
font-weight: bold;
padding: 10px 20px;
color: #fff;
}
 
h2.main-centered {
border: none;
}
 
.main-content {
border-spacing: 30px 0;
margin: 30px 0 30px 0;
}
 
@media (max-width: 1000px) {
.mega-header-title {
font-size: 115%;
width: 75%;
}
 
.main-content {
padding: 0 35px 0 35px !important;
}
 
.bi-buttons span {
display: inline-block;
}
 
.main-centered {
top: 50%;
left: 50%;
width: 75%
}
 
 
body.skin-citizen .main-content {
word-break: break-all !important;
}
 
body.skin-citizen .main-centered {
top: 30% !important;
}
}
}

Revisión del 20:19 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;
}