Przejdź do zawartości

Szablon:Elementy herbu/style.css

Z Wikipedii, wolnej encyklopedii
.tpl-el-herb {
	width: 250px;
	margin: 0 auto;
}
@media screen and (min-width: 701px) {
    .tpl-el-herb {
        width: 250px;
        float: right;
        margin-left: 12px;
        border: 0px;
    }
}

.tpl-el-herb-opis {
	position:relative;
}
.tpl-el-herb-opis > div {
	position:absolute;
	text-shadow: #fff 3px 0 10px,#fff 3px 0 10px,#fff 3px 0 10px;
}
/* centrowanie napisów */
.tpl-el-herb-opis b {
  position: relative;
  left: -50%;
  top: -0.5em;
}