You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

168 lines
2.4 KiB
CSS

/*-- SCREEN */
@media screen {
@font-face {
font-family: 'WFTF';
src: url('wftfs-Regular.otf');
}
@font-face {
font-family: EBGaramond;
src: url(Fonts/EBGaramond-Italic.ttf)
}
.bottom {
margin: 0px;
color: black;
font-family: monospace;
font-size: 9pt;
text-justify: inter-word;
}
body {
background-image: url("Imageresearch/back.def.png");
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 5mm;
color: white;
font-family: monospace;
font-size: 9pt;
text-justify: inter-word;
columns: 3;
}
h1 {
font-family: sans-serif;
color: black;
}
.bio {
font-size: 7pt
color: white;
}
.noun {
color:black;
}
.biomap {
color: white;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
header, footer{
width: 100%;
position: fixed;
font-family: sans-serif;
color: black;
font-size: 20px;
float: center;
}
.dida {
color: blue;
font-size: 10pt;
font-family: EBGaramond;
}
* {
scroll-behavior: smooth;
}
}
/*-- PRINT */
@page {
size: 297mm, 420mm;
margin-left: 20mm;
margin-right: 5mm;
margin-top: 5mm;
margin-bottom: 5mm;
}
@media print {
@font-face {
font-family: wfdtf;
src: url(Fonts/wftfs-Regular.otf)
}
@font-face {
font-family: EBGaramond;
src: url(Fonts/EBGaramond-Italic.ttf)
}
.bottom {
margin: 0px;
color: black;
font-family: monospace;
font-size: 9pt;
text-justify: inter-word;
}
body {
background-image: url("Imageresearch/PP1.blue.png");
min-height: 500px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 0mm;
color: white;
font-family: monospace;
font-size: 10pt;
text-justify: inter-word;
columns: 3;
}
.dis {
visibility: hidden;
}
h1 {
font-family: sans-serif;
color: black;
}
.bio {
font-size: 7pt
color: white;
}
.noun {
color:black;
}
.biomap {
color: white;
}
a:link {
color: blue;
}
a:visited {
color: blue;
}
.dida {
color: blue;
font-size: 10pt;
font-family: EBGaramond;
}
}