PluginProbe
WpStream – Live Streaming, Video on Demand, Pay Per View / 2.03
WpStream – Live Streaming, Video on Demand, Pay Per View v2.03
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 / wpstream_style.css

wpstream_style.css in WpStream – Live Streaming, Video on Demand, Pay Per View 2.03, at wpstream_style.css

133 lines 2.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .wpstream_product_front{
2 width:100%;
3 padding: 10px;
4 float:left;
5 }
6
7 .wpstream_product_wrapper{
8 float:left;
9 }
10
11 .wpstream_product_image_wrapper{
12 float: left;
13 width: 100px;
14 text-decoration: none;
15
16 }
17
18 .wpstream_product_front img{
19 float: left;
20 height: 75px!important;
21 width: auto;
22 }
23
24 .wpstream_product_front:nth-child(even){
25 background-color: #f8f6f6;
26 }
27
28 .wpstream_product_name_front{
29 float: left;
30 font-weight: bold;
31 margin: 0px 0px 0px 30px;
32 width:100%;
33 text-decoration: none;
34 }
35
36 .wpstream_product_see{
37 float:left;
38 background-color: #e16767;
39 color:#fff;
40 padding: 2px 10px;
41 cursor:pointer;
42 margin: 10px 0px 0px 30px;
43 font-size: 12px;
44 }
45
46 .wpstream_product_see:hover{
47 background-color: #76b06c;
48 color:#fff;
49 }
50
51
52 .wpstream_player_wrapper{
53
54 }
55
56 .wpstream_player_container{
57 height: 675px;
58 max-width:1200px;
59 margin: 0px auto;
60 }
61 .wpestream_inserted_player .wpstream_player_container{
62 height: auto;
63 }
64
65 #wpstream-video{
66 width: 100%;
67 }
68
69 .wpstream_notice{
70 background-color: #e16767;
71 color:#fff;
72 padding: 2px 10px;
73 }
74
75 #wpstream_product_wrap{
76
77 }
78 #wpstream_product_wrap_no_buy{
79 margin-top: 0px;
80 }
81
82 .wpstream_player_wrapper.no_buy{
83 position:relative;
84 height: 30px;
85 position: relative;
86 background: transparent;
87 margin-bottom: 15px;
88 }
89
90 .wpstream_player_wrapper.no_buy .wpstream_player_container{
91 height: 30px;
92 }
93
94 .wpstream_player_wrapper.wpstream_player_shortcode{
95 width: 100%;
96 position: relative;
97 margin-bottom: 15px;
98 float: left;
99 }
100 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy{
101 height: auto;
102 float: left;
103 }
104
105 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_player_container{
106 height: auto;
107 }
108
109 .wpstream_player_wrapper.wpstream_player_shortcode.no_buy .wpstream_notice{
110 background: transparent;
111 position: absolute;
112 width:100%;
113 top:45%;
114 text-align:center;
115 font-size: 22px;
116 }
117
118
119 .video-js .vjs-big-play-button {
120 line-height: 70px!important;
121 height: 70px!important;
122 width: 120px!important;
123
124 position: absolute!important;
125 top: 50%!important;
126 left: 50%!important;
127 margin-left: -60px;
128 margin-top: -35px;
129 }
130
131 .wpstream_get_download_link{
132 display:none;
133 }