PluginProbe
StreamCast – bring live radio to your site with a sleek player / 2.4.4
StreamCast – bring live radio to your site with a sleek player v2.4.4
2.4.5 2.4.4 trunk 1.0 1.1 2.0.0 2.1.10 2.1.2 2.1.4 2.1.5 2.1.8 2.2.1 2.2.3 2.2.4 2.2.5 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 All 29 releases
streamcast / assets / admin.css

admin.css in StreamCast – bring live radio to your site with a sleek player 2.4.4, at assets/admin.css

138 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .streamcast_shortcode_box_after_title {
2 display: flex;
3 background: #fff;
4 padding: 5px 15px;
5 align-items: center;
6 gap: 15px;
7 border-radius: 3px;
8 margin-top: 10px;
9 border: 1px solid #ccc;
10 }
11
12 .streamcast_shortcode_box_after_title label {
13 font-weight: 500;
14 font-size: 1rem;
15 }
16
17 .streamcast_shortcode_box_after_title .shortcode_area {
18 display: flex;
19 align-items: center;
20 gap: 10px;
21 }
22
23 .streamcast_shortcode_box_after_title .shortcode_area svg {
24 cursor: pointer;
25 }
26
27 /* Desing upgrade menu */
28 .fs-submenu-item.streamcast.pricing.upgrade-mode {
29 background: #39920D;
30 border-radius: 0;
31 color: #ffffff;
32 display: inline-block;
33 padding: 6px 40px 6px 15px;
34 }
35
36
37 .button.button-bplugins {
38 background: #fb7a01;
39 color: #fff;
40 border: none;
41 border-radius: 0;
42 }
43
44 .button.button-bplugins:active,
45 .button.button-bplugins:focus {
46 background: #d66801;
47 color: #fff;
48 }
49
50 /* Pro Notice Box Styles */
51 .streamcast-pro-notice-box {
52 background: linear-gradient(135deg, #fff9f0 0%, #fff5e6 100%);
53 padding: 25px;
54 border-radius: 0;
55 border: 1px solid #ffeed6;
56 box-shadow: 0 4px 15px rgba(251, 122, 1, 0.05);
57 position: relative;
58 overflow: hidden;
59 }
60
61 .streamcast-pro-notice-box::before {
62 content: "";
63 position: absolute;
64 top: 0;
65 left: 0;
66 width: 4px;
67 height: 100%;
68 background: #fb7a01;
69 }
70
71 .streamcast-pro-notice-title {
72 margin-top: 0 !important;
73 color: #d66801 !important;
74 font-size: 18px !important;
75 font-weight: 700 !important;
76 display: flex;
77 align-items: center;
78 gap: 10px;
79 margin-bottom: 12px;
80 }
81
82 .streamcast-pro-notice-desc {
83 font-size: 14px;
84 color: #8c4400;
85 margin-bottom: 20px;
86 font-weight: 400;
87 margin-top: 0px;
88 }
89
90 .streamcast-pro-notice-list {
91 margin: 15px 0 !important;
92 padding-left: 0 !important;
93 list-style: none !important;
94 }
95
96 .streamcast-pro-notice-list li {
97 position: relative;
98 padding-left: 25px;
99 margin-bottom: 10px;
100 color: #d66801;
101 font-size: 13.5px;
102 }
103
104 .streamcast-pro-notice-list li::before {
105 content: "";
106 position: absolute;
107 left: 0;
108 color: #fb7a01;
109 font-weight: bold;
110 }
111
112 .streamcast-pro-notice-list li strong {
113 color: #8c4400;
114 }
115
116 .streamcast-pro-notice-button {
117 display: inline-flex;
118 align-items: center;
119 justify-content: center;
120 background: #fb7a01;
121 color: #fff !important;
122 padding: 10px 22px;
123 border-radius: 0;
124 text-decoration: none !important;
125 font-weight: 600;
126 font-size: 14px;
127 transition: all 0.3s ease;
128 box-shadow: 0 4px 12px rgba(251, 122, 1, 0.2);
129 border: none;
130 cursor: pointer;
131 }
132
133 .streamcast-pro-notice-button:hover {
134 background: #d66801;
135 transform: translateY(-2px);
136 box-shadow: 0 6px 18px rgba(251, 122, 1, 0.3);
137 color: #fff !important;
138 }