Browse
For agents
About
StreamCast – bring live radio to your site with a sleek player
/
trunk
StreamCast – bring live radio to your site with a sleek player
vtrunk
Switch version
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
Overview
Code
streamcast
/
build
/
admin-post.css
admin-post.css
in StreamCast – bring live radio to your site with a sleek player trunk, at build/admin-post.css
2 lines
891 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
.
bPlAdminShortcode
{
display
:
inline-block
;
margin
:
0
auto
;
position
:
relative
}
.
bPlAdminShortcode
input
{
background-color
:
#
4527a4
;
border
:
none
;
border-radius
:
3
px
;
color
:
#
fff
;
cursor
:
pointer
;
outline
:
none
;
padding
:
4
px
10
px
;
text-align
:
center
}
.
bPlAdminShortcode
.
tooltip
{
background-color
:
#
555
;
border-radius
:
6
px
;
bottom
:
150
%
;
color
:
#
fff
;
left
:
50
%
;
margin-left
:
-75
px
;
opacity
:
0
;
padding
:
5
px
;
position
:
absolute
;
text-align
:
center
;
transition
:
opacity
.3
s
;
visibility
:
hidden
;
width
:
140
px
;
z-index
:
1
}
.
bPlAdminShortcode
.
tooltip
:
after
{
border
:
5
px
solid
transparent
;
border-top-color
:
#
555
;
content
:
"
"
;
left
:
50
%
;
margin-left
:
-5
px
;
position
:
absolute
;
top
:
100
%
}
.
bPlAdminShortcode
:
hover
.
tooltip
{
opacity
:
1
;
visibility
:
visible
}
.
preview-image-wrapper
{
align-items
:
center
;
display
:
flex
;
height
:
100
%
;
justify-content
:
center
;
margin-right
:
373
px
;
width
:
100
px
}
.
preview-image
{
margin-right
:
420
px
}
.
preview-image
img
{
height
:
auto
;
max-width
:
100
px
;
width
:
40
px
}
2