Revision a43c3fe2
Added by koszko about 2 years ago
copyright | ||
---|---|---|
36 | 36 |
2021 Nicholas Johnson <nicholasjohnson@posteo.org> |
37 | 37 |
License: GPL-3+ or Alicense-1.0 or CC-BY-SA-4.0 |
38 | 38 |
|
39 |
Files: html/reset.css |
|
40 |
Copyright: 2008,2011 Eric A. Meyer |
|
41 |
License: public-domain |
|
42 |
This stylesheet has been place in public domain by its author. |
|
43 |
|
|
39 | 44 |
Files: common/sha256.js |
40 | 45 |
Copyright: 2014-2017 Chen, Yi-Cyuan <emn178@gmail.com> |
41 | 46 |
License: Expat |
html/display-panel.html | ||
---|---|---|
7 | 7 |
<head> |
8 | 8 |
<meta charset="utf-8"/> |
9 | 9 |
<title>Hachette - page settings</title> |
10 |
<link type="text/css" rel="stylesheet" href="reset.css" /> |
|
10 | 11 |
<link type="text/css" rel="stylesheet" href="base.css" /> |
11 | 12 |
<style> |
12 | 13 |
body { |
html/options.html | ||
---|---|---|
8 | 8 |
<head> |
9 | 9 |
<meta charset="utf-8"/> |
10 | 10 |
<title>Hachette options</title> |
11 |
<link type="text/css" rel="stylesheet" href="reset.css" /> |
|
11 | 12 |
<link type="text/css" rel="stylesheet" href="base.css" /> |
12 | 13 |
<style> |
13 | 14 |
/* pages list */ |
html/reset.css | ||
---|---|---|
1 |
/* http://meyerweb.com/eric/tools/css/reset/ |
|
2 |
v2.0 | 20110126 |
|
3 |
Copyright 2008,2011 Eric A. Meyer |
|
4 |
Redistribution terms are gathered in the `copyright' file. |
|
5 |
*/ |
|
6 |
|
|
7 |
html, body, div, span, applet, object, iframe, |
|
8 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
9 |
a, abbr, acronym, address, big, cite, code, |
|
10 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
11 |
small, strike, strong, sub, sup, tt, var, |
|
12 |
b, u, i, center, |
|
13 |
dl, dt, dd, ol, ul, li, |
|
14 |
fieldset, form, label, legend, |
|
15 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
16 |
article, aside, canvas, details, embed, |
|
17 |
figure, figcaption, footer, header, hgroup, |
|
18 |
menu, nav, output, ruby, section, summary, |
|
19 |
time, mark, audio, video { |
|
20 |
margin: 0; |
|
21 |
padding: 0; |
|
22 |
border: 0; |
|
23 |
font-size: 100%; |
|
24 |
font: inherit; |
|
25 |
vertical-align: baseline; |
|
26 |
} |
|
27 |
/* HTML5 display-role reset for older browsers */ |
|
28 |
article, aside, details, figcaption, figure, |
|
29 |
footer, header, hgroup, menu, nav, section { |
|
30 |
display: block; |
|
31 |
} |
|
32 |
body { |
|
33 |
line-height: 1; |
|
34 |
} |
|
35 |
ol, ul { |
|
36 |
list-style: none; |
|
37 |
} |
|
38 |
blockquote, q { |
|
39 |
quotes: none; |
|
40 |
} |
|
41 |
blockquote:before, blockquote:after, |
|
42 |
q:before, q:after { |
|
43 |
content: ''; |
|
44 |
content: none; |
|
45 |
} |
|
46 |
table { |
|
47 |
border-collapse: collapse; |
|
48 |
border-spacing: 0; |
|
49 |
} |
Also available in: Unified diff
reset CSS rules