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.
48 lines
927 B
CSS
48 lines
927 B
CSS
4 years ago
|
<style type=""text/css"">
|
||
|
code{white-space: pre-wrap;}
|
||
|
span.smallcaps{font-variant: small-caps;}
|
||
|
span.underline{text-decoration: underline;}
|
||
|
div.column{display: inline-block; vertical-align: top; width: 50%;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
<style>
|
||
|
@page{
|
||
|
size: A3;
|
||
|
margin: 15mm;
|
||
|
background-image: url("grid-01.png");
|
||
|
background-size: cover;
|
||
|
font-family: monospace;
|
||
|
border:1px dotted #00939b;
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
body{
|
||
|
margin: 15mm;
|
||
|
background-image: url("grid-01.png");
|
||
|
background-size: cover;
|
||
|
font-family: Roboto Mono;
|
||
|
font-size: 10pt;
|
||
|
line-height: 1.4;
|
||
|
color: black;
|
||
|
padding: 10px }
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
width: 100%;
|
||
|
text-align: center;
|
||
|
font-size: 100pt;
|
||
|
line-height: 1.25;
|
||
|
color: #00939b;
|
||
|
}
|
||
|
strong{
|
||
|
color: blue;
|
||
|
}
|
||
|
em{
|
||
|
color: green;
|
||
|
}
|