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

Sin resumen de edición
Sin resumen de edición
 
(No se muestran 55 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
.countries {
#tab-First_Tab_Title-0 {
    border-collapse: collapse;
width: 15em;
    margin: 25px 0;
border-top: .5em #32AFAF solid;
    font-size: 0.9em;
background: #eaecf0;
    font-family: sans-serif;
padding: 10px;
    min-width: 400px;
text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
color: #32AFAF;
}
}


.countries th {
#tab-Second_Tab_Title-0 {
    background-color: #009879;
width: 15em;
    color: #ffffff;
border-top: .5em #616161 solid;
    text-align: left;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


.countries th,
#tab-Third_Tab_Title-0 {
.countries td {
width: 15em;
    padding: 10px 13px;
border-top: .5em #f15348 solid;
background: #eaecf0;
padding: 10px;
text-align: center;
color: #32AFAF;
}
}


.countries td {
#tab-First_Tab_Title-0.tabber__tab--active {
text-align: center;
background-color: #D0F0FF;
}
}


.countries tbody tr {
#tab-Second_Tab_Title-0.tabber__tab--active {
    border-bottom: 1px solid #dddddd;
background-color: #eaecf0;
}
}


.countries tbody tr:nth-of-type(even) {
#tab-Third_Tab_Title-0.tabber__tab--active {
    background-color: #f3f3f3;
background-color: #FFE8CC;
}
}


.countries tbody tr:last-of-type {
.tabber__tab--active {
    border-bottom: 2px solid #009879;
box-shadow: inset 0 -2px 0 0 #fff;
}
}


.countries tbody tr.active-row {
.tabber__panel {
    font-weight: bold;
height: 100% !important;
    color: #009879;
}
}

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