|
|
|
@ -1,13 +1,13 @@
|
|
|
|
|
body {
|
|
|
|
|
background-color: #aaa4a0;
|
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
|
|
|
background-color: #F4EBE8;
|
|
|
|
|
font-family: Roboto Mono;
|
|
|
|
|
}
|
|
|
|
|
.grid-container {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
|
|
grid-gap: 10px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 60%;
|
|
|
|
|
top: 15%;
|
|
|
|
|
width: 96%;
|
|
|
|
|
height: auto;
|
|
|
|
|
left:2%;
|
|
|
|
@ -47,16 +47,18 @@ a:hover {
|
|
|
|
|
color: blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
position: fixed;
|
|
|
|
|
right:0%;
|
|
|
|
|
top:3%;
|
|
|
|
|
top:5%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
background-color: grey;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
padding: 3px 30px 3px 10px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2{
|
|
|
|
@ -64,58 +66,55 @@ h2{
|
|
|
|
|
right: 0%;
|
|
|
|
|
top: 15%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: grey;
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
/*color: black;*/
|
|
|
|
|
padding: 3px 3px 3px 30px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*.indexlist {
|
|
|
|
|
position: absolute;
|
|
|
|
|
top:20%;
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.viewnav {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top:0%;
|
|
|
|
|
right:0%;
|
|
|
|
|
background-color: red ;
|
|
|
|
|
width: 40%;
|
|
|
|
|
top:30%;
|
|
|
|
|
right:5%;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
width: 10%;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.collapsible2 {
|
|
|
|
|
background-color: #777;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: black;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: px;
|
|
|
|
|
height: auto;
|
|
|
|
|
border: none;
|
|
|
|
|
text-align: left;
|
|
|
|
|
text-align: right;
|
|
|
|
|
outline: none;
|
|
|
|
|
font-size: 40px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active, .collapsible2:hover {
|
|
|
|
|
background-color: #555;
|
|
|
|
|
.collapsible2:hover {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: blue;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content2 {
|
|
|
|
|
position: relative;
|
|
|
|
|
padding: 0px 18px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
max-height: 0;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: 50%;
|
|
|
|
|
transition: max-height 0.2s ease-out;
|
|
|
|
|
background-color: grey;
|
|
|
|
|
width: 100%;
|
|
|
|
|
transition: max-height 0.3s ease-out;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: white;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
text-align: left;
|
|
|
|
|
text-align: center;
|
|
|
|
|
bottom: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -145,7 +144,7 @@ p {
|
|
|
|
|
width: 110px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 12px 0px;
|
|
|
|
|
background-color: grey;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
@ -167,20 +166,20 @@ p {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top:5%;
|
|
|
|
|
left:0%;
|
|
|
|
|
background-color: ;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
width: 40%;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
opacity: 1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.collapsible {
|
|
|
|
|
background-color: #777;
|
|
|
|
|
color: white;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: black;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 18px;
|
|
|
|
|
width: 10%;
|
|
|
|
|
height: auto;
|
|
|
|
|
border: none;
|
|
|
|
|
border: solid 1px;
|
|
|
|
|
text-align: right;
|
|
|
|
|
outline: none;
|
|
|
|
|
font-size: 15px;
|
|
|
|
@ -189,7 +188,7 @@ p {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.active, .collapsible:hover {
|
|
|
|
|
background-color: #555;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
@ -199,10 +198,12 @@ p {
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
width: 90%;
|
|
|
|
|
transition: max-height 0.2s ease-out;
|
|
|
|
|
background-color: grey;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
color: white;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
text-align: right;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.content:link {
|
|
|
|
@ -234,43 +235,95 @@ a.content:link {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.indexlink {
|
|
|
|
|
.orglink {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom:0%;
|
|
|
|
|
right:3%;
|
|
|
|
|
left:18%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orglink .htext {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 120px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orglink:hover .htext {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timelinelink {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom:0%;
|
|
|
|
|
right:10%;
|
|
|
|
|
bottom: 0%;
|
|
|
|
|
left: 3%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
padding: 0px 5px 0px 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orglink {
|
|
|
|
|
.timelinelink .htext {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 120px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.timelinelink:hover .htext {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.indexlink {
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom:0%;
|
|
|
|
|
left:10%;
|
|
|
|
|
right:3%;
|
|
|
|
|
background-color: white;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.orglink:hover .hiddentext {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
.indexlink .htext {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 120px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 50px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hiddentext {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 120px;
|
|
|
|
|
background-color: black;
|
|
|
|
|
color: #fff;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
.indexlink:hover .htext {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*.timelinelink:hover .htext {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}*/
|
|
|
|
|