title page changes

pull/9/head
Sandra 4 years ago
parent fa55b4f397
commit 01fec0b462

@ -1,6 +1,6 @@
body { body {
background-color: #aaa4a0; background-color: #F4EBE8;
font-family: Arial, Helvetica, sans-serif; font-family: Roboto Mono;
} }
.grid-container { .grid-container {
display: grid; display: grid;
@ -47,6 +47,7 @@ a:hover {
color: blue; color: blue;
} }
h1 { h1 {
position: fixed; position: fixed;
right:0%; right:0%;
@ -167,20 +168,20 @@ p {
position: fixed; position: fixed;
top:5%; top:5%;
left:0%; left:0%;
background-color: ; background-color: transparent;
width: 40%; width: 40%;
z-index: 10; z-index: 10;
opacity: 0.7; opacity: 1;
} }
.collapsible { .collapsible {
background-color: #777; background-color: transparent;
color: white; color: black;
cursor: pointer; cursor: pointer;
padding: 18px; padding: 18px;
width: 10%; width: 10%;
height: auto; height: auto;
border: none; border: solid 1px;
text-align: right; text-align: right;
outline: none; outline: none;
font-size: 15px; font-size: 15px;
@ -246,12 +247,15 @@ a.content:link {
.timelinelink { .timelinelink {
position: fixed; position: fixed;
bottom:0%; bottom:0%;
right:10%; left:5%;
background-color: white; background-color: white;
z-index: 10; z-index: 10;
font-size: 30px; font-size: 30px;
padding-left: 5px;
} }
.timelinelink:hover {timeline}
.orglink { .orglink {
position: fixed; position: fixed;
bottom:0%; bottom:0%;

@ -6,6 +6,7 @@
<script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script> <script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script>
<link rel="stylesheet" href="{{ staticpath }}/static/title.css" /> <link rel="stylesheet" href="{{ staticpath }}/static/title.css" />
<script type="text/javascript" src="{{ staticpath }}/static/title.js"></script> <script type="text/javascript" src="{{ staticpath }}/static/title.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
<title>{{ page.name }}</title> <title>{{ page.name }}</title>
</head> </head>
<body class="title"> <body class="title">

Loading…
Cancel
Save