Our wiki pages can be formatted using CSS styles. Just copy and paste the following text below the default menu CSS in the Admin panel and customize to suit your needs.
}
#wiki-content h1, #wiki-content h2, #wiki-content h3, #content h2 {
font-family: Arial;
color: #2E4B73;
}
#wiki-content h1 {
font-size: 18px;
color: #899F59;
}
#wiki-content h3 {
color: #456C9F;
}
#wiki-content ul li, #wiki-content ol li {
margin-bottom: 3px;
color: #444;
line-height: 1.7em;
}
#wiki-content p {
line-height: 1.5em;
margin-bottom: 15px;
}
#wiki-content .no-docs {
border: 1px dashed #ccc;
padding: 2px 4px;
display: inline;
color: #999;
}
