Dotclear

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

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

Simplify licence block at the beginning of each file

RevLine 
[300]1@charset "UTF-8";
[304]2
[2566]3html,
[300]4body {
5     margin: 0;
[304]6     padding: 0;
[300]7     font-size: 100.1%;
8     line-height: 1.5;
9     }
10div, form, fieldset {
11     margin: 0;
12     padding: 0;
13     border: none;
14     }
[304]15h2, h3, h4, h5, h6 {
16     line-height: 1.2;
[300]17     font-weight: bold;
18     margin: 1em 0 .5em 0;
19     }
20h1 {
21     margin: 0;
[304]22     font-weight: normal;
[300]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 {
[308]54     font-size: .94em;
[300]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 {
[308]66     margin: 1em 0 .5em 1.5em;
[300]67     }
[304]68ul ul, ol ol {
69     margin-top: .5em;
70     }
[300]71code, pre {
72     font-family: "Andale mono","Courier New", Courier, mono;
[305]73     font-size: .875em;
[300]74     }
[308]75code {
76     padding: 0 2px;
77     }
[300]78pre {
79     margin: 1em;
80     overflow: auto;
[308]81     padding: 1px .5em;
[305]82     line-height: 1.2;
[300]83     }
84hr {
85     height: 1px;
86     border: 0;
[308]87     border-top: 1px solid #aaa;
88     width: 60%;
[300]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;
[2566]99     }
Note: See TracBrowser for help on using the repository browser.

Sites map