|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD Bikeshed 2016-09//EN"> |
3 |
| -<html lang="en"> |
4 |
| -<head> |
5 |
| -<meta charset="utf-8" /> |
6 |
| -<title>CSS Print Profile</title> |
7 |
| -<style type="text/css"> |
8 |
| - th { background: #005A9C; color: white; } |
9 |
| - tr.yes { background: aqua; } |
10 |
| - tr.no { background: transparent; } |
11 |
| - tr.enh { background: yellow; } |
12 |
| - .new { color : blue } /* added during 11/4 pwg review */ |
13 |
| - .tableNotes { font-size: 75%;font-style: italic; margin-bottom: 0in; padding-bottom: 0} |
14 |
| - .aTableNote { font-size: 75%; margin:0; margin-left: .125in; padding: 0;} |
15 |
| - .editorial { display: block; font-family: arial, helvetica, sans-serif; |
16 |
| - font-size: 80%; |
17 |
| - margin-left: .5in; margin-right: 1in ; padding: 0.125in; |
18 |
| - background: #FFFFDD ; |
19 |
| - } |
20 |
| - |
21 |
| - .editorial:after { content: "Ed."} |
22 |
| - div.editorial pre {padding: 0; margin: 0 0 0 0;color:maroon; |
23 |
| - font-family: helvetica, sans-serif; font-size:90%;} |
24 |
| - table.keys td { vertical-align:top; margin-top: 5px;} |
25 |
| - .RFC2119 { text-transform: lowercase; font-style: italic } |
26 |
| - em em.RFC2119 { text-transform: lowercase; font-style: normal } |
27 |
| -</style> |
28 |
| -</head> |
29 |
| -<body> |
30 | 1 | <pre class="metadata">
|
31 | 2 | Title: CSS Print Profile
|
32 | 3 | Shortname: css-print
|
@@ -100,6 +71,27 @@ urlPrefix:https://www.w3.org/TR/2011/REC-CSS2-20110607/colors.html#propdef-
|
100 | 71 | }
|
101 | 72 | </pre>
|
102 | 73 |
|
| 74 | +<style> |
| 75 | + th { background: #005A9C; color: white; } |
| 76 | + tr.yes { background: aqua; } |
| 77 | + tr.no { background: transparent; } |
| 78 | + tr.enh { background: yellow; } |
| 79 | + .new { color : blue } /* added during 11/4 pwg review */ |
| 80 | + .tableNotes { font-size: 75%;font-style: italic; margin-bottom: 0in; padding-bottom: 0} |
| 81 | + .aTableNote { font-size: 75%; margin:0; margin-left: .125in; padding: 0;} |
| 82 | + .editorial { display: block; font-family: arial, helvetica, sans-serif; |
| 83 | + font-size: 80%; |
| 84 | + margin-left: .5in; margin-right: 1in ; padding: 0.125in; |
| 85 | + background: #FFFFDD ; |
| 86 | + } |
| 87 | + |
| 88 | + .editorial:after { content: "Ed."} |
| 89 | + div.editorial pre {padding: 0; margin: 0 0 0 0;color:maroon; |
| 90 | + font-family: helvetica, sans-serif; font-size:90%;} |
| 91 | + table.keys td { vertical-align:top; margin-top: 5px;} |
| 92 | + .RFC2119 { text-transform: lowercase; font-style: italic } |
| 93 | + em em.RFC2119 { text-transform: lowercase; font-style: normal } |
| 94 | +</style> |
103 | 95 |
|
104 | 96 | <!-- ****************** -->
|
105 | 97 | <!-- OVERVIEW -->
|
@@ -1390,6 +1382,3 @@ the <a href="http://www.pwg.org/">Printer Working Group</a>, a
|
1390 | 1382 | program of and through the IEEE Industry Standards and Technology
|
1391 | 1383 | Organization, Inc. The editor wishes
|
1392 | 1384 | to express her gratitude to all those who contributed to it.</p>
|
1393 |
| - |
1394 |
| -</body> |
1395 |
| -</html> |
0 commit comments