| 1234567891011121314151617181920212223242526272829303132333435363738 |
- body {
- }
- /*body::after {
- content: "";
- background: url('/Img/logo.png');
- background-size: 100px;
- opacity: 0.03;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- position: absolute;
- z-index: -1;
- }*/
- a {
- color: lightgray;
- }
- .card-columns {
- column-count: 4;
- }
- body {
- }
- tr, th, td {
- height: 20px !important;
- padding: 2px !important;
- white-space: nowrap;
- }
- .th-inner {
- font-weight: 600;
- height: 28px !important;
- padding: 2px !important;
- }
|