Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F86256
style.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
22 KB
Referenced Files
None
Subscribers
None
style.css
View Options
body
{
font-family
:
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
12
px
;
color
:
#333
;
margin
:
0
;
color
:
#514949
;
background
:
url
(
images/body.png
)
top
repeat-x
#f0f0f0
;
}
a
{
color
:
#1E90FF
;
text-decoration
:
none
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin-top
:
5
px
;
color
:
#ff9900
;
}
input
[
type
=
"text"
],
input
[
type
=
"password"
],
select
[
multiple
=
"multiple"
],
textarea
{
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
padding-left
:
2
px
;
color
:
black
;
}
select
[
multiple
=
"multiple"
]
{
padding-left
:
0
;
}
table
.
list
{
width
:
100
%
;
border-spacing
:
0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
}
table
.
list
td
{
padding
:
2
px
4
px
;
border
:
1
px
solid
white
;
border-left
:
none
;
border-top
:
none
;
user-select
:
none
;
-moz-
user-select
:
none
;
-webkit-
user-select
:
none
;
-ms-
user-select
:
none
;
}
table
.
list
thead
tr
{
background-color
:
#e0e0e0
;
font-weight
:
bold
;
}
table
.
list
tbody
tr
{
background-color
:
#f0f0f0
;
}
table
.
list
tfoot
tr
{
background-color
:
#e0e0e0
;
}
table
.
list
tfoot
tr
td
{
padding
:
3
px
3
px
;
font-size
:
10
px
;
text-shadow
:
white
1
px
1
px
;
}
table
.
list
tfoot
tr
td
{
border-top
:
solid
1
px
white
;
border-bottom
:
none
;
}
table
.
list
td
:
last-child
{
border-right
:
none
;
}
table
.
list
tbody
tr
.
selectable
td
{
cursor
:
default
;
}
table
.
list
tbody
tr
.
selectable
:
hover
{
background-color
:
#d6efff
;
}
table
.
list
tbody
tr
td
.
empty-body
{
height
:
150
px
;
color
:
#ff9900
;
text-align
:
center
;
}
fieldset
{
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
margin-top
:
10
px
;
}
legend
{
padding-left
:
0
;
color
:
#909090
;
}
table
.
form
{
width
:
100
%
;
}
table
.
form
td
{
padding
:
1
px
5
px
;
}
table
.
form
tr
.
required
input
,
table
.
form
tr
.
required
select
,
table
.
form
tr
.
required
textarea
{
background-color
:
#f0f9ff
;
}
table
.
form
tr
input
.
error
,
table
.
form
tr
select
.
error
,
table
.
form
tr
textarea
.
error
{
background-color
:
#f5e3e3
;
}
td
.
label
{
width
:
1
%
;
min-width
:
120
px
;
text-align
:
right
;
font-weight
:
bold
;
white-space
:
nowrap
;
}
table
tbody
tr
.
selected
{
background-color
:
#d6efff
;
}
/**** Common UI elements ****/
#
topmenu
{
text-align
:
right
;
height
:
20
px
;
padding
:
0
10
px
;
margin
:
0
;
white-space
:
nowrap
;
background
:
url
(
images/linen_header.jpg
)
0
0
repeat-x
;
}
#
topmenu
>
span
{
color
:
#aaa
;
font-size
:
11
px
;
padding-top
:
2
px
;
display
:
inline-block
;
height
:
18
px
;
}
#
navigation
{
margin
:
0
15
px
;
text-align
:
right
;
height
:
36
px
;
z-index
:
2
;
white-space
:
nowrap
;
}
#
task_navigation
{
margin
:
0
15
px
;
text-align
:
right
;
height
:
21
px
;
z-index
:
2
;
white-space
:
nowrap
;
}
#
message
{
position
:
absolute
;
top
:
80
px
;
left
:
20
px
;
width
:
350
px
;
height
:
60
px
;
z-index
:
20
;
}
#
message
div
{
opacity
:
0.97
;
padding-left
:
70
px
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
-moz-
box-shadow
:
1
px
1
px
3
px
#999
;
-webkit-
box-shadow
:
#999
1
px
1
px
3
px
;
width
:
100
%
;
height
:
100
%
;
display
:
table
;
}
#
message
.
notice
div
{
border-color
:
#aec1db
;
color
:
#3465a4
;
background
:
url
(
images/info.png
)
10
px
center
no-repeat
#c0e0ff
;
}
#
message
.
error
div
{
border-color
:
#db9999
;
color
:
#a40000
;
background
:
url
(
images/error.png
)
10
px
center
no-repeat
#edcccc
;
}
#
message
div
span
{
vertical-align
:
middle
;
display
:
table-cell
;
line-height
:
20
px
;
}
#
logo
{
position
:
absolute
;
top
:
0
px
;
left
:
10
px
;
width
:
198
px
;
height
:
74
px
;
cursor
:
pointer
;
background
:
url
(
images/logo.png
)
0
0
no-repeat
;
}
#
content
{
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
74
px
;
bottom
:
55
px
;
margin
:
0
15
px
;
padding
:
10
px
;
background-color
:
#f5f5f5
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
}
#
footer
{
position
:
absolute
;
left
:
0
;
right
:
0
;
bottom
:
0
;
height
:
50
px
;
margin
:
2
px
15
px
;
color
:
#b0b0b0
;
font-size
:
9
px
;
}
#
loading
{
position
:
absolute
;
display
:
none
;
top
:
2
px
;
left
:
15
px
;
width
:
150
px
;
height
:
18
px
;
padding-left
:
86
px
;
color
:
#aaa
;
font-size
:
11
px
;
z-index
:
1
;
background
:
url
(
images/loading.gif
)
0
3
px
no-repeat
;
white-space
:
nowrap
;
}
#
topmenu
.
logout
{
background
:
url
(
images/buttons.png
)
-1
px
-100
px
no-repeat
;
padding-left
:
20
px
;
margin-right
:
10
px
;
color
:
white
;
}
#
topmenu
.
login
{
padding-left
:
20
px
;
margin-right
:
20
px
;
background
:
url
(
images/user_ico.png
)
0
2
px
no-repeat
;
}
#
topmenu
.
domain
{
padding-left
:
20
px
;
margin-right
:
10
px
;
background
:
url
(
images/domain_ico.png
)
0
3
px
no-repeat
;
}
#
navigation
ul
{
list-style-type
:
none
;
margin
:
0
;
padding
:
8
px
0
;
}
#
navigation
ul
li
{
display
:
inline
;
font-size
:
13
px
;
font-weight
:
bold
;
padding
:
8
px
0
;
}
#
navigation
ul
li
a
{
padding
:
8
px
10
px
;
text-decoration
:
none
;
color
:
#514949
;
}
#
navigation
ul
li
.
active
{
background
:
url
(
images/navbg.png
)
0
0
repeat-x
;
}
#
navigation
ul
li
.
active
a
{
text-shadow
:
white
1
px
1
px
;
color
:
#ff9900
;
}
#
task_navigation
ul
{
list-style-type
:
none
;
margin
:
0
;
padding
:
2
px
0
;
}
#
task_navigation
ul
li
{
padding
:
1
px
0
;
display
:
inline
;
font-size
:
12
px
;
font-weight
:
bold
;
text-shadow
:
white
1
px
1
px
;
}
#
task_navigation
ul
li
a
{
padding
:
1
px
10
px
;
text-decoration
:
none
;
color
:
#808080
;
}
#
navigation
ul
li
a
:
active
,
#
task_navigation
ul
li
a
:
active
{
outline
:
none
;
}
#
search
{
padding
:
7
px
;
margin-bottom
:
10
px
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
background-color
:
#e0e0e0
;
}
#
searchinput
{
border
:
none
;
background-color
:
white
;
margin-top
:
2
px
;
}
#
searchinput
:
focus
{
outline
:
none
;
}
.
searchinput
{
height
:
20
px
;
margin
:
0
;
padding
:
0
;
background-color
:
white
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
overflow
:
hidden
;
}
.
searchactions
{
float
:
left
;
padding
:
1
px
;
margin-left
:
-1
px
;
height
:
18
px
;
width
:
37
px
;
background-color
:
#f0f0f0
;
cursor
:
pointer
;
border-right
:
1
px
solid
#e0e0e0
;
border-top-left-radius
:
3
px
;
border-bottom-left-radius
:
3
px
;
-moz-
border-radius-topleft
:
3
px
;
-moz-
border-radius-bottomleft
:
3
px
;
-webkit-
border-top-left-radius
:
3
px
;
-webkit-
border-left-right-radius
:
3
px
;
}
#
search-reset
,
#
search-details
{
display
:
block
;
float
:
left
;
width
:
18
px
;
height
:
18
px
;
background
:
url
(
images/buttons.png
)
-1
px
0
no-repeat
;
}
#
search-reset
:
hover
,
#
search-details
:
hover
{
background-color
:
white
;
}
#
search-reset
{
border-left
:
1
px
solid
#e0e0e0
;
}
#
search-details
{
background-position
:
-1
px
20
px
;
}
.
searchdetails
{
display
:
none
;
}
.
searchfilter
{
color
:
#909090
;
font-weight
:
bold
;
margin-top
:
5
px
;
}
#
search
fieldset
{
margin
:
0
;
color
:
#909090
;
margin-top
:
5
px
;
}
#
search
td
.
label
{
min-width
:
0
;
}
div
.
vsplitter
{
float
:
left
;
width
:
10
px
;
min-height
:
400
px
;
}
/* fix cursor on upload button */
input
[
type
=
"file"
]
::
-webkit-file-upload-button
{
cursor
:
pointer
;
}
#
draglayer
{
min-width
:
300
px
;
width
:
auto
!important
;
width
:
300
px
;
border
:
1
px
solid
#999999
;
background-color
:
#fff
;
padding-left
:
8
px
;
padding-right
:
8
px
;
padding-top
:
3
px
;
padding-bottom
:
3
px
;
white-space
:
nowrap
;
opacity
:
0.9
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
-moz-
box-shadow
:
1
px
1
px
12
px
#999
;
-webkit-
box-shadow
:
#999
1
px
1
px
12
px
;
}
/**** Common classes ****/
a
.
disabled
{
opacity
:
0.5
;
filter
:
alpha
(
opacity
=
50
);
}
.
nowrap
{
white-space
:
nowrap
;
}
.
clear
{
clear
:
both
;
}
.
watermark
{
padding-top
:
40
px
;
text-align
:
center
;
width
:
100
%
;
}
.
link
{
cursor
:
pointer
;
}
.
icon
{
width
:
16
px
;
height
:
16
px
;
}
input
.
inactive
{
color
:
#d0d0d0
;
}
.
formtitle
{
color
:
#ff9900
;
font-size
:
18
px
;
font-weight
:
bold
;
margin-left
:
5
px
;
}
.
formbuttons
{
text-align
:
center
;
white-space
:
nowrap
;
}
.
formbuttons
input
{
margin
:
5
px
;
}
div
.
scroller
{
left
:
0
;
top
:
0
;
width
:
100
%
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
position
:
absolute
;
bottom
:
19
px
;
}
.
listnav
{
width
:
100
%
;
text-align
:
right
;
}
.
listnav
a
{
float
:
left
;
display
:
block
;
width
:
16
px
;
height
:
16
px
;
background
:
url
(
images/arrow_left.png
)
center
no-repeat
;
}
.
listnav
a
.
next
{
background
:
url
(
images/arrow_right.png
)
center
no-repeat
;
}
.
listnav
a
.
disabled
{
opacity
:
.3
;
cursor
:
default
;
}
.
listnav
span
span
{
float
:
left
;
display
:
block
;
height
:
14
px
;
padding
:
1
px
5
px
;
}
.
disabled
,
.
readonly
,
.
select
.
readonly
option
{
color
:
#a0a0a0
;
}
input
.
disabled
,
input
.
readonly
,
select
.
disabled
,
select
.
readonly
,
textarea
.
disabled
,
textarea
.
readonly
{
background-color
:
#f5f5f5
;
color
:
#a0a0a0
;
}
input
.
maxsize
{
width
:
368
px
;
/* span.listarea width - 2px */
}
pre
.
debug
{
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
background-color
:
white
;
padding
:
2
px
;
width
:
500
px
;
height
:
200
px
;
margin
:
0
;
overflow
:
auto
;
}
.
popup
{
display
:
none
;
position
:
absolute
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
box-shadow
:
0
2
px
6
px
0
#d0d0d0
;
-moz-
box-shadow
:
0
2
px
6
px
0
#d0d0d0
;
-webkit-
box-shadow
:
0
2
px
6
px
0
#d0d0d0
;
-o-
box-shadow
:
0
2
px
6
px
0
#d0d0d0
;
background-color
:
#f0f0f0
;
}
a
.
button
{
display
:
inline-block
;
width
:
18
px
;
height
:
18
px
;
background
:
url
(
images/buttons.png
)
0
0
no-repeat
;
}
a
.
button
.
edit
{
background-position
:
-1
px
-81
px
;
}
a
.
button
.
add
{
background-position
:
-1
px
-41
px
;
}
a
.
button
.
delete
{
background-position
:
-1
px
-1
px
;
}
.
popup
ul
{
list-style-type
:
none
;
margin
:
0
;
padding
:
0
;
}
.
popup
ul
li
{
padding
:
2
px
4
px
;
min-width
:
100
px
;
cursor
:
default
;
}
.
popup
ul
li
a
{
cursor
:
default
;
display
:
block
;
}
.
popup
ul
li
:
hover
{
background-color
:
#d6efff
;
}
div
.
boxfooter
{
position
:
absolute
;
height
:
18
px
;
left
:
0
;
right
:
0
;
bottom
:
0
;
background-color
:
#e0e0e0
;
border-top
:
1
px
solid
#d0d0d0
;
}
div
.
boxfooter
a
.
button
{
width
:
auto
;
white-space
:
nowrap
;
color
:
#514949
;
display
:
inline
;
line-height
:
18
px
;
padding
:
0
5
px
0
20
px
;
}
/********* Form smart inputs *********/
span
.
listarea
{
display
:
block
;
width
:
370
px
;
max-height
:
209
px
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
margin
:
0
;
padding
:
0
;
background-color
:
white
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
text-align
:
left
;
text-shadow
:
none
;
color
:
black
;
}
span
.
listelement
{
display
:
block
;
padding
:
0
;
margin
:
0
;
height
:
18
px
;
overflow
:
hidden
;
border-top
:
1
px
solid
#d0d0d0
;
white-space
:
nowrap
;
}
span
.
listelement
:
first-child
{
border
:
none
;
}
span
.
listelement
input
{
border
:
none
;
background-color
:
transparent
;
padding-left
:
2
px
;
width
:
328
px
;
height
:
16
px
;
}
span
.
listarea
.
disabled
span
.
listelement
input
,
span
.
listarea
.
readonly
span
.
listelement
input
{
width
:
370
px
;
}
span
.
listelement
input
:
focus
{
outline
:
none
;
}
span
.
listelement
span
.
actions
{
float
:
left
;
padding
:
1
px
0
;
margin-left
:
-1
px
;
margin-top
:
-1
px
;
height
:
18
px
;
width
:
37
px
;
border
:
1
px
solid
#d0d0d0
;
background-color
:
#f0f0f0
;
cursor
:
pointer
;
}
span
.
listelement
span
.
actions
span
{
display
:
block
;
float
:
left
;
width
:
18
px
;
height
:
18
px
;
background
:
url
(
images/buttons.png
)
0
0
no-repeat
;
}
span
.
listelement
span
.
actions
span
:
hover
{
background-color
:
white
;
}
span
.
listelement
span
.
actions
span
.
reset
{
background-position
:
-1
px
-1
px
;
border-left
:
1
px
solid
#e0e0e0
;
}
span
.
listelement
span
.
actions
span
.
add
{
background-position
:
-41
px
-2
px
;
}
span
.
listelement
span
.
actions
span
.
search
{
background-position
:
-61
px
-1
px
;
cursor
:
default
;
}
span
.
listarea
.
disabled
,
span
.
listarea
.
readonly
{
background-color
:
#f5f5f5
;
}
input
.
disabled
,
input
.
readonly
,
span
.
listarea
.
disabled
span
.
listelement
input
,
span
.
listarea
.
readonly
span
.
listelement
input
{
color
:
#a0a0a0
;
cursor
:
default
;
}
span
.
listarea
.
autocomplete
span
.
listelement
input
{
color
:
#514949
;
}
span
.
listarea
.
autocomplete
span
.
listelement
input
.
autocomplete
{
color
:
black
;
}
.
autocomplete
>
span
.
listelement
input
{
width
:
346
px
;
}
.
autocomplete
>
span
.
listelement
span
.
actions
{
width
:
18
px
;
}
.
autocomplete
>
span
.
listelement
span
.
actions
span
.
reset
{
border-left
:
none
;
}
.
autocomplete
>
span
.
listelement
span
.
actions
span
.
search
:
hover
{
background-color
:
#f0f0f0
;
}
span
.
listarea
.
select
{
width
:
200
px
;
}
span
.
listarea
.
select
>
span
.
listelement
input
{
width
:
180
px
;
}
span
.
listcontent
{
display
:
block
;
padding
:
0
;
margin
:
0
;
overflow
:
hidden
;
max-height
:
94
px
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
border-top
:
1
px
solid
#d0d0d0
;
background-color
:
#f5f5f5
;
cursor
:
default
;
}
span
.
listcontent
span
.
listelement
{
padding-left
:
3
px
;
}
span
.
listcontent
span
.
listelement
:
hover
{
background-color
:
#d6efff
;
}
span
.
listcontent
span
.
listelement
.
selected
{
background-color
:
#d6efff
;
}
span
.
form_error
{
color
:
#FF0000
;
font-weight
:
bold
;
font-size
:
90
%
;
padding-left
:
5
px
;
}
/***** progress bar ****/
table
.
progress
{
width
:
100
%
;
height
:
5
px
;
background-color
:
#F0F0F0
;
border
:
1
px
solid
#D0D0D0
;
border-spacing
:
0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
margin-bottom
:
3
px
;
}
table
.
progress
td
.
bar
{
background-color
:
#71b9e1
;
}
/***** autocomplete list *****/
#
autocompletepane
{
background-color
:
white
;
border
:
1
px
solid
#d0d0d0
;
min-width
:
351
px
;
}
#
autocompletepane
ul
{
margin
:
0
px
;
padding
:
2
px
;
list-style-image
:
none
;
list-style-type
:
none
;
}
#
autocompletepane
ul
li
{
display
:
block
;
height
:
16
px
;
font-size
:
11
px
;
padding-left
:
6
px
;
padding-top
:
2
px
;
padding-right
:
6
px
;
white-space
:
nowrap
;
cursor
:
pointer
;
}
#
autocompletepane
ul
li
.
selected
{
background-color
:
#d6efff
;
}
/***** tabbed interface elements *****/
div
.
tabsbar
{
height
:
22
px
;
border-bottom
:
1
px
solid
#d0d0d0
;
white-space
:
nowrap
;
margin
:
10
px
5
px
0
5
px
;
}
span
.
tablink
,
span
.
tablink-selected
{
float
:
left
;
height
:
23
px
!important
;
height
:
22
px
;
overflow
:
hidden
;
background
:
url
(
images/tabs-left.gif
)
top
left
no-repeat
;
font-weight
:
bold
;
}
span
.
tablink
{
cursor
:
pointer
;
text-shadow
:
white
1
px
1
px
;
}
span
.
tablink-selected
{
cursor
:
default
;
background-position
:
0
px
-23
px
;
}
span
.
tablink
a
,
span
.
tablink-selected
a
{
display
:
inline-block
;
padding
:
4
px
10
px
0
5
px
;
margin-left
:
5
px
;
height
:
23
px
;
color
:
#808080
;
max-width
:
185
px
;
text-decoration
:
none
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
-o-
text-overflow
:
ellipsis
;
background
:
url
(
images/tabs-right.gif
)
top
right
no-repeat
;
outline
:
none
;
}
span
.
tablink-selected
a
{
cursor
:
inherit
;
color
:
#514949
;
background-position
:
right
-23
px
;
}
fieldset
.
tabbed
{
margin-top
:
0
;
padding-top
:
12
px
;
border-top
:
none
;
}
/***** Dialog windows *****/
#
_wModal_bg
{
background-color
:
#000
;
z-index
:
10000
;
opacity
:
0.2
;
filter
:
alpha
(
opacity
=
20
);
}
#
_wModal_pixel
{
z-index
:
10001
;
}
.
_wModal
{
position
:
relative
;
min-width
:
350
px
;
overflow
:
hidden
;
line-height
:
15
px
;
background-color
:
#FFF
;
color
:
#333
;
border
:
1
px
solid
rgba
(
51
,
51
,
51
,
0.5
);
border-radius
:
4
px
;
box-shadow
:
0
3
px
7
px
rgba
(
0
,
0
,
0
,
0.3
);
}
.
_wModal_header
{
padding
:
10
px
;
font-size
:
14
px
;
font-weight
:
bold
;
border-bottom
:
solid
1
px
#DDD
;
}
.
_wModal_close
{
position
:
absolute
;
right
:
10
px
;
top
:
10
px
;
font-weight
:
normal
;
font-size
:
12
px
;
cursor
:
pointer
;
color
:
#BABABA
;
}
.
_wModal_msg
{
font-size
:
12
px
;
padding
:
20
px
;
color
:
#3A3A3A
;
text-shadow
:
rgba
(
255
,
255
,
255
,
0.75
)
0
1
px
1
px
;
}
.
_wModal_btns
{
padding
:
10
px
;
font-size
:
10
px
;
font-weight
:
bold
;
border-top
:
solid
1
px
#DDD
;
background-color
:
#EFEFEF
;
text-align
:
right
;
white-space
:
nowrap
;
}
.
_wModal_btns
div
{
display
:
inline-block
;
min-width
:
40
px
;
padding
:
0
10
px
;
height
:
25
px
;
line-height
:
25
px
;
margin-left
:
10
px
;
text-align
:
center
;
cursor
:
pointer
;
border-radius
:
4
px
;
box-shadow
:
rgba
(
255
,
255
,
255
,
0.2
)
0
px
1
px
0
px
0
px
inset
,
rgba
(
0
,
0
,
0
,
0.0470588
)
0
px
1
px
2
px
0
px
;
text-shadow
:
rgba
(
255
,
255
,
255
,
0.75
)
0
1
px
1
px
;
border
:
1
px
solid
rgba
(
0
,
0
,
0
,
0.14902
);
border-bottom-color
:
rgba
(
0
,
0
,
0
,
0.247059
);
background-color
:
#F5F5F5
;
color
:
#333
;
}
.
_wModal_btns
div
:
hover
{
background-color
:
#E6E6E6
;
}
.
_wModal_btns
div
.
default
{
text-shadow
:
rgba
(
0
,
0
,
0
,
0.247059
)
0
px
-1
px
0
px
;
border
:
1
px
solid
rgba
(
0
,
0
,
0
,
0.0980392
);
background-color
:
#006DCC
;
color
:
#FFF
;
}
.
_wModal_btns
div
.
default
:
hover
{
background-color
:
#0044CC
}
/**** Login form elements ****/
#
login_form
{
margin
:
auto
;
margin-top
:
75
px
;
padding
:
20
px
;
width
:
330
px
;
background-color
:
#e0e0e0
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
text-align
:
center
;
}
#
login_form
span
{
display
:
block
;
line-height
:
24
px
;
width
:
330
px
;
text-align
:
left
;
}
#
login_form
label
{
display
:
block
;
width
:
80
px
;
text-align
:
right
;
float
:
left
;
margin-right
:
10
px
;
}
#
login_form
select
,
#
login_form
input
[
type
=
"text"
],
#
login_form
input
[
type
=
"password"
]
{
width
:
210
px
;
}
#
login_submit
{
margin-top
:
5
px
;
}
/**** Main screen elements ****/
#
main
{
padding
:
5
px
30
px
;
}
#
footer
.
foot
{
white-space
:
nowrap
;
vertical-align
:
top
;
text-align
:
right
;
}
/***** tree indicators *****/
td
span
.
branch
span
{
float
:
left
;
height
:
16
px
;
}
td
span
.
branch
span
.
tree
{
height
:
17
px
;
width
:
15
px
;
background
:
url
(
images/tree.gif
)
0
0
no-repeat
;
}
td
span
.
branch
span
.
l1
{
background-position
:
0
px
0
px
;
/* L */
}
td
span
.
branch
span
.
l2
{
background-position
:
-30
px
0
px
;
/* | */
}
td
span
.
branch
span
.
l3
{
background-position
:
-15
px
0
px
;
/* |- */
}
/**** File manager elements ****/
#
taskcontent
{
position
:
absolute
;
left
:
310
px
;
right
:
10
px
;
bottom
:
10
px
;
top
:
10
px
;
background-color
:
#f0f0f0
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
overflow-y
:
auto
;
}
#
actionbar
{
position
:
absolute
;
width
:
82
px
;
top
:
10
px
;
bottom
:
10
px
;
overflow
:
hidden
;
}
#
forms
{
position
:
absolute
;
left
:
310
px
;
right
:
10
px
;
top
:
10
px
;
}
#
forms
form
{
display
:
none
;
}
#
forms
fieldset
{
margin
:
0
;
background-color
:
#f0f0f0
;
}
#
forms
table
{
border-spacing
:
0
;
margin
:
0
;
padding
:
0
;
}
#
forms
table
td
.
buttons
{
width
:
1
%
;
white-space
:
nowrap
;
}
#
actionbar
a
{
display
:
block
;
width
:
80
px
;
height
:
55
px
;
border
:
1
px
solid
#d0d0d0
;
border-spacing
:
0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
background-color
:
#f0f0f0
;
margin-bottom
:
6
px
;
cursor
:
pointer
;
color
:
#333
;
}
#
actionbar
a
span
{
display
:
block
;
position
:
absolute
;
width
:
100
%
;
text-align
:
center
;
padding-top
:
40
px
;
font-size
:
9
px
;
}
#
folder-create-button
{
background
:
url
(
images/folder_new.png
)
center
6
px
no-repeat
;
}
#
file-create-button
{
background
:
url
(
images/file_new.png
)
center
6
px
no-repeat
;
}
#
file-upload-button
{
background
:
url
(
images/file_new.png
)
center
6
px
no-repeat
;
}
#
file-search-button
{
background
:
url
(
images/search.png
)
center
6
px
no-repeat
;
}
#
folderlist
,
#
filedata
{
position
:
absolute
;
width
:
200
px
;
top
:
10
px
;
bottom
:
10
px
;
left
:
98
px
;
border
:
1
px
solid
#d0d0d0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
background-color
:
#f0f0f0
;
padding
:
2
px
;
}
#
folderlist
table
,
#
filelist
table
{
width
:
100
%
;
border-spacing
:
0
;
}
#
filelist
td
{
white-space
:
nowrap
;
cursor
:
default
;
}
#
filelist
td
.
filename
{
width
:
98
%
;
height
:
20
px
;
padding
:
0
4
px
;
}
#
filelist
td
.
filesize
{
text-align
:
right
;
}
#
filelist
tbody
td
.
filename
span
{
background
:
url
(
images/mimetypes/unknown.png
)
0
0
no-repeat
;
padding
:
0
0
0
20
px
;
height
:
16
px
;
cursor
:
pointer
;
}
#
filelist
tbody
td
.
filename
span
input
{
padding
:
0
2
px
;
height
:
18
px
;
}
#
filelist
thead
td
{
cursor
:
pointer
;
}
#
filelist
thead
td
.
sorted
{
padding-right
:
16
px
;
text-decoration
:
underline
;
background
:
url
(
images/buttons.png
)
right
-140
px
no-repeat
;
}
#
filelist
thead
td
.
sorted
.
reverse
{
background-position
:
right
-120
px
;
}
#
folderlist
td
span
.
name
{
background
:
url
(
images/folder.png
)
0
0
no-repeat
;
height
:
18
px
;
padding-left
:
20
px
;
margin-left
:
3
px
;
cursor
:
pointer
;
}
#
folderlist
tr
.
selected
td
span
.
name
{
background-image
:
url
(
images/folder_open.png
);
}
#
folderlist
tr
.
selected
{
background-color
:
inherit
;
}
#
folderlist
tr
.
selected
td
span
.
name
{
font-weight
:
bold
;
}
#
folderlist
tr
.
virtual
td
span
.
name
{
color
:
#bbb
;
cursor
:
default
;
}
#
folderlist
tr
.
droptarget
{
background-color
:
#e0e0e0
;
}
#
folder-collection-audio
td
span
.
name
,
#
folderlist
#
folder-collection-audio
.
selected
td
span
.
name
{
background
:
url
(
images/audio.png
)
1
px
0
no-repeat
;
}
#
folder-collection-video
td
span
.
name
,
#
folderlist
#
folder-collection-video
.
selected
td
span
.
name
{
background
:
url
(
images/video.png
)
0
0
no-repeat
;
}
#
folder-collection-image
td
span
.
name
,
#
folderlist
#
folder-collection-image
.
selected
td
span
.
name
{
background
:
url
(
images/image.png
)
0
0
no-repeat
;
}
#
folder-collection-document
td
span
.
name
,
#
folderlist
#
folder-collection-document
.
selected
td
span
.
name
{
background
:
url
(
images/document.png
)
0
0
no-repeat
;
}
/****** File open interface elements ******/
#
actionbar
#
file-edit-button
{
background
:
url
(
images/edit.png
)
center
6
px
no-repeat
#f0f0f0
;
}
#
actionbar
#
file-delete-button
{
background
:
url
(
images/trash.png
)
center
6
px
no-repeat
#f0f0f0
;
}
#
actionbar
#
file-download-button
{
background
:
url
(
images/download.png
)
center
6
px
no-repeat
#f0f0f0
;
}
#
taskcontent
iframe
{
border
:
none
;
width
:
100
%
;
height
:
100
%
;
background-color
:
white
;
overflow
:
auto
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
opacity
:
0.1
;
}
.
fileopen
#
taskcontent
{
overflow
:
hidden
;
background-color
:
white
;
}
#
filedata
table
{
width
:
200
px
;
}
#
filedata
table
td
.
label
{
min-width
:
30
px
;
}
#
filedata
table
td
.
data
{
/*
text-overflow: ellipsis;
overflow: hidden;
*/
}
#
filedata
table
td
.
data
.
filename
{
font-weight
:
bold
;
}
#
loader
{
display
:
none
;
z-index
:
10
;
width
:
100
px
;
background-color
:
#fafafa
;
color
:
#a0a0a0
;
position
:
absolute
;
border
:
1
px
solid
#e0e0e0
;
border-radius
:
3
px
;
-moz-
border-radius
:
3
px
;
-webkit-
border-radius
:
3
px
;
text-align
:
center
;
padding
:
10
px
;
font-weight
:
bold
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 12:31 PM (22 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80106
Default Alt Text
style.css (22 KB)
Attached To
Mode
R26 chwala
Attached
Detach File
Event Timeline
Log In to Comment