CSS = '''body { margin-left: 5%; margin-right: 5%; margin-top: 5%; margin-bottom: 5%; text-align: justify; }
pre { font-size: x-small; }
h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }
h4 { text-align: center; }
h5 { text-align: center; }
h6 { text-align: center; }
.CI {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}
.center {text-align: center;}
.smcap {font-variant: small-caps;}
.u {text-decoration: underline;}
.bold {font-weight: bold;}
'''
MIMETYPE = '''application/epub+zip'''
CONTAINER = '''
'''
CONTENT_START = '''
%s
%s
en-UK
sgzmd
urn:uuid:sigizmund.com062820072147132
'''
CONTENT_ITEM = ' '
CONTENT_END_MANIFEST = '''
'''
CONTENT_ITEMREF = ''''''
CONTENT_END = '''
'''
TOC_START = '''
%s
'''
TOC_ITEM = '''
%s
'''
TOC_END = '''
'''
XHTML_START = '''
%s
%s
'''
XHTML_END = '''
'''
acceptable_elements = ['a', 'abbr', 'acronym', 'address', 'area', 'b', 'big',
'blockquote', 'br', 'center', 'cite', 'code', 'col',
'colgroup', 'dd', 'del', 'dfn', 'dir', 'div', 'dl', 'dt', 'em',
'font', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'i',
'ins', 'kbd', 'label', 'li', 'ol',
'p', 'pre', 'q', 's', 'samp', 'small', 'span', 'strike',
'strong', 'sub', 'sup', 'u', 'ul']
acceptable_attributes = ['href']
entities = { '–' : ' - ', '—' : ' - ', '”' : '"', '“' : '"', '’' : '\'', '‘' : '\'', '"' : '"' }
FB2_PROLOGUE = ''
FB2_DESCRIPTION = '''
fanfiction
%s
%s
eng
sgzmd
%s
sgzmd_%s
2.0
'''