| 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 |
|