Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7056077
webodf.css
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
webodf.css
View Options
@
namespace
draw
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
drawing
:
1
.
0
)
;
@
namespace
fo
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
xsl-fo-compatible
:
1
.
0
)
;
@
namespace
office
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
office
:
1
.
0
)
;
@
namespace
presentation
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
presentation
:
1
.
0
)
;
@
namespace
style
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
style
:
1
.
0
)
;
@
namespace
svg
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
svg-compatible
:
1
.
0
)
;
@
namespace
table
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
table
:
1
.
0
)
;
@
namespace
text
url
(
urn
:
oasis
:
names
:
tc
:
opendocument
:
xmlns
:
text
:
1
.
0
)
;
@
namespace
runtimens
url
(
urn
:
webodf
)
;
/* namespace for runtime only */
office
|
document
>
*,
office
|
document-content
>
*
{
display
:
none
;
}
office
|
body
,
office
|
document
{
display
:
inline-block
;
position
:
relative
;
}
text
|
p
,
text
|
h
{
display
:
block
;
padding
:
3
px
3
px
3
px
3
px
;
margin
:
5
px
5
px
5
px
5
px
;
}
text
|
h
{
font-weight
:
bold
;
}
*[
runtimens
|
containsparagraphanchor
]
{
position
:
relative
;
}
text
|
s
:
before
{
/* this needs to be the number of spaces given by text:c */
content
:
' '
;
}
text
|
tab
:
before
{
display
:
inline
;
content
:
' '
;
}
text
|
line-break
{
content
:
" "
;
display
:
block
;
}
text
|
tracked-changes
{
/*Consumers that do not support change tracking, should ignore changes.*/
display
:
none
;
}
office
|
binary-data
{
display
:
none
;
}
office
|
text
{
display
:
block
;
width
:
216
mm
;
/* default to A4 width */
min-height
:
279
mm
;
padding-left
:
32
mm
;
padding-right
:
32
mm
;
padding-top
:
25
mm
;
padding-bottom
:
13
mm
;
margin
:
2
px
;
text-align
:
left
;
overflow
:
hidden
;
}
office
|
spreadsheet
{
display
:
block
;
border-collapse
:
collapse
;
empty-cells
:
show
;
font-family
:
sans-serif
;
font-size
:
10
pt
;
text-align
:
left
;
page-break-inside
:
avoid
;
overflow
:
hidden
;
}
office
|
presentation
{
display
:
inline-block
;
text-align
:
left
;
}
draw
|
page
{
display
:
block
;
height
:
21
cm
;
width
:
28
cm
;
margin
:
3
px
;
position
:
relative
;
overflow
:
hidden
;
}
presentation
|
notes
{
display
:
none
;
}
@
media
print
{
draw
|
page
{
border
:
1
pt
solid
black
;
page-break-inside
:
avoid
;
}
presentation
|
notes
{
/*TODO*/
}
}
office
|
spreadsheet
text
|
p
{
border
:
0
px
;
padding
:
1
px
;
margin
:
0
px
;
}
office
|
spreadsheet
table
|
table
{
margin
:
3
px
;
}
office
|
spreadsheet
table
|
table
:
after
{
/* show sheet name the end of the sheet */
/*content: attr(table|name);*/
/* gives parsing error in opera */
}
office
|
spreadsheet
table
|
table-row
{
counter-increment
:
row
;
}
office
|
spreadsheet
table
|
table-row
:
before
{
width
:
3
em
;
background
:
#cccccc
;
border
:
1
px
solid
black
;
text-align
:
center
;
content
:
counter
(
row
);
}
office
|
spreadsheet
table
|
table-cell
{
border
:
1
px
solid
#cccccc
;
}
table
|
table
{
display
:
table
;
}
draw
|
frame
table
|
table
{
width
:
100
%
;
height
:
100
%
;
background
:
white
;
}
table
|
table-row
{
display
:
table-row
;
}
table
|
table-column
{
display
:
table-column
;
}
table
|
table-cell
{
display
:
table-cell
;
}
draw
|
frame
{
display
:
block
;
}
draw
|
image
{
display
:
block
;
width
:
100
%
;
height
:
100
%
;
top
:
0
px
;
left
:
0
px
;
background-repeat
:
no-repeat
;
background-size
:
100
%
100
%
;
-moz-
background-size
:
100
%
100
%
;
}
text
|
list
{
display
:
block
;
padding-left
:
1.5
em
;
counter-reset
:
list
;
}
text
|
list-item
{
display
:
block
;
}
text
|
list-item
:
before
{
display
:
inline-block
;
content
:
'•'
;
counter-increment
:
list
;
width
:
0.5
em
;
margin-left
:
-0.5
em
;
padding
:
0
px
;
border
:
0
px
;
}
text
|
list-item
>
*
:
first-child
{
display
:
inline-block
;
}
text
|
a
{
color
:
blue
;
text-decoration
:
underline
;
}
text
|
note-citation
{
vertical-align
:
super
;
font-size
:
smaller
;
}
text
|
note-body
{
display
:
none
;
}
text
|
note
:
hover
text
|
note-citation
{
background
:
#dddddd
;
}
text
|
note
:
hover
text
|
note-body
{
display
:
block
;
left
:
1
em
;
max-width
:
80
%
;
position
:
absolute
;
background
:
#ffffaa
;
}
svg
|
title
,
svg
|
desc
{
display
:
none
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 12, 3:16 AM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
862336
Default Alt Text
webodf.css (3 KB)
Attached To
Mode
R14 roundcubemail-plugins-kolab
Attached
Detach File
Event Timeline
Log In to Comment