File: style.css

package info (click to toggle)
cbflib 0.9.7%2Bdfsg1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 65,272 kB
  • sloc: ansic: 131,361; python: 22,780; sh: 3,108; makefile: 2,088; yacc: 659; java: 223; f90: 214; xml: 210; cpp: 58
file content (101 lines) | stat: -rw-r--r-- 1,157 bytes parent folder | download | duplicates (4)
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
94
95
96
97
98
99
100
101
html
{
	margin: 0 5%;
}

h1,
h2
{
	text-align: center;
}

h1,
h2,
h3,
h4
{
	color: #0808A0;
	font-weight: bold;
}

pre
{
	border: 1px solid grey;
	font-family: "", "monospace";
	padding: 0.5em;
	white-space: pre;
}

code
{
	font-family: "", "monospace";
	white-space: normal;
}

ul.mini-ToC
{
	list-style-type: none;
	margin-right: 1em;
}

ul.mini-ToC ul
{
	list-style-type: none;
}

li.mini-ToC a
{
	display: block;
	margin: 0.2em auto;
	text-decoration: none;
}

li.mini-ToC a {border-bottom: 1px black dotted;}
li.mini-ToC a:hover {border-bottom: 1px black solid;}

ul.see-also
{
	list-style-type: none;
	padding-left: 0;
}

table.hdf5-types
{
	border-collapse: collapse;
	margin: auto;
}

table.hdf5-types td
{
	border: 1px solid black;
	padding: 0.5em;
}

table.params
{
	border-collapse: separate;
	margin: 0;
	width: 100%;
}

table.params td
{
	border: none;
	padding: 0 0.5em;
}

table.params th
{
	background: #acacb8;
	font-weight: bold;
	padding: 0 0 0 0.5em;
}

table.params tr:nth-child(even) {background: #eee;}
table.params tr:nth-child(odd)  {background: #ddd;}

table.params td.type,
table.params td.name
{
	font-family: "", "monospace";
}