92 lines
1.3 KiB
CSS
92 lines
1.3 KiB
CSS
|
body {
|
||
|
background-color: #000000;
|
||
|
font-family: sans;
|
||
|
}
|
||
|
.content {
|
||
|
padding: 4px;
|
||
|
position: relative;
|
||
|
width: 92vw;
|
||
|
height: 92vh;
|
||
|
background-color: #000000;
|
||
|
}
|
||
|
.single {
|
||
|
height: 92vh;
|
||
|
}
|
||
|
.single-image {
|
||
|
position: absolute;
|
||
|
}
|
||
|
.multi-image {
|
||
|
float: left;
|
||
|
padding: 6px;
|
||
|
width: 200px;
|
||
|
height: 200px;
|
||
|
}
|
||
|
.clickable {
|
||
|
display: block;
|
||
|
width: 39%;
|
||
|
height: 80%;
|
||
|
position: relative;
|
||
|
z-index: 9;
|
||
|
opacity: 0;
|
||
|
background-color: #000000;
|
||
|
float: left;
|
||
|
}
|
||
|
.clickable-center {
|
||
|
width: 20%;
|
||
|
height: 50%;
|
||
|
margin-left: 1%;
|
||
|
margin-right: 1%;
|
||
|
float: center;
|
||
|
}
|
||
|
.clickable-right {
|
||
|
float: right;
|
||
|
height: 80%;
|
||
|
}
|
||
|
.single-image img {
|
||
|
object-fit: contain;
|
||
|
width: 98vw;
|
||
|
height: 92vh;
|
||
|
}
|
||
|
|
||
|
.multi-image img {
|
||
|
object-fit: contain;
|
||
|
width: 200px;
|
||
|
height: 200px;
|
||
|
}
|
||
|
.footer {
|
||
|
width: 100%;
|
||
|
display: block;
|
||
|
clear: both;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.footer a {
|
||
|
margin-left: 0.5em;
|
||
|
margin-right: 0.5em;
|
||
|
font-size: 3em;
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.footer .info {
|
||
|
margin-left: 0.5em;
|
||
|
margin-right: 0.5em;
|
||
|
font-size: 3em;
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
.footer .tag {
|
||
|
margin-left: 0.5em;
|
||
|
margin-right: 0.5em;
|
||
|
font-size: 0.4em !important;
|
||
|
font-weight: normal !important;
|
||
|
color: #00ff00;
|
||
|
}
|
||
|
|
||
|
.search {
|
||
|
text-align: center;
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
}
|