Projet

Général

Profil

Paste
Télécharger (1,36 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / tao / reset.css @ 87dbc3bf

1
/**
2
 * Reset ==============================================================
3
 * Based on http://meyerweb.com/eric/tools/css/reset
4
 */
5

    
6
html,
7
body,
8
div,
9
span,
10
applet,
11
object,
12
iframe,
13
h1,
14
h2,
15
h3,
16
h4,
17
h5,
18
h6,
19
p,
20
blockquote,
21
pre,
22
a,
23
abbr,
24
acronym,
25
address,
26
big,
27
cite,
28
code,
29
del,
30
dfn,
31
em,
32
font,
33
img,
34
ins,
35
kbd,
36
q,
37
s,
38
samp,
39
small,
40
strike,
41
strong,
42
sub,
43
sup,
44
tt,
45
var,
46
b,
47
u,
48
i,
49
center,
50
dl,
51
dt,
52
dd,
53
ol,
54
ul,
55
li,
56
fieldset,
57
form,
58
input,
59
select,
60
textarea,
61
label,
62
legend,
63
table,
64
caption,
65
tbody,
66
tfoot,
67
thead,
68
tr,
69
th,
70
td {
71
  margin:0px;
72
  padding:0px;
73
  border:0px;
74
  outline:0px;
75
  font-size:100%;
76
  vertical-align:baseline;
77
  background:transparent;
78
  line-height:inherit;
79
  }
80

    
81
ol,
82
ul,
83
ul,
84
ul li { list-style:none; }
85

    
86
blockquote,
87
q { quotes:none; }
88

    
89
blockquote:before,
90
blockquote:after,
91
q:before,
92
q:after {
93
  content:'';
94
  content:none;
95
  }
96

    
97
/* remember to define focus styles! */
98
:focus { outline:0px; }
99

    
100
/* remember to highlight inserts somehow! */
101
ins { text-decoration:none; }
102
del { text-decoration:line-through; }
103

    
104
/* tables still need 'cellspacing="0"' in the markup */
105
table {
106
  border-collapse:collapse;
107
  border-spacing:0px;
108
  }
109

    
110
/**
111
 * Font reset =========================================================
112
 *
113
 * Specifically targets form elements which browsers oftentimes give
114
 * special treatment.
115
 */
116
input,
117
select,
118
textarea,
119
body { font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }