File: texinfo.css

package info (click to toggle)
monotone 0.18-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 16,440 kB
  • ctags: 13,394
  • sloc: sh: 130,618; ansic: 70,657; cpp: 51,980; perl: 421; makefile: 359; python: 184; lisp: 132; sql: 83
file content (74 lines) | stat: -rw-r--r-- 717 bytes parent folder | download
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
h1, h2, h3, h4
	{
		color: #990000;
	}

hr
	{
		border-style: none;
	}

div.node
	{
		margin: 0em;
		padding: 0em;
	}

div.node hr
	{
		float: right;
		height: 0;
		width: 0;
		padding: 0; 
		margin: 0;
	}

div.node br
	{
		float: right;
		height: 0;
		width: 0;
		padding: 0; 
		margin: 0;
	}

div.node p
	{
		font-style: italic;
		font-size: small;
		margin: 0em;
		padding: 0em;		
		border-bottom: thin solid grey;
	}

ul.menu li
	{
		margin: 0.2em;
	}

ul.menu li a
	{
		font-weight: bold;
	}


dt 
	{ 
		background-color: #eeeeee;
	}

dd 
	{ 
		padding-top: 0.5em;
		padding-bottom: 1.5em;
		padding-left: 2em;	
	}

img
	{
		padding: 2em;
		display: block;
		float: none;
		clear: both;
		margin-right: auto;
	}