File: taomanual.css

package info (click to toggle)
taopm 1.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,972 kB
  • sloc: sh: 9,809; cpp: 5,161; yacc: 2,298; lex: 464; makefile: 434; ansic: 57
file content (57 lines) | stat: -rwxr-xr-x 670 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
body
	{
	margin-left: 2cm;
	}

h1,h2,h3,h4
	{
	color: #336699;
	font-family: arial, helvetica, sans-serif;
	margin-top: 0cm;
	}

h1	{
	font-size: 170%;
	text-align: right;
	}
h2	{
	font-size: 115%;
	text-align: left;
	}
h3	{
	font-size: 105%;
	text-align: left;
	}
h4	{
	font-size: 100%;
	text-align: left;
	}

pre,code
	{
	color: #666666;
	font-family: "courier new", courier;
	font-size: 12pt;
	}

.main
	{
	font-family: "times new roman", times;
	font-size: 14pt;
	}

td.main
	{
	font-family: "times new roman", times;
	font-size: 14pt;
	text-align: justify;
	}
td.nav
	{
	font-family: tahoma, arial, times;
	font-size: 10pt;
	background-color: #FFCCCC
	}

table	{
	}