Revision 300:e4a73fb68143,
1.3 KB
checked in by kozlika, 14 years ago
(diff) |
Ductile - First step. Mise en place des css de travail et des tests pour media queries.
|
Line | |
---|
1 | @charset "UTF-8"; |
---|
2 | html, |
---|
3 | body { |
---|
4 | margin: 0; |
---|
5 | padding: 0 .5em; |
---|
6 | font-family: Georgia, serif; |
---|
7 | font-size: 100.1%; |
---|
8 | line-height: 1.5; |
---|
9 | color: #333; |
---|
10 | background: #fff; |
---|
11 | } |
---|
12 | div, form, fieldset { |
---|
13 | margin: 0; |
---|
14 | padding: 0; |
---|
15 | border: none; |
---|
16 | } |
---|
17 | h1, h2, h3, h4, h5, h6 { |
---|
18 | line-height: 1.25; |
---|
19 | font-weight: bold; |
---|
20 | font-style: normal; |
---|
21 | margin: 1em 0 .5em 0; |
---|
22 | } |
---|
23 | h1 { |
---|
24 | font-size: 2.5em; |
---|
25 | margin: 0; |
---|
26 | } |
---|
27 | h2 { |
---|
28 | font-size: 1.6em; |
---|
29 | } |
---|
30 | h3 { |
---|
31 | font-size: 1.33em; |
---|
32 | } |
---|
33 | h4 { |
---|
34 | font-size: 1.2em; |
---|
35 | } |
---|
36 | h5 { |
---|
37 | font-size: 1.1em; |
---|
38 | } |
---|
39 | h6 { |
---|
40 | font-size: 1.5em; |
---|
41 | } |
---|
42 | p { |
---|
43 | margin: 1em 0 .5em 0; |
---|
44 | } |
---|
45 | img a { |
---|
46 | border: none; |
---|
47 | } |
---|
48 | sup, sub { |
---|
49 | font-size: .7em; |
---|
50 | line-height: .7em; |
---|
51 | } |
---|
52 | abbr, acronym { |
---|
53 | border-bottom: 1px dotted; |
---|
54 | cursor: help; |
---|
55 | } |
---|
56 | strong { |
---|
57 | font-size: 92%; |
---|
58 | } |
---|
59 | blockquote, q { |
---|
60 | font-family: Georgia, "Times New Roman", Times, serif; |
---|
61 | font-style: italic; |
---|
62 | } |
---|
63 | blockquote em, q em { |
---|
64 | font-style: normal; |
---|
65 | } |
---|
66 | cite { |
---|
67 | font-size: .9em; |
---|
68 | } |
---|
69 | ul, ol, dd { |
---|
70 | margin: 1em 0 .5em 28px; |
---|
71 | } |
---|
72 | code, pre { |
---|
73 | font-family: "Andale mono","Courier New", Courier, mono; |
---|
74 | background: #f0f0f5; |
---|
75 | } |
---|
76 | pre { |
---|
77 | margin: 1em; |
---|
78 | overflow: auto; |
---|
79 | padding: 1px 8px; |
---|
80 | line-height: 120%; |
---|
81 | } |
---|
82 | hr { |
---|
83 | height: 1px; |
---|
84 | border: 0; |
---|
85 | border-top: 1px dashed #999; |
---|
86 | width: 50%; |
---|
87 | height: 1px; |
---|
88 | } |
---|
89 | input, button, select { |
---|
90 | vertical-align: middle; |
---|
91 | } |
---|
92 | em, i { |
---|
93 | font-style: italic; |
---|
94 | } |
---|
95 | strong, b { |
---|
96 | font-weight: bold; |
---|
97 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.