الگو:Info box/style.css

از ویکی البرز
.infobox-body {
    background: #ffffff;
    border-radius: 10px;
}
.infobox-header {
	background-color: #A6E3E9;
	color: darkslategrey;
	padding: 3px;
	border-radius: 9px 9px 0 0;
	font-family: 'Iransansxv';
} 
.infobox-label{
	background-color: #CBF1F5;
	vertical-align: middle;
	padding-right: 5px;
	font-family: 'IRANBold';
    min-width: 72px;
}
.infobox-data{
	background:#E3FDFD;
} 
.infobox-title {
	padding: 13px 10px!important;
    color: white;
    letter-spacing: 0.03em;
    margin-top: 9px;
    margin-bottom: 2px;
    background: #71C9CE;
    border-radius: 13px 47px 13px 47px;
    font-family: 'IRANBold';
    font-size: 24px;
    line-height: 1.1;
}