File: texinfo.css

package info (click to toggle)
monotone 0.31-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 20,680 kB
  • ctags: 14,801
  • sloc: cpp: 87,711; ansic: 64,862; sh: 5,691; lisp: 954; perl: 783; makefile: 509; python: 265; sql: 98; sed: 16
file content (93 lines) | stat: -rw-r--r-- 943 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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;
	}


span.command
	{
  		font-family: sans-serif;
		font-weight: bold;
	}

span.option
	{ 
  		font-family: sans-serif;
		font-weight: bold;
		font-style: italic;
	}

span.file
	{ 
  		font-family: monospace;
		color: #aa00aa;
	}

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;
	}