PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 8.2
Jetpack – WP Security, Backup, Speed, & Growth v8.2
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-rtl.css
cssparse-rtl.css
120 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Do not modify this file directly. It is concatenated from individual module CSS files. */
2 @import url("./cssparsed.css");
3
4 html, body {
5 font:0.8em Verdana,Helvetica,sans-serif;
6 background:#F8F8F6;
7 }
8
9 code {
10 font-size:1.2em;
11 }
12
13 div#rightcol {
14 padding-right:32em;
15 }
16
17 fieldset {
18 display:block;
19 margin:0.5em 0;
20 padding:1em;
21 border:solid #7284AB 2px;
22 }
23 fieldset.code_output {
24 display:inline;
25 }
26
27 h1 {
28 font-size:2em;
29 }
30
31 small {
32 font-size:0.7em;
33 }
34
35 fieldset#field_input {
36 float:right;
37 margin:0 0 1em 0.5em;
38 }
39
40 fieldset#options,fieldset#code_layout {
41 width:31em;
42 }
43
44 input#submit {
45 clear:both;
46 display:block;
47 margin:1em;
48 }
49
50 select {
51 margin:2px 0 0;
52 }
53
54 label.block {
55 display:block;
56 }
57
58 legend {
59 background:#c4E1C3;
60 padding:2px 4px;
61 border:dashed 1px;
62 }
63
64 textarea#css_text {
65 width:27em;
66 height:370px;
67 display:block;
68 margin-left:1em;
69 }
70
71 .help {
72 cursor:help;
73 }
74
75 p.important {
76 border:solid 1px red;
77 font-weight:bold;
78 padding:1em;
79 background:white;
80 }
81
82 p {
83 margin:1em 0;
84 }
85
86 dl {
87 padding-right:0.5em;
88 }
89
90 dt {
91 font-weight:bold;
92 margin:0;
93 float:right;
94 clear:both;
95 height:1.5em;
96 }
97
98 dd {
99 margin:0 4em 0 0;
100 height:1.5em;
101 }
102
103 fieldset#messages {
104 background:white;
105 padding:0 1em 0 0;
106 }
107
108 fieldset#messages div {
109 height:10em;
110 overflow:auto;
111 }
112
113 dd.Warning {
114 color:orange;
115 }
116
117 dd.Information {
118 color:green;
119 }
120