2018-11-18 23:19:17 +00:00
|
|
|
@font-face {
|
|
|
|
|
font-family: 'copernicus';
|
2018-11-20 09:17:41 +00:00
|
|
|
src: url('copernicus-semibold.woff2') format('woff2');
|
|
|
|
|
font-weight: 600;
|
2018-11-21 07:53:38 +00:00
|
|
|
font-display: block;
|
2018-11-20 09:17:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'inconsolata';
|
|
|
|
|
src: url('inconsolata-bold.woff2') format('woff2');
|
2018-11-22 06:45:23 +00:00
|
|
|
font-weight: 700;
|
2018-11-21 07:53:38 +00:00
|
|
|
font-display: block;
|
2018-11-20 09:17:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'proxima-nova';
|
|
|
|
|
src: url('proxima-nova-regular.woff2') format('woff2');
|
|
|
|
|
font-weight: 400;
|
2018-11-21 07:53:38 +00:00
|
|
|
font-display: block;
|
2018-11-20 09:17:41 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: 'proxima-nova';
|
|
|
|
|
src: url('proxima-nova-semibold.woff2') format('woff2');
|
|
|
|
|
font-weight: 600;
|
2018-11-21 07:53:38 +00:00
|
|
|
font-display: block;
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@page {
|
|
|
|
|
size: letter landscape;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-20 07:08:12 +00:00
|
|
|
@media screen {
|
|
|
|
|
side {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
|
overview {
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-21 08:16:55 +00:00
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-18 23:19:17 +00:00
|
|
|
body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-family: 'proxima-nova';
|
|
|
|
|
font-weight: 400;
|
2018-11-21 08:16:55 +00:00
|
|
|
height: 100%;
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
|
font-family: 'copernicus';
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
align-self: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
|
font-family: 'proxima-nova';
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
align-self: center;
|
2018-11-20 07:08:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**********
|
|
|
|
|
* Screen
|
|
|
|
|
**********/
|
|
|
|
|
overview {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: 1em;
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
overview h2 {
|
2018-11-21 06:49:01 +00:00
|
|
|
margin-top: 1.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
overview blurb {
|
2018-11-20 16:23:05 +00:00
|
|
|
max-width: 40em;
|
2018-11-20 07:08:12 +00:00
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
overview owner {
|
|
|
|
|
text-align: left;
|
2018-11-20 07:08:12 +00:00
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
overview recovery {
|
2018-11-20 07:08:12 +00:00
|
|
|
margin-top: 0;
|
2018-11-20 20:11:21 +00:00
|
|
|
margin-bottom: 1em;
|
2018-11-21 06:49:01 +00:00
|
|
|
font-size: 1.2em;
|
2018-11-20 07:08:12 +00:00
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
overview ol {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
max-width: 40em;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding-inline-start: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
overview ol > li {
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-20 07:08:12 +00:00
|
|
|
/**********
|
|
|
|
|
* Print
|
|
|
|
|
**********/
|
2018-11-18 23:19:17 +00:00
|
|
|
side {
|
|
|
|
|
page-break-inside: avoid;
|
|
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
side:nth-of-type(even) {
|
|
|
|
|
transform: rotateZ(180deg);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
page {
|
|
|
|
|
flex-basis: 0;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
flex-shrink: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
padding: 1.5em;
|
|
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
page:first-of-type {
|
|
|
|
|
border-right: 1px black solid;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pagenum {
|
|
|
|
|
order: 99;
|
|
|
|
|
flex-grow: 1;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
page:first-of-type pagenum {
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
page:last-of-type pagenum {
|
2018-11-18 23:19:17 +00:00
|
|
|
align-self: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
letter {
|
|
|
|
|
font-family: 'copernicus';
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 4em;
|
|
|
|
|
margin-bottom: 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
2018-11-22 00:04:29 +00:00
|
|
|
page:last-of-type letter {
|
2018-11-18 23:19:17 +00:00
|
|
|
align-self: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
blurb {
|
|
|
|
|
text-align: justify;
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
owner {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 11em;
|
|
|
|
|
|
|
|
|
|
border-bottom: black 1px dotted;
|
|
|
|
|
|
|
|
|
|
font-family: 'proxima-nova';
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
align-self: center;
|
|
|
|
|
|
|
|
|
|
margin-top: 1em;
|
2018-11-20 07:08:12 +00:00
|
|
|
margin-bottom: 1em;
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
recovery {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 17em;
|
|
|
|
|
|
|
|
|
|
border-bottom: black 1px dotted;
|
|
|
|
|
|
2018-11-20 09:17:41 +00:00
|
|
|
font-family: 'inconsolata';
|
2018-11-18 23:19:17 +00:00
|
|
|
font-weight: 700;
|
|
|
|
|
font-size: 1.5em;
|
|
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
align-self: center;
|
|
|
|
|
|
|
|
|
|
margin-top: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
passwordBlock {
|
|
|
|
|
display: grid;
|
|
|
|
|
margin-bottom: 1.5em;
|
2018-11-22 06:45:23 +00:00
|
|
|
font-size: 1.4em;
|
2018-11-18 23:19:17 +00:00
|
|
|
|
|
|
|
|
grid-template:
|
|
|
|
|
[password-start] "passwordLabel password" [password-end]
|
|
|
|
|
[website-start] "websiteLabel website" [website-end]
|
|
|
|
|
[username-start] "usernameLabel username" [username-end];
|
|
|
|
|
grid-template-columns: 5em auto;
|
|
|
|
|
grid-column-gap: 0.5em;
|
|
|
|
|
grid-row-gap: 0.2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
passwordLabel,websiteLabel,usernameLabel {
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
password {
|
|
|
|
|
display: block;
|
2018-11-20 09:17:41 +00:00
|
|
|
font-family: 'inconsolata';
|
2018-11-18 23:19:17 +00:00
|
|
|
font-weight: 700;
|
2018-11-22 06:45:23 +00:00
|
|
|
font-size: 1.1em;
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
passwordSymbols {
|
|
|
|
|
color: darkgrey;
|
|
|
|
|
border: 1px darkgrey dotted;
|
2018-11-20 08:33:58 +00:00
|
|
|
border-radius: 1em;
|
|
|
|
|
padding: 0.2em;
|
|
|
|
|
margin: 0.2em;
|
2018-11-18 23:19:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
website,username {
|
|
|
|
|
width: 100%;
|
|
|
|
|
border-bottom: black 1px dotted;
|
|
|
|
|
margin-bottom: 0.17em;
|
|
|
|
|
}
|