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