Browse
For agents
About
Scrollsequence – Cinematic Scroll Image Animation Plugin
/
0.9.92
Scrollsequence – Cinematic Scroll Image Animation Plugin
v0.9.92
Switch version
1.4.3
1.4.4
1.4.5
1.4.6
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.5.5
1.5.6
1.5.7
1.5.8
1.5.9
1.6.0
1.6.1
1.6.2
1.6.3
trunk
0.9.92
0.9.93
0.9.94
0.9.96
1.0.072
1.0.073
All 61 releases
Overview
Code
scrollsequence
/
admin
/
css
/
scrollsequence-admin.css
scrollsequence-admin.css
in Scrollsequence – Cinematic Scroll Image Animation Plugin 0.9.92, at admin/css/scrollsequence-admin.css
20 lines
276 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
/*
*
2
* All of the CSS for your admin-specific functionality should be
3
* included in this file.
4
*/
5
6
7
8
.
imageSeqNumber
{
9
position
:
absolute
;
10
height
:
16
px
;
11
width
:
16
px
;
12
top
:
-17
px
;
13
left
:
8
px
;
14
text-shadow
:
0
px
0
px
5
px
white
;
15
font-weight
:
bold
;
16
font-size
:
18
px
;
17
color
:
black
;
18
}
19
20