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 / style.css

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

94 lines 2.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #ppv_copied {
2 margin-left: 15px;
3 }
4 .ppv_front_shortcode input {
5 cursor: pointer;
6 }
7 .ppv_front_shortcode {
8 position: relative;
9 display: inline-block;
10 }
11
12 .ppv_front_shortcode .htooltip {
13 visibility: hidden;
14 width: 140px;
15 background-color: #555;
16 color: #fff;
17 text-align: center;
18 border-radius: 6px;
19 padding: 5px;
20 position: absolute;
21 z-index: 1;
22 bottom: 150%;
23 left: 50%;
24 margin-left: -75px;
25 opacity: 0;
26 transition: opacity 0.3s;
27 }
28
29 .ppv_front_shortcode .htooltip::after {
30 content: "";
31 position: absolute;
32 top: 100%;
33 left: 50%;
34 margin-left: -5px;
35 border-width: 5px;
36 border-style: solid;
37 border-color: #555 transparent transparent transparent;
38 }
39
40 .ppv_front_shortcode:hover .htooltip {
41 visibility: visible;
42 opacity: 1;
43 }
44 .ppv_playlist_shortcode {
45 margin-top: 30px;
46 border: 5px solid #4527a4;
47 overflow: hidden;
48 }
49 .ppv_playlist_shortcode .shortcode-heading {
50 background: #4527a4;
51 padding: 15px;
52 overflow: hidden;
53 color: #ffffff;
54 }
55 .ppv_playlist_shortcode .shortcode-heading .icon {
56 float: left;
57 overflow: hidden;
58 width: 50%;
59 }
60 .ppv_playlist_shortcode .shortcode-heading .text {
61 float: right;
62 overflow: hidden;
63 text-align: right;
64 }
65 .ppv_playlist_shortcode .shortcode-heading .text a {
66 color: #ffffff;
67 display: block;
68 text-decoration: none;
69 }
70 .ppv_playlist_shortcode .shortcode-left {
71 width: 50%;
72 float: left;
73 overflow: hidden;
74 padding: 20px 0 30px;
75 text-align: center;
76 background: #ffffff;
77 border-right: 5px solid #4527a4;
78 box-sizing: border-box;
79 }
80 .ppv_playlist_shortcode .shortcode-right {
81 width: 50%;
82 float: left;
83 overflow: hidden;
84 padding: 20px 0 30px;
85 text-align: center;
86 background: #ffffff;
87 }
88 .ppv_playlist_shortcode .shortcode {
89 padding: 8px 15px;
90 background: #eae6f9;
91 display: inline-block;
92 user-select: all;
93 font-size: 16px;
94 }