الگو:جدول/style.css: تفاوت میان نسخهها
جز (مراجعة واحدة) |
جز (۱ نسخه واردشده: الگو و پوددمانهای اصلاح شده) |
(بدون تفاوت)
|
نسخهٔ کنونی تا ۴ اوت ۲۰۲۳، ساعت ۱۷:۲۰
.tableMetaJS {
border-collapse: collapse;
background: #f4ffff;
border-radius: 6px;
overflow: hidden;
width: 100%;
margin: 0 auto;
position: relative;
color: black;
vertical-align: middle;
overflow-x: auto;
}
.tableMetaJS th {
background: #fff1a1;
font-weight: bold;
text-align: center;
}
.tableMetaJS tbody tr:nth-child(odd) {
background-color: #f4ffff;
}
.tableMetaJS tbody tr:nth-child(even) {
background-color: #EBFEFD;
}
.tableMetaJS td {
text-align: right;
}
.tableMetaJS th,
td {
padding: 5px;
}
.shadow {
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.margin-top-0 {
margin-top: 0;
}
.margin-bottom-0 {
margin-bottom: 0;
}
.margin-right-0 {
margin-right: 0;
}
.margin-left-0 {
margin-left: 0;
}
.margin-auto {
margin: auto;
}