Project for the Hybrid Publishing thesis award of 2018. By Julie Boschat Thorez and Cristina Cochior. https://www.wdka.nl/work/sic-scripture http://51.255.169.99:8080/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

249 lines
3.5 KiB

* {
box-sizing: border-box;
}
body{
margin: 0;
height: 100vh;
}
a {
text-decoration: none;
color: black;
}
.main {
background: #a99f8a;
}
.main-column-left {
5 years ago
padding: 1.7em 0em;
float: left;
width: 50%;
4 years ago
background: #ea4f2b;
overflow-y: scroll;
height: 100vh;
}
.main-column-right {
padding: 2em 1em;
float: right;
width: 50%;
4 years ago
background: #8048b7;
overflow-y: scroll;
height: 100vh;
clip-path: ellipse(50% 70% at center center);
-webkit-clip-path: ellipse(49% 70% at center center);
}
.main:after {
content: "";
display: table;
clear: both;
}
div.nav-bottom ul, div.nav-top ul {
list-style-type: none;
margin: 0;
padding: 0;
}
ul {
list-style: none;
}
ul.name-elements li {
padding: 3em 2.5em 3em 0;
}
li span.nav-button {
display: block;
text-decoration: none;
padding: 0.25em;
font-family: sans-serif;
float: left;
width: 33.33%;
}
4 years ago
li span.nav-button:hover {
color: #ea4f2b;;
4 years ago
}
.nav-top {
4 years ago
height: 24px;
background: white;
width: 100%;
position: fixed;
4 years ago
cursor: pointer;
z-index: 1;
}
.nav-bottom{
4 years ago
height: 24px;
background: white;
width: 100%;
bottom: 0;
position: fixed;
z-index: 10000;
4 years ago
cursor: pointer;
z-index: 1;
}
span.librarian-names, span.file-names {
text-decoration: none;
padding: 0.3em;
color: black;
4 years ago
font-family: sans-serif;
}
span.librarian-names:hover, span.file-names:hover {
color: white;
5 years ago
cursor: pointer;
}
5 years ago
#listofpeople{
4 years ago
/* border: lime 1px solid; */
5 years ago
position: fixed;
width: 50%;
padding: 0em;
4 years ago
top: 25px;
left: 0;
z-index: 1;
5 years ago
}
.file-names-container {
/* IE 9 */
-ms-transform: rotate(-90deg) translate(-78%, 0%);
/* Safari */
-webkit-transform: rotate(-90deg) translate(-78%, 0%);
/* Standard syntax */
5 years ago
transform: rotate(-90deg) translate(-0%, 0%);
transform-origin: top left;
4 years ago
/* border:blue 1px solid; */
height: 50vw;
width: 40vw;
overflow-y: scroll;
overflow-x: hidden;
position: absolute;
left: 0%;
top: calc(100% - 1.5em);
}
img.listed-images {
width: 100%;
}
video.listed-videos {
width: 100%;
}
audio.listed-audio {
width: 100%;
}
4 years ago
object.listed-pdf {
width: 100%;
4 years ago
height: 75vh;
}
.methodclicked {
color: #ea4f2b !important;
}
.clicked {
color: white !important;
}
4 years ago
button {
border-radius: 0;
border: 0;
padding: 0;
z-index: 2;
}
4 years ago
button#listoffiles {
position: fixed;
left: 46.3%;
top: 49%;
4 years ago
transform: rotate(90deg);
width: 6.4%;
background: #8048b7;
4 years ago
}
button#listoffiles:hover {
background: white !important;
cursor: pointer;
}
4 years ago
button#about {
position: fixed;
left: 47.25%;
top: 49%;
4 years ago
width: 6.4%;
transform: rotate(270deg);
background: #ea4f2b;
}
button#about:hover {
background: white !important;
cursor: pointer;
}
button#reset {
position: fixed;
left: 48.3%;
top: 36%;
border-radius: 100%;
padding: 1.5em 0.8em;
4 years ago
}
button#reset:hover {
background: #ea4f2b !important;
cursor: pointer;
}
button#showall {
position: fixed;
left: 47.8%;
bottom: 34.4%;
border-radius: 100%;
padding: 2.1em 0.8em;
}
button#showall:hover {
background: #ea4f2b !important;
cursor: pointer;
}
4 years ago
#intro {
display: none;
padding: 1em;
position: fixed;
left: 25%;
top: 0;
background: #8048b7;
width: 25%;
height: 100%;
overflow: scroll;
z-index: 1;
}
#closeintro, #closehowto {
float: right;
cursor: pointer;
}
#howto {
display: none;
padding: 1em;
position: fixed;
left: 30%;
top: 10%;
background: #ea4f2b;
width: 20%;
height: 80%;
overflow: scroll;
z-index: 2;
}