Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F6066166
style.css
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
6 KB
Referenced Files
None
Subscribers
None
style.css
View Options
/* Taskbar button */
#
taskbar
a
.
button-files
span
.
button-inner
{
background
:
url
(
images/buttons.png
)
0
0
no-repeat
;
height
:
22
px
;
}
#
taskbar
a
.
button-files
:
hover
span
.
button-inner
,
#
taskbar
a
.
button-files
.
button-selected
span
.
button-inner
{
background
:
url
(
images/buttons.png
)
0
-26
px
no-repeat
;
height
:
22
px
;
}
/* Attachment toolbar button */
.
toolbar
a
.
button
.
saveas
{
background
:
url
(
images/buttons.png
)
center
-277
px
no-repeat
;
}
/* Files main interface */
#
filestoolbar
{
position
:
absolute
;
height
:
40
px
;
left
:
0
;
top
:
-6
px
;
z-index
:
10
;
}
#
filestoolbar
a
.
button
{
background-image
:
url
(
images/buttons.png
);
}
#
filestoolbar
a
.
button
.
upload
{
background-position
:
center
-52
px
;
}
#
filestoolbar
a
.
button
.
get
{
background-position
:
center
-93
px
;
}
#
filestoolbar
a
.
button
.
open
{
background-position
:
center
-131
px
;
}
#
filestoolbar
a
.
button
.
delete
{
background-image
:
url
(
../../../../skins/larry/images/buttons.png
);
}
#
filestoolbar
a
.
button
.
edit
{
background-position
:
center
-173
px
;
}
#
filestoolbar
a
.
button
.
save
{
background-position
:
center
-213
px
;
}
#
filestoolbar
a
.
button
.
print
{
background-image
:
url
(
../../../../skins/larry/images/buttons.png
);
background-position
:
center
-810
px
;
background-repeat
:
no-repeat
;
}
#
filestoolbar
form
{
display
:
inline
;
}
#
quicksearchbar
#
filesearchmenulink
{
position
:
absolute
;
top
:
5
px
;
left
:
6
px
;
}
#
folderlistbox
,
#
fileinfobox
{
position
:
absolute
;
top
:
42
px
;
left
:
0
;
width
:
220
px
;
bottom
:
0
;
}
#
filelistcontainer
,
#
filecontent
{
position
:
absolute
;
top
:
42
px
;
left
:
232
px
;
right
:
0
;
bottom
:
0
;
overflow
:
auto
;
}
#
filelistbox
{
overflow
:
auto
;
top
:
0
;
left
:
0
;
position
:
absolute
;
width
:
100
%
;
}
#
filecontent
{
overflow
:
hidden
;
}
#
filecontent
iframe
{
width
:
100
%
;
height
:
100
%
;
margin
:
0
;
border
:
0
;
}
#
files-folder-list
ul
li
span
.
name
{
background
:
url
(
../../../../skins/larry/images/listicons.png
)
6
px
3
px
no-repeat
;
padding
:
6
px
8
px
6
px
32
px
;
line-height
:
25
px
;
color
:
#376572
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
span
.
name
{
background
:
url
(
images/folders.png
)
5
px
0
no-repeat
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
audio
span
.
name
{
background-position
:
5
px
-95
px
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
video
span
.
name
{
background-position
:
5
px
-143
px
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
document
span
.
name
{
background-position
:
5
px
0
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
image
span
.
name
{
background-position
:
5
px
-48
px
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
audio
.
selected
span
.
name
{
background-position
:
5
px
-119
px
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
video
.
selected
span
.
name
{
background-position
:
5
px
-167
px
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
document
.
selected
span
.
name
{
background-position
:
5
px
-24
px
;
}
#
files-folder-list
ul
li
.
mailbox
.
collection
.
image
.
selected
span
.
name
{
background-position
:
5
px
-72
px
;
}
#
files-folder-list
ul
li
span
.
branch
{
display
:
inline-block
;
}
#
files-folder-list
ul
li
:
first-child
{
border-radius
:
4
px
4
px
0
0
;
border-top
:
0
;
}
#
files-folder-list
ul
li
.
virtual
span
{
color
:
#aaa
;
}
.
filelist
thead
tr
th
{
padding
:
0
;
}
.
filelist
tbody
tr
td
{
padding
:
2
px
7
px
;
height
:
18
px
;
line-height
:
18
px
;
}
.
filelist
tr
>
.
size
{
width
:
80
px
;
text-align
:
right
;
}
.
filelist
thead
tr
>
.
size
{
text-align
:
left
;
}
.
filelist
tr
>
.
mtime
{
width
:
125
px
;
}
.
filelist
tr
>
.
options
{
width
:
32
px
;
cursor
:
pointer
;
}
.
filelist
thead
tr
th
.
filename
,
.
filelist
tbody
tr
td
.
filename
{
width
:
99
%
;
white-space
:
nowrap
;
}
.
filelist
thead
tr
th
.
sortedASC
a
,
.
filelist
thead
tr
th
.
sortedDESC
a
{
color
:
#004458
;
text-decoration
:
underline
;
background-image
:
url
(
../../../../skins/larry/images/listicons.png
);
background-position
:
right
-912
px
;
background-repeat
:
no-repeat
;
}
.
filelist
thead
tr
th
.
sortedASC
a
{
background-position
:
right
-944
px
;
}
.
filelist
img
{
vertical-align
:
middle
;
display
:
inline-block
;
}
.
filelist
tr
>
.
options
a
.
listmenu
,
.
filelist
tr
>
.
flag
span
.
flagged
,
.
filelist
tr
>
.
flag
span
.
unflagged
,
.
filelist
tr
>
.
flag
span
.
unflagged
:
hover
{
display
:
inline-block
;
vertical-align
:
middle
;
height
:
18
px
;
width
:
20
px
;
padding
:
0
;
background
:
url
(
../../../../skins/larry/images/listicons.png
)
-100
px
0
no-repeat
;
}
.
filelist
thead
tr
th
.
options
{
padding
:
0
;
border-left
:
none
;
}
.
filelist
thead
tr
th
.
options
.
listmenu
{
background-position
:
3
px
-970
px
;
cursor
:
pointer
;
width
:
24
px
;
height
:
20
px
;
padding
:
4
px
4
px
5
px
;
text-indent
:
-5000
px
;
}
.
filelist
thead
tr
th
.
options
.
listmenu
:
focus
{
outline
:
none
;
background-color
:
rgba
(
73
,
180
,
210
,
0.7
);
}
.
filelist
thead
tr
th
:
first-child
{
border-radius
:
4
px
0
0
0
;
}
.
filelist
tbody
tr
td
.
options
:
hover
span
{
width
:
26
px
;
height
:
18
px
;
background
:
url
(
../../../../skins/larry/images/buttons.png
)
-5
px
-417
px
no-repeat
;
display
:
block
;
}
.
filelist
td
.
filename
{
padding
:
0
4
px
;
}
.
filelist
tbody
td
.
filename
span
{
background
:
url
(
images/unknown.png
)
0
0
no-repeat
;
padding
:
1
px
0
3
px
20
px
;
height
:
16
px
;
}
/*
.filelist tbody td.filename span input {
padding: 0 2px;
height: 18px;
}
*/
#
fileinfobox
table
{
table-layout
:
fixed
;
}
#
fileinfobox
table
td
.
label
{
width
:
60
px
;
font-weight
:
bold
;
padding-right
:
0
;
}
#
fileinfobox
table
td
.
data
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
#
fileinfobox
table
td
.
data
.
filename
{
font-weight
:
bold
;
}
#
fileinfobox
table
tr
:
first-child
td
{
border-top
:
0
;
}
/* plugin dialogs */
#
files-dialog
,
#
files-compose-dialog
,
#
files-file-edit-dialog
,
#
files-folder-create-dialog
{
display
:
none
;
}
#
files-compose-dialog
#
folderlistbox
{
right
:
auto
;
width
:
190
px
;
top
:
45
px
;
bottom
:
5
px
;
box-shadow
:
none
;
}
#
files-dialog
#
folderlistbox
{
top
:
5
px
;
bottom
:
5
px
;
left
:
0
;
right
:
0
;
width
:
auto
;
box-shadow
:
none
;
}
#
files-dialog
.
saveas
#
folderlistbox
{
top
:
50
px
;
}
#
files-compose-dialog
#
filelistcontainer
{
position
:
absolute
;
top
:
45
px
;
bottom
:
5
px
;
left
:
200
px
;
right
:
0
;
box-shadow
:
none
;
}
#
files-compose-dialog
#
searchmenulink
{
width
:
15
px
;
}
#
files-compose-dialog
.
searchbox
input
{
background-color
:
white
;
}
#
files-compose-dialog
#
quicksearchbar
{
top
:
10
px
;
right
:
5
px
;
}
#
files-compose-dialog
#
searchreset
{
cursor
:
pointer
;
}
a
.
filesaveall
{
display
:
inline-block
;
margin-top
:
.5
em
;
padding
:
3
px
5
px
4
px
5
px
;
}
#
file-save-as
{
height
:
25
px
;
white-space
:
nowrap
;
}
#
file-save-as
input
{
width
:
200
px
;
}
ul
.
toolbarmenu
li
span
.
saveas
{
background
:
url
(
images/buttons.png
)
-5
px
-253
px
no-repeat
;
}
File Metadata
Details
Attached
Mime Type
text/x-asm
Expires
Fri, May 22, 4:50 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
778220
Default Alt Text
style.css (6 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment