|
|
|
@ -2,6 +2,7 @@ body {
|
|
|
|
|
background-color: #F4EBE8;
|
|
|
|
|
font-family: Roboto Mono;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.grid-container {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: repeat(4, 1fr);
|
|
|
|
@ -26,7 +27,6 @@ body {
|
|
|
|
|
position: relative;
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
max-height: 100%;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -53,12 +53,12 @@ h1 {
|
|
|
|
|
right:0%;
|
|
|
|
|
top:5%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
font-size: 27px;
|
|
|
|
|
color: #371F10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2{
|
|
|
|
@ -66,12 +66,12 @@ h2{
|
|
|
|
|
right: 0%;
|
|
|
|
|
top: 15%;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
/*color: black;*/
|
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
color: #371F10;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.viewnav {
|
|
|
|
@ -86,7 +86,7 @@ h2{
|
|
|
|
|
|
|
|
|
|
.collapsible2 {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: black;
|
|
|
|
|
color: red;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
width: 100%;
|
|
|
|
@ -221,23 +221,10 @@ a.content:link {
|
|
|
|
|
color:white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*.metadata_links {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0%;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background-color: blue;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
|
|
|
|
|
}*/
|
|
|
|
|
|
|
|
|
|
.metadata_organization {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.fbtn {
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
@ -245,7 +232,7 @@ a.content:link {
|
|
|
|
|
.smw-template-furtherresults {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
.orglink {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 30%;
|
|
|
|
@ -266,7 +253,7 @@ a.content:link {
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50px;
|
|
|
|
|
z-index: 10;
|
|
|
|
@ -296,7 +283,7 @@ a.content:link {
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50px;
|
|
|
|
|
z-index: 10;
|
|
|
|
@ -326,7 +313,7 @@ a.content:link {
|
|
|
|
|
padding: 5px 0;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
/* Position the tooltip */
|
|
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 50px;
|
|
|
|
|
z-index: 10;
|
|
|
|
@ -336,3 +323,4 @@ a.content:link {
|
|
|
|
|
visibility: visible;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
*/
|