Dotclear

source: themes/ductile/rebase.css @ 683:b32debb0479b

Revision 683:b32debb0479b, 1.5 KB checked in by Franck <carnet.franck.paul@…>, 14 years ago (diff)

Remerge themes dans default

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

Sites map