27 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			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; }
 |