Add CSS files

This commit is contained in:
2025-05-12 15:46:13 +00:00
parent 967007b0c7
commit 4a4ed02e8a
583 changed files with 83461 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
.loading_panel {
display: block;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
height: 100%;
width: 100%;
text-align: center;
padding-top: 20%;
background: rgba( 255, 255, 255, .8 )
url('./../images/loading.gif')
50% 25%
no-repeat;
}
#searchResultDiv table
{
background: white;
border: 1px sold lightyellow;
}
#searchResultDiv tr:hover {
background-color: lightyellow;
cursor: pointer;
}