PluginProbe
Depicter — Popup & Slider Builder / 1.2.0
Depicter — Popup & Slider Builder v1.2.0
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
depicter / resources / styles / player / preview.css

preview.css in Depicter — Popup & Slider Builder 1.2.0, at resources/styles/player/preview.css

35 lines 805 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* line 1, sass/preview.scss */
2 body {
3 display: flex;
4 align-items: center;
5 justify-content: center;
6 background-color: transparent;
7 overflow-x: hidden;
8 min-height: 100vh;
9 }
10 /* line 8, sass/preview.scss */
11 body .depicter-document {
12 flex: auto;
13 }
14 /* line 12, sass/preview.scss */
15 body .depicter-preview-canvas {
16 width: 100%;
17 }
18 /* line 14, sass/preview.scss */
19 body .depicter-preview-canvas .depicter-layout-boxed {
20 margin: 0 auto;
21 }
22
23 /* line 20, sass/preview.scss */
24 .depicter-no-content {
25 display: flex;
26 align-items: center;
27 justify-content: center;
28 background-color: #f1f2f5;
29 color: #a29fad;
30 font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
31 font-size: 1.2em;
32 height: 100vh;
33 width: 100%;
34 }
35