IT:AD:EMA Personal Wiki
Summary
A fabulously useful personal wiki. Was the first app that introduced me to the power of Markdown/.
But after a year or so, I moved on to using Dokuwiki/ as a more mature fit for my ongoing needs. Hence this web site.
Alternatives
Notes
CSS
Suggested:
html {
font-family: tahoma;
font-size: 9pt;
}
body {
padding: 5px;
padding-bottom: 20px;
}
a, a:visited {
color: Navy;
text-decoration: none;
}
a:hover {
color: Navy;
text-decoration: none;
}
.ema-task-finished {
text-decoration: line-through;
}
.ema-searchresult
{
margin-bottom: 10px;
}
code {
background-color:#FAFAFA;
}
pre {
border:dashed 2px #C0C0FF;
background-color:#FAFAFA;
padding:0.5em;
}
blockquote {
border:dashed 2px #C0C0FF;
background-color:#FAFAFA;
font-family:Courier;
padding:0.5em;
}
H1,H2,H3,H4,h5 {}
H1 {font-size:1.4em}
H2 {font-size:1.3em}
H3 {font-size:1.2em}
H4 {font-size:1.1em}
H5 {font-size:1.0em}
ul,ol {margin-top:0.0em;margin-bottom:0.0em;padding-top:0.0em;padding-bottom:0.0em;padding-left:0em;margin-left:1em;}
ul{
list-style-type: disc;}