File: p4est.css

package info (click to toggle)
p4est 2.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,536 kB
  • sloc: ansic: 87,528; makefile: 855; sh: 635; perl: 272; python: 226; awk: 40; javascript: 23
file content (40 lines) | stat: -rw-r--r-- 585 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

body {
	color: #000000;
	background: #FFFFFF;
	font-family: sans-serif;
	margin: 1em 10% 1em 10%;
}

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

.citation {
        background-color: #E0F0E8;
        border-style: dashed;
        border-width: thin;
        padding: 1ex;
        margin-top: 1em;
        margin-bottom: 1em;
}

div.citation h3 {
	margin-top: 0em;
}

div.citation p {
        margin-top: 1em;
        margin-bottom: 0;
}

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

pre.bibtex {
        margin-top: 1em;
        margin-bottom: 0;
}