Estilos de plantilla:MT/estilos.css

De WikiDex
Ir a la navegaciónIr a la búsqueda
.infobox-mt {
	margin: 0 5px 5px;
}

@media only screen and (min-width: 500px) {
	.infobox-mt {
		float: right;
		max-width: 100%;
		width: 260px;
	}
}

.infobox-mt .prevnext {
	text-align:right;
	margin: 0 17px -2px auto;
	font-size:90%;
}

.infobox-mt .prevnext a {
	border:1px solid transparent;
	border-radius:15px 0 0 0;
	text-decoration:none;
	padding: 0 .5em;
}

.infobox-mt .enlacemtizq a:hover, .infobox-mt .enlacemtdch a:hover {
	border-color: #0D244A;
	background:#2158B8;
	color:white;
	text-decoration:none;
}

.infobox-mt .enlacemtdch a:hover {
	border-radius:0 15px 0 0;
}

.infobox-mt .fMT {
	padding: 0.5em;
	margin: 0;
	border: 1px solid #0D244A;
	background: #2158B8 url('https://images.wikidexcdn.net/mwuploads/wikidex/9/9f/latest/20100409181553/Fondo_MT.png') no-repeat right bottom;
	font-size:90%;
	border-radius:15px;
	color: white;
	text-align: center;
}

.infobox-mt .titulo {
	 display:flex;
	 padding:4px;
	 text-align:center;
}

.infobox-mt .textotitulo {
	flex:1;
	font-size:110%;
	margin-right:5px;
	font-weight:bold;
}

.infobox-mt .tituloingles {
	flex: 0 0 4em;
	font-weight:normal;
	margin-right:5px;
}

.infobox-mt .bordetitulo1, .infobox-mt .bordetitulo2 {
	 border-top: 1px solid #a2a9b1;
	 margin:.2em auto;
}

.infobox-mt .bordetitulo2 {
	width:90%;
}

.infobox-mt .bloquegen + .bloquegen {
  border-top: 1px solid #a0aec4;
  margin-top: .5em;
}

.infobox-mt .titgen {
	font-weight: bold;
	cursor:help;
}

.infobox-mt .bloquemtgen .principal {
	display: flex;
}

.infobox-mt .nombremov {
	flex: 1;
	border-radius:50px;
	line-height: 2;
	margin: 0.5em 5px;
	background-color:#093580;
}

.infobox-mt .icono {
	 text-align: center;
	 padding: 0.4em;
	 border: 1px solid #999;
	 border-radius:7px;
	 background: white;
	 width:24px;
	 height:24px;
}

.infobox-mt .icono img {
	width: auto;
	height: auto;
}

.infobox-mt .help {
	cursor:help;
}

.infobox-mt-grupo {
	text-align: right;
	margin-right:17px;
	font-size:90%;
	margin-top:-2px;
}

.infobox-mt-grupo a {
	border:1px solid transparent;
	border-radius:0 0 15px 15px;
	text-decoration:none;
	padding: 0 1em;
}

.infobox-mt-grupo a:hover {
	border-color: #0D244A;
	background:#2158B8;
	text-decoration:none;
	color:white;
}