hledger/data/web/style.css
Simon Michael aa21f95b9e webyesod: a destructive wiki-style edit form for journals
Warning: this is the first hledger feature which can alter your existing
journal data.  You can now edit, or ERASE, the (top-level) journal file
through the web ui, and there is no access control. A numbered backup of
the file will be saved at each edit, in normal circumstances.
2010-07-09 23:00:04 +00:00

27 lines
1.1 KiB
CSS

/* hledger web ui stylesheet */
body { font-family: "helvetica","arial", "sans serif"; margin:0; }
#navbar { background-color:#eeeeee; border-bottom:2px solid #dddddd; padding:4px 4px 6px 4px; }
#navlinks { display:inline; }
.navlink { }
.navlinkcurrent { font-weight:bold; }
#searchform { font-size:small; display:inline; margin-left:1em; }
#resetlink { font-size:small; }
.toprightlink { font-size:small; margin-left:1em; float:right; }
#messages { color:red; background-color:#ffeeee; margin:0.5em;}
.form { margin:1em; font-size:small; }
#addform { background-color:#eeeeee; border:2px solid #dddddd; cell-padding:0; cell-spacing:0; }
#addform { float:right; }
#addform #descriptionrow { }
#addform #postingrow { }
#addform #addbuttonrow { text-align:right; }
#editform textarea { background-color:#eeeeee; }
#content { margin:1em; }
.formheading td { padding-bottom:8px; }
#formheading { font-size:medium; font-weight:bold; }
.helprow td { padding-bottom:8px; }
#help {font-style: italic; font-size:smaller; }
/* for -fweb610 */
#hledgerorglink, #helplink { float:right; margin-left:1em; }