Hybrid Publishing hybrid publication of the project Volitional Volutions of the Volatile Waters
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.
 
 
 

89 lines
998 B

/* Everything*/
* {
border: 0px black solid;
}
/*Main areas*/
.map_area {
text-align: center;
margin-top: 200px;
height:800px;
}
.image_area {
margin-top: 10px;
padding-right: 20px;
/* height:300px; */
}
.image_area img {
width: 200px;
height: 150px;
}
/* text area */
.thesis {
overflow-y: scroll;
max-height:500px;
scroll-behavior: smooth;
}
/* background audio */
audio {
width:100%;
}
/* circles */
#first_circle {
width: 80%;
height: 80%;
}
#second_circle {
width: 80%;
height: 80%;
}
@media all and (max-width: 250px) {
#first_circle {
width: 4rem;
height: 4rem;
}
#second_circle {
width: 4rem;
height: 4rem;
}
}
draggable {
position: absolute;
}
.draggable iframe {
padding: 20px;
}
#transcriptWrapper {
overflow: hidden;
}
#transcript > div {
transition: all 0.8s ease;
list-style-type: disc;
}
.speaking {
font-weight: bold;
}
/* pop up */
#show1 {
display: none;
left: 20%;
width: 23% !important;
}