PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 1.2
WpStream – Live Streaming, Video on Demand, Pay Per View v1.2
4.14.0 4.13.2 4.13.1 4.13 4.12.5 4.12.4 4.12.3 4.12.2 4.12.1 4.12 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5 4.5.1 4.5.11 4.5.11.1 4.5.11.2 4.5.11.4 4.5.11.5 4.5.11.6 4.5.12 All 180 releases
wpstream / css / admin_style.css

admin_style.css in WpStream – Live Streaming, Video on Demand, Pay Per View 1.2, at css/admin_style.css

185 lines 3.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .theme_options_tab{
2 background: #fff;
3 border-left: 4px solid #fff;
4 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
5 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
6 margin: 5px 15px 20px 15px;
7 padding: 7px 12px 20px 12px;
8 }
9 .wpstream_option_wrapper{
10 max-width: 70%;
11 }
12 .wpstream_option{
13 clear: both;
14 width: 50%;
15 display: inline-block;
16 margin-bottom: 20px;
17 }
18
19 .wpstream_option label{
20 width: 100%;
21 float: left;
22 }
23
24 .event_list_unit_notification{
25 float:left;
26 width:100%;
27 margin-bottom: 10px;
28 }
29
30 .pack_details_wrapper{
31 background-color: #fff;
32 padding: 20px;
33 margin-bottom: 20px;
34 background: #fff;
35 margin: 5px 15px 2px 15px;
36 padding: 20px;
37 font-size: 15px;
38 }
39
40 .pack_details_wrapper_transparent{
41 background-color: transparent;
42 padding: 20px;
43 margin: 5px 15px 0px 15px;
44 padding: 20px 20px 0px 0px;
45 font-size: 17px;
46 }
47
48 .event_thumb_wrapper{
49 min-width: 170px;
50 float:left;
51 }
52
53 .event_thumb{
54 float: left;
55 margin: 0px 20px 20px 0px;
56 }
57
58 .event_list_unit h3{
59 margin-top: 0px;
60 }
61
62 .event_list_unit{
63 background-color: #fff;
64 padding: 20px;
65 margin-bottom: 20px;
66 background: #fff;
67 /* border-left: 4px solid #fff; */
68 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
69 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
70 margin: 5px 15px 2px 15px;
71 padding: 20px;
72 min-height: 150px;
73 }
74
75 .no_events_warning{
76 font-weight: bold;
77 font-size: 14px;
78 margin-left: 10px;
79 float:left;
80 }
81
82 .api_conected{
83 background: green;
84 padding: 10px;
85 color: #fff;
86 margin-bottom: 20px;
87 width: 270px;
88 }
89
90 .api_not_conected{
91 background: #f40000;
92 padding: 10px;
93 color: #fff;
94 margin-bottom: 10px;
95 }
96
97 .api_not_conected a{
98 color:#fff;
99 }
100
101 .wpstream_button {
102 box-shadow: none !important;
103 border-radius: 2px;
104 background-clip: padding-box;
105 -moz-background-clip: padding;
106 -webkit-background-clip: padding-box;
107 border-color: #d9d9d9;
108 vertical-align: middle;
109 height: 40px;
110 padding: 7px 21px;
111 -webkit-appearance: none;
112 border: 1px solid #d9d9d9;
113 text-transform: uppercase;
114 background: #e16767;
115 color: #fff;
116 cursor:pointer;
117 }
118
119 .start_event.wpstream_button{
120 background: #8e8b8b;
121 }
122
123 .record_wrapper,
124 .event_list_unit_notificationx{
125 margin-bottom: 10px;
126 position:relative;
127 }
128
129
130 .server_ready_live{
131 padding: 6px 13px;
132 background-color: #6b936b;
133 color: #fff;
134 display: inline-block;
135 margin-bottom: 6px;
136 }
137
138
139 .server_not_ready_live{
140 display: inline-block;
141 padding: 3px 5px;
142 background-color: #f40000;
143 color:#fff;
144 }
145 .curl_error{
146 background: #f40000;
147 color:#fff;
148 width:100%;
149 padding: 5px;
150 margin-bottom: 5px;
151 }
152
153 .curl_error a{
154 color:#fff;
155 }
156
157 .server_loading{
158 display:none;
159 margin-left: 10px;
160 }
161
162 .wpstream_live_key_text,
163 .wpstream_live_uri_text{
164 display:inline;
165 }
166
167 .copy_live_key,
168 .copy_live_uri{
169 display: inline;
170 background: #8e8b8b;
171 color: #fff;
172 padding: 3px 6px;
173 margin-left: 10px;
174 border-radius: 2px;
175 cursor: pointer;
176 font-size: 11px;
177 }
178
179 .show_if_subscription.hide_movieon{
180 display:none;
181 }
182
183 .pricing.hide_movieon{
184 display:block;
185 }