File: assistant.css

package info (click to toggle)
devhelp 43.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: ansic: 9,775; perl: 216; javascript: 152; sh: 100; xml: 66; python: 55; lisp: 29; makefile: 13
file content (106 lines) | stat: -rw-r--r-- 1,370 bytes parent folder | download | duplicates (9)
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
102
103
104
105
106
body {
  margin: 0;
  padding: 0;
}

body * {
  font-size: 9pt;
}

a {
  text-decoration: none;
}

.title {
  font-size: 11pt;
  margin: 6pt;

  color: #a52a2a;
}
.title a {
  font-size: 11pt;

  color: #a52a2a;
}
.subtitle {
  font-size: 9pt;
  margin: 6pt;

  color: #a52a2a;
}

.content {
  margin: 6pt;
  line-height: 1.3em;
}

div.book {
  display: none;
  position: absolute;
  right: 6pt;
  top: 6pt;
  color: #a52a2a;
}

div.warning {
  color: #A52A2A;
  margin: 0 !important;
}
div.warning h3 {
  background: inherit;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

div.note {
  margin: 0 !important;
}
div.note h3 {
  padding: 0;
  margin: 0;
  font-size: inherit;
}

p {
  margin-top: 0;
  margin-left: 2pt;
}

div.variablelist {
  padding: 6pt;
  background: #dddddd;
  -webkit-border-radius: 5px;
}

code {
  font-family: "Bitstream Vera Sans Mono", Monaco, Courier, monospace;
  font-size: 8pt;
}

pre.programlisting {
  font-family: "Bitstream Vera Sans Mono", Monaco, Courier, monospace;
  font-size: 8pt;
  padding: 6pt;
  background: #dddddd;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

pre.programlisting a {
  font-family: "Bitstream Vera Sans Mono", Monaco, Courier, monospace;
  font-size: 8pt;
}

div.variablelist {
  margin-bottom: 6pt;
}

div.variablelist * {
  vertical-align: top;
  line-height: 1.3em;
}

hr {
  display: none;
}