css
This commit is contained in:
@@ -4,6 +4,7 @@ body{
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
color: white;
|
||||
text-shadow: 0px 0px 3px rgb(0, 153, 153);
|
||||
}
|
||||
|
||||
@@ -60,10 +61,25 @@ body{
|
||||
}
|
||||
|
||||
|
||||
table{
|
||||
table.dataTable tbody tr{
|
||||
background-color: rgba(0, 153, 153, 0.7) !important;
|
||||
}
|
||||
|
||||
table.dataTable tbody tr:nth-child(2n){
|
||||
background-color: rgba(0, 153, 153, 0.5) !important;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
|
||||
color: black !important;
|
||||
}
|
||||
|
||||
label, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate .paginate_button{
|
||||
color: white !important;
|
||||
}
|
||||
.options-table{
|
||||
width: 176px;
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<link href="/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/main.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/jquery.dataTables.min.css" rel="stylesheet" type="text/css"/>
|
||||
|
||||
<link href="/css/main.css" rel="stylesheet" type="text/css"/>
|
||||
<script src="/js/jquery.min.js"></script>
|
||||
<script src="/js/jquery.dataTables.min.js"></script>
|
||||
<script src="/js/main.js"></script>
|
||||
|
||||
@@ -3,4 +3,4 @@ WiredTiger 3.1.1: (July 12, 2018)
|
||||
WiredTiger version
|
||||
major=3,minor=1,patch=1
|
||||
file:WiredTiger.wt
|
||||
access_pattern_hint=none,allocation_size=4KB,app_metadata=,assert=(commit_timestamp=none,read_timestamp=none),block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.198=(addr="018881e463c7854e8981e4883259218a81e4dbf53744808080e2efc0e22fc0",order=198,time=1575091687,size=24576,write_gen=326)),checkpoint_lsn=(38,11136),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_image_max=0,memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)
|
||||
access_pattern_hint=none,allocation_size=4KB,app_metadata=,assert=(commit_timestamp=none,read_timestamp=none),block_allocation=best,block_compressor=,cache_resident=false,checkpoint=(WiredTigerCheckpoint.199=(addr="018081e4282b577b8181e4bbb242178281e4c6518509808080e2efc0e22fc0",order=199,time=1575095768,size=24576,write_gen=328)),checkpoint_lsn=(38,21376),checksum=uncompressed,collator=,columns=,dictionary=0,encryption=(keyid=,name=),format=btree,huffman_key=,huffman_value=,id=0,ignore_in_memory_cache_size=false,internal_item_max=0,internal_key_max=0,internal_key_truncate=true,internal_page_max=4KB,key_format=S,key_gap=10,leaf_item_max=0,leaf_key_max=0,leaf_page_max=32KB,leaf_value_max=0,log=(enabled=true),memory_page_image_max=0,memory_page_max=5MB,os_cache_dirty_max=0,os_cache_max=0,prefix_compression=false,prefix_compression_min=4,split_deepen_min_child=0,split_deepen_per_child=0,split_pct=90,value_format=S,version=(major=1,minor=1)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user