edited timeline css and html templates

master
ioanatomici 4 years ago
parent bf07f294de
commit 22c9825112

@ -9,17 +9,10 @@ h1 {
margin-top: 1%; margin-top: 1%;
} }
.pagetitle { h2 {
position: fixed; font-size: 17px;
right:0%;
top:5%;
text-align: right;
background-color: #0BEFEB; background-color: #0BEFEB;
padding: 3px 35px 3px 10px; padding: 5px;
z-index: 10;
color: black;
font-size: 28px;
opacity: 0.7;
} }
div#body{ width: max-content;} div#body{ width: max-content;}
@ -37,7 +30,8 @@ display: inline-block;
.content { .content {
display: flex; display: flex;
margin-right: 5vw; margin-right: 10vw;
margin-left: 5vw;
} }
.indexlink { .indexlink {
@ -68,15 +62,12 @@ display: inline-block;
vertical-align: top; vertical-align: top;
} }
.pubpageinfo { .eventfirstpages {
padding-bottom: 5vh;
padding-top: 10px;
font-size: 15px;
} }
.pubpageinfo:hover { .pubpageinfo {
background-color: #0BEFEB; font-size: 15px;
padding: 10px;
} }
.thumbborder { .thumbborder {

@ -8,7 +8,7 @@
<title>Timeline</title> <title>Timeline</title>
</head> </head>
<body> <body>
<div class="pagetitle">&#9481;Timeline</div> <div class="pagelink">Timeline</div>
<div id="body">{{ body|safe }}</div> <div id="body">{{ body|safe }}</div>
</body> </body>

Loading…
Cancel
Save