File: docstyle.css

package info (click to toggle)
polyml 5.8.1-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 57,736 kB
  • sloc: cpp: 44,918; ansic: 26,921; asm: 13,495; sh: 4,670; makefile: 610; exp: 525; python: 253; awk: 91
file content (55 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (5)
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
ul.nav {
    margin:0;
    padding:0;
    list-style:none;
    height:36px; line-height:36px;
    background:#D60B22;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
}

ul.nav li {
    border-right:1px solid #EBB9BD; /* The divisions */
    float:left;
}

ul.nav a {
    display:block;
    padding:0 28px;
    color:#F7C1C1;
    text-decoration:none;
}

ul.nav a:hover,
ul.nav li.current a {
    background:#F7001D;
}

pre.mainsig {
    display: block;
    font-family: Courier New, Courier, mono;
	font-size: 11pt;
    white-space: pre;
    margin: 1em 0;
}

.identifier {
	font-family: Courier New, Courier, mono;
	font-size: 11pt;
}

.entryblock {
}

.entrycode {
	margin-bottom: 0;
}

.entrytext {
	margin-left: 2em;
}

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