File: fibu.css

package info (click to toggle)
fibusql 0.4.1-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 376 kB
  • ctags: 391
  • sloc: php: 1,830; sh: 45; makefile: 35
file content (37 lines) | stat: -rw-r--r-- 1,727 bytes parent folder | download | duplicates (2)
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
29
30
31
32
33
34
35
36
37
body { background: #CCCCB0; color: black; }

table.booktbl { border-collapse: collapse; border-style: solid none; 
		border-width: 3px; margin-bottom: 3ex;
		empty-cells: show; }
table.booktbl th.num { text-align: right; border-style: none none solid none; 
		       border-width: 2px; padding-right: 10px; }
table.booktbl th { text-align: left; border-style: none none solid none; 
		   border-width: 2px; padding-right: 10px; }
table.booktbl td.num { border-style: none none dotted none; border-width: 1px; 
		       text-align: right; padding-right: 10px; }
table.booktbl td.negnum { border-style: none none dotted none; border-width: 1px; 
			  border-color: black; color: red; 
			  text-align: right; padding-right: 10px; }
table.booktbl td { border-style: none none dotted none; border-width: 1px; padding-right: 5px;}

table.menu { border-style: none none solid none; border-color: #E0E000; border-width: 2px; }
table.menu td a { font-family: sans-serif; font-size: 12pt; padding-right: 10px; }

table.admintbl { border-style: hidden; border-collapse: collapse; }
table.admintbl th { border-style: none none solid none; border-width: 3px; }
table.admintbl td { border-style: none none solid none; border-width: 3px; padding: 10px; }
table.admintbl td td { border-style: none; }

#logo { font-family: serif; font-size: 20pt; font-style: italic;
        text-decoration: none; padding-right: 10px; color: red; }

.error { color: red; background: #CCCCB0; }
.fixed { font-family: monospace; }
.rightalign { text-align: right; }

a { text-decoration: none; }
a:link { color: blue; background: #CCCCB0; }
a:visited { color: blue; background: #CCCCB0; }
a:hover { color: red; background: #CCCCB0; }

li { padding-top: 1ex; }