You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
340 lines
4.6 KiB
CSS
340 lines
4.6 KiB
CSS
body {
|
|
background-color: #F4EBE8;
|
|
font-family: Roboto Mono;
|
|
}
|
|
|
|
.grid-container {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
grid-gap: 10px;
|
|
position: absolute;
|
|
top: 25%;
|
|
width: 82%;
|
|
height: auto;
|
|
left: 7%;
|
|
text-align: : center;
|
|
z-index: 5;
|
|
|
|
}
|
|
|
|
.grid-container > div {
|
|
position: relative;
|
|
text-align: center;
|
|
z-index: 5;
|
|
}
|
|
|
|
.thumbborder {
|
|
position: relative;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
}
|
|
|
|
|
|
/*links*/
|
|
|
|
/*a:link {
|
|
text-decoration: none;
|
|
color: #371F10;
|
|
}
|
|
|
|
a:visited {
|
|
text-decoration: none;
|
|
color: #371F10;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: blue;
|
|
}*/
|
|
|
|
|
|
h1 {
|
|
/*position: fixed;
|
|
right:0%;
|
|
top:5%;
|
|
text-align: right;
|
|
background-color: rgba(11,239,235,0.7);
|
|
padding: 3px 35px 3px 10px;
|
|
z-index: 10;
|
|
font-size: 27px;
|
|
color: #371F10;*/
|
|
max-width: 90%;
|
|
}
|
|
|
|
h2{
|
|
position: fixed;
|
|
right: 0%;
|
|
top: 15%;
|
|
text-align: left;
|
|
background-color: rgba(11,239,235,0.7);
|
|
padding: 3px 35px 3px 10px;
|
|
z-index: 10;
|
|
font-size: 20px;
|
|
color: #371F10;
|
|
}
|
|
|
|
.viewnav {
|
|
position: fixed;
|
|
bottom: 1%;
|
|
right: 1%;
|
|
background-color: transparent;
|
|
width: 5%;
|
|
z-index: 9;
|
|
}
|
|
|
|
.collapsible2 {
|
|
background-color: transparent;
|
|
color: #371F10;
|
|
cursor: pointer;
|
|
padding: 0px;
|
|
width: 100%;
|
|
height: auto;
|
|
border: none;
|
|
text-align: center;
|
|
outline: none;
|
|
font-size: 40px;
|
|
z-index: 10;
|
|
margin-top: 0px;
|
|
}
|
|
|
|
.collapsible2:hover {
|
|
background-color: transparent;
|
|
color: blue;
|
|
}
|
|
|
|
.content2 {
|
|
position: absolute;
|
|
max-height: 0;
|
|
overflow: hidden;
|
|
width: auto;
|
|
transition: max-height 0.3s ease-out;
|
|
background-color: transparent;
|
|
color: white;
|
|
z-index: 10;
|
|
text-align: center;
|
|
bottom: 100%;
|
|
}
|
|
|
|
|
|
/* Grid buttons */
|
|
|
|
/*.header {
|
|
|
|
position: absolute;
|
|
text-align: center;
|
|
padding: 32px;
|
|
top: 30%;
|
|
right: 0%;
|
|
z-index: 9;
|
|
width: auto;
|
|
height: auto;
|
|
background-color: pink;
|
|
}*/
|
|
|
|
p {
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
|
|
.btnov {
|
|
border: none;
|
|
outline: none;
|
|
width: 110px;
|
|
text-align: center;
|
|
padding: 0px 0px;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
margin-right: 5px;
|
|
z-index: 9;
|
|
color: #371F10;
|
|
|
|
|
|
}
|
|
|
|
.btn {
|
|
border: none;
|
|
outline: none;
|
|
width: 110px;
|
|
text-align: center;
|
|
padding: 0px 0px;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
font-size: 30px;
|
|
margin-right: 5px;
|
|
z-index: 9;
|
|
color: #371F10;
|
|
|
|
}
|
|
|
|
.btn:hover {
|
|
color:rgba(11,239,235);
|
|
/* color: blue;*/
|
|
}
|
|
|
|
.btn:active {
|
|
color:rgba(11,239,235);
|
|
}
|
|
|
|
|
|
.metadata{
|
|
position: fixed;
|
|
top: 25%;
|
|
right: 0%;
|
|
background-color: transparent;
|
|
width: 60%;
|
|
z-index: 10;
|
|
opacity: 1;
|
|
text-align: right;
|
|
/*align-items: right;
|
|
align-content: right;*/
|
|
|
|
}
|
|
|
|
.collapsible {
|
|
|
|
display: inline-block;
|
|
right:0%;
|
|
background-color: white;
|
|
color: #371F10;
|
|
cursor: pointer;
|
|
padding: 18px;
|
|
width: 3%;
|
|
height: 100%;
|
|
/*border: solid 1px;*/
|
|
text-align: left;
|
|
outline: none;
|
|
font-size: 15px;
|
|
z-index: 10;
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
.active, .collapsible:hover {
|
|
color: blue;
|
|
|
|
}
|
|
|
|
.content {
|
|
position: relative;
|
|
padding: 0px 18px;
|
|
max-height: 0;
|
|
overflow: hidden;
|
|
width: auto;
|
|
transition: max-height 0.2s ease-out;
|
|
background-color: white;
|
|
color: #371F10;
|
|
z-index: 10;
|
|
text-align: left;
|
|
opacity: 0.7;
|
|
right:0%;
|
|
|
|
}
|
|
|
|
a.content:link {
|
|
color:white;
|
|
}
|
|
|
|
.metadata_organization {
|
|
/*font-size: 14px;*/
|
|
}
|
|
|
|
.fbtn {
|
|
font-style: italic;
|
|
}
|
|
|
|
.smw-template-furtherresults {
|
|
display: none;
|
|
}
|
|
/*
|
|
.orglink {
|
|
position: fixed;
|
|
top: 30%;
|
|
left: 0%;
|
|
background-color: white;
|
|
z-index: 10;
|
|
font-size: 30px;
|
|
padding: 0px 5px 0px 5px;
|
|
}
|
|
|
|
.orglink .htext {
|
|
visibility: hidden;
|
|
width: 120px;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px 0;
|
|
font-size: 15px;
|
|
|
|
|
|
position: absolute;
|
|
left: 50px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.orglink:hover .htext {
|
|
visibility: visible;
|
|
}
|
|
|
|
.timelinelink {
|
|
position: fixed;
|
|
top: 20%;
|
|
left: 0%;
|
|
background-color: white;
|
|
z-index: 10;
|
|
font-size: 30px;
|
|
padding: 0px 5px 0px 5px;
|
|
}
|
|
|
|
.timelinelink .htext {
|
|
visibility: hidden;
|
|
width: 120px;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px 0;
|
|
font-size: 15px;
|
|
|
|
|
|
position: absolute;
|
|
left: 50px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.timelinelink:hover .htext {
|
|
visibility: visible;
|
|
}
|
|
|
|
.indexlink {
|
|
position: fixed;
|
|
top:10%;
|
|
left:0%;
|
|
background-color: white;
|
|
z-index: 10;
|
|
font-size: 30px;
|
|
padding: 0px 5px 0px 5px;
|
|
}
|
|
|
|
.indexlink .htext {
|
|
visibility: hidden;
|
|
width: 120px;
|
|
background-color: black;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
padding: 5px 0;
|
|
font-size: 15px;
|
|
|
|
|
|
position: absolute;
|
|
left: 50px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.indexlink:hover .htext {
|
|
visibility: visible;
|
|
}
|
|
|
|
*/ |