Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117750896
common.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
7 KB
Referenced Files
None
Subscribers
None
common.css
View Options
/***** RoundCube|Mail basic styles *****/
body
{
margin
:
8
px
;
background-color
:
#F6F6F6
;
/* #EBEBEB; */
color
:
#000000
;
}
body
.
iframe
{
margin
:
0
px
;
background-color
:
#FFF
;
}
body
.
extwin
{
margin
:
10
px
;
}
body
,
td
,
th
,
div
,
p
,
h3
{
font-family
:
"Lucida Grande"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
12
px
;
color
:
#000000
;
}
th
{
font-weight
:
normal
;
}
h3
{
font-family
:
"Lucida Grande"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
font-size
:
18
px
;
color
:
#000000
;
}
a
,
a
:
active
,
a
:
visited
{
color
:
#000000
;
outline
:
none
;
}
a
.
button
,
a
.
button
:
visited
,
a
.
tab
,
a
.
tab
:
visited
,
a
.
axislist
{
color
:
#000000
;
text-decoration
:
none
;
}
a
.
tab
{
width
:
80
px
;
display
:
block
;
text-align
:
center
;
}
hr
{
height
:
1
px
;
background-color
:
#666666
;
border-style
:
none
;
}
input
[
type
=
"text"
],
input
[
type
=
"button"
],
input
[
type
=
"password"
],
textarea
{
font-size
:
9
pt
;
font-family
:
"Lucida Grande"
,
Verdana
,
Arial
,
Helvetica
,
sans-serif
;
padding
:
1
px
;
padding-left
:
3
px
;
padding-right
:
3
px
;
border
:
1
px
solid
#666666
;
color
:
#333333
;
background-color
:
#ffffff
;
}
input
,
textarea
{
color
:
#333333
;
padding-left
:
3
px
;
padding-right
:
3
px
;
/* IE hacks for input elements */
border-style
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
'none'
:
'solid'
);
border-width
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
'0'
:
'1px'
);
border-color
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
''
:
'#666666'
);
background-color
:
expression
(
this
.
type
==
'checkbox'
||
this
.
type
==
'radio'
?
'transparent'
:
'#ffffff'
);
}
input
.
button
{
height
:
20
px
;
color
:
#333333
;
font-size
:
12
px
;
padding-left
:
8
px
;
padding-right
:
8
px
;
background
:
url
(
images/buttons/bg.gif
)
repeat-x
#f0f0f0
;
border
:
1
px
solid
#a4a4a4
;
}
input
.
button
:
hover
{
color
:
black
;
}
input
.
mainaction
{
font-weight
:
bold
;
border
:
1
px
solid
#999
;
}
img
{
behavior
:
url
(
'skins/default/pngbehavior.htc'
);
border
:
0
;
}
.
alttext
{
font-size
:
11
px
;
}
.
hint
{
color
:
#666
;
font-size
:
11
px
;
}
/** common user interface objects */
#
header
{
position
:
absolute
;
top
:
10
px
;
left
:
20
px
;
width
:
170
px
;
height
:
40
px
;
z-index
:
100
;
}
#
taskbar
{
position
:
absolute
;
top
:
0
px
;
right
:
0
px
;
width
:
600
px
;
height
:
37
px
;
background
:
url
(
images/taskbar.gif
)
top
right
no-repeat
;
padding
:
10
px
4
px
10
px
0
px
;
text-align
:
right
;
white-space
:
nowrap
;
z-index
:
2
;
}
#
taskbar
a
,
#
taskbar
a
:
active
,
#
taskbar
a
:
visited
{
font-size
:
11
px
;
color
:
#666666
;
text-decoration
:
none
;
padding
:
6
px
16
px
6
px
25
px
;
background-repeat
:
no-repeat
;
}
#
taskbar
a
:
hover
{
color
:
#333333
;
}
a
.
button-mail
{
background-image
:
url
(
images/buttons/mail.gif
);
}
a
.
button-addressbook
{
background-image
:
url
(
images/buttons/addressbook.gif
);
}
a
.
button-settings
{
background-image
:
url
(
images/buttons/settings.gif
);
}
a
.
button-logout
{
background-image
:
url
(
images/buttons/logout.gif
);
}
#
message
{
position
:
absolute
;
display
:
none
;
top
:
-1
px
;
left
:
200
px
;
right
:
200
px
;
z-index
:
5000
;
opacity
:
0.85
;
/* IE */
filter
:
alpha
(
opacity
=
85
);
}
#
message
div
{
width
:
400
px
;
margin
:
0
px
auto
;
height
:
24
px
;
min-height
:
24
px
;
padding
:
8
px
10
px
8
px
46
px
;
}
#
message
div
.
notice
,
#
remote-objects-message
{
background
:
url
(
images/display/info.png
)
6
px
3
px
no-repeat
;
background-color
:
#F7FDCB
;
border
:
1
px
solid
#C2D071
;
}
#
message
div
.
error
,
#
message
div
.
warning
{
background
:
url
(
images/display/warning.png
)
6
px
3
px
no-repeat
;
background-color
:
#EF9398
;
border
:
1
px
solid
#DC5757
;
}
#
message
div
.
confirmation
{
background
:
url
(
images/display/confirm.png
)
6
px
3
px
no-repeat
;
background-color
:
#A6EF7B
;
border
:
1
px
solid
#76C83F
;
}
#
message
div
.
loading
{
background
:
url
(
images/display/loading.gif
)
6
px
3
px
no-repeat
;
background-color
:
#EBEBEB
;
border
:
1
px
solid
#CCCCCC
;
}
.
splitter
{
user-select
:
none
;
-moz-
user-select
:
none
;
-khtml-
user-select
:
none
;
position
:
absolute
;
background
:
url
(
images/dimple.png
)
center
no-repeat
;
}
.
splitter-h
{
cursor
:
n-resize
;
background-position
:
center
2
px
;
}
.
splitter-v
{
cursor
:
e-resize
;
background-position
:
2
px
center
;
}
.
boxtitle
{
height
:
12
px
!important
;
padding
:
4
px
20
px
3
px
20
px
;
border-bottom
:
1
px
solid
#999
;
color
:
#333
;
font-size
:
11
px
;
font-weight
:
bold
;
background-color
:
#EBEBEB
;
background-image
:
url
(
images/listheader_aqua.gif
);
}
.
radios-left
label
{
padding-left
:
0.3
em
;
}
/***** common table settings ******/
table
.
records-table
thead
tr
td
{
height
:
20
px
;
padding
:
0
px
4
px
0
px
4
px
;
vertical-align
:
middle
;
border-bottom
:
1
px
solid
#999999
;
color
:
#333333
;
background-color
:
#EBEBEB
;
background-image
:
url
(
images/listheader_aqua.gif
);
font-size
:
11
px
;
font-weight
:
bold
;
}
table
.
records-table
tbody
tr
td
{
height
:
16
px
;
padding
:
2
px
4
px
2
px
4
px
;
font-size
:
11
px
;
white-space
:
nowrap
;
border-bottom
:
1
px
solid
#EBEBEB
;
overflow
:
hidden
;
text-align
:
left
;
}
table
.
records-table
tr
{
background-color
:
#FFFFFF
;
}
table
.
records-table
tr
.
selected
td
{
color
:
#FFFFFF
;
background-color
:
#CC3333
;
}
table
.
records-table
tr
.
focused
td
{
}
table
.
records-table
tr
.
unfocused
td
{
color
:
#FFFFFF
;
background-color
:
#929292
;
}
/***** mac-style quicksearch field *****/
#
quicksearchbar
{
position
:
absolute
;
top
:
55
px
;
right
:
20
px
;
width
:
182
px
;
height
:
20
px
;
text-align
:
right
;
background
:
url
(
'images/searchfield.gif'
)
top
left
no-repeat
;
}
#
quicksearchbar
a
{
position
:
absolute
;
top
:
3
px
;
right
:
4
px
;
text-decoration
:
none
;
}
#
quicksearchbar
img
{
vertical-align
:
middle
;
}
#
quicksearchbox
{
position
:
absolute
;
top
:
2
px
;
left
:
20
px
;
width
:
140
px
;
font-size
:
11
px
;
padding
:
0
px
;
border
:
none
;
}
/*\*/
html
>
body
*
#
quicksearchbar
[
id
$=
"quicksearchbar"
]
:
not
([
class
=
"none"
])
{
background-image
:
none
;
}
html
>
body
*
#
quicksearchbar
[
id
$=
"quicksearchbar"
]
:
not
([
class
=
"none"
])
a
{
top
:
5
px
;
}
html
>
body
*
#
quicksearchbar
[
id
$=
"quicksearchbar"
]
:
not
([
class
=
"none"
])
#
quicksearchbox
{
width
:
180
px
;
top
:
0
px
;
right
:
1
px
;
left
:
auto
;
}
/**/
/***** roundcube webmail pre-defined classes *****/
#
rcversion
{
position
:
absolute
;
top
:
67
px
;
left
:
20
px
;
width
:
160
px
;
text-align
:
center
;
font-weight
:
normal
;
font-size
:
x-small
;
font-variant
:
small-caps
;
color
:
#999999
;
/*border: 1px solid #308014;
background-color: #b4eeb4;*/
}
#
rcmdraglayer
{
min-width
:
300
px
;
width
:
auto
!important
;
width
:
300
px
;
border
:
1
px
solid
#999999
;
background-color
:
#F9F9F9
;
padding-left
:
8
px
;
padding-right
:
8
px
;
padding-top
:
3
px
;
padding-bottom
:
3
px
;
font-size
:
11
px
;
white-space
:
nowrap
;
opacity
:
0.7
;
-moz-
opacity
:
0.7
;
filter
:
progid
:
DXImageTransform
.
Microsoft
.
Alpha
(
opacity
=
70
);
}
a
.
rcmContactAddress
{
text-decoration
:
none
;
}
a
.
rcmContactAddress
:
hover
{
text-decoration
:
underline
;
}
#
rcmKSearchpane
{
background-color
:
#F9F9F9
;
border
:
1
px
solid
#CCCCCC
;
}
#
rcmKSearchpane
ul
{
margin
:
0
px
;
padding
:
2
px
;
list-style-image
:
none
;
list-style-type
:
none
;
}
#
rcmKSearchpane
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
;
}
#
rcmKSearchpane
ul
li
.
selected
{
color
:
#ffffff
;
background-color
:
#CC3333
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 2:43 AM (4 d, 18 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822239
Default Alt Text
common.css (7 KB)
Attached To
Mode
R113 roundcubemail
Attached
Detach File
Event Timeline