الگو:جدول/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;
}