Browse
For agents
About
Counters Block – showcase your stats with animated numbers
/
2.0.5
Counters Block – showcase your stats with animated numbers
v2.0.5
Switch version
2.0.8
2.0.7
trunk
1.0.0
1.0.1
1.0.2
1.0.4
1.0.5
1.0.6
1.0.7
1.0.8
1.0.9
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
2.0.0
2.0.1
2.0.2
2.0.3
2.0.4
2.0.5
2.0.6
Overview
Code
counters-block
/
build
/
admin-post.css
admin-post.css
in Counters Block – showcase your stats with animated numbers 2.0.5, at build/admin-post.css
2 lines
678 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
:
#
146ef5
;
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
}
2