Template:Infobox-nemico-PMTOK/styles.css

Da Mario Wiki, l'enciclopedia italiana.
.infoboxpmtok caption {
	display: table-caption!important; 
}
.infoboxpmtok tbody {
	overflow: hidden;
	border-radius: 4px;
}
.infoboxpmtok.infoboxorizzontale th, 
.infoboxpmtok.infoboxorizzontale td {
	width: 12.5%;
}
.infoboxpmtok th, .infoboxpmtok td {
    margin-top: 0!important;
    padding-top: 4px!important;
    padding-bottom: 4px!important;
    box-sizing: border-box;
}
.infoboxpmtok th {
	padding-left: 8px!important;
}
.psychopath th {
    text-align: left;
	width: 12.5%;
    padding-left: 8px;
}
.infoboxverticale .psychopath th,
.infoboxverticale .psychopath td {
    text-align: center!important;
    width: 100%;
	max-width: none!important;
}
.infoboxverticale .psychopath th {
	padding-right: 8px;
	border-bottom-left-radius: 4px;
	margin-top: 4px!important;
}
.infoboxverticale .psychopath td {
	padding-left: 8px;
    border-bottom-right-radius: 4px;
    margin-top: -8px!important;
}
.infoboxpmtok.infoboxorizzontale + .psychopath {
	margin-bottom: 6px;
}
@media only screen and (max-width: 719px) {
	.infoboxpmtok.infoboxverticale th + td {
	    text-align: left;
	}
}