forked from Pomax/bezierinfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprint.css
executable file
·82 lines (68 loc) · 1.47 KB
/
print.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
html, body {
margin: 0;
padding: 0;
}
body {
background: url('images/paper.png');
}
header, section, footer {
width: 100%;
margin: 0;
}
header { font-size: 125%; }
#ribbonimg { display: none; }
article {
width: 100%;
background: rgba(255, 255, 255, 0.74);
}
section p {
text-align: justify;
}
section h2:before {
content: "§" attr(data-num) " — ";
}
section *+h2:before {
content: "";
}
section * h2:before {
content: "";
}
.sketch-code {
display: inline-block;
unicode-bidi: embed;
font-family: monospace;
white-space: pre;
border: 1px solid black;
min-height: 300px;
}
.sketch {
display: inline-block;
border: 1px solid #DDD;
padding: 5px;
font-style: italic;
font-size: 80%;
background: rgb(250,250,204);
}
.sketch canvas {
/*background: url(attr('data-print-image'));*/
}
.sketch-title span { color: rgb(0,0,200); cursor: pointer; }
div.note {
font-size: 90%;
margin: 1em 2em;
padding: 1em;
border: 2px solid black;
}
div.note * { margin: 0; padding: 0; }
div.note p { margin: 1em 0; }
div.note div.MathJax_Display { margin: 1em 0; }
td { display: block; border: 1px solid gray; padding: 1em; }
td+td { margin-top: 1em;}
td p { text-align:center; }
a, a:visited { color: #000; text-decoration: none; }
span.ribbon { display: none; }
#navbar { display: none; }
#scriptblock { display: none; }
.viewsource { display: none; }
button { background: white; border: 1px solid black;}
#article-notes, #issues, #comments { display:none; }