ada's website part

master
ada 2 months ago
parent 012936d327
commit 46d22b19f5

@ -1,24 +0,0 @@
<DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="../style.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- Nav bar -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Graduates</a></li>
<li><a href="">Special Issues</a></li>
</ul>
</nav>
<div id="content"><h1 id="title" &lt?water bodies&gt </h1>
<h3 id="thesis-description">Thesis Description</h3>
<p>This is where your thesis goes</p>
</div>
</body>
</html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 KiB

@ -0,0 +1 @@
Subproject commit 829dbb26e8e1e8120435a25b1c1cd71769edd716

@ -1,33 +1,27 @@
/* @import url('https://pad.xpub.nl/p/sixx-print-css/export/txt') */
/* @import url('https://pad.xpub.nl/p/sixx-print-css/export/txt'); */
@import "images.css"; /* Using a string */
:root{
:root {
/* --spot-color-1: #53018e; */
--spot-color-1: #000;
--baseline: 4mm;
--margin-left: 10mm;
}
@font-face {
font-family: 'Platypi';
src: url('../fonts/webfonts/Platypi-Regular.woff2');
font-weight: normal;
}
@font-face {
font-family: 'Platypi';
src: url('../fonts/webfonts/Platypi-Italic.woff2');
font-weight: bold;
}
@note-area {
float: bottom;
float-reference: page;
width: 100½;
max-height 80%;
}
notes{
position: note(sidenotes);
font-weight: italic;
}
@media print{
@page{
@media print {
@page {
size: 130mm 180mm;
marks: crop; /* can also add cross */
bleed: 3mm;
@ -36,16 +30,18 @@ notes{
margin-top: 10mm;
margin-bottom: 15mm;
@bottom-center{
@bottom-center {
content: string(title, first);
position: relative;
text-align: left;
font-size: 7pt;
}
}
@left-top {
content: element(sidenote, all-once);
padding: 5mm;
content: element(sidenote, all-once);
padding: 5mm;
}
@note-area {
content: element(sidenotes, all-once);
float: top right;
@ -54,6 +50,7 @@ notes{
margin-right: -30mm;
}
}
@page:left {
/* bleed: 3mm 0 3mm 3mm; */
@bottom-left {
@ -64,13 +61,13 @@ notes{
width: 5mm;
}
}
@page:right {
margin-top: 10mm;
margin-bottom: 15mm;
/* bleed: 3mm 3mm 3mm 0; */
@bottom-center{
text-align: right;
@bottom-center {
text-align: right;
}
@bottom-right {
font-size: 7pt;
@ -81,50 +78,59 @@ notes{
}
}
}
a{
a {
text-decoration: none;
color: #000;
}
.sidenote{
.sidenote {
position: note(sidenote);
margin-bottom: 10px;
text-align:left;
text-align: left;
}
.margin-note{
.margin-note {
font-size: 7pt;
line-height: 3mm;
text-align: left;
width: 35mm;
display: inline-block;
}
.code pre{
.code pre {
font-size: 0.8em;
line-height: 1.1;
white-space: pre-wrap;
}
#contenteo{
font-family: 'Platypi-Regular','platypi' ;
#contenteo {
font-family: 'Platypi-Regular', 'platypi';
line-height: 1.3;
font-size: 9pt;
letter-spacing: -0.1px;
line-height: var(--baseline);
}
h1,h2,h3,h4,h5,h6{
h1, h2, h3, h4, h5, h6 {
font-size: 1.2em;
line-height: 1;
string-set: title content(text);
}
h1{
h1 {
font-size: 1.8rem;
break-after: page;
/* margin: 0; */
/* padding: 0; */
}
h1#colophon{
h1#colophon {
break-after: unset;
margin-bottom: 25mm;
}
h6{
h6 {
font-size: 3rem;
break-before: right;
/* background-color: var(--spot-color-1); */
@ -135,34 +141,45 @@ h6{
padding: 86mm 10mm 0; */
text-align: center;
}
ol, ul{padding: 0;}
.page-break{
ol, ul {
padding: 0;
}
.page-break {
break-after: page;
}
section{
section {
break-after: page;
}
.section{
.section {
break-before: left;
page: section;
}
::selection{
::selection {
background-color: var(--spot-color-1);
color: #ccc;
}
.toc{
.toc {
break-before: right;
}
.toc ul{
.toc ul {
list-style: none;
padding: 0;
margin: 0;
}
.toc-title{
.toc-title {
break-before: none;
break-after: none;
}
.toc-title a::after{
.toc-title a::after {
content: target-counter(attr(href url), page);
float: right;
}
}

BIN
reviews/.DS_Store vendored

Binary file not shown.
Loading…
Cancel
Save