Dotclear

source: themes/ductile/rebase.css @ 3731:3770620079d4

Revision 3731:3770620079d4, 1.2 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Simplify licence block at the beginning of each file

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

Sites map