Dotclear

source: themes/ductile/rebase.css @ 300:e4a73fb68143

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";
2html, 
3body {
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     }
12div, form, fieldset {
13     margin: 0;
14     padding: 0;
15     border: none;
16     }
17h1, 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     }
23h1 {
24     font-size: 2.5em;
25     margin: 0;
26     }
27h2 {
28     font-size: 1.6em;
29     }
30h3 {
31     font-size: 1.33em;
32     }
33h4 {
34     font-size: 1.2em;
35     }
36h5 {
37     font-size: 1.1em;
38     }
39h6 {
40     font-size: 1.5em;
41     }
42p {
43     margin: 1em 0 .5em 0;
44     }
45img a {
46     border: none;
47     }
48sup, sub {
49     font-size: .7em;
50     line-height: .7em;
51     }
52abbr, acronym {
53     border-bottom: 1px dotted;
54     cursor: help;
55     }
56strong {
57     font-size: 92%;
58     }
59blockquote, q {
60     font-family: Georgia, "Times New Roman", Times, serif;
61     font-style: italic;
62     }
63blockquote em, q em {
64     font-style: normal;
65     }
66cite {
67     font-size: .9em;
68     }
69ul, ol, dd {
70     margin: 1em 0 .5em 28px;
71     }
72code, pre {
73     font-family: "Andale mono","Courier New", Courier, mono;
74     background: #f0f0f5;
75     }
76pre {
77     margin: 1em;
78     overflow: auto;
79     padding: 1px 8px;
80     line-height: 120%;
81     }
82hr {
83     height: 1px;
84     border: 0;
85     border-top: 1px dashed #999;
86     width: 50%;
87     height: 1px;
88     }
89input, button, select {
90     vertical-align: middle;
91     }
92em, i {
93     font-style: italic;
94     }
95strong, b {
96     font-weight: bold;
97     }
Note: See TracBrowser for help on using the repository browser.

Sites map