[SKEL] ~changement bandeau
[ptitvelo/web/www.git] / www / plugins-dist / compresseur / lib / csstidy / cssparse.css
1 @import url("cssparsed.css");
2
3 html, body {
4 font:0.8em Verdana,Helvetica,sans-serif;
5 background:#F8F8F6;
6 }
7
8 code {
9 font-size:1.2em;
10 }
11
12 div#rightcol {
13 padding-left:32em;
14 }
15
16 fieldset {
17 display:block;
18 margin:0.5em 0;
19 padding:1em;
20 border:solid #7284AB 2px;
21 }
22 fieldset.code_output {
23 display:inline;
24 }
25
26 h1 {
27 font-size:2em;
28 }
29
30 small {
31 font-size:0.7em;
32 }
33
34 fieldset#field_input {
35 float:left;
36 margin:0 0.5em 1em 0;
37 }
38
39 fieldset#options,fieldset#code_layout {
40 width:31em;
41 }
42
43 input#submit {
44 clear:both;
45 display:block;
46 margin:1em;
47 }
48
49 select {
50 margin:2px 0 0;
51 }
52
53 label.block {
54 display:block;
55 }
56
57 legend {
58 background:#c4E1C3;
59 padding:2px 4px;
60 border:dashed 1px;
61 }
62
63 textarea#css_text {
64 width:27em;
65 height:370px;
66 display:block;
67 margin-right:1em;
68 }
69
70 .help {
71 cursor:help;
72 }
73
74 p.important {
75 border:solid 1px red;
76 font-weight:bold;
77 padding:1em;
78 background:white;
79 }
80
81 p {
82 margin:1em 0;
83 }
84
85 dl {
86 padding-left:0.5em;
87 }
88
89 dt {
90 font-weight:bold;
91 margin:0;
92 float:left;
93 clear:both;
94 height:1.5em;
95 }
96
97 dd {
98 margin:0 0 0 4em;
99 height:1.5em;
100 }
101
102 fieldset#messages {
103 background:white;
104 padding:0 0 0 1em;
105 }
106
107 fieldset#messages div {
108 height:10em;
109 overflow:auto;
110 }
111
112 dd.Warning {
113 color:orange;
114 }
115
116 dd.Information {
117 color:green;
118 }