style.css 809 字节
Newer Older
1
.synopsis, .classsynopsis
2 3 4 5 6
{
  background: #eeeeee;
  border: solid 1px #aaaaaa;
  padding: 0.5em;
}
7
.programlisting
8 9 10 11 12
{
  background: #eeeeff;
  border: solid 1px #aaaaff;
  padding: 0.5em;
}
13
.variablelist
14 15 16 17 18 19 20 21
{
  padding: 4px;
  margin-left: 3em;
}
.variablelist td:first-child
{
  vertical-align: top;
}
22
table.navigation
23 24 25 26 27 28
{
  background: #ffeeee;
  border: solid 1px #ffaaaa;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
29
.navigation a
30 31 32
{
  color: #770000;
}
33
.navigation a:visited
34 35 36
{
  color: #550000;
}
37
.navigation .title
38 39 40
{
  font-size: 200%;
}
41
div.refnamediv
42 43 44
{
  margin-top: 2em;
}
45
div.gallery-float
46 47 48 49
{
  float: left;
  padding: 10px;
}
50
div.gallery-float img
51 52 53
{
  border-style: none;
}
54
div.gallery-spacer
55 56 57 58 59 60 61 62 63 64 65 66
{
  clear: both;
}
a
{
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
  color: #FF0000;
}