PluginProbe
Video Player for YouTube – Embed Videos Your Visitors Will Love to Watch / trunk
Video Player for YouTube – Embed Videos Your Visitors Will Love to Watch vtrunk
2.1.1 2.1.0 trunk 1.0 1.1 1.2 1.4.2 1.5.2 1.5.5 1.6.1 1.6.2 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9
yt-player / assets / css / admin.css

admin.css in Video Player for YouTube – Embed Videos Your Visitors Will Love to Watch trunk, at assets/css/admin.css

89 lines 1.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ytp_playlist_shortcode {
2 margin-top: 30px;
3 border: 5px solid #4527a4;
4 overflow: hidden;
5 }
6 .ytp_playlist_shortcode .shortcode-heading {
7 background: #146ef5;
8 padding: 15px;
9 overflow: hidden;
10 color: #ffffff;
11 }
12 .ytp_playlist_shortcode .shortcode-heading .icon {
13 float: left;
14 overflow: hidden;
15 width: 50%;
16 }
17 .ytp_playlist_shortcode .shortcode-heading .text {
18 float: right;
19 overflow: hidden;
20 text-align: right;
21 }
22 .ytp_playlist_shortcode .shortcode-heading .text a {
23 color: #ffffff;
24 display: block;
25 text-decoration: none;
26 }
27 .ytp_playlist_shortcode .shortcode-left {
28 width: 50%;
29 float: left;
30 overflow: hidden;
31 padding: 20px 0 30px;
32 text-align: center;
33 background: #ffffff;
34 border-right: 5px solid #4527a4;
35 box-sizing: border-box;
36 }
37 .ytp_playlist_shortcode .shortcode-right {
38 width: 50%;
39 float: left;
40 overflow: hidden;
41 padding: 20px 0 30px;
42 text-align: center;
43 background: #ffffff;
44 }
45 .ytp_playlist_shortcode .shortcode {
46 padding: 8px 15px;
47 background: #eae6f9;
48 display: inline-block;
49 user-select: all;
50 font-size: 16px;
51 }
52
53 .ytp_shortcode_box_after_title {
54 display: flex;
55 background: #d3d7db9a;
56 padding: 5px 15px;
57 align-items: center;
58 gap: 15px;
59 border-radius: 3px;
60 margin-top: 10px;
61 border: 1px solid #ccc;
62 }
63
64 .ytp_shortcode_box_after_title label {
65 font-weight: 500;
66 font-size: 1rem;
67 }
68
69 .ytp_shortcode_box_after_title .shortcode_area {
70 display: flex;
71 align-items: center;
72 gap: 10px;
73 }
74
75 .ytp_shortcode_box_after_title .shortcode_area svg {
76 cursor: pointer;
77 }
78
79
80 /* Desing upgrade menu */
81 .fs-submenu-item.yt-player.pricing.upgrade-mode {
82 background: #39920D;
83 border-radius: 0;
84 color: #ffffff;
85 display: inline-block;
86 padding: 6px 40px 6px 15px;
87 }
88
89