PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 0.1
WpStream – Live Streaming, Video on Demand, Pay Per View v0.1
4.14.1 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 All 181 releases
wpstream / css / admin_style.css

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

184 lines 3.1 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 }
80
81 .api_conected{
82 background: green;
83 padding: 10px;
84 color: #fff;
85 margin-bottom: 20px;
86 width: 270px;
87 }
88
89 .api_not_conected{
90 background: #f40000;
91 padding: 10px;
92 color: #fff;
93 margin-bottom: 10px;
94 }
95
96 .api_not_conected a{
97 color:#fff;
98 }
99
100 .wpstream_button {
101 box-shadow: none !important;
102 border-radius: 2px;
103 background-clip: padding-box;
104 -moz-background-clip: padding;
105 -webkit-background-clip: padding-box;
106 border-color: #d9d9d9;
107 vertical-align: middle;
108 height: 40px;
109 padding: 7px 21px;
110 -webkit-appearance: none;
111 border: 1px solid #d9d9d9;
112 text-transform: uppercase;
113 background: #e16767;
114 color: #fff;
115 cursor:pointer;
116 }
117
118 .start_event.wpstream_button{
119 background: #8e8b8b;
120 }
121
122 .record_wrapper,
123 .event_list_unit_notificationx{
124 margin-bottom: 10px;
125 position:relative;
126 }
127
128
129 .server_ready_live{
130 padding: 6px 13px;
131 background-color: #6b936b;
132 color: #fff;
133 display: inline-block;
134 margin-bottom: 6px;
135 }
136
137
138 .server_not_ready_live{
139 display: inline-block;
140 padding: 3px 5px;
141 background-color: #f40000;
142 color:#fff;
143 }
144 .curl_error{
145 background: #f40000;
146 color:#fff;
147 width:100%;
148 padding: 5px;
149 margin-bottom: 5px;
150 }
151
152 .curl_error a{
153 color:#fff;
154 }
155
156 .server_loading{
157 display:none;
158 margin-left: 10px;
159 }
160
161 .wpstream_live_key_text,
162 .wpstream_live_uri_text{
163 display:inline;
164 }
165
166 .copy_live_key,
167 .copy_live_uri{
168 display: inline;
169 background: #8e8b8b;
170 color: #fff;
171 padding: 3px 6px;
172 margin-left: 10px;
173 border-radius: 2px;
174 cursor: pointer;
175 font-size: 11px;
176 }
177
178 .show_if_subscription.hide_movieon{
179 display:none;
180 }
181
182 .pricing.hide_movieon{
183 display:block;
184 }