|
55
|
1 |
/* |
|
|
2 |
* This file is part of the TraKERS\Front IDILL package. |
|
|
3 |
* |
|
|
4 |
* (c) IRI <http://www.iri.centrepompidou.fr/> |
|
|
5 |
* |
|
|
6 |
* For the full copyright and license information, please view the LICENSE |
|
|
7 |
* file that was distributed with this source code. |
|
|
8 |
*/ |
|
|
9 |
|
|
|
10 |
/* |
|
|
11 |
* Projet : TraKERS |
|
|
12 |
* Module : Front IDILL |
|
|
13 |
* Fichier : reset.css |
|
|
14 |
* |
|
|
15 |
* Auteur : alexandre.bastien@iri.centrepompidou.fr |
|
|
16 |
* |
|
|
17 |
* Fonctionnalités : Initialise les propriétés css. |
|
|
18 |
*/ |
|
|
19 |
|
|
30
|
20 |
/* http://meyerweb.com/eric/tools/css/reset/ |
|
|
21 |
v2.0 | 20110126 |
|
|
22 |
License: none (public domain) |
|
|
23 |
*/ |
|
|
24 |
|
|
|
25 |
html, body, div, span, applet, object, iframe, |
|
|
26 |
h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
|
|
27 |
a, abbr, acronym, address, big, cite, code, |
|
|
28 |
del, dfn, em, img, ins, kbd, q, s, samp, |
|
|
29 |
small, strike, strong, sub, sup, tt, var, |
|
|
30 |
b, u, i, center, |
|
|
31 |
dl, dt, dd, ol, ul, li, |
|
|
32 |
fieldset, form, label, legend, |
|
|
33 |
table, caption, tbody, tfoot, thead, tr, th, td, |
|
|
34 |
article, aside, canvas, details, embed, |
|
|
35 |
figure, figcaption, footer, header, hgroup, |
|
|
36 |
menu, nav, output, ruby, section, summary, |
|
|
37 |
time, mark, audio, video { |
|
|
38 |
margin: 0; |
|
|
39 |
padding: 0; |
|
|
40 |
border: 0; |
|
|
41 |
font-size: 100%; |
|
|
42 |
font: inherit; |
|
|
43 |
vertical-align: baseline; |
|
|
44 |
} |
|
|
45 |
/* HTML5 display-role reset for older browsers */ |
|
|
46 |
article, aside, details, figcaption, figure, |
|
|
47 |
footer, header, hgroup, menu, nav, section { |
|
|
48 |
display: block; |
|
|
49 |
} |
|
|
50 |
body { |
|
|
51 |
line-height: 1; |
|
|
52 |
} |
|
|
53 |
ol, ul { |
|
|
54 |
list-style: none; |
|
|
55 |
} |
|
|
56 |
blockquote, q { |
|
|
57 |
quotes: none; |
|
|
58 |
} |
|
|
59 |
blockquote:before, blockquote:after, |
|
|
60 |
q:before, q:after { |
|
|
61 |
content: ''; |
|
|
62 |
content: none; |
|
|
63 |
} |
|
|
64 |
table { |
|
|
65 |
border-collapse: collapse; |
|
|
66 |
border-spacing: 0; |
|
|
67 |
} |