StyleSheet.css 547 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. body {
  2. }
  3. /*body::after {
  4. content: "";
  5. background: url('/Img/logo.png');
  6. background-size: 100px;
  7. opacity: 0.03;
  8. top: 0;
  9. left: 0;
  10. bottom: 0;
  11. right: 0;
  12. position: absolute;
  13. z-index: -1;
  14. }*/
  15. a {
  16. color: lightgray;
  17. }
  18. .card-columns {
  19. column-count: 4;
  20. }
  21. body {
  22. }
  23. tr, th, td {
  24. height: 20px !important;
  25. padding: 2px !important;
  26. white-space: nowrap;
  27. }
  28. .th-inner {
  29. font-weight: 600;
  30. height: 28px !important;
  31. padding: 2px !important;
  32. }