xref: /aosp_15_r20/external/marisa-trie/docs/style.css (revision ab8db090fce404b23716c4c9194221ee27efe31c)
1@charset "utf-8";
2
3* {
4 line-height: 140%;
5 margin: 0px;
6 padding: 0px;
7}
8
9body {
10 background: lightgray;
11 color: #222;
12 margin: 10px 20px;
13}
14
15a {
16 color: inherit;
17 text-decoration: none;
18}
19a:link {
20 color: #066;
21 padding: 0px 2px;
22}
23a:link:after {
24 content: "†";
25}
26a:visited {
27 color: #057;
28 padding: 0px 2px;
29}
30a:visited:after {
31 content: "†";
32}
33a:hover {
34 text-decoration: underline;
35}
36a[name]:hover {
37 color: inherit;
38 text-decoration: none;
39}
40a:active {
41}
42a[name]:active {
43 color: inherit;
44 padding: 0px;
45}
46
47ol {
48 list-style-position: outside;
49 margin-left: 2em;
50}
51ol ol {
52 list-style-position: outside;
53 margin-left: 1em;
54}
55ul {
56 list-style-position: outside;
57 margin-left: 2em;
58}
59ul ul {
60 list-style-position: outside;
61 margin-left: 1em;
62}
63li {
64 margin: 5px 0px;
65}
66
67code {
68 color: darkblue;
69 font-family: sans-serif;
70 font-style: normal;
71 padding: 0px 2px;
72}
73kbd {
74 color: darkgreen;
75 font-family: sans-serif;
76 font-style: normal;
77 padding: 0px 2px;
78}
79var {
80 color: darkred;
81 font-family: sans-serif;
82 font-style: normal;
83 padding: 0px 2px;
84}
85sup {
86 font-size: 75%;
87}
88
89div#header {
90 font-family: "Times New Roman";
91 padding: 5px 10px;
92}
93div#header div.left {
94 float: left;
95}
96div#header div.right {
97 float: right;
98}
99div#header div.end {
100 clear: both;
101}
102
103div#body {
104 background: white;
105 border: 1px solid black;
106 box-shadow: 1px 1px 5px gray;
107 -webkit-box-shadow: 1px 1px 5px gray;
108 -moz-box-shadow: 1px 1px 5px gray;
109 padding: 20px;
110}
111
112div#body h1 {
113 font-size: 150%;
114 margin: 10px;
115 text-align: center;
116}
117
118div#body p#authors {
119 font-weight: bold;
120 margin: 10px;
121 text-align: center;
122}
123div#body p#authors span.author {
124 margin: 0px 1em;
125}
126
127div#body p#abstract {
128 margin: 15px auto;
129 text-align: auto;
130 width: 75%;
131}
132div#body p#abstract span#heading {
133 font-family: "Times New Roman";
134 font-style: italic;
135 font-weight: bold;
136 margin-right: 0.5em;
137}
138
139div#body div.section {
140 clear: both;
141 margin: 5px 0px;
142}
143div#body div.section h2 {
144 background: honeydew;
145 border-bottom: 1px dashed darkgray;
146 color: #353;
147 font-size: 125%;
148 margin-top: 15px;
149 padding: 5px;
150}
151
152div#body div.section p {
153 margin: 5px 0px;
154 text-indent: 1em;
155}
156
157div#body div.section div.float {
158 box-shadow: 1px 1px 5px gray;
159 -webkit-box-shadow: 1px 1px 5px gray;
160 -moz-box-shadow: 1px 1px 5px gray;
161 clear: both;
162 float: right;
163 margin: 5px 0px 5px 10px;
164 max-width: 75%;
165}
166div#body div.section pre.code {
167 background: whitesmoke;
168 color: darkblue;
169 line-height: 125%;
170 overflow: auto;
171 padding: 5px 10px;
172}
173div#body div.section pre.console {
174 background: darkslategray;
175 color: white;
176 line-height: 125%;
177 overflow: auto;
178 padding: 5px 10px;
179}
180
181div#body div.section table {
182 background: whitesmoke;
183 border-collapse: separate;
184 border-spacing: 5px;
185 empty-cells: hide;
186 padding: 5px 10px;
187}
188div#body div.section table caption {
189 background: inherit;
190 padding-top: 5px;
191}
192div#body div.section table th {
193 background: white;
194 box-shadow: 1px 1px 3px gray;
195 -webkit-box-shadow: 1px 1px 3px gray;
196 -moz-box-shadow: 1px 1px 3px gray;
197 font-weight: normal;
198 padding: 0px 5px;
199}
200div#body div.section table td {
201 background: white;
202 box-shadow: 1px 1px 2px gray;
203 -webkit-box-shadow: 1px 1px 2px gray;
204 -moz-box-shadow: 1px 1px 2px gray;
205 padding: 0px 3px;
206}
207
208div#body div.section div.subsection {
209 clear: both;
210 margin: 5px 0px;
211}
212div#body div.section div.subsection h3 {
213 background: aliceblue;
214 border-bottom: 1px dashed lightgray;
215 color: #336;
216 font-size: 100%;
217 margin-top: 10px;
218 padding: 3px 5px;
219}
220
221div#body div.section div.subsubsection {
222 margin: 5px;
223}
224div#body div.section div.subsubsection h4 {
225 background: lavenderblush;
226 border-bottom: 1px dashed lightgray;
227 color: #336;
228 font-size: 100%;
229 margin-top: 10px;
230 padding: 3px 5px;
231}
232
233div#footer {
234 font-family: "Times New Roman";
235 padding: 5px 10px;
236}
237div#footer div.left {
238 float: left;
239}
240div#footer div.right {
241 float: right;
242}
243div#footer div.end {
244 clear: both;
245}
246