bim-support.css 890 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .modal-block {
  2. max-width: 80%;
  3. }
  4. #content {
  5. position: absolute;
  6. top: 0;
  7. width: 100%;
  8. z-index: 1;
  9. padding: 3em 0 0 0;
  10. }
  11. #c {
  12. position: absolute;
  13. left: 0;
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .list-item {
  18. display: inline-block;
  19. margin: 1em;
  20. padding: 1em;
  21. box-shadow: 1px 2px 4px 0px rgba(0, 0, 0, 0.25);
  22. }
  23. .list-item>div:nth-child(1) {
  24. width: 200px;
  25. height: 200px;
  26. }
  27. .list-item>div:nth-child(2) {
  28. color: #888;
  29. font-family: sans-serif;
  30. font-size: large;
  31. width: 200px;
  32. margin-top: 0.5em;
  33. }
  34. .thumbnail a {
  35. display: inline-block;
  36. position: relative;
  37. z-index: 1;
  38. padding: 2em;
  39. margin: -2em;
  40. }
  41. .thumbnail2 a {
  42. display: inline-block;
  43. position: relative;
  44. z-index: 1;
  45. }
  46. .control-label {
  47. font-weight: bold;
  48. color: black;
  49. }
  50. td,
  51. th {
  52. font-weight: bold;
  53. color: black;
  54. }