PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 13.5
Jetpack – WP Security, Backup, Speed, & Growth v13.5
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
jetpack / modules / custom-css / csstidy / cssparse.css
cssparse.css
119 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }
119