| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- html, body {
- margin: 0;
- padding: 0;
- }
- #header-title {
- text-align: center;
- background-color: black;
- margin: 0;
- }
- #header-title h1 {
- margin: 0;
- height: 125px;
- line-height: 125px;
- }
- #header-title img {
- width: 100%;
- }
- #header-navigation ul {
- list-style: none outside none;
- border-bottom: 1px solid gray;
- padding: 0;
- margin: 0;
- }
- #header-navigation li {
- display: inline;
- text-align: center;
- }
- #header-navigation li .fa {
- width: 10%;
- }
- #header-navigation li .fa {
- color: black;
- font-size: 20px;
- }
- #header-nav {
- text-align: center;
- }
- #header-nav a {
- color: black;
- }
- #header-nav .row .col-md-8 {
- border-left: 1px solid gray;
- border-right: 1px solid gray;
- }
- /*#header-navigation ul {list-style-type:none; margin:0; padding:0; }
- #header-navigation li { float:left; padding:0; margin:0;}
- #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; }
- #header-navigation li a:hover { color:#f00; }
- #header-navigation ul ul { display:none; position:absolute; z-index:999; }
- #header-navigation li li { float:none; }
- #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; }
- */
- /*#gallery-opener {
- border-left: 1px solid gray;
- border-right: 1px solid gray;
- }*/
- #gallery-opener .fa {
- width: 58.6% !important;
- }
- .container-fluid h1 {
- text-align: center;
- }
- .container-fluid p {
- hyphens: auto;
- text-align: justify;
- }
- .timeline-header {
- display: none !important;
- }
- #gallery-box {
- display: none;
- position: absolute;
- width: 100.3%;
- margin-left: -16px;
- background-color: white;
- border: 1px solid gray;
- border-top: none;
- z-index: 100;
- box-shadow: 10px 10px 5px #888888
- }
- #overlay {
- display: none;
- position: absolute;
- left: 0;
- top: 146px;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.7);
- z-index; 99;
- }
|