first commit

This commit is contained in:
Ryan Ariana
2024-05-06 11:04:37 +07:00
commit aee061ddba
7322 changed files with 2918816 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.clearfix { overflow: hidden; }
.results { color: #0073aa; padding: 0 10px; }
table.dataTable { background: #fff; }
table.dataTable thead th { border: none; padding: 10px 18px 0; }
table.dataTable thead th,
table.dataTable thead td { border-bottom-color: #ddd; border-right: solid 1px #ddd; }
table.dataTable thead th:first-child,
table.dataTable thead td:first-child { border-left: solid 1px #ddd; }
.dataTables_wrapper .heading { background: #32373C; padding: 10px; }
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate { color: #fff; }
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active { color: #eee !important; }
.dataTables_wrapper .select-info { color: #eee; font-size: 0.8em; margin: 0 20px; padding: 5px; }
div.dt-buttons { float: none; padding: 20px; text-align: center; }

View File

@@ -0,0 +1 @@
.clearfix{overflow:hidden}.results{color:#0073aa;padding:0 10px}table.dataTable{background:#fff}table.dataTable thead th{border:none;padding:10px 18px 0}table.dataTable thead td,table.dataTable thead th{border-bottom-color:#ddd;border-right:solid 1px #ddd}table.dataTable thead td:first-child,table.dataTable thead th:first-child{border-left:solid 1px #ddd}.dataTables_wrapper .heading{background:#32373C;padding:10px}.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_paginate,.dataTables_wrapper .dataTables_processing{color:#fff}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{color:#eee!important}.dataTables_wrapper .select-info{color:#eee;font-size:.8em;margin:0 20px;padding:5px}div.dt-buttons{float:none;padding:20px;text-align:center}