Estilos de plantilla:Baya/estilos.css

De WikiDex
Ir a la navegaciónIr a la búsqueda
@media only screen and (min-width: 720px) {
  .ib-baya {
    float: right;
    width: 250px;
    margin-right: 5px;
  }
}

.ib-baya {
	text-align: center;
	border:1px solid #ACD943;
	border-right-width:2px; 
	border-bottom-width:2px;
	border-radius:20px;
	font-size:90%;
	background-color:#F7FFF1;
	padding: 1px;
}

.ib-baya .titulo {
	font-weight: bold;
	background-color:#BCFF4F;
	border-radius:17px 17px 0 0;
	font-size:155%;
	line-height:24px;
	border-bottom:1px solid #ACD943;
}

.ib-baya .contdatos1 {
	margin-top: 1px;
	display:flex;
}

.ib-baya .contdatos1 > div {
	flex: 1;
}

.ib-baya .col1 {
	align-self: center;
}

.ib-baya .imagen {
	padding: 0.4em;
	margin:5px 0 5px 7px;
	border: 2px solid #CEA816;
	border-radius:7px;
	background: #F6E08B;
	width:64px;
	height:64px;
}

.ib-baya .nosprite .imagen {
	margin:5px 0 5px 20px;
}

.ib-baya .sprite {
	position:relative;
	padding: 0.4em;
	margin: -24px 0 0 75px;
	border: 2px solid #CEA816;
	border-radius:7px;
	background: #F6E08B;
	width:24px;
	height:24px;
}

.ib-baya .numbaya {
	font-weight: bold;
}

.ib-baya .h {
	font-weight: bold;
	border-bottom:1px solid #ACD943;
	background-color:#C9FF8D;
	line-height:18px;
}

.ib-baya .dato {
	background-color:#EEFFD5;
	line-height:18px;
}

.ib-baya .descripcion {
	border-bottom:1px solid #ACD943;
}

.ib-baya .h2 {
	font-weight: bold;
}

.ib-baya .picante {
	background-color:#F08030;
}

.ib-baya .seco {
	background-color:#6890F0;
}

.ib-baya .dulce {
	background-color:#F85888;
}

.ib-baya .amargo {
	background-color:#78C850;
}

.ib-baya .acido {
	background-color:#F8D030;
}

.ib-baya .nav {
	border-top:1px solid #ACD943;
	display: flex;
}

.ib-baya .nav > div {
	flex: 1;
	background-color:#C9FF8D;
	margin: 1px;
}

.ib-baya .pie {
	border-radius: 0 0 17px 17px;
	background-color:#BCFF4F;
}

.ib-baya table {
	width: 100%;
}

.ib-baya td {
	background-color:#EEFFD5;
}

.ib-baya th {
	border-bottom:1px solid #ACD943;
}