الگو:جعبه اطلاعات
<style> /* استایل کلی باکس - شبیه به استایل شما در Common.css */ .uni-infobox {
float: left; width: 300px; background-color: #f8f9fa; border: 1px solid #a2a9b1; margin: 0.5em 1em 0.5em 0; clear: left; direction: rtl; text-align: center; /* وسط چین کردن کل باکس */ font-size: 0.9em; line-height: 1.5; border-collapse: collapse;
}
/* استایل عنوان */ .uni-header {
background-color: #b0c4de; font-weight: bold; padding: 0.5em; font-size: 1.1em;
}
/* استایل سطرها (خانههای جدول) */ .uni-cell {
border-bottom: 1px solid #e0e0e0; padding: 5px;
}
/* استایل عنوان داخلی (Label) */ .uni-label {
background-color: #eef; font-weight: bold; width: 35%;
} </style>