custom.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. html, body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. #header-title {
  6. text-align: center;
  7. background-color: black;
  8. margin: 0;
  9. }
  10. #header-title h1 {
  11. margin: 0;
  12. height: 125px;
  13. line-height: 125px;
  14. }
  15. #header-title img {
  16. width: 100%;
  17. }
  18. #header-navigation ul {
  19. list-style: none outside none;
  20. border-bottom: 1px solid gray;
  21. padding: 0;
  22. margin: 0;
  23. }
  24. #header-navigation li {
  25. display: inline;
  26. text-align: center;
  27. }
  28. #header-navigation li .fa {
  29. width: 10%;
  30. }
  31. #header-navigation li .fa {
  32. color: black;
  33. font-size: 20px;
  34. }
  35. #header-nav {
  36. text-align: center;
  37. }
  38. #header-nav a {
  39. color: black;
  40. }
  41. #header-nav .row .col-md-8 {
  42. border-left: 1px solid gray;
  43. border-right: 1px solid gray;
  44. }
  45. /*#header-navigation ul {list-style-type:none; margin:0; padding:0; }
  46. #header-navigation li { float:left; padding:0; margin:0;}
  47. #header-navigation li a { display:block; text-align:center; color:#000; margin-right:5px; height:35px; line-height:35px; text-decoration:none; font-size:80%; border:1px solid #ccc; }
  48. #header-navigation li a:hover { color:#f00; }
  49. #header-navigation ul ul { display:none; position:absolute; z-index:999; }
  50. #header-navigation li li { float:none; }
  51. #header-navigation li li a { background:#EBE7E6!important; text-align:left; height:auto; line-height:1; width:auto; padding:8px 20px 8px 22px; border:1px solid #D0D0D0; border-top:none; margin-right:0; }
  52. */
  53. /*#gallery-opener {
  54. border-left: 1px solid gray;
  55. border-right: 1px solid gray;
  56. }*/
  57. #gallery-opener .fa {
  58. width: 58.6% !important;
  59. }
  60. .container-fluid h1 {
  61. text-align: center;
  62. }
  63. .container-fluid p {
  64. hyphens: auto;
  65. text-align: justify;
  66. }
  67. .timeline-header {
  68. display: none !important;
  69. }
  70. #gallery-box {
  71. display: none;
  72. position: absolute;
  73. width: 100.3%;
  74. margin-left: -16px;
  75. background-color: white;
  76. border: 1px solid gray;
  77. border-top: none;
  78. z-index: 100;
  79. box-shadow: 10px 10px 5px #888888
  80. }
  81. #overlay {
  82. display: none;
  83. position: absolute;
  84. left: 0;
  85. top: 146px;
  86. right: 0;
  87. bottom: 0;
  88. background: rgba(0, 0, 0, 0.7);
  89. z-index; 99;
  90. }