Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F86264
viewer.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
20 KB
Referenced Files
None
Subscribers
None
viewer.css
View Options
*
{
padding
:
0
;
margin
:
0
;
}
body
{
font-family
:
sans-serif
;
}
.
titlebar
>
span
,
.
toolbarLabel
,
input
,
button
,
select
{
font
:
message-box
;
}
#
titlebar
{
display
:
none
;
position
:
absolute
;
z-index
:
2
;
top
:
0
px
;
left
:
0
px
;
height
:
32
px
;
width
:
100
%
;
overflow
:
hidden
;
-webkit-
box-shadow
:
0
px
1
px
3
px
rgba
(
50
,
50
,
50
,
0.75
);
-moz-
box-shadow
:
0
px
1
px
3
px
rgba
(
50
,
50
,
50
,
0.75
);
box-shadow
:
0
px
1
px
3
px
rgba
(
50
,
50
,
50
,
0.75
);
background-image
:
url
(
images/texture.png
),
linear-gradient
(
rgba
(
69
,
69
,
69
,
.95
),
rgba
(
82
,
82
,
82
,
.99
));
background-image
:
url
(
images/texture.png
),
-webkit-
linear-gradient
(
rgba
(
69
,
69
,
69
,
.95
),
rgba
(
82
,
82
,
82
,
.99
));
background-image
:
url
(
images/texture.png
),
-moz-
linear-gradient
(
rgba
(
69
,
69
,
69
,
.95
),
rgba
(
82
,
82
,
82
,
.99
));
background-image
:
url
(
images/texture.png
),
-ms-
linear-gradient
(
rgba
(
69
,
69
,
69
,
.95
),
rgba
(
82
,
82
,
82
,
.99
));
background-image
:
url
(
images/texture.png
),
-o-
linear-gradient
(
rgba
(
69
,
69
,
69
,
.95
),
rgba
(
82
,
82
,
82
,
.99
));
}
#
documentName
{
margin-left
:
10
px
;
margin-top
:
8
px
;
color
:
#F2F2F2
;
font-size
:
14
px
;
line-height
:
14
px
;
font-family
:
sans-serif
;
}
#
toolbarContainer
{
position
:
absolute
;
z-index
:
2
;
bottom
:
0
px
;
left
:
0
px
;
height
:
32
px
;
width
:
100
%
;
overflow
:
hidden
;
-webkit-
box-shadow
:
0
px
-1
px
3
px
rgba
(
50
,
50
,
50
,
0.75
);
-moz-
box-shadow
:
0
px
-1
px
3
px
rgba
(
50
,
50
,
50
,
0.75
);
box-shadow
:
0
px
-1
px
3
px
rgba
(
50
,
50
,
50
,
0.75
);
background-image
:
url
(
images/texture.png
),
linear-gradient
(
rgba
(
82
,
82
,
82
,
.99
),
rgba
(
69
,
69
,
69
,
.95
));
background-image
:
url
(
images/texture.png
),
-webkit-
linear-gradient
(
rgba
(
82
,
82
,
82
,
.99
),
rgba
(
69
,
69
,
69
,
.95
));
background-image
:
url
(
images/texture.png
),
-moz-
linear-gradient
(
rgba
(
82
,
82
,
82
,
.99
),
rgba
(
69
,
69
,
69
,
.95
));
background-image
:
url
(
images/texture.png
),
-ms-
linear-gradient
(
rgba
(
82
,
82
,
82
,
.99
),
rgba
(
69
,
69
,
69
,
.95
));
background-image
:
url
(
images/texture.png
),
-o-
linear-gradient
(
rgba
(
82
,
82
,
82
,
.99
),
rgba
(
69
,
69
,
69
,
.95
));
}
#
toolbar
{
position
:
relative
;
}
#
toolbarMiddleContainer
,
#
toolbarLeft
{
visibility
:
hidden
;
}
html
[
dir
=
'ltr'
]
#
toolbarLeft
{
margin-left
:
-1
px
;
}
html
[
dir
=
'rtl'
]
#
toolbarRight
{
margin-left
:
-1
px
;
}
html
[
dir
=
'ltr'
]
#
toolbarLeft
,
html
[
dir
=
'rtl'
]
#
toolbarRight
{
position
:
absolute
;
top
:
0
;
left
:
0
;
}
html
[
dir
=
'ltr'
]
#
toolbarRight
,
html
[
dir
=
'rtl'
]
#
toolbarLeft
{
position
:
absolute
;
top
:
0
;
right
:
0
;
}
html
[
dir
=
'ltr'
]
#
toolbarLeft
>
*,
html
[
dir
=
'ltr'
]
#
toolbarMiddle
>
*,
html
[
dir
=
'ltr'
]
#
toolbarRight
>
*
{
float
:
left
;
}
html
[
dir
=
'rtl'
]
#
toolbarLeft
>
*,
html
[
dir
=
'rtl'
]
#
toolbarMiddle
>
*,
html
[
dir
=
'rtl'
]
#
toolbarRight
>
*
{
float
:
right
;
}
/* outer/inner center provides horizontal center */
html
[
dir
=
'ltr'
]
.
outerCenter
{
float
:
right
;
position
:
relative
;
right
:
50
%
;
}
html
[
dir
=
'rtl'
]
.
outerCenter
{
float
:
left
;
position
:
relative
;
left
:
50
%
;
}
html
[
dir
=
'ltr'
]
.
innerCenter
{
float
:
right
;
position
:
relative
;
right
:
-50
%
;
}
html
[
dir
=
'rtl'
]
.
innerCenter
{
float
:
left
;
position
:
relative
;
left
:
-50
%
;
}
html
[
dir
=
'ltr'
]
.
splitToolbarButton
{
margin
:
3
px
2
px
4
px
0
;
display
:
inline-block
;
}
html
[
dir
=
'rtl'
]
.
splitToolbarButton
{
margin
:
3
px
0
4
px
2
px
;
display
:
inline-block
;
}
html
[
dir
=
'ltr'
]
.
splitToolbarButton
>
.
toolbarButton
{
border-radius
:
0
;
float
:
left
;
}
html
[
dir
=
'rtl'
]
.
splitToolbarButton
>
.
toolbarButton
{
border-radius
:
0
;
float
:
right
;
}
.
splitToolbarButton
.
toggled
.
toolbarButton
{
margin
:
0
;
}
.
toolbarButton
{
border
:
0
none
;
background-color
:
rgba
(
0
,
0
,
0
,
0
);
width
:
32
px
;
height
:
25
px
;
border-radius
:
2
px
;
background-image
:
none
;
}
html
[
dir
=
'ltr'
]
.
toolbarButton
,
html
[
dir
=
'ltr'
]
.
dropdownToolbarButton
{
margin
:
3
px
2
px
4
px
0
;
}
html
[
dir
=
'rtl'
]
.
toolbarButton
,
html
[
dir
=
'rtl'
]
.
dropdownToolbarButton
{
margin
:
3
px
0
4
px
2
px
;
}
.
toolbarButton
:
hover
,
.
toolbarButton
:
focus
,
.
dropdownToolbarButton
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.12
);
background-image
:
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-webkit-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-moz-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-ms-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-o-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-clip
:
padding-box
;
border
:
1
px
solid
hsla
(
0
,
0
%
,
0
%
,
.35
);
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.32
)
hsla
(
0
,
0
%
,
0
%
,
.38
)
hsla
(
0
,
0
%
,
0
%
,
.42
);
box-shadow
:
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.15
)
inset
,
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
);
}
.
toolbarButton
:
hover
:
active
,
.
dropdownToolbarButton
:
hover
:
active
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.2
);
background-image
:
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-webkit-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-moz-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-ms-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-o-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.35
)
hsla
(
0
,
0
%
,
0
%
,
.4
)
hsla
(
0
,
0
%
,
0
%
,
.45
);
box-shadow
:
0
1
px
1
px
hsla
(
0
,
0
%
,
0
%
,
.1
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
0
%
,
.2
)
inset
,
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
);
}
.
splitToolbarButton
:
hover
>
.
toolbarButton
,
.
splitToolbarButton
:
focus
>
.
toolbarButton
,
.
splitToolbarButton
.
toggled
>
.
toolbarButton
,
.
toolbarButton
.
textButton
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.12
);
background-image
:
-webkit-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-moz-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-ms-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-o-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-clip
:
padding-box
;
border
:
1
px
solid
hsla
(
0
,
0
%
,
0
%
,
.35
);
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.32
)
hsla
(
0
,
0
%
,
0
%
,
.38
)
hsla
(
0
,
0
%
,
0
%
,
.42
);
box-shadow
:
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.15
)
inset
,
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
);
-webkit-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-webkit-
transition-duration
:
150
ms
;
-webkit-
transition-timing-function
:
ease
;
-moz-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-moz-
transition-duration
:
150
ms
;
-moz-
transition-timing-function
:
ease
;
-ms-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-ms-
transition-duration
:
150
ms
;
-ms-
transition-timing-function
:
ease
;
-o-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-o-
transition-duration
:
150
ms
;
-o-
transition-timing-function
:
ease
;
transition-property
:
background-color
,
border-color
,
box-shadow
;
transition-duration
:
150
ms
;
transition-timing-function
:
ease
;
}
.
splitToolbarButton
>
.
toolbarButton
:
hover
,
.
splitToolbarButton
>
.
toolbarButton
:
focus
,
.
dropdownToolbarButton
:
hover
,
.
toolbarButton
.
textButton
:
hover
,
.
toolbarButton
.
textButton
:
focus
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.2
);
box-shadow
:
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.15
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
0
%
,
.05
);
z-index
:
199
;
}
.
splitToolbarButton
:
hover
>
.
toolbarButton
,
.
splitToolbarButton
:
focus
>
.
toolbarButton
,
.
splitToolbarButton
.
toggled
>
.
toolbarButton
,
.
toolbarButton
.
textButton
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.12
);
background-image
:
-webkit-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-moz-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-ms-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
-o-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-image
:
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-clip
:
padding-box
;
border
:
1
px
solid
hsla
(
0
,
0
%
,
0
%
,
.35
);
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.32
)
hsla
(
0
,
0
%
,
0
%
,
.38
)
hsla
(
0
,
0
%
,
0
%
,
.42
);
box-shadow
:
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.15
)
inset
,
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
);
-webkit-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-webkit-
transition-duration
:
150
ms
;
-webkit-
transition-timing-function
:
ease
;
-moz-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-moz-
transition-duration
:
150
ms
;
-moz-
transition-timing-function
:
ease
;
-ms-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-ms-
transition-duration
:
150
ms
;
-ms-
transition-timing-function
:
ease
;
-o-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-o-
transition-duration
:
150
ms
;
-o-
transition-timing-function
:
ease
;
transition-property
:
background-color
,
border-color
,
box-shadow
;
transition-duration
:
150
ms
;
transition-timing-function
:
ease
;
}
.
splitToolbarButton
>
.
toolbarButton
:
hover
,
.
splitToolbarButton
>
.
toolbarButton
:
focus
,
.
dropdownToolbarButton
:
hover
,
.
toolbarButton
.
textButton
:
hover
,
.
toolbarButton
.
textButton
:
focus
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.2
);
box-shadow
:
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.15
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
0
%
,
.05
);
z-index
:
199
;
}
.
dropdownToolbarButton
{
border
:
1
px
solid
#333
!important
;
}
.
toolbarButton
,
.
dropdownToolbarButton
{
min-width
:
16
px
;
padding
:
2
px
6
px
2
px
;
border
:
1
px
solid
transparent
;
border-radius
:
2
px
;
color
:
hsl
(
0
,
0
%
,
95
%
);
font-size
:
12
px
;
line-height
:
14
px
;
-webkit-
user-select
:
none
;
-moz-
user-select
:
none
;
-ms-
user-select
:
none
;
/* Opera does not support user-select, use <... unselectable="on"> instead */
cursor
:
default
;
-webkit-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-webkit-
transition-duration
:
150
ms
;
-webkit-
transition-timing-function
:
ease
;
-moz-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-moz-
transition-duration
:
150
ms
;
-moz-
transition-timing-function
:
ease
;
-ms-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-ms-
transition-duration
:
150
ms
;
-ms-
transition-timing-function
:
ease
;
-o-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-o-
transition-duration
:
150
ms
;
-o-
transition-timing-function
:
ease
;
transition-property
:
background-color
,
border-color
,
box-shadow
;
transition-duration
:
150
ms
;
transition-timing-function
:
ease
;
}
html
[
dir
=
'ltr'
]
.
toolbarButton
,
html
[
dir
=
'ltr'
]
.
dropdownToolbarButton
{
margin
:
3
px
2
px
4
px
0
;
}
html
[
dir
=
'rtl'
]
.
toolbarButton
,
html
[
dir
=
'rtl'
]
.
dropdownToolbarButton
{
margin
:
3
px
0
4
px
2
px
;
}
.
splitToolbarButton
:
hover
>
.
splitToolbarButtonSeparator
,
.
splitToolbarButton
.
toggled
>
.
splitToolbarButtonSeparator
{
padding
:
12
px
0
;
margin
:
0
;
box-shadow
:
0
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.03
);
-webkit-
transition-property
:
padding
;
-webkit-
transition-duration
:
10
ms
;
-webkit-
transition-timing-function
:
ease
;
-moz-
transition-property
:
padding
;
-moz-
transition-duration
:
10
ms
;
-moz-
transition-timing-function
:
ease
;
-ms-
transition-property
:
padding
;
-ms-
transition-duration
:
10
ms
;
-ms-
transition-timing-function
:
ease
;
-o-
transition-property
:
padding
;
-o-
transition-duration
:
10
ms
;
-o-
transition-timing-function
:
ease
;
transition-property
:
padding
;
transition-duration
:
10
ms
;
transition-timing-function
:
ease
;
}
.
toolbarButton
.
toggled
:
hover
:
active
,
.
splitToolbarButton
>
.
toolbarButton
:
hover
:
active
{
background-color
:
hsla
(
0
,
0
%
,
0
%
,
.4
);
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.4
)
hsla
(
0
,
0
%
,
0
%
,
.5
)
hsla
(
0
,
0
%
,
0
%
,
.55
);
box-shadow
:
0
1
px
1
px
hsla
(
0
,
0
%
,
0
%
,
.2
)
inset
,
0
0
1
px
hsla
(
0
,
0
%
,
0
%
,
.3
)
inset
,
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
);
}
html
[
dir
=
'ltr'
]
.
splitToolbarButton
>
.
toolbarButton
:
first-child
,
html
[
dir
=
'rtl'
]
.
splitToolbarButton
>
.
toolbarButton
:
last-child
{
position
:
relative
;
margin
:
0
;
margin-left
:
4
px
;
margin-right
:
-1
px
;
border-top-left-radius
:
2
px
;
border-bottom-left-radius
:
2
px
;
border-right-color
:
transparent
;
}
html
[
dir
=
'ltr'
]
.
splitToolbarButton
>
.
toolbarButton
:
last-child
,
html
[
dir
=
'rtl'
]
.
splitToolbarButton
>
.
toolbarButton
:
first-child
{
position
:
relative
;
margin
:
0
;
margin-left
:
-1
px
;
border-top-right-radius
:
2
px
;
border-bottom-right-radius
:
2
px
;
border-left-color
:
transparent
;
}
.
splitToolbarButtonSeparator
{
padding
:
8
px
0
;
width
:
1
px
;
background-color
:
hsla
(
0
,
0
%
,
00
%
,
.5
);
z-index
:
99
;
box-shadow
:
0
0
0
1
px
hsla
(
0
,
0
%
,
100
%
,
.08
);
display
:
inline-block
;
margin
:
5
px
0
;
}
html
[
dir
=
'ltr'
]
.
splitToolbarButtonSeparator
{
float
:
left
;
}
html
[
dir
=
'rtl'
]
.
splitToolbarButtonSeparator
{
float
:
right
;
}
.
dropdownToolbarButton
{
min-width
:
120
px
;
max-width
:
120
px
;
padding
:
4
px
2
px
4
px
;
overflow
:
hidden
;
background
:
url
(
images/toolbarButton-menuArrows.png
)
no-repeat
;
}
.
dropdownToolbarButton
>
select
{
-webkit-
appearance
:
none
;
-moz-
appearance
:
none
;
/* in the future this might matter, see bugzilla bug #649849 */
min-width
:
140
px
;
font-size
:
12
px
;
color
:
hsl
(
0
,
0
%
,
95
%
);
margin
:
0
;
padding
:
0
;
border
:
none
;
background
:
rgba
(
0
,
0
,
0
,
0
);
/* Opera does not support 'transparent' <select> background */
}
.
dropdownToolbarButton
>
select
>
option
{
background
:
hsl
(
0
,
0
%
,
24
%
);
}
#
pageWidthOption
{
border-bottom
:
1
px
rgba
(
255
,
255
,
255
,
.5
)
solid
;
}
html
[
dir
=
'ltr'
]
.
dropdownToolbarButton
{
background-position
:
95
%
;
}
html
[
dir
=
'rtl'
]
.
dropdownToolbarButton
{
background-position
:
5
%
;
}
.
toolbarButton
.
fullscreen
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-fullscreen.png
);
}
.
toolbarButton
.
presentation
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-presentation.png
);
}
.
toolbarButton
.
download
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-download.png
);
}
.
toolbarButton
.
zoomOut
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-zoomOut.png
);
}
.
toolbarButton
.
zoomIn
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-zoomIn.png
);
}
.
toolbarButton
.
pageUp
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-pageUp.png
);
}
.
toolbarButton
.
pageDown
::
before
{
display
:
inline-block
;
content
:
url
(
images/toolbarButton-pageDown.png
);
}
.
toolbarField
.
pageNumber
{
min-width
:
16
px
;
text-align
:
right
;
width
:
40
px
;
}
.
toolbarField
{
padding
:
3
px
6
px
;
margin
:
4
px
0
4
px
0
;
border
:
1
px
solid
transparent
;
border-radius
:
2
px
;
background-color
:
hsla
(
0
,
0
%
,
100
%
,
.09
);
background-image
:
-moz-
linear-gradient
(
hsla
(
0
,
0
%
,
100
%
,
.05
),
hsla
(
0
,
0
%
,
100
%
,
0
));
background-clip
:
padding-box
;
border
:
1
px
solid
hsla
(
0
,
0
%
,
0
%
,
.35
);
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.32
)
hsla
(
0
,
0
%
,
0
%
,
.38
)
hsla
(
0
,
0
%
,
0
%
,
.42
);
box-shadow
:
0
1
px
0
hsla
(
0
,
0
%
,
0
%
,
.05
)
inset
,
0
1
px
0
hsla
(
0
,
0
%
,
100
%
,
.05
);
color
:
hsl
(
0
,
0
%
,
95
%
);
font-size
:
12
px
;
line-height
:
14
px
;
outline-style
:
none
;
-moz-
transition-property
:
background-color
,
border-color
,
box-shadow
;
-moz-
transition-duration
:
150
ms
;
-moz-
transition-timing-function
:
ease
;
}
.
toolbarField
.
pageNumber
::
-webkit-inner-spin-button
,
.
toolbarField
.
pageNumber
::
-webkit-outer-spin-button
{
-webkit-
appearance
:
none
;
margin
:
0
;
}
.
toolbarField
:
hover
{
background-color
:
hsla
(
0
,
0
%
,
100
%
,
.11
);
border-color
:
hsla
(
0
,
0
%
,
0
%
,
.4
)
hsla
(
0
,
0
%
,
0
%
,
.43
)
hsla
(
0
,
0
%
,
0
%
,
.45
);
}
.
toolbarField
:
focus
{
background-color
:
hsla
(
0
,
0
%
,
100
%
,
.15
);
border-color
:
hsla
(
204
,
100
%
,
65
%
,
.8
)
hsla
(
204
,
100
%
,
65
%
,
.85
)
hsla
(
204
,
100
%
,
65
%
,
.9
);
}
.
toolbarLabel
{
min-width
:
16
px
;
padding
:
3
px
6
px
3
px
2
px
;
margin
:
4
px
2
px
4
px
0
;
border
:
1
px
solid
transparent
;
border-radius
:
2
px
;
color
:
hsl
(
0
,
0
%
,
85
%
);
font-size
:
12
px
;
line-height
:
14
px
;
text-align
:
left
;
-webkit-
user-select
:
none
;
-moz-
user-select
:
none
;
cursor
:
default
;
}
#
canvasContainer
{
overflow
:
auto
;
padding-top
:
6
px
;
padding-bottom
:
6
px
;
position
:
absolute
;
top
:
0
;
right
:
0
;
bottom
:
32
px
;
left
:
0
;
text-align
:
center
;
background-color
:
#888
;
background-image
:
url
(
images/texture.png
);
}
.
presentationMode
{
top
:
0
!important
;
bottom
:
0
!important
;
background-color
:
black
!important
;
cursor
:
default
!important
;
}
#
canvas
{
overflow
:
hidden
;
box-shadow
:
0
px
0
px
7
px
rgba
(
0
,
0
,
0
,
0.75
);
-webkit-
box-shadow
:
0
px
0
px
7
px
rgba
(
0
,
0
,
0
,
0.75
);
-moz-
box-shadow
:
0
px
0
px
7
px
rgba
(
0
,
0
,
0
,
0.75
);
-ms-
box-shadow
:
0
px
0
px
7
px
rgba
(
0
,
0
,
0
,
0.75
);
-o-
box-shadow
:
0
px
0
px
7
px
rgba
(
0
,
0
,
0
,
0.75
);
}
#
sliderContainer
{
visibility
:
hidden
;
}
#
overlayNavigator
{
position
:
absolute
;
width
:
100
%
;
height
:
0
;
top
:
calc
(
50
%
-
50
px
);
background-color
:
rgba
(
0
,
0
,
0
,
0
);
z-index
:
3
;
opacity
:
0
;
-webkit-
transition
:
opacity
1
s
ease-out
;
-moz-
transition
:
opacity
1
s
ease-out
;
transition
:
opacity
1
s
ease-out
;
}
#
previousPage
{
float
:
left
;
margin-left
:
10
px
;
/* CSS triangle */
border-top
:
50
px
solid
transparent
;
border-bottom
:
50
px
solid
transparent
;
border-right
:
50
px
solid
black
;
opacity
:
0.5
;
}
#
nextPage
{
float
:
right
;
margin-right
:
10
px
;
/* CSS triangle */
border-top
:
50
px
solid
transparent
;
border-bottom
:
50
px
solid
transparent
;
border-left
:
50
px
solid
black
;
opacity
:
0.5
;
}
#
previousPage
:
active
{
opacity
:
0.8
;
}
#
nextPage
:
active
{
opacity
:
0.8
;
}
#
overlayCloseButton
{
position
:
absolute
;
top
:
10
px
;
right
:
10
px
;
z-index
:
3
;
font-size
:
35
px
;
color
:
white
;
background-color
:
black
;
opacity
:
0.5
;
width
:
40
px
;
height
:
40
px
;
-webkit-
border-radius
:
20
px
;
-moz-
border-radius
:
20
px
;
border-radius
:
20
px
;
text-align
:
center
;
cursor
:
pointer
;
display
:
none
;
}
#
overlayCloseButton
:
active
{
background-color
:
red
;
}
@
media
only
screen
and
(
max-width
:
600px
)
and
(
max-height
:
1000px
)
{
#
canvasContainer
{
top
:
0
;
bottom
:
0
;
}
#
titlebar
,
#
toolbarContainer
{
background-color
:
rgba
(
0
,
0
,
0
,
0.6
);
background-image
:
none
;
}
#
overlayNavigator
.
touched
{
display
:
block
;
opacity
:
1
;
height
:
100
px
;
}
#
next
,
#
previous
{
display
:
none
;
}
}
@
media
print
{
#
titlebar
,
#
toolbarContainer
{
display
:
none
;
}
#
canvasContainer
{
top
:
0
;
bottom
:
0
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 4:19 PM (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
80113
Default Alt Text
viewer.css (20 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment