updates
This commit is contained in:
parent
edc4874e84
commit
84307c7329
@ -13,7 +13,7 @@ body{
|
|||||||
padding: 1.7em 0em;
|
padding: 1.7em 0em;
|
||||||
float: left;
|
float: left;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: #ffcfcf;
|
background: #ea4f2b;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
@ -22,7 +22,7 @@ body{
|
|||||||
padding: 2em 1em;
|
padding: 2em 1em;
|
||||||
float: right;
|
float: right;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
background: #a28ea2;
|
background: #8048b7;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
@ -56,11 +56,16 @@ li span.nav-button {
|
|||||||
width: 33.33%;
|
width: 33.33%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li span.nav-button:hover {
|
||||||
|
color: #8048b7;
|
||||||
|
}
|
||||||
|
|
||||||
.nav-top {
|
.nav-top {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
background: white;
|
background: white;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-bottom{
|
.nav-bottom{
|
||||||
@ -70,6 +75,7 @@ li span.nav-button {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 10000;
|
z-index: 10000;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.librarian-names, span.file-names {
|
span.librarian-names, span.file-names {
|
||||||
@ -140,6 +146,7 @@ button#listoffiles {
|
|||||||
top: 48%;
|
top: 48%;
|
||||||
transform: rotate(90deg);
|
transform: rotate(90deg);
|
||||||
width: 6.3%;
|
width: 6.3%;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
button#about {
|
button#about {
|
||||||
@ -148,4 +155,5 @@ button#about {
|
|||||||
top: 48%;
|
top: 48%;
|
||||||
width: 6.4%;
|
width: 6.4%;
|
||||||
transform: rotate(270deg);
|
transform: rotate(270deg);
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
@ -1695,13 +1695,6 @@
|
|||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
"method": "FOUND",
|
"method": "FOUND",
|
||||||
"debrisname": "robin_di_angelo_white_fragility.pdf",
|
|
||||||
"debrispath": "FOUND/debris.found.references/debris.found.references.robin_di_angelo_white_fragility.pdf",
|
|
||||||
"librarian": [
|
|
||||||
"Amy"
|
|
||||||
]
|
|
||||||
},{
|
|
||||||
"method": "FOUND",
|
|
||||||
"debrisname": "sobtech2-en-with-covers-web-150dpi-2018-01-10-v2.pdf",
|
"debrisname": "sobtech2-en-with-covers-web-150dpi-2018-01-10-v2.pdf",
|
||||||
"debrispath": "FOUND/debris.found.references/debris.found.references.sobtech2-en-with-covers-web-150dpi-2018-01-10-v2.pdf",
|
"debrispath": "FOUND/debris.found.references/debris.found.references.sobtech2-en-with-covers-web-150dpi-2018-01-10-v2.pdf",
|
||||||
"librarian": [
|
"librarian": [
|
||||||
@ -3321,8 +3314,8 @@
|
|||||||
]
|
]
|
||||||
},{
|
},{
|
||||||
"method": "STOLEN",
|
"method": "STOLEN",
|
||||||
"debrisname": "say_it_aint_so[silvia_federici]_witches,_witch-hunting,_and_women(z-lib.org).pdf",
|
"debrisname": "say_it_aint_so_silvia_federici_witches,_witch-hunting,_and_women.pdf",
|
||||||
"debrispath": "STOLEN/debris.stolen.references/debris.stolen.references.say_it_aint_so[silvia_federici]_witches,_witch-hunting,_and_women(z-lib.org).pdf",
|
"debrispath": "STOLEN/debris.stolen.references/debris.stolen.references.say_it_aint_so_silvia_federici_witches,_witch-hunting,_and_women.pdf",
|
||||||
"librarian": [
|
"librarian": [
|
||||||
"Cristina"
|
"Cristina"
|
||||||
]
|
]
|
||||||
|
@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
<div id="listofpeople">
|
<div id="listofpeople">
|
||||||
{% for librarian in librarians %}
|
{% for librarian in librarians %}
|
||||||
<!-- <span class="librarian-names" id={{libid}}>{{librarian}}</span> -->
|
|
||||||
<span class="librarian-names" id={{librarian}}>{{librarian}}</span>
|
<span class="librarian-names" id={{librarian}}>{{librarian}}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
@ -61,9 +60,9 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="main-column-right">
|
<div class="main-column-right">
|
||||||
<a href="{{ url_for('static', filename='realjson.json') }}">test link</a>
|
<!--<a href="{{ url_for('static', filename='realjson.json') }}">test link</a>-->
|
||||||
<ul class="name-elements">
|
<ul class="name-elements">
|
||||||
<p>hello world</p>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -1,106 +0,0 @@
|
|||||||
|
|
||||||
* {
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
body{
|
|
||||||
margin: 0;
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.main-column-left {
|
|
||||||
padding: 1.7em 0em;
|
|
||||||
float: left;
|
|
||||||
width: 50%;
|
|
||||||
background: red;
|
|
||||||
overflow-y: scroll;
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-column-right {
|
|
||||||
padding: 2em 1em;
|
|
||||||
float: right;
|
|
||||||
width: 50%;
|
|
||||||
background: purple;
|
|
||||||
overflow-y: scroll;
|
|
||||||
height: 100vh;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.nav-bottom ul, div.nav-top ul {
|
|
||||||
list-style-type: none;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
li a.nav-button {
|
|
||||||
display: block;
|
|
||||||
text-decoration: none;
|
|
||||||
padding: 0.25em;
|
|
||||||
font-family: sans-serif;
|
|
||||||
float: left;
|
|
||||||
width: 33.33%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-top {
|
|
||||||
height: 1.5em;
|
|
||||||
background: white;
|
|
||||||
width: 100%;
|
|
||||||
position: fixed;
|
|
||||||
}
|
|
||||||
|
|
||||||
.nav-bottom{
|
|
||||||
height: 1.5em;
|
|
||||||
background: white;
|
|
||||||
width: 100%;
|
|
||||||
bottom: 0;
|
|
||||||
position: fixed;
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.librarian-names, span.file-names {
|
|
||||||
text-decoration: none;
|
|
||||||
padding: 0.3em;
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
span.librarian-names:hover, span.file-names:hover {
|
|
||||||
color: white;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
#listofpeople{
|
|
||||||
border: lime 1px solid;
|
|
||||||
position: fixed;
|
|
||||||
width: 50%;
|
|
||||||
padding: 0em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.file-names-container {
|
|
||||||
/* 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: 47em;
|
|
||||||
width: 30em;
|
|
||||||
overflow-y: scroll;
|
|
||||||
overflow-x: hidden;
|
|
||||||
position: absolute;
|
|
||||||
left: 0%;
|
|
||||||
top:100%;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
img.listed-images {
|
|
||||||
width: 2rem;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user