]> git.plutz.net Git - webtxt/blob - webnote.css
some print styling
[webtxt] / webnote.css
1 body {
2   margin: .5em 1em;
3 }
4 button {
5   margin-bottom: 1em;
6 }
7 textarea {
8   display: block;
9   font-family: monospace;
10   width: 100%;
11   height: 90vh;
12   height: calc(100vh - 4.5em);
13 }
14
15 div.text {
16   max-width: 100%;
17   overflow: auto;
18 }
19
20 form.new {
21   text-align: center;
22   margin-top: 1em;
23 }
24
25 .new button {
26   display: block;
27   margin-left: auto;
28   margin-right: auto;
29 }
30
31 ul.recent {
32   display: inline-block;
33   text-align: left;
34 }
35
36 @media print {
37   button { display: none; }
38   h1 { text-align: center; margin-top: 1em; }
39 }
40 @page { margin: 30mm 20mm 20mm 20mm; }