PluginProbe
Document Embedder – let visitors read files without downloading / 1.8.6
Document Embedder – let visitors read files without downloading v1.8.6
2.3.1 2.3.0 2.2.1 2.2.0 2.1.2 2.1.1 trunk 1.0 1.1 1.2 1.3 1.7.4 1.7.6 1.7.9 1.8.1 1.8.2 1.8.3 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 2.0.0 2.0.1 2.0.2 All 30 releases
document-emberdder / admin / css / help.css

help.css in Document Embedder – let visitors read files without downloading 1.8.6, at admin/css/help.css

38 lines 700 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bplugins-container {
2 width: 80%;
3 min-width: 1140px;
4 margin: 0 auto;
5 }
6 .bplugins-container .center {
7 text-align: center;
8 }
9 .bplugins-features {
10 display: flex;
11 justify-content: space-between;
12 }
13 .bplugins-feature {
14 background: #ffffff;
15 padding: 20px;
16 }
17 .bplugins-feature i {
18 font-size: 30px;
19 color: #4527a4;
20 }
21 .bplugins-feature h3 {
22 margin-bottom: 10px;
23 font-size: 17px;
24 }
25 .bplugins-feature p {
26 margin-top: 0;
27 font-weight: 400;
28 }
29 /* .bplugins-features .col:first-child {
30 margin-left: 0;
31 }
32 .bplugins-features .col:last-child {
33 margin-right: 0;
34 } */
35 .bplugins-container .row [class^="col"] {
36 margin: 0.5rem 1%;
37 }
38