File: p4est.css

package info (click to toggle)
p4est 1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,500 kB
  • ctags: 4,328
  • sloc: ansic: 65,612; makefile: 695; sh: 403; perl: 206; awk: 40; python: 15
file content (66 lines) | stat: -rw-r--r-- 964 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
58
59
60
61
62
63
64
65
66
body {
	color: #000000;
	background: #FFFFFF;
	font-family: sans-serif;
	margin: 1em 10% 1em 10%;
}

tt {
        color: #006633;
        font-weight: bold;
}

hr {
        margin-top: 1em;
        margin-bottom: 1em;
}

h3 {
	margin-top: 0em;
}

p.text {
        margin-top: 0;
        margin-bottom: 0;
}

p.cite {
        text-indent: -1em;
        margin-left: 1em;
        margin-top: 0;
        margin-bottom: 0;
}

pre.bibtex {
        margin-bottom: 0;
}

div.citation {
        background-color: #E0F0E8;
        border-style: dashed;
        border-width: thin;
        padding: 1ex;
}

table.text {
	border-style: solid;
	border-collapse: collapse;
	border-width: 1px;
}
table.text td {
	padding: .5em;
}

table.faq {
        background-color: #E0F0E8;
	border-style: solid;
	border-collapse: collapse;
	border-width: 0px;
}

div.faq {
        background-color: #FFFCC9;
        border-style: dashed;
        border-width: thin;
        padding: 1ex;
}