@font-face { font-family: "ApfelGrotezk"; src: url("fonts/ApfelGrotezk-Regular.woff") format("woff"), url("fonts/ApfelGrotezk-Regular.woff2") format("woff2"); } @font-face { font-family: "Coconat"; src: url("fonts/Coconat-Regular.woff") format("woff"), url("fonts/Coconat-Regular.woff2") format("woff2"); } * { box-sizing: border-box; font-family: 'ApfelGrotezk', sans-serif; } *::selection { background: #8143b9; /* color: #1c1c1c; */ } *::-moz-selection { background: #f0f0f0; color: #1c1c1c; } body{ margin: 0; height: 100vh; } a { text-decoration: none; color: #1c1c1c; } sup#fn54, sup#fn38, sup#fn66 { word-break: break-word; } sup a { color: white; } .main { background: #a99f8a; } /*padding to be moved to the sub stuff */ .main-column-left { /*padding: 1.7em 0em;*/ float: left; width: 50%; background: #ea4f2b; /*overflow-y: scroll;*/ height: 100vh; } .main-column-right { /* padding: 2em 1em; */ float: right; width: 50%; 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; padding: 0; } ul.name-elements li { width: 70%; margin: 0 auto; padding: 5% 0; } li span.nav-button { display: block; text-decoration: none; padding: 0.25em; font-family: sans-serif; float: left; width: 33.33%; } li span.nav-button:hover { color: #8048b7; } .nav-top { height: 24px; background: #f0f0f0; width: 100%; position: fixed; cursor: pointer; z-index: 1; } .nav-bottom{ height: 24px; background: #f0f0f0; width: 100%; bottom: 0; position: fixed; z-index: 10000; cursor: pointer; z-index: 1; } span.librarian-names, span.file-names { text-decoration: none; padding: 0.3em; color: #1c1c1c; font-family: 'ApfelGrotezk', sans-serif; } span.librarian-names:hover, span.file-names:hover { color: #8048b7; cursor: pointer; } /**********************************/ /* container for names and files */ /********************************/ #nav-container { /*width: 50%;*/ display: grid; grid-template-columns: 1fr; grid-template-rows: 25% 75%; grid-column-gap: 0px; grid-row-gap: 0px; height: inherit; } /***********************/ /* Block list of names*/ /*********************/ #listofpeople{ /*border-bottom: #1c1c1c 1px solid;*/ padding: 1.7em 0em; overflow-y: scroll; /* border: lime 1px solid; */ /*position: fixed;*/ /*width: 50%;*/ /*padding: 0em;*/ /*top: 25px;*/ /*left: 0;*/ /*z-index: 1;*/ } /***********************/ /* Block list of files*/ /*********************/ #listoffiles{ overflow: hidden; } .file-names-container { /*overflow: scroll;*/ /*IE 9 */ -ms-transform: rotate(-90deg) translate(-78%, 0%); /*Safari */ -webkit-transform: rotate(-90deg) translate(-78%, 0%); /*Standard syntax */ transform: rotate(-90deg) translate(-0%, 0%); transform-origin: top left; /*border:blue 1px solid; */ height: 50vw; width: 34vw; overflow-y: scroll; overflow-x: hidden; position: absolute; left: 0%; top: calc(100% - 1.5em); } /**************/ /* SCROLLBARS*/ /*************/ /* The emerging W3C standard that is currently Firefox-only */ * { scrollbar-width: thin; scrollbar-color: #8048b7 #ea4f2b; } /* Works on Chrome/Edge/Safari */ *::-webkit-scrollbar { width: 12px; } *::-webkit-scrollbar-track { background: #ea4f2b; } *::-webkit-scrollbar-thumb { background-color: #1c1c1c; border-radius: 20px; border: 3px solid #ea4f2b; } img.listed-images { width: 100%; } video.listed-videos { width: 100%; } audio.listed-audio { width: 100%; } object.listed-pdf { width: 100%; height: 70vh; } .methodclicked { color: #8048b7 !important; } .clicked { color: #8048b7 !important; } button { border-radius: 0; border: 0; padding: 0; z-index: 2; } button:hover { cursor: pointer; } button:focus { outline: none; } button#listoffiles { position: fixed; left: 46.3%; top: 49%; transform: rotate(90deg); width: 6.4%; background: #8048b7; } button#listoffiles:hover { background: #f0f0f0 !important; } /* button#about { position: fixed; left: 47.25%; top: 49%; width: 6.4%; transform: rotate(270deg); background: #ea4f2b; } button#about:hover { background: #f0f0f0 !important; cursor: pointer; } */ button#about { position: fixed; left: 47.8%; top: 45.5%; background: #f0f0f0; border-radius: 100%; padding: 2em 0.9em; z-index: 3; } button#about:hover { background: #ea4f2b; cursor: pointer; } button#reset { position: fixed; left: 47.85%; top: 35%; border-radius: 100%; padding: 2em 1em; } button#reset:hover { background: #ea4f2b !important; cursor: pointer; } button#showall { position: fixed; left: 47.85%; bottom: 34.7%; border-radius: 100%; padding: 2.05em 0.4em; } button#showall:hover { background: #ea4f2b !important; cursor: pointer; } button.download { padding: 0.7em 0.7em; border-radius: 5px 21px 5px 21px; } button.download:hover { background: #ea4f2b; } #intro p, #howto p, #insert p { line-height: 1.5em; } #intro, #howto, #insert { border-radius: 10px 50px 50px 10px; overflow-y: scroll; position: fixed; display: none; padding: 1em 2em 1em 1em; } #insert { left: 20%; top: 5%; background: #f0f0f0; width: 30%; height: 90%; z-index: 1; } #intro { left: 21%; top: 10%; background: #8048b7; /* color: white; */ width: 29%; height: 80%; z-index: 1; } #howto { left: 22%; top: 15%; background: #f0f0f0; width: 28%; height: 70%; z-index: 2; } #howto audio { width: 100%; } #closeintro, #closehowto, #closeinsert { float: right; cursor: pointer; position: fixed; color: #1c1c1c; font-weight: bold; /* background: #1c1c1c; */ /* padding: 0 0.2em 0.3em 0.2em; */ /* border-radius: 5px 25px 5px 25px; */ } #closehowto:hover, #closeinsert:hover { color: #8048b7; } #closeintro:hover { color: #f0f0f0;; } div#closehowto { margin-left: 21.3em; /* color: #8143b9; */ } div#closeintro { margin-left: 22.2em; /* color: #f0f0f0; */ /* color: #ec4e1e; */ } div#closeinsert { margin-left: 23.1em; /* color: #8143b9; */ } span.method-label { text-transform: capitalize; } hr { border-style: ridge; color: #f0f0f0; width: 50%; }