File: eekboek.css

package info (click to toggle)
eekboek 2.04-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 3,232 kB
  • sloc: perl: 19,733; sql: 370; ansic: 124; makefile: 35; lisp: 26
file content (28 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* eekboek.css -- common stylesheet for reports
 * Author          : Johan Vromans
 * Created On      : Sat Oct 8 14:45:33 2005
 * Last Modified By: Johan Vromans
 * Last Modified On: Sat Mar 19 22:24:43 2011
 * Update Count    : 12
 * Status          : Unknown, Use with caution!
 */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

th { vertical-align: top }
tr { vertical-align: top }
tr:nth-child(2n) { background-color: #ddd; }

.i_row {
}

.i_cell {
    padding-left: 10pt;
    padding-right: 10pt;
    text-align: left;
    padding-top: 6px;
    padding-bottom: 6px;
}