PluginProbe ʕ •ᴥ•ʔ
Custom Sidebars – Dynamic Sidebar Classic Widget Area Manager / trunk
Custom Sidebars – Dynamic Sidebar Classic Widget Area Manager vtrunk
trunk 2.1.2.0 3.0.0.0 3.0.0.1 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.7.1 3.0.8 3.0.8.1 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.2.0 3.2.1 3.2.2 3.2.3 3.2.4 3.3 3.31 3.32 3.35 3.36 3.37 3.38
custom-sidebars / assets / css / cs-scan.css
custom-sidebars / assets / css Last commit date
cs-cloning.css 8 years ago cs-cloning.min.css 7 years ago cs-scan.css 7 years ago cs-scan.min.css 7 years ago cs-visibility.css 8 years ago cs-visibility.min.css 7 years ago cs.css 4 years ago cs.min.css 5 years ago
cs-scan.css
38 lines
1 .custom-sidebars-wp-checkup {
2 border-radius: 4px;
3 -ms-flex-align: center;
4 align-items: center;
5 background: #fff url(../img/heart.png) no-repeat 0 50%;
6 border: 0;
7 display: -ms-flexbox;
8 display: flex;
9 min-height: 100px;
10 padding-left: 135px;
11 -ms-flex-pack: justify;
12 justify-content: space-between;
13 }
14 .custom-sidebars-wp-checkup form {
15 white-space: nowrap;
16 }
17 .custom-sidebars-wp-checkup form input {
18 border: 0;
19 border-radius: 4px;
20 }
21 .custom-sidebars-wp-checkup form input[type=text] {
22 background-color: #f2f2f2;
23 padding: 15px 14px;
24 }
25 .custom-sidebars-wp-checkup form input[type=submit] {
26 background-color: #17a8e3;
27 color: #fff;
28 padding: 15px 35px;
29 text-transform: uppercase;
30 margin-left: 10px;
31 }
32 .custom-sidebars-wp-checkup p {
33 font-size: 1.2em;
34 }
35 .custom-sidebars-wp-checkup p b {
36 color: #840006;
37 }
38