| क्रमांक | दिनांक | कार्यक्रम |
|---|---|---|
| 1 | 28-04-2018 | |
| 2 | 28-04-2018 | |
| 3 |
/* Here you can add custom CSS for the current table */ /* Lean more about CSS: https://en.wikipedia.org/wiki/Cascading_Style_Sheets */ /* To prevent the use of styles to other tables use "#supsystic-table-5" as a base selector for example: #supsystic-table-5 { ... } #supsystic-table-5 tbody { ... } #supsystic-table-5 tbody tr { ... } */ .dataTable thead th{text-shadow: 1px 1px 2px rgba(20, 20, 20, 1);} #supsystic-table-5 { padding-top: 10px; } #supsystic-table-5 thead th:first-child { border-left: black 1px solid; } #supsystic-table-5 thead th:second-child { border-left: #f03 1px solid; } #supsystic-table-5 thead th { background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1429A3), color-stop(1, #1B37D9)); background: -moz-linear-gradient( center top, #1429A3 5%, #1B37D9 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1429A3', endColorstr='#1B37D9'); background-color: #1429A3; color: #FFFFFF; font-size: 14px; font-weight: bold; border-left: 0px solid #1E3EF7; } #supsystic-table-5 tbody .odd { background-color: rgba(133, 170, 210, 0.12); } #supsystic-table-5 tbody .even { font-style: italic; } #supsystic-table-5 tbody td:first-child { border-left: black 1px solid; } #supsystic-table-5 tbody td { border-right: black 1px solid; } #supsystic-table-5 td:first-child { width: 8em; min-width: 8em; max-width: 8em; } #supsystic-table-5 td:first-child { width: 5em; min-width: 5em; max-width: 5em; }