PluginProbe
MainWP Dashboard: Self-hosted WordPress Management for Agencies / 5.3
MainWP Dashboard: Self-hosted WordPress Management for Agencies v5.3
6.2 6.1.8 6.1.7 6.1.6 6.1.5 6.1.4 6.1.3 6.1.2 6.1.1 6.1 6.0.12 6.0.11 4.6.0.1 5.0 5.0.1 5.0.2 5.0.3 5.0.3.1 5.0.3.2 5.1 5.1.1 5.2 5.2.1 5.2.2 5.3 All 153 releases
mainwp / assets / css / preview.css

preview.css in MainWP Dashboard: Self-hosted WordPress Management for Agencies 5.3, at assets/css/preview.css

46 lines 858 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 *
3 * Credits
4 *
5 * Plugin-Name: Akismet Anti-Spam
6 * Plugin-URI: https://akismet.com/
7 * Author: Automattic
8 * Author URI: https://automattic.com/wordpress-plugins/
9 * License: GPLv2 or later
10 * Text Domain: akismet
11 *
12 */
13 .mshot-arrow {
14 width: 0;
15 height: 0;
16 border-top: 10px solid transparent;
17 border-bottom: 10px solid transparent;
18 border-right: 10px solid #e5e5e5;
19 position: absolute;
20 left: -6px;
21 top: 91px;
22 }
23
24 .mshot-container {
25 background: #e5e5e5;
26 position: absolute;
27 top: -94px;
28 padding: 7px;
29 width: 464px;
30 height: 352px;
31 z-index: 20000;
32 -moz-border-radius: 6px;
33 border-radius: 6px;
34 -webkit-border-radius: 6px;
35 }
36
37 .mainwp-preview-mshot {
38 position: absolute;
39 z-index: 2000;
40 }
41
42 .mainwp-preview-mshot .mshot-image {
43 margin: 0;
44 height: 338px;
45 width: 450px;
46 }