Sandra 4 years ago
commit bf029b5ddc

@ -3,7 +3,7 @@ body {
max-width: 100%;
height:100%;
display: inline-table;
font-family: Inria Sans;
font-family: Roboto Mono;
bottom: 20px;
}
@ -62,16 +62,41 @@ display: inline-block;
color: grey;
}
.pagelink{
position: fixed;
display: inline-block;
left:0px;
width:20px;
padding:10px;
background-color: white;
z-index: 10;
font-size: 15px;
border-style: solid;
border-width: 1px;
border-color: #371F10
}
.pagelink .pagename{
display: block;
position: absolute;
width:auto;
padding: 5px;
font-size: 10px;
background-color: white;
visibility: hidden;
font-size: 15px;
}
.pagelink:hover .pagename{
visibility: visible;
}
.tooltip {
position: relative;
display: inline-block;
width: 70px;
/*font-family: helvetica;*/
font-size: 14px;
margin: 16px;
vertical-align: top;
}
.tooltip .tooltiptext {
@ -142,7 +167,7 @@ ul#menu li{
ul#menu{
margin-left: 10px;
margin-right: 10px;
top:40px;
top:0px;
bottom: 10px;
padding-left: 0px;
border: none;
@ -175,9 +200,16 @@ div#myBtnContainer{
overflow-y: scroll;
/*z-index: -1;*/
/*overflow-y: hidden;*/
/* overflow-y: hidden;*/
}
div#bigbtncontainer{
overflow-y: hidden;
-ms-overflow-style: none; /* Internet Explorer 10+ */
scrollbar-width: thin;
/*overflow-y: scroll;*/
}
/*div#myBtnContainer:hover{
background-color: white;
z-index: 1;
@ -186,13 +218,13 @@ div#myBtnContainer{
.filter {
display: inline-block;
box-shadow: 8px 8px 8px #9D9C9C;
box-shadow: 8px 8px 8px #C4BCB9;
}
.show {
display: inline-block;
/*box-shadow: 8px 8px 8px #303E88*/;
box-shadow: 10px 10px 20px #0BEFEB;
/*box-shadow: 8px 8px 8px #303E88;*/
box-shadow: 10px 10px 15px #0BEFEB;
}
/*.container {
@ -207,16 +239,17 @@ margin-left: 40px;
.btn {
border: none;
outline: none;
font-family: Inria Sans;
font-size: 20px;
font-family: Roboto Mono;
font-size: 18px;
text-align: left;
display: block;
/*padding: 4px 6px;*/
/*text-shadow: 2px 2px 2px #9D9C9C;*/
/*background-color: blue;*/
cursor: pointer;
margin: 4px 4px 2px 2px;
color: #0BEFEB;
margin: 8px 2px 8px 2px;
padding: 4px;
color: #371F10;
background-color: transparent;
}

