File: tech.css

package info (click to toggle)
camstream 0.26.3%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,464 kB
  • ctags: 2,076
  • sloc: cpp: 7,483; asm: 440; ansic: 427; makefile: 336; sh: 169
file content (27 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
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
body {
  background:	#ffffff;
  color:	#000080;
}

h1, h2, h3, h4, h5, h6, th, td, p, ul, ol, li
{
  font-family : "Helvetica", "Times New Roman"; 
  color       : #000000;
}

th, td, p, ul, ol, li
{
  font-size   : 14pt;
}


a {
  font-family : "Helvetica", "Times New Roman"; 
}
a:link { color : #ff0000; }
a:visited { color : #006600; }

.command { 
	font-family: "Courier", "fixed";
	color : #99ff00; 
}