]> Git — Sourcephile - julm/rezine-rfcs.git/blob - styles/rfc.header.html
p1: publish early
[julm/rezine-rfcs.git] / styles / rfc.header.html
1 <style>
2 body {
3 font-family:sans-serif;
4 font-size:9pt;
5 line-height:1.4;
6 margin:2ex auto;
7 max-width:52em;
8 width:650px;
9 }
10
11 a {
12 color: blue;
13 }
14 a:visited {
15 color: purple;
16 }
17
18 p {
19 text-align:justify;
20 font-size:
21 }
22 header p {
23 text-align:center;
24 }
25 header p.subtitle {
26 font-size:130%;
27 font-weight:bold;
28 }
29
30 #TOC {
31 border:1px solid black;
32 background-color:#FFFFF0;
33 padding:0 1em 0 1em;
34 }
35
36 #TOC a {
37 color:black;
38 }
39
40 table td {
41 vertical-align: top;
42 }
43
44 code, pre, samp, tt {
45 background-color:#e3e6e8;
46 font-family:monospace;
47 font-size:90%;
48 margin:0 0 0 0;
49 /* page-break-inside:avoid; */
50 white-space:pre-line;
51 }
52
53 /* CSS for citations */
54 div.csl-bib-body { }
55 div.csl-entry {
56 clear: both;
57 }
58 .hanging-indent div.csl-entry {
59 margin-left:2em;
60 text-indent:-2em;
61 }
62 div.csl-left-margin {
63 min-width:2em;
64 float:left;
65 }
66 div.csl-right-inline {
67 margin-left:2em;
68 padding-left:1em;
69 }
70 div.csl-indent {
71 margin-left: 2em;
72 }
73
74 div.references {
75 list-style-position:inside;
76 list-style-type:square;
77 }
78 div.references div.csl-entry {
79 display:list-item;
80 }
81
82 /* CSS for block highlights */
83 .admonition {
84 margin-top:1em;
85 }
86 .admonition > .admonition-type {
87 padding-top:1px;
88 padding-left:1em;
89 color:white;
90 font-variant:small-caps;
91 font-weight:bold;
92 }
93 .admonition > .admonition-content {
94 margin:0 1em 0 1em;
95 display:inline-block;
96 }
97
98 .important {
99 /*border-left:1ex solid #FF8080;*/
100 background-color:#FFCACA;
101 }
102 .important > .admonition-type {
103 background-color:#FF0000;
104 }
105
106 .attention {
107 /*border-left:1ex solid #F69400;*/
108 background-color:#FDEFD8;
109 }
110 .attention > .admonition-type {
111 background-color:#F69400;
112 }
113
114 .problem,
115 .solution {
116 /*border-left:1ex solid #008000;*/
117 background-color:#F3FFF3;
118 }
119 .problem > .admonition-type,
120 .solution > .admonition-type {
121 background-color:#008000;
122 }
123
124 .information {
125 background-color:#EAEAF9;
126 }
127 .information > .admonition-type {
128 background-color:#0000FF;
129 }
130 </style>