You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 35
Next »
مستندات اعتباربخشی
| محور |
زیرمحور |
کمیته |
عنوان سند |
نوع سند |
تاریخ ثبت اولیه |
تاریخ آخرین بازنگری |
تاریخ ویرایش |
کد ویرایش |
فایل |
#archiveTable {
border-collapse: separate;
border-spacing: 0;
width: 100%;
font-family: Vazir, Tahoma;
direction: rtl;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
border-radius: 10px;
overflow: hidden;
}
#archiveTable thead th {
background-color: #f2f2f2;
padding: 10px;
font-weight: 600;
text-align: center;
border-bottom: 1px solid #ddd;
}
#archiveTable tbody td {
padding: 10px;
text-align: center;
border-bottom: 1px solid #eee;
}
#archiveTable tbody tr:nth-child(even) {
background-color: #fafafa;
}
#archiveTable tbody tr:hover {
background-color: #e6f7ff;
transition: background-color 0.3s;
}
#archiveTable thead tr:first-child th:first-child { border-top-right-radius: 10px; }
#archiveTable thead tr:first-child th:last-child { border-top-left-radius: 10px; }
#archiveTable tbody tr:last-child td:first-child { border-bottom-right-radius: 10px; }
#archiveTable tbody tr:last-child td:last-child { border-bottom-left-radius: 10px; }
#search-filters select { transition: all 0.3s; }
#search-filters select:hover { box-shadow: 0 2px 6px rgba(0,0,0,0.15); }