bim-support.css 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. }
  55. .panel {
  56. position: relative;
  57. }
  58. .thumbnails {
  59. width: 100%;
  60. }
  61. .video-static {
  62. width: 100%;
  63. position: absolute;
  64. background: white;
  65. }
  66. .video-static:hover {
  67. opacity: 0;
  68. }
  69. .video-active {
  70. width: 100%;
  71. }
  72. .video {
  73. color: #0088CC;
  74. }
  75. ul.nav-main > li > .list-a:hover {
  76. background-color: #B3E5FF;
  77. }