Jump to content
Menú alternativo
Alternar el menú de preferencias
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
Hasley cambió el modelo de contenido de la página Usuario:Hasley/styles.css de "CSS" a "CSS expurgado"
Sin resumen de edición
 
(No se muestran 57 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 thead tr {
#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 tbody tr {
#tab-First_Tab_Title-0.tabber__tab--active {
    border-bottom: 1px solid #dddddd;
background-color: #D0F0FF;
}
}


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


.countries tbody tr:last-of-type {
#tab-Third_Tab_Title-0.tabber__tab--active {
    border-bottom: 2px solid #009879;
background-color: #FFE8CC;
}
}


.countries tbody tr.active-row {
.tabber__tab--active {
    font-weight: bold;
box-shadow: inset 0 -2px 0 0 #fff;
    color: #009879;
}
 
.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;
}