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