الگو:Info box/style.css

از ویکی تراث
.infobox-body {
    background: #ffffff;
    /*box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);*/
    border-radius: 10px;
    /*overflow: hidden;*/
    /*width: 350px !important;*/
}
.infobox-header {
    background-color: #ffeb3b!important;
	color: darkslategrey;
	padding: 3px;
	border-radius: 9px 9px 0 0;
	font-family: 'Iransansxv';
} 
.infobox-label{
	background-color: #cacff4;
	vertical-align: middle;
	padding-right: 5px;
	font-family: 'IRANBold';
    min-width: 72px;
}
.infobox-data{
	background:#e4e4e7;
} 
.infobox-title {
	padding: 13px 10px!important;
    color: white;
    letter-spacing: 0.03em;
    margin-top: 9px;
    margin-bottom: 2px;
    background: rgba(36,152,17,0.8);
    border-radius: 13px 47px 13px 47px;
    font-family: 'IRANBold';
    font-size: 24px;
    line-height: 1.1;
}
.infobox-image {
     border-style: ridge;
}