@ -0,0 +1,317 @@
body {
background-color: #fcf7e8;
padding-top: 120px;
padding-left: 120px;
padding-right: 120px
}
.grid-container {
display: inline-grid;
grid-template-columns: repeat(8, 1fr);
grid-column-gap: 10px;
grid-auto-flow: dense;
position: relative;
top: 60%;
width: 96%;
height: auto;
left:2%;
text-align: : center;
z-index: 5;
}
.grid-container > div {
position: relative;
text-align: left;
z-index: 5;
}
.img {
display: inline-block;
border-style: hidden hidden solid hidden;
border-color: #5ce0db;
height: 500px;
}
.title {
display:block;
font-family: 'Work Sans', sans-serif;
font-size: large;
font-weight: 700;
}
.tooltiptext {
display:block;
font-weight: normal;
}
.metatext {
display: inline-block;
width: 300px;
border-style: hidden;
}
.thumbborder {
position: relative;
max-width: 100%;
max-height: 100%;
}
/*links*/
a:link {
text-decoration: none;
color: black;
}
a:visited {
text-decoration: none;
color: black;
}
.metatext:hover a {
color: white;
}
a:hover {
text-decoration: underline;
}
.metatext:hover {
background-color: #5ce0db;
color: white;
}
h1 {
position: fixed;
right:0%;
top:3%;
text-align: right;
background-color: #5ce0db;
padding: 3px 30px 3px 10px;
z-index: 10;
color: white;
font-size: 32px;
}
h2{
position: fixed;
right: 0%;
top: 15%;
text-align: left;
background-color: grey;
color: black;
padding: 3px 3px 3px 30px;
z-index: 10;
font-size: 20px;
}
/*.indexlist {
position: absolute;
top:20%;
}*/
.viewnav {
position: fixed;
top:0%;
right:0%;
background-color: red ;
width: 40%;
z-index: 10;
opacity: 0.7;
}
.collapsible2 {
background-color: #777;
color: white;
cursor: pointer;
padding: 0px;
width: 100%;
height: px;
border: none;
text-align: left;
outline: none;
font-size: 40px;
z-index: 10;
margin-top: 0px;
}
.active, .collapsible2:hover {
background-color: #555;
}
.content2 {
position: relative;
padding: 0px 18px;
max-height: 0;
overflow: hidden;
width: 50%;
transition: max-height 0.2s ease-out;
background-color: grey;
color: white;
z-index: 10;
text-align: left;
}
/* Grid buttons */
.header {
position: absolute;
text-align: center;
padding: 32px;
top: 30%;
right: 0%;
z-index: 9;
width: auto;
height: auto;
background-color: pink;
}
p {
display: block;
position: relative;
}
.btn {
border: none;
outline: none;
width: 110px;
text-align: center;
padding: 12px 0px;
background-color: grey;
cursor: pointer;
font-size: 18px;
margin-right: 5px;
z-index: 9;
}
.btn:hover {
background-color: black;
color: blue;
}
.btn:active {
background-color: black;
color: white;
}
.metadata{
position: fixed;
top:5%;
left:0%;
background-color: ;
width: 40%;
z-index: 10;
opacity: 0.7;
}
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 18px;
width: 10%;
height: auto;
border: none;
text-align: right;
outline: none;
font-size: 15px;
z-index: 10;
margin-top: 10px;
}
.active, .collapsible:hover {
background-color: #555;
}
.content {
position: relative;
padding: 0px 18px;
max-height: 0;
overflow: hidden;
width: 90%;
transition: max-height 0.2s ease-out;
background-color: grey;
color: white;
z-index: 10;
text-align: right;
}
a.content:link {
color:white;
}
.metadata_links {
display: block;
width: 100%;
position: relative;
right: 0%;
padding: 10px;
text-align: left;
/*background-color: blue;*/
font-size: 18px;
}
.metadata_organization {
font-size: 14px;
}
.fbtn {
font-style: italic;
}
.smw-template-furtherresults {
display: none;
}
.indexlink {
position: fixed;
bottom:0%;
right:3%;
background-color: white;
z-index: 10;
font-size: 30px;
}
.timelinelink {
position: fixed;
bottom:0%;
right:10%;
background-color: white;
z-index: 10;
font-size: 30px;
}
.orglink {
position: fixed;
bottom:0%;
left:10%;
background-color: white;
z-index: 10;
font-size: 30px;
}
.orglink:hover .hiddentext {
visibility: visible;
}
.hiddentext {
visibility: hidden;
width: 120px;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
}

@ -4,8 +4,7 @@
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}//static/archive.css" />
<script type="text/javascript" src="{{ staticpath }}//static/archive.js"></script>
<link rel="stylesheet" href="{{ staticpath }}//static/title.css" />
<script type="text/javascript" src="{{ staticpath }}//static/title.js"></script>
<link rel="stylesheet" href="{{ staticpath }}//static/topicformat.css" />
<title>{{ page.name }}</title>
</head>
<body class="title">

@ -4,13 +4,17 @@
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css"/>
<link rel="stylesheet" href="{{ staticpath }}/static/index.css"/>
<link href='https://fonts.googleapis.com/css?family=Inria+Sans' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
<!-- <script type="text/javascript" src="{{ staticpath }}/static/index.js"></script> -->
<title>{{ page.name }}</title>
</head>
<body>
<!-- <div class="pagelink">[[Overview_main_page|&#8625;]]<span class="pagename">Main Page</span></div>
<div class="pagelink">[[Dates_of_Events|&#9481;]]<span class="pagename">Timeline</span></div>
<div class="pagelink">[[Organizations|&#9636;]]<span class="pagename">Organizations</span></div> -->
<div class="bigbtncontainer">
<div id="myBtnContainer">
<button class="btn active" onclick="filterSelection('All')">All</button>
<button class="btn active" onclick="filterSelection('All')">All Publications</button>
<button class="btn" onclick="filterSelection('Arts and Culture')">Arts and Culture</button>
<button class="btn" onclick="filterSelection('Civil Rights')">Civil Rights</button>
<button class="btn" onclick="filterSelection('Clergy / Religion')">Clergy / Religion</button>
@ -57,9 +61,10 @@
<button class="btn" onclick="filterSelection('Song')">Song</button>
<button class="btn" onclick="filterSelection('Statement')">Statement</button>
</div>
<ul id="menu">
</div>
<!-- <ul id="menu"> -->
{{ body|safe }}
</ul>
<!-- </ul> -->
</body>
</html>

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}//static/archive.css" />
<script type="text/javascript" src="{{ staticpath }}//static/archive.js"></script>
<link rel="stylesheet" href="{{ staticpath }}//static/topicformat.css" />
<title>{{ page.name }}</title>
</head>
<body class="title">
<h1>{{ page.name }}</h1>
<div id="body">{{ body|safe }}</div>
</body>
</html>
Loading…
Cancel
Save