forked from ksenginew/styless.css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
356 lines (303 loc) · 11.3 KB
/
test.html
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism.css"
rel="stylesheet"
/>
<!-- Styless.CSS -->
<link href="styless.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/components/prism-core.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/plugins/autoloader/prism-autoloader.min.js"></script>
<title>Hello, world!</title>
</head>
<body>
<p>
Text can be <b>bold</b>, <i>italic</i>, or <s>strikethrough</s>.
<a href="https://github.com">Links </a> should be blue with no
underlines (unless hovered over).
</p>
<p>
There should be whitespace between paragraphs. There should be
whitespace between paragraphs. There should be whitespace between
paragraphs. There should be whitespace between paragraphs.
</p>
<p>
There should be whitespace between paragraphs. There should be
whitespace between paragraphs. There should be whitespace between
paragraphs. There should be whitespace between paragraphs.
</p>
<blockquote>
<p>There should be no margin above this first sentence.</p>
<p>
Blockquotes should be a lighter gray with a gray border along
the left side.
</p>
<p>There should be no margin below this final sentence.</p>
</blockquote>
<h1>Header 1</h1>
<p>
This is a normal paragraph following a header. Bacon ipsum dolor sit
amet t-bone doner shank drumstick, pork belly porchetta chuck
sausage brisket ham hock rump pig. Chuck kielbasa leberkas, pork
bresaola ham hock filet mignon cow shoulder short ribs biltong.
</p>
<h2>Header 2</h2>
<blockquote>
This is a blockquote following a header. Bacon ipsum dolor sit amet
t-bone doner shank drumstick, pork belly porchetta chuck sausage
brisket ham hock rump pig. Chuck kielbasa leberkas, pork bresaola
ham hock filet mignon cow shoulder short ribs biltong.
</blockquote>
<h3>Header 3</h3>
<pre><code>This is a code block following a header.</code></pre>
<h4>Header 4</h4>
<ul>
<li>This is an unordered list following a header.</li>
<li>This is an unordered list following a header.</li>
<li>This is an unordered list following a header.</li>
</ul>
<h5>Header 5</h5>
<ol>
<li>This is an ordered list following a header.</li>
<li>This is an ordered list following a header.</li>
<li>This is an ordered list following a header.</li>
</ol>
<h6>Header 6</h6>
<table>
<thead>
<tr>
<th>What</th>
<th>Follows</th>
</tr>
</thead>
<tbody>
<tr>
<td>A table</td>
<td>A header</td>
</tr>
<tr>
<td>A table</td>
<td>A header</td>
</tr>
<tr>
<td>A table</td>
<td>A header</td>
</tr>
</tbody>
</table>
<hr />
<p>There's a horizontal rule above and below this.</p>
<hr />
<p>Here is an unordered list:</p>
<ul>
<li>Salt-n-Pepa</li>
<li>Bel Biv DeVoe</li>
<li>Kid 'N Play</li>
</ul>
<p>And an ordered list:</p>
<ol>
<li>Michael Jackson</li>
<li>Michael Bolton</li>
<li>Michael Bublé</li>
</ol>
<p>And an unordered task list:</p>
<ul>
<li>
<input type="checkbox" checked /> Create a sample markdown
document
</li>
<li><input type="checkbox" /> Add task lists to it</li>
<li><input type="checkbox" /> Take a vacation</li>
</ul>
<p>And a "mixed" task list:</p>
<ul>
<li><input type="checkbox" /> Steal underpants</li>
<li>?</li>
<li><input type="checkbox" /> Profit!</li>
</ul>
And a nested list:
<ul>
<li>
Jackson 5
<ul>
<li>Michael</li>
<li>Tito</li>
<li>Jackie</li>
<li>Marlon</li>
<li>Jermaine</li>
</ul>
</li>
<li>
TMNT
<ul>
<li>Leonardo</li>
<li>Michelangelo</li>
<li>Donatello</li>
<li>Raphael</li>
</ul>
</li>
</ul>
<p>
Definition lists can be used with HTML syntax. Definition terms are
bold and italic.
</p>
<dl>
<dt>Name</dt>
<dd>Godzilla</dd>
<dt>Born</dt>
<dd>1952</dd>
<dt>Birthplace</dt>
<dd>Japan</dd>
<dt>Color</dt>
<dd>Green</dd>
</dl>
<hr />
<p>Tables should have bold headings and alternating shaded rows.</p>
<table>
<thead>
<tr>
<th>Artist</th>
<th>Album</th>
<th>Year</th>
</tr>
</thead>
<tbody>
<tr>
<td>David Bowie</td>
<td>Scary Monsters</td>
<td>1980</td>
</tr>
<tr>
<td>Prince</td>
<td>Purple Rain</td>
<td>1982</td>
</tr>
<tr>
<td>Beastie Boys</td>
<td>License to Ill</td>
<td>1986</td>
</tr>
<tr>
<td>Janet Jackson</td>
<td>Rhythm Nation 1814</td>
<td>1989</td>
</tr>
</tbody>
</table>
<p>
If a table is too wide, it should condense down and/or scroll
horizontally.
</p>
<table>
<thead>
<tr>
<th>Artist</th>
<th>Album</th>
<th>Year</th>
<th>Label</th>
<th>Songs</th>
</tr>
</thead>
<tbody>
<tr>
<td>David Bowie</td>
<td>Scary Monsters</td>
<td>1980</td>
<td>RCA Records</td>
<td>
It's No Game (No. 1), Up the Hill Backwards, Scary
Monsters (And Super Creeps), Ashes to Ashes, Fashion,
Teenage Wildlife, Scream Like a Baby, Kingdom Come,
Because You're Young, It's No Game (No. 2)
</td>
</tr>
<tr>
<td>Prince</td>
<td>Purple Rain</td>
<td>1982</td>
<td>Warner Brothers Records</td>
<td>
Let's Go Crazy, Take Me With U, The Beautiful Ones,
Computer Blue, Darling Nikki, When Doves Cry, I Would
Die 4 U, Baby I'm a Star, Purple Rain
</td>
</tr>
<tr>
<td>Beastie Boys</td>
<td>License to Ill</td>
<td>1986</td>
<td>Def Jam</td>
<td>
Rhymin & Stealin, The New Style, She's Crafty, Posse
in Effect, Slow Ride, Girls, Fight for Your Right, No
Sleep till Brooklyn, Paul Revere, "Hold It Now, Hit It",
Brass Monkey, Slow and Low, Time to Get Ill
</td>
</tr>
<tr>
<td>Janet Jackson</td>
<td>Rhythm Nation 1814</td>
<td>1989</td>
<td>A&M</td>
<td>
Interlude: Pledge, Rhythm Nation, Interlude: T.V., State
of the World, Interlude: Race, The Knowledge, Interlude:
Let's Dance, Miss You Much, Interlude: Come Back, Love
Will Never Do (Without You), Livin' in a World (They
Didn't Make), Alright, Interlude: Hey Baby, Escapade,
Interlude: No Acid, Black Cat, Lonely, Come Back to Me,
Someday Is Tonight, Interlude: Livin'...In Complete
Darkness
</td>
</tr>
</tbody>
</table>
<hr />
<p>
Code snippets like <code>var foo = "bar";</code> can be shown
inline.
</p>
<p>
Also, <code>this should vertically align</code>
<s><code>with this</code></s> <s>and this</s>.
</p>
<p>Code can also be shown in a block element.</p>
<pre><code>var foo = "bar";</code></pre>
<p>Code can also use syntax highlighting.</p>
<pre><code class="prism-code language-javascript">var foo = "bar";</code></pre>
<pre><code>Long, single-line code blocks should not wrap. They should horizontally scroll if they are too long. This line should be long enough to demonstrate this.</code></pre>
<pre><code class="prism-code language-javascript">var foo = "The same thing is true for code with syntax highlighting. A single line of code should horizontally scroll if it is really long.";</code></pre>
<p>Inline code inside table cells should still be distinguishable.</p>
<table>
<thead>
<tr>
<th>Language</th>
<th>Code</th>
</tr>
</thead>
<tbody>
<tr>
<td>JavasScript</td>
<td><code>var foo = "bar";</code></td>
</tr>
<tr>
<td>Ruby</td>
<td><code>foo = "bar"</code></td>
</tr>
</tbody>
</table>
<hr />
<p>Small images should be shown at their actual size.</p>
<p><img src="http://placekitten.com/g/300/200/" /></p>
<p>
Large images should always scale down and fit in the content
container.
</p>
<p><img src="http://placekitten.com/g/1200/800/" /></p>
<pre><code>This is the final element on the page and there should be no margin below this.</code></pre>
</body>
</html>