File: ref.css

package info (click to toggle)
librmagick-ruby 1.13.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 3,700 kB
  • ctags: 1,466
  • sloc: ansic: 13,688; ruby: 8,953; makefile: 40; sh: 32
file content (67 lines) | stat: -rw-r--r-- 1,357 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
/* Styles for struct.html and rvgref.html */

  .subhd h2 {         /* Same as h2.methods but different background-color */
    margin-top: 2em;
    margin-bottom: .5em;
    padding: .5em 5px .5em 5px;
    background-color: #545454;
    color: white;
    clear: both;
  }
  .subhd h3 {          /* Same as h2.methods */
    margin-top: 0;
    margin-bottom: 0;
    padding: .5em 5px .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;
  }