custom.css 2.1 KB

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