Ativa o menu
Toggle preferences menu
Alternar menu pessoal
Não autenticado(a)
Your IP address will be publicly visible if you make any edits.

Predefinição:AncestralityInfobox/styles.css

De Runas & Campeões
.infobox {
    position: relative;
    border-left: 5px solid #897051;
    border-radius: 5px;
    float: right;
    margin: 0 0 1em 1em;
    width: 300px;
}
.infobox #content {
    text-align: left;
}
.infobox-container {
	width: 100%;
	height: auto;
}
.infobox-image {
    text-align: center;
    border-radius: 0px 5px 0px 0px;
    border-bottom: 5px solid #897051;
}
.topleft{
	position: absolute;
	top: 371px;
	left: 24px;
	font-size: 18px;
	color: #FFF;
	padding: 5px;
	background: #897051;
}
.infobox table {
	 width:100%;
}
tr:nth-child(even) {
	background: rgba(137, 112, 81, 0.3);
	border: 5px solid rgba(137, 112, 81, 0.3);
}
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 30px;
    padding-left: 10px;
}
.infobox td {
    vertical-align: top;
}