File: ref.css

package info (click to toggle)
ruby-rmagick 6.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,232 kB
  • sloc: cpp: 19,563; ruby: 17,147; sh: 88; javascript: 36; makefile: 13
file content (69 lines) | stat: -rw-r--r-- 1,251 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
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
/* Styles for struct.html and rvgref.html */

.subhd h2 {
  /* Same as h2.methods but different background-color */
  margin-top: 2em;
  margin-bottom: 0.5em;
  padding: 0.5em 5px 0.5em 5px;
  background-color: #545454;
  color: white;
  clear: both;
}
.subhd h3 {
  /* Same as h2.methods */
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.5em 5px 0.5em 5px;
  background-color: #663;
  color: white;
}
.sig h4,
.sig p {
  background-color: #c0c0c0;
  color: #000;
  margin-top: 0;
}

.sig h4 {
  /* method name: total width 210px */
  width: 205px;
  float: left;
  padding-left: 5px;
  font-size: 110%;
}

.sig p {
  padding-right: 5px;
  padding-bottom: 1em;
}

.desc h5 {
  position: relative;
  left: -235px;
  padding-left: 5px;
  background-image: url(../ex/images/graydient230x6.gif);
  background-repeat: repeat-y;
  color: black;
  font-weight: normal;
  font-size: small;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.intro p {
  padding-bottom: 1em;
  margin-left: 215px;
}

.intro h3 {
  padding-left: 5px;
  background-color: white;
  background-image: url(../ex/images/graydient230x6.gif);
  background-repeat: repeat-y;
  color: black;
  font-weight: normal;
  font-size: small;
  padding-bottom: 0;
  margin: 0 0;
}