Merge branch 'master' of https://git.xpub.nl/XPUB/special-issue-11-wiki2html
commit
802a5248c2
@ -1,85 +1,172 @@
|
|||||||
body{
|
<<<<<<< HEAD
|
||||||
width: max-content;
|
body{
|
||||||
background-color: #F4EBE8;
|
width: max-content;
|
||||||
}
|
background-color: #F4EBE8;
|
||||||
|
}
|
||||||
h1 {
|
|
||||||
font-family: Roboto Mono;
|
h1 {
|
||||||
font-size: 40px;
|
font-family: Roboto Mono;
|
||||||
margin-top: 1%;
|
font-size: 40px;
|
||||||
}
|
margin-top: 1%;
|
||||||
|
}
|
||||||
h2 {
|
|
||||||
font-size: 17px;
|
h2 {
|
||||||
background-color: #0BEFEB;
|
font-size: 17px;
|
||||||
padding: 5px;
|
background-color: #0BEFEB;
|
||||||
}
|
padding: 5px;
|
||||||
|
}
|
||||||
div#body{ width: max-content;}
|
|
||||||
|
div#body{ width: max-content;}
|
||||||
.mw-parser-output{
|
|
||||||
/*! position: left top; */
|
.mw-parser-output{
|
||||||
/*! display: hidden; */
|
/*! position: left top; */
|
||||||
/*! display: inline; */
|
/*! display: hidden; */
|
||||||
/*! vertical-align: top; */
|
/*! display: inline; */
|
||||||
}
|
/*! vertical-align: top; */
|
||||||
|
}
|
||||||
.mw-parser-output > p{
|
|
||||||
display: inline-block;
|
.mw-parser-output > p{
|
||||||
}
|
display: inline-block;
|
||||||
|
}
|
||||||
.content {
|
|
||||||
display: flex;
|
.content {
|
||||||
margin-right: 10vw;
|
display: flex;
|
||||||
margin-left: 5vw;
|
margin-right: 10vw;
|
||||||
}
|
margin-left: 5vw;
|
||||||
|
}
|
||||||
.indexlink {
|
|
||||||
position: fixed;
|
.indexlink {
|
||||||
font-size: 20px;
|
position: fixed;
|
||||||
bottom: 0%;
|
font-size: 20px;
|
||||||
right: 3%;
|
bottom: 0%;
|
||||||
background-color: transparent;
|
right: 3%;
|
||||||
border: none;
|
background-color: transparent;
|
||||||
border-right-color: transparent;
|
border: none;
|
||||||
z-index: 10;
|
border-right-color: transparent;
|
||||||
padding: 0px 30px 20px 10px
|
z-index: 10;
|
||||||
border: none;
|
padding: 0px 30px 20px 10px
|
||||||
}
|
border: none;
|
||||||
|
}
|
||||||
.indexlink a {
|
|
||||||
text-decoration: none;
|
.indexlink a {
|
||||||
}
|
text-decoration: none;
|
||||||
|
}
|
||||||
.event {
|
|
||||||
margin-top: 3%;
|
.event {
|
||||||
text-align-last: auto;
|
margin-top: 3%;
|
||||||
font-family: Roboto Mono;
|
text-align-last: auto;
|
||||||
font-size: 10px;
|
font-family: Roboto Mono;
|
||||||
padding-left: 5vw;
|
font-size: 10px;
|
||||||
display: inline-block;
|
padding-left: 5vw;
|
||||||
width:200px;
|
display: inline-block;
|
||||||
vertical-align: top;
|
width:200px;
|
||||||
}
|
vertical-align: top;
|
||||||
|
}
|
||||||
.eventfirstpages {
|
|
||||||
padding-bottom: 5vh;
|
.eventfirstpages {
|
||||||
}
|
padding-bottom: 5vh;
|
||||||
|
}
|
||||||
.pubpageinfo {
|
|
||||||
font-size: 15px;
|
.pubpageinfo {
|
||||||
}
|
font-size: 15px;
|
||||||
|
}
|
||||||
.thumbborder {
|
|
||||||
box-shadow: 10px 10px 15px #C4BCB9;
|
.thumbborder {
|
||||||
width: 40%;
|
box-shadow: 10px 10px 15px #C4BCB9;
|
||||||
height: auto;
|
width: 40%;
|
||||||
}
|
height: auto;
|
||||||
|
}
|
||||||
.thumbborder:hover {
|
|
||||||
box-shadow: 10px 10px 15px #0BEFEB;
|
.thumbborder:hover {
|
||||||
width:100%;
|
box-shadow: 10px 10px 15px #0BEFEB;
|
||||||
transition:0.5s;
|
width:100%;
|
||||||
height: auto;
|
transition:0.5s;
|
||||||
}
|
height: auto;
|
||||||
|
}
|
||||||
|
=======
|
||||||
|
body{
|
||||||
|
width: max-content;
|
||||||
|
background-color: #F4EBE8;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
font-family: Roboto Mono;
|
||||||
|
font-size: 40px;
|
||||||
|
margin-top: 1%;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 17px;
|
||||||
|
background-color: #0BEFEB;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#body{ width: max-content;}
|
||||||
|
|
||||||
|
.mw-parser-output{
|
||||||
|
/*! position: left top; */
|
||||||
|
/*! display: hidden; */
|
||||||
|
/*! display: inline; */
|
||||||
|
/*! vertical-align: top; */
|
||||||
|
}
|
||||||
|
|
||||||
|
.mw-parser-output > p{
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
display: flex;
|
||||||
|
margin-right: 10vw;
|
||||||
|
margin-left: 5vw;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexlink {
|
||||||
|
position: fixed;
|
||||||
|
font-size: 20px;
|
||||||
|
bottom: 0%;
|
||||||
|
right: 3%;
|
||||||
|
background-color: transparent;
|
||||||
|
border: none;
|
||||||
|
border-right-color: transparent;
|
||||||
|
z-index: 10;
|
||||||
|
padding: 0px 30px 20px 10px
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.indexlink a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.event {
|
||||||
|
margin-top: 3%;
|
||||||
|
text-align-last: auto;
|
||||||
|
font-family: Roboto Mono;
|
||||||
|
font-size: 10px;
|
||||||
|
padding-left: 5vw;
|
||||||
|
display: inline-block;
|
||||||
|
width:200px;
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
|
||||||
|
.eventfirstpages {
|
||||||
|
padding-bottom: 5vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pubpageinfo {
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbborder {
|
||||||
|
box-shadow: 10px 10px 15px #C4BCB9;
|
||||||
|
width: 40%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.thumbborder:hover {
|
||||||
|
box-shadow: 10px 10px 15px #0BEFEB;
|
||||||
|
width:100%;
|
||||||
|
transition:0.5s;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
>>>>>>> 86577e11087078ad95a30c5f9400661fcc23c03d
|
||||||
|
@ -1,16 +1,34 @@
|
|||||||
<!DOCTYPE html>
|
<<<<<<< HEAD
|
||||||
<html lang="en">
|
<!DOCTYPE html>
|
||||||
<head>
|
<html lang="en">
|
||||||
<meta charset="utf-8">
|
<head>
|
||||||
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
<meta charset="utf-8">
|
||||||
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
|
||||||
<title>Timeline</title>
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
||||||
</head>
|
<title>Timeline</title>
|
||||||
<body>
|
</head>
|
||||||
<div class="pagelink">Timeline</div>
|
<body>
|
||||||
<div id="body">{{ body|safe }}</div>
|
<div class="pagelink">Timeline</div>
|
||||||
|
<div id="body">{{ body|safe }}</div>
|
||||||
</body>
|
|
||||||
</html>
|
</body>
|
||||||
|
</html>
|
||||||
|
=======
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
|
||||||
|
<link rel="stylesheet" href="{{ staticpath }}/static/timeline.css" />
|
||||||
|
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
|
||||||
|
<title>Timeline</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="pagelink">Timeline</div>
|
||||||
|
<div id="body">{{ body|safe }}</div>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
>>>>>>> 86577e11087078ad95a30c5f9400661fcc23c03d
|
||||||
|
Loading…
Reference in New Issue