|
|
@ -11,7 +11,7 @@ body {
|
|
|
|
top: 25%;
|
|
|
|
top: 25%;
|
|
|
|
width: 82%;
|
|
|
|
width: 82%;
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
right: 8%;
|
|
|
|
left: 7%;
|
|
|
|
text-align: : center;
|
|
|
|
text-align: : center;
|
|
|
|
z-index: 5;
|
|
|
|
z-index: 5;
|
|
|
|
|
|
|
|
|
|
|
@ -34,12 +34,12 @@ body {
|
|
|
|
|
|
|
|
|
|
|
|
a:link {
|
|
|
|
a:link {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
color: #371F10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:visited {
|
|
|
|
a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
text-decoration: none;
|
|
|
|
color: black;
|
|
|
|
color: #371F10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
@ -49,16 +49,15 @@ a:hover {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
position: fixed;
|
|
|
|
/*position: fixed;
|
|
|
|
right:0%;
|
|
|
|
right:0%;
|
|
|
|
top:5%;
|
|
|
|
top:5%;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
font-size: 27px;
|
|
|
|
font-size: 27px;
|
|
|
|
color: #371F10;
|
|
|
|
color: #371F10;*/
|
|
|
|
max-width: 90%;
|
|
|
|
max-width: 90%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -71,29 +70,27 @@ h2{
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
font-size: 20px;
|
|
|
|
font-size: 20px;
|
|
|
|
opacity: 0.7;
|
|
|
|
|
|
|
|
color: #371F10;
|
|
|
|
color: #371F10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.viewnav {
|
|
|
|
/*.viewnav {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0%;
|
|
|
|
bottom: 1%;
|
|
|
|
left: 0%;
|
|
|
|
right: 1%;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
width: 10%;
|
|
|
|
width: 5%;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 9;
|
|
|
|
opacity: 0.7;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.collapsible2 {
|
|
|
|
.collapsible2 {
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: red;
|
|
|
|
color: #371F10;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
height: auto;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
text-align: left;
|
|
|
|
text-align: center;
|
|
|
|
outline: none;
|
|
|
|
outline: none;
|
|
|
|
font-size: 40px;
|
|
|
|
font-size: 40px;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
@ -109,60 +106,89 @@ h2{
|
|
|
|
position: absolute;
|
|
|
|
position: absolute;
|
|
|
|
max-height: 0;
|
|
|
|
max-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 100%;
|
|
|
|
width: auto;
|
|
|
|
transition: max-height 0.3s ease-out;
|
|
|
|
transition: max-height 0.3s ease-out;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
bottom: 50%;
|
|
|
|
bottom: 100%;
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Grid buttons */
|
|
|
|
/* Grid buttons */
|
|
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
.header {
|
|
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
position: fixed;
|
|
|
|
text-align: center;
|
|
|
|
/* text-align: center;*/
|
|
|
|
padding: 32px;
|
|
|
|
bottom: 0%;
|
|
|
|
top: 30%;
|
|
|
|
|
|
|
|
right: 0%;
|
|
|
|
right: 0%;
|
|
|
|
z-index: 9;
|
|
|
|
z-index: 9;
|
|
|
|
width: auto;
|
|
|
|
width: 110px;
|
|
|
|
height: auto;
|
|
|
|
height: 50px;
|
|
|
|
background-color: pink;
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
color: #371F10;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
p {
|
|
|
|
p {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
/*position: relative;*/
|
|
|
|
|
|
|
|
color: #371F10;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btnov {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
right: 0px;
|
|
|
|
|
|
|
|
bottom:0px;
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
width: 50px;
|
|
|
|
|
|
|
|
height: 50px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
/* padding: 5px 5px;*/
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
z-index: 9;
|
|
|
|
|
|
|
|
color: #371F10;
|
|
|
|
|
|
|
|
margin-bottom: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
.btn {
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
right: 60px;
|
|
|
|
|
|
|
|
bottom:0px;
|
|
|
|
border: none;
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
width: 50px;
|
|
|
|
width: 110px;
|
|
|
|
height: 50px;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
padding: 12px 0px;
|
|
|
|
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: transparent;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 30px;
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
z-index: 9;
|
|
|
|
z-index: 9;
|
|
|
|
border: solid 1px;
|
|
|
|
color: #371F10;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn:hover {
|
|
|
|
.btn:hover {
|
|
|
|
background-color: black;
|
|
|
|
color:rgba(11,239,235);
|
|
|
|
color: blue;
|
|
|
|
/* color: blue;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.btn:active {
|
|
|
|
.btn:active {
|
|
|
|
background-color: black;
|
|
|
|
color:rgba(11,239,235);
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btnov:hover {
|
|
|
|
|
|
|
|
color:rgba(11,239,235);
|
|
|
|
|
|
|
|
/* color: blue;*/
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btnov:active {
|
|
|
|
|
|
|
|
color:rgba(11,239,235);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.metadata{
|
|
|
|
.metadata{
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
@ -183,7 +209,7 @@ p {
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
|
right:0%;
|
|
|
|
right:0%;
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
color: #371F10;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
padding: 18px;
|
|
|
|
padding: 18px;
|
|
|
|
width: 3%;
|
|
|
|
width: 3%;
|
|
|
@ -198,8 +224,8 @@ p {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.active, .collapsible:hover {
|
|
|
|
.active, .collapsible:hover {
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
color: #371F10;
|
|
|
|
|
|
|
|
background-color:rgba(11,239,235);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
.content {
|
|
|
@ -210,7 +236,7 @@ p {
|
|
|
|
width: auto;
|
|
|
|
width: auto;
|
|
|
|
transition: max-height 0.2s ease-out;
|
|
|
|
transition: max-height 0.2s ease-out;
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
color: black;
|
|
|
|
color: #371F10;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
opacity: 0.7;
|
|
|
|
opacity: 0.7;
|
|
|
@ -223,7 +249,7 @@ a.content:link {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.metadata_organization {
|
|
|
|
.metadata_organization {
|
|
|
|
font-size: 14px;
|
|
|
|
/*font-size: 14px;*/
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.fbtn {
|
|
|
|
.fbtn {
|
|
|
|