Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
a909009a
Commit
a909009a
authored
Dec 09, 2019
by
Maxime Perrotin
Browse files
Add basic pandoc commands to convert doc to html
parent
de99d5b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/kazoo.css
0 → 100644
View file @
a909009a
table
{
border
:
2px
solid
black
;
border-collapse
:
collapse
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
max-width
:
60em
;
}
table
td
{
border-left
:
1px
solid
gray
;
border-top
:
1px
solid
gray
;
padding-top
:
2pt
;
padding-bottom
:
2pt
;
padding-left
:
3pt
;
padding-right
:
3pt
;
}
table
td
:first-child
{
border-left
:
none
;
}
.headerRow
{
background-color
:
#BBBBBB
;
}
.typeRow
{
font-size
:
14pt
;
color
:
white
;
background-color
:
gray
;
white-space
:
nowrap
;
}
.hrNo
{
text-align
:
center
;
color
:
white
;
font-size
:
10pt
;
width
:
1%
;
}
.hrField
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
width
:
15%
;
}
.hrComment
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
width
:
20%
;
}
.hrType
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
width
:
20%
;
}
.hrConstraint
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
white-space
:
nowrap
;
width
:
1%
;
}
.hrConstraint2
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
}
.hrOptional
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
white-space
:
nowrap
;
width
:
1%
;
}
.hrMin
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
white-space
:
nowrap
;
width
:
1%
;
}
.hrMax
{
text-align
:
left
;
color
:
white
;
font-size
:
10pt
;
white-space
:
nowrap
;
width
:
1%
;
}
.CommentRow
{
background-color
:
#e9e9e9
;
height
:
18pt
;
}
.OddRow
{
background-color
:
#e9e9e9
;
height
:
18pt
;
}
.EvenRow
{
background-color
:
#DBDBDB
;
height
:
18pt
;
}
.no
{
text-align
:
center
;
color
:
black
;
font-size
:
9pt
;
}
.field
{
text-align
:
left
;
color
:
black
;
font-size
:
9pt
;
}
.comment
{
color
:
black
;
font-size
:
9pt
;
text-align
:
left
;
}
.comment2
{
color
:
black
;
font-size
:
9pt
;
text-align
:
left
;
}
.threeDots
{
color
:
black
;
font-size
:
9pt
;
text-align
:
center
;
}
.type
{
text-align
:
left
;
color
:
black
;
font-size
:
9pt
;
}
.constraint
{
text-align
:
left
;
color
:
black
;
white-space
:
nowrap
;
font-size
:
9pt
;
}
.optional
{
text-align
:
left
;
color
:
black
;
font-size
:
9pt
;
white-space
:
nowrap
;
}
.min
{
text-align
:
right
;
color
:
black
;
font-size
:
9pt
;
}
.max
{
text-align
:
right
;
color
:
black
;
font-size
:
9pt
;
}
h1
{
font-family
:
Verdana
,
Sans-Serif
;
color
:
black
;
font-size
:
14pt
;
}
h2
{
font-family
:
Verdana
,
Sans-Serif
;
color
:
black
;
font-size
:
12pt
;
}
a
{
color
:
black
;
}
a
.fileLink
{
color
:
white
;
}
a
.acnParamsLink
{
color
:
white
;
text-decoration
:
none
;
vertical-align
:
super
;
font-size
:
8pt
;
}
ul
.enumeration
{
list-style-type
:
square
;
margin-top
:
0pt
;
margin-bottom
:
1pt
;
padding-left
:
20pt
;
}
font
.enumeration_name
{
font-style
:
italic
;
}
\ No newline at end of file
doc/to_html.sh
0 → 100644
View file @
a909009a
pandoc
-c
kazoo.css
-f
mediawiki
-t
html5
-s
updated.mediawiki
-o
test.html
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment