Bản mẫu:ImgInfor/styles.css

Từ SOJO WIKI

< Bản mẫu:ImgInfor

Phiên bản vào lúc 19:28, ngày 24 tháng 8 năm 2021 của Admin (Thảo luận | đóng góp)
(khác) ← Phiên bản cũ | xem phiên bản hiện hành (khác) | Phiên bản mới → (khác)

.wiki-template-imginfo {
	position:relative;
	width: 70%;
    height: 180px;
    background: #FFFFFF;
border: 1px solid rgba(119, 48, 198, 0.2);
box-sizing: border-box;
border-radius: 4px;
max-width: 830px;
}

.wiki-template-imginfo-title {
	position:absolute;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	left: 31%;
	top: 0px;
    font-weight: bold;
}


.wiki-template-imginfo-content {
	position:absolute;
	left: 31%;
	top:35px;
	font-size: 12px;
    line-height: 150%;
    color: #000000;
    width: 66%;
height: 90px;
}

.wiki-template-imginfo-img {
}

.wiki-template-imginfo-img a img {
	position: absolute;
	width: 28%;
	height: 160px;
	left: 10px;
	top: 10px;
